Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#14388 closed defect (fixed)

boost doesnt build

Reported by: wbendick@… Owned by: macports-tickets@…
Priority: High Milestone:
Component: ports Version: 1.6.0
Keywords: Cc: sanchom (Sancho McCann)
Port: boost

Description (last modified by ryandesign (Ryan Carsten Schmidt))

% sudo port install boost
--->  Staging boost into destroot
Error: Target org.macports.destroot returned: shell command "install_name_tool -id /opt/local/lib//opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_boost/work/destroot/opt/local/lib/libboost_wserialization-mt-d-1_34_1.dylib /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_boost/work/destroot/opt/local/lib/libboost_wserialization-mt-d-1_34_1.dylib" returned error 1
Command output: install_name_tool: changing install names can't be redone for: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_boost/work/destroot/opt/local/lib/libboost_wserialization-mt-d-1_34_1.dylib (for architecture ppc7400) because larger updated load commands do not fit (the program must be relinked)

Error: Status 1 encountered during processing.

Change History (6)

comment:1 Changed 16 years ago by gui-dos (Guido Soranzio)

Cc: sanchom@… added

comment:2 Changed 16 years ago by gui-dos (Guido Soranzio)

The new path should be shorter.

system "install_name_tool -id ${prefix}/lib/${lib} ${lib}"

should be limited to the library name:

set libtail [file tail ${lib}]
system "install_name_tool -id ${prefix}/lib/${libtail} ${lib}"

comment:3 Changed 16 years ago by sanchom (Sancho McCann)

Duplicate of #14365. That ticket has a fix attached.

comment:4 Changed 16 years ago by gui-dos (Guido Soranzio)

Resolution: fixed
Status: newclosed

Fixed in r34338.

comment:5 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: boost added

comment:6 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.