Few Fedora Updates
January 31st, 2010Haven’t posted anything for long. So, thought about writing about what I had been upto with fedora from last week.
* Pushed following updates to rawhide:
1. Mayavi - 3.3.0
which failed because of some nimpy lib failure
from numpy.linalg import lapack_lite
ImportError: /usr/lib64/python2.6/site-packages/numpy/linalg/lapack_lite.so: undefined symbol: zgesdd_
which I will fix tomorrow.
2. Traits - 3.2.0
3. EnvisagePlugins - 3.1.1
4. EnvisageCore - 3.1.1
5. AppTools - 3.3.0
6. EnthoughtBase - 3.03
7. TraitsGUI - 3.1.0
8. TraitsBackendQt - 3.2.0
9. setupdocs - 1.0.3
10. transifex - 0.8.0alpha
11. TaskCoach - 0.78.2
12. pdf2djvu - 0.6.2
13. ginac - 1.5.6
14. gflags - 1.3
15. fuse-zip - 0.2.11
16. flickcurl - 1.16
17. lynis - 1.2.9
* Reviewed following haskell programs to clear long awaiting ghc-* breakages in rawhide
1. ghc-html
2. ghc-xhtml
3. ghc-regex-posix
4. ghc-regex-base
5. ghc-regex-compat
6. ghc-haskell-src
7. ghc-parallel
8. ghc-QuckCheck
9. ghc-stm
* FTBFS: linphone, sitecopy, opencv, taskcoach
* bugzcxx
- Fixed and improved build files
- Fixed examples
- Support for old versions improved
- fixed compilation options
- fixed implicit references to functions from xmlrpc_helper file.
- Removed unused variables.
- Fixed implicit declaration of strptime function.
- Commented out validate_url for later development and removed its (not so sane) usage from init functions.
- Fixed wrongly declared static variable in bugzc/bugzc_product.c .
- Renamed timezone in examples/bugzc/gettimezone.c to time_zone because it was shadowning declarations from time.h
- Fixed return value for bugzc_list_create from bugzc/bugzc_list.c.
- Updated support files
- Fixed password handling
- Updated documentation
- etc