Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 272809

Summary: games-simulation/secondlife: I can't emerge because undefined references to libboost_regex-mt.so
Product: Gentoo Linux Reporter: Palmax Maverick <palmax>
Component: [OLD] GamesAssignee: Gentoo Games <games>
Status: RESOLVED INVALID    
Severity: normal CC: SebastianLuther
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
environment

Description Palmax Maverick 2009-06-05 18:03:15 UTC
Undefined references to libboost_regex-mt.so:
/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.4/../../../../lib64/libboost_regex-mt.so: undefined reference to `u_tolower_3_8'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.4/../../../../lib64/libboost_regex-mt.so: undefined reference to `icu_3_8::Collator::createInstance(icu_3_8::Locale const&, UErrorCode&)'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.4/../../../../lib64/libboost_regex-mt.so: undefined reference to `icu_3_8::Locale::Locale(icu_3_8::Locale const&)'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.4/../../../../lib64/libboost_regex-mt.so: undefined reference to `icu_3_8::Locale::Locale()'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.4/../../../../lib64/libboost_regex-mt.so: undefined reference to `u_isblank_3_8'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.4/../../../../lib64/libboost_regex-mt.so: undefined reference to `u_charFromName_3_8'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.4/../../../../lib64/libboost_regex-mt.so: undefined reference to `u_isspace_3_8'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.4/../../../../lib64/libboost_regex-mt.so: undefined reference to `u_digit_3_8'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.4/../../../../lib64/libboost_regex-mt.so: undefined reference to `u_charType_3_8'

Reproducible: Always

Steps to Reproduce:
1. Put some info in /etc/portage/package.keywords
games-simulation/secondlife     ~amd64
media-libs/fmod         ~amd64
dev-libs/elfio          ~amd64

2. LC_ALL=  emerge games-simulation/secondlife
3. FAILS!

Actual Results:  
[100%] Building CXX object newview/CMakeFiles/secondlife-bin.dir/llappviewerlinux_api_dbus.o
Linking CXX executable secondlife-bin
Verifying message template
master: http://secondlife.com/app/message_template/master_message_template.msg
current: /var/tmp/portage/games-simulation/secondlife-1.23.2_rc2/work/linden/scripts/messages/message_template.msg
Refreshing master cache from http://secondlife.com/app/message_template/master_message_template.msg
--- PASS ---
Mixed
        in message ChildAgentUpdate: missing 1 extra blocks
        in message ModifyLand: has 1 extra blocks

/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.4/../../../../x86_64-pc-linux-gnu/bin/ld: warning: libicudata.so.38, needed by /usr/lib/gcc/x86_64-pc-linux-gnu/4.2.4/../../../../lib64/libboost_regex-mt.so, not found (try using -rpath or -rpath-link)
/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.4/../../../../x86_64-pc-linux-gnu/bin/ld: warning: libicui18n.so.38, needed by /usr/lib/gcc/x86_64-pc-linux-gnu/4.2.4/../../../../lib64/libboost_regex-mt.so, not found (try using -rpath or -rpath-link)
/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.4/../../../../x86_64-pc-linux-gnu/bin/ld: warning: libicuuc.so.38, needed by /usr/lib/gcc/x86_64-pc-linux-gnu/4.2.4/../../../../lib64/libboost_regex-mt.so, not found (try using -rpath or -rpath-link)
/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.4/../../../../lib64/libboost_regex-mt.so: undefined reference to `icu_3_8::Locale::~Locale()'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.4/../../../../lib64/libboost_regex-mt.so: undefined reference to `u_tolower_3_8'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.4/../../../../lib64/libboost_regex-mt.so: undefined reference to `icu_3_8::Collator::createInstance(icu_3_8::Locale const&, UErrorCode&)'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.4/../../../../lib64/libboost_regex-mt.so: undefined reference to `icu_3_8::Locale::Locale(icu_3_8::Locale const&)'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.4/../../../../lib64/libboost_regex-mt.so: undefined reference to `icu_3_8::Locale::Locale()'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.4/../../../../lib64/libboost_regex-mt.so: undefined reference to `u_isblank_3_8'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.4/../../../../lib64/libboost_regex-mt.so: undefined reference to `u_charFromName_3_8'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.4/../../../../lib64/libboost_regex-mt.so: undefined reference to `u_isspace_3_8'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.4/../../../../lib64/libboost_regex-mt.so: undefined reference to `u_digit_3_8'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.2.4/../../../../lib64/libboost_regex-mt.so: undefined reference to `u_charType_3_8'


Expected Results:  
OK! == Emerge completed :D
Comment 1 Sebastian Luther (few) 2009-06-05 18:10:24 UTC
I guess it's the icu upgrade. Either downgrade icu or run revdep-rebuild (which is going to recompile boost, openoffice,...)

Reopen if it doesn't fix it.
Comment 2 Palmax Maverick 2009-06-05 18:10:46 UTC
Created attachment 193648 [details]
build.log
Comment 3 Palmax Maverick 2009-06-05 18:11:01 UTC
Created attachment 193650 [details]
environment
Comment 4 Palmax Maverick 2009-06-05 18:13:59 UTC
(In reply to comment #1)
> I guess it's the icu upgrade. Either downgrade icu or run revdep-rebuild (which
> is going to recompile boost, openoffice,...)
> 
> Reopen if it doesn't fix it.
> 

I'm doing a "emerge icu; revdep-rebuild -i" ...