[MacPorts] #27641: boost uses icu even without the +icu variant

MacPorts noreply at macports.org
Sat Dec 11 12:49:47 PST 2010


#27641: boost uses icu even without the +icu variant
-------------------------------------+--------------------------------------
 Reporter:  ryandesign@…             |       Owner:  adfernandes@…           
     Type:  defect                   |      Status:  new                     
 Priority:  Normal                   |   Milestone:                          
Component:  ports                    |     Version:  1.9.2                   
 Keywords:                           |        Port:  boost                   
-------------------------------------+--------------------------------------
 I have boost installed without the icu variant, but it still linked with
 the icu libraries. It mustn't do that.

 {{{
 $ port installed boost
 The following ports are currently installed:
   boost @1.45.0_0+python26+universal
   boost @1.45.0_1+python26+universal (active)
 $ port deps boost +python26 +universal
 Full Name: boost @1.45.0_1+python26+universal
 Library Dependencies: zlib, expat, bzip2, python26
 }}}

 {{{
 $ sudo port install source-highlight
 [...]
 dyld: Library not loaded: /opt/local/lib/libicuuc.44.dylib
   Referenced from: /opt/local/lib/libboost_regex-mt.dylib
   Reason: image not found
 }}}

 {{{
 $ port provides /opt/local/lib/libicuuc.44.dylib
 /opt/local/lib/libicuuc.44.dylib does not exist.
 $ port provides /opt/local/lib/libicuuc.46.dylib
 /opt/local/lib/libicuuc.46.dylib is provided by: icu
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/27641>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list