Opened 12 years ago

Closed 11 years ago

Last modified 11 years ago

#36648 closed defect (worksforme)

apple-gcc42 defect: build fails (Leopard, ppc64 slice)

Reported by: petrrr Owned by: jeremyhu (Jeremy Huddleston Sequoia)
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: leopard Cc:
Port: apple-gcc42

Description

The port does build on my system Mac OS X, ver 10.5.8.

OS version: Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386 i386

Xcode 3.1.4 Component versions: DevToolsCore-1204.0; DevToolsSupport-1186.0 BuildVersion: 9M2809

Attachments (1)

apple-gcc42.main.log (11.1 MB) - added by petrrr 12 years ago.

Change History (16)

Changed 12 years ago by petrrr

Attachment: apple-gcc42.main.log added

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to jeremyhu@…

comment:2 Changed 12 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Resolution: invalid
Status: newclosed

Update to XCode 3.1.6 and try again.

comment:3 in reply to:  2 Changed 12 years ago by petrrr

Replying to jeremyhu@…:

Update to XCode 3.1.6 and try again.

Has anybody a pointer to this version, I can't find it.

And maybe the docu should be updated. See http://guide.macports.org/#installing.xcode.other

Thanks!

comment:4 Changed 12 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Sorry, I had an off-by-one moment. 3.2.6 is the last 3.2.x for SL. 3.1.4 is the last 3.1.x for Leopard. You're on the right version.

comment:5 Changed 12 years ago by jeremyhu (Jeremy Huddleston Sequoia)

: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?

comment:6 in reply to:  5 Changed 12 years ago by petrrr

Replying to 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)
Version 0, edited 12 years ago by petrrr (next)

comment:7 Changed 12 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Resolution: invalid
Status: closedreopened

Just a few days ago, I installed Leopard fresh on a 32bit intel Mac I had lying around, and apple-gcc42 built fine. I really don't know what might be at issue here. =/

comment:8 Changed 12 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Note that I would highly recommend you update to Snow Leopard given that you're on an Intel mac. Leopard support in MacPorts is quickly fading. We don't intentionally break things, but it's not one of the top supported platforms. Our main supported OS versions right now are Lion and Mountain Lion, but enough people still use Snow Leopard that it continues to function well. =/

comment:9 in reply to:  8 Changed 12 years ago by petrrr

Replying to jeremyhu@…:

Note that I would highly recommend you update to Snow Leopard given that you're on an Intel mac. Leopard support in MacPorts is quickly fading. We don't intentionally break things, but it's not one of the top supported platforms. Our main supported OS versions right now are Lion and Mountain Lion, but enough people still use Snow Leopard that it continues to function well. =/

You are of cause right, Leopard is somewhat obsolete. I probably will update hardware as well in the next months. Then I will consider to update the old computer to SL. Will check if the version is available at our organization.

comment:10 Changed 12 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Keywords: ppc64 added
Summary: apple-gcc42 defect: build failsapple-gcc42 defect: build fails (Leopard, ppc64 slice)

comment:11 Changed 11 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Keywords: leopard added

comment:12 Changed 11 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Keywords: ppc64 removed

comment:13 Changed 11 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Resolution: worksforme
Status: reopenedclosed

Please reopen if this is still an issue. I wasn't able to reproduce it last year.

comment:14 in reply to:  13 Changed 11 years ago by petrrr

Replying to jeremyhu@…:

Please reopen if this is still an issue. I wasn't able to reproduce it last year.

I have no problems to build it on Mac OS X 10.8. I tried to rebuild the port on the 10.5 system. and it still fails on that system. The problem seems to be exactly the same as one year ago. Do you want me to attach an updated main.log?

comment:15 Changed 11 years ago by jeremyhu (Jeremy Huddleston Sequoia)

Well, it worked for me a year or so ago, so unless you have more data or a patch, there's not much I can do =/

Note: See TracTickets for help on using tickets.