Bugzilla – Bug 137558
libboost_python-gcc-1_33.so.1.33.0 file not included in boost binary package
Last modified: 2005-12-09 11:43:49 UTC
The file "libboost_python-gcc-1_33.so.1.33.0" (library for boost python) is not included in the "boost" package. In order to identify the problem, I downloaded the src package and tried to rebuild the rpm package. I think there is a problem in the spec file. In the %build stage the pyhton version is stored in a macro called %py_ver. In the %install stage, a macro with the wrong name, %python_version, which is empty, is passed to the bjam command that install the files. Not recognizing any valid parameter, bjam skips the installation of the python library, that is then excluded from the binary package. Changing the second macro's name to %py_ver builds and installs the package correctly on my system Did not find any metion of this in the bug database. Hope it helps
OK, fixed. Thanks for reporting it.
Reopen to get a decision on update.
Andreas, my opinion is to do an update, but this is up to you to decide.
Let's not update this one, this will be solved for 10.1 only. Closing again ;-)