Description of problem ====================== I encountered a similar problem as in https://bugzilla.redhat.com/show_bug.cgi?format=multiple&id=832265 so I guess Mageia package for libboost must have a similar bug as had RedHat package. So you should be able to just use the same fix, I guess. I just tried to compile Blender 2.65 (official package), it works well, until the linking where it fails. Version-Release number of selected component ============================================ Installed version of libboost from Mageia repo: 1.48.0-9.1.mga2 Blender version 2.65 from http://www.blender.org/download/source-code/ How reproducible: every time Steps to Reproduce ================== 1. Download Blender sources. 2. Install Python 3.3 from source first (Blender 2.65 requires Python >= 3.3 but unfortunately Mageia 2 has 3.2 only). 3. uncompress the blender archive, enter the blender-2.65/ directory created then: $ mkdir build; cd build 4. $ cmake .. -DCMAKE_INSTALL_PREFIX=$HOME/.local/blender -DWITH_JACK=ON 5. $ make It fails with: [100%] Building C object source/creator/CMakeFiles/blender.dir/buildinfo.c.o Linking CXX executable ../../bin/blender /usr/lib/gcc/x86_64-mageia-linux-gnu/4.6.3/../../../../lib64/libboost_locale.so: undefined reference to `boost::locale::impl_win::create_localization_backend()' /usr/lib/gcc/x86_64-mageia-linux-gnu/4.6.3/../../../../lib64/libboost_locale.so: undefined reference to `boost::locale::impl_icu::create_localization_backend()' /usr/lib/gcc/x86_64-mageia-linux-gnu/4.6.3/../../../../lib64/libboost_locale.so: undefined reference to `boost::locale::impl_posix::create_localization_backend()' /usr/lib/gcc/x86_64-mageia-linux-gnu/4.6.3/../../../../lib64/libboost_locale.so: undefined reference to `boost::locale::impl_std::create_localization_backend()' collect2: ld a retourné 1 code d'état d'exécution make[2]: *** [bin/blender] Erreur 1 make[1]: *** [source/creator/CMakeFiles/blender.dir/all] Erreur 2 make: *** [all] Erreur 2
CC: (none) => r.wobbenAssignee: bugsquad => shlomif
Remove myself as an assignee. libboost is a big pile of poo.
Assignee: shlomif => bugsquad
Hi, thanks for reporting this bug. As there is no maintainer for this package I added the committers in CC. (Please set the status to 'assigned' if you are working on it)
Keywords: (none) => TriagedCC: (none) => arnaud.patard, fundawang, mageia, stormi
This message is a reminder that Mageia 2 is nearing its end of life. Approximately one month from now Mageia will stop maintaining and issuing updates for Mageia 2. At that time this bug will be closed as WONTFIX (EOL) if it remains open with a Mageia 'version' of '2'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Mageia version prior to Mageia 2's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Mageia 2 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Mageia, you are encouraged to click on "Version" and change it against that version of Mageia. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Mageia release includes newer upstream software that fixes bugs or makes them obsolete. -- The Mageia Bugsquad
Mageia 2 changed to end-of-life (EOL) status on ''22 November''. Mageia 2 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Mageia please feel free to click on "Version" change it against that version of Mageia and reopen this bug. Thank you for reporting this bug and we are sorry it could not be fixed. -- The Mageia Bugsquad
Status: NEW => RESOLVEDResolution: (none) => OLD