Bug 8556 - Compilation fails when linking with libboost_locale
Summary: Compilation fails when linking with libboost_locale
Status: RESOLVED OLD
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: 2
Hardware: x86_64 Linux
Priority: Normal normal
Target Milestone: ---
Assignee: Mageia Bug Squad
QA Contact:
URL: https://bugzilla.redhat.com/show_bug....
Whiteboard:
Keywords: Triaged
Depends on:
Blocks:
 
Reported: 2012-12-30 13:34 CET by Jehan Hysseo
Modified: 2013-11-23 16:14 CET (History)
5 users (show)

See Also:
Source RPM: lib64boost-devel-1.48.0-9.1.mga2
CVE:
Status comment:


Attachments

Description Jehan Hysseo 2012-12-30 13:34:00 CET
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
roelof Wobben 2012-12-30 15:23:49 CET

CC: (none) => r.wobben
Assignee: bugsquad => shlomif

Comment 1 Shlomi Fish 2013-04-21 08:00:30 CEST
Remove myself as an assignee. libboost is a big pile of poo.

Assignee: shlomif => bugsquad

Comment 2 Samuel Verschelde 2013-08-29 16:36:11 CEST
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) => Triaged
CC: (none) => arnaud.patard, fundawang, mageia, stormi

Comment 3 Manuel Hiebel 2013-10-22 12:11:19 CEST
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
Comment 4 Manuel Hiebel 2013-11-23 16:14:39 CET
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 => RESOLVED
Resolution: (none) => OLD


Note You need to log in before you can comment on or make changes to this bug.