Bug 829177

Summary: Can't link against libboost-regex_mt.so since it depends on deprecated libicuuc.so.46
Product: [Fedora] Fedora Reporter: abyss.7
Component: boostAssignee: Petr Machata <pmachata>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 17CC: denis.arnaud_fedora, mnewsome, pertusus, pmachata
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-06-06 11:28:49 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description abyss.7 2012-06-06 07:26:14 UTC
Description of problem:
After update to Fedora 17, when I try to link against libboost-regex_mt.so I get the following error:

/usr/bin/ld: warning: libicuuc.so.46, needed by /usr/lib/gcc/x86_64-redhat-linux/4.7.0/../../../../lib64/libboost_regex-mt.so, not found (try using -rpath or -rpath-link)
/usr/lib/gcc/x86_64-redhat-linux/4.7.0/../../../../lib64/libboost_regex-mt.so: undefined reference to `icu_46::Locale::Locale()'
/usr/lib/gcc/x86_64-redhat-linux/4.7.0/../../../../lib64/libboost_regex-mt.so: undefined reference to `u_isspace_46'
/usr/lib/gcc/x86_64-redhat-linux/4.7.0/../../../../lib64/libboost_regex-mt.so: undefined reference to `u_charType_46'
/usr/lib/gcc/x86_64-redhat-linux/4.7.0/../../../../lib64/libboost_regex-mt.so: undefined reference to `icu_46::Locale::Locale(icu_46::Locale const&)'
/usr/lib/gcc/x86_64-redhat-linux/4.7.0/../../../../lib64/libboost_regex-mt.so: undefined reference to `u_tolower_46'
/usr/lib/gcc/x86_64-redhat-linux/4.7.0/../../../../lib64/libboost_regex-mt.so: undefined reference to `u_charFromName_46'
/usr/lib/gcc/x86_64-redhat-linux/4.7.0/../../../../lib64/libboost_regex-mt.so: undefined reference to `u_digit_46'
/usr/lib/gcc/x86_64-redhat-linux/4.7.0/../../../../lib64/libboost_regex-mt.so: undefined reference to `icu_46::Collator::createInstance(icu_46::Locale const&, UErrorCode&)'

The recent libicu package provides libicuuc.so.48.

Version-Release number of selected component (if applicable):
boost-regex-1.49.0-1.fc16.

How reproducible:
Always

Comment 1 Petr Machata 2012-06-06 10:57:09 UTC
boost 1.49.0?  We never shipped that, where did you get this package?

Comment 2 abyss.7 2012-06-06 11:28:49 UTC
Then, I'm very sorry.
It seems that I've build it by myself, so I close the bug.