#36648: apple-gcc42 defect: build fails ------------------------------+------------------------ Reporter: Peter.Danecek@… | Owner: jeremyhu@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: invalid | Keywords: Port: apple-gcc42 | ------------------------------+------------------------ Comment (by Peter.Danecek@…): Replying to [comment:5 jeremyhu@…]:
{{{ :info:build + /opt/local/bin/strip -x -c ./opt/local/lib/apple- gcc42/gcc/i686-apple-darwin9/4.2.1/libstdc++.dylib :info:build /opt/local/bin/strip: the __LINKEDIT segment does not cover the end of the file (can't be processed) in: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports .org_release_tarballs_ports_lang_apple-gcc42/apple- gcc42/work/destroot/opt/local/lib/apple-gcc42/gcc/i686-apple- darwin9/4.2.1/libstdc++.dylib (for architecture ppc64) :info:build + exit 1 }}}
Does it work if you try using /usr/bin/strip?
Negative! The same error message. {{{ [urquell:apple-gcc42/work/destroot] petr% pwd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports .org_release_tarballs_ports_lang_apple-gcc42/apple-gcc42/work/destroot [urquell:apple-gcc42/work/destroot] petr% /usr/bin/strip -x -c ./opt/local/lib/apple-gcc42/gcc/i686-apple-darwin9/4.2.1/libstdc++.dylib /usr/bin/strip: the __LINKEDIT segment does not cover the end of the file (can't be processed) in: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports .org_release_tarballs_ports_lang_apple-gcc42/apple- gcc42/work/destroot/opt/local/lib/apple-gcc42/gcc/i686-apple- darwin9/4.2.1/libstdc++.dylib (for architecture ppc64) [urquell:apple-gcc42/work/destroot] petr% /opt/local/bin/strip -x -c ./opt/local/lib/apple-gcc42/gcc/i686-apple-darwin9/4.2.1/libstdc++.dylib /opt/local/bin/strip: the __LINKEDIT segment does not cover the end of the file (can't be processed) in: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports .org_release_tarballs_ports_lang_apple-gcc42/apple- gcc42/work/destroot/opt/local/lib/apple-gcc42/gcc/i686-apple- darwin9/4.2.1/libstdc++.dylib (for architecture ppc64) }}} -- Ticket URL: <https://trac.macports.org/ticket/36648#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS