Changes between Initial Version and Version 1 of Ticket #36648, comment 6


Ignore:
Timestamp:
Oct 18, 2012, 5:56:15 PM (12 years ago)
Author:
petrrr
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36648, comment 6

    initial v1  
    11Replying to [comment:5 jeremyhu@…]:
    2 > {{{
    3 > :info:build + /opt/local/bin/strip -x -c ./opt/local/lib/apple-gcc42/gcc/i686-apple-darwin9/4.2.1/libstdc++.dylib
    4 > :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)
    5 > :info:build + exit 1
    6 > }}}
    72>
    83> Does it work if you try using /usr/bin/strip?
     
    1914}}}
    2015
     16
     17I noted something else that might be relevant. The library above seems not to have been created put only copied there. Does it then make sense to strip it?
     18
     19{{{
     20[urquell:gcc/i686-apple-darwin9/4.2.1] petr% pwd
     21/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
     22[urquell:gcc/i686-apple-darwin9/4.2.1] petr% ls -la
     23total 4536
     24drwxr-xr-x  15 macports  admin      510 18 Oct 19:34 .
     25drwxr-xr-x   3 macports  admin      102 17 Oct 23:03 ..
     26-rw-r--r--   1 macports  admin    10624 18 Oct 19:34 crt3.o
     27drwxr-xr-x   2 macports  admin       68 17 Oct 23:03 finclude
     28drwxr-xr-x  28 macports  admin      952 18 Oct 19:34 include
     29drwxr-xr-x   6 macports  admin      204 18 Oct 19:34 install-tools
     30-rw-r--r--   1 macports  admin   641432 18 Oct 19:34 libcc_kext.a
     31-rw-r--r--   1 macports  admin   280856 18 Oct 19:34 libgcc.a
     32-rw-r--r--   1 macports  admin   115448 18 Oct 19:34 libgcc_eh.a
     33-rw-r--r--   1 macports  admin   272488 18 Oct 19:34 libgcc_static.a
     34-rw-r--r--   1 macports  admin    85560 18 Oct 19:34 libgcov.a
     35-rw-r--r--   1 macports  admin   182888 18 Oct 19:34 libgomp.a
     36-rw-r--r--   1 macports  admin      165 18 Oct 19:34 libgomp.spec
     37-rwxr-xr-x   1 macports  admin  3035296 27 Jun  2008 libstdc++.dylib
     38drwxr-xr-x   8 macports  admin      272 18 Oct 19:34 x86_64
     39}}}