Opened 9 years ago
Closed 9 years ago
#48037 closed defect (fixed)
xorg-libAppleWM fails to configure on G4 running OS X 10.5.8
Reported by: | zzanderr | Owned by: | jeremyhu (Jeremy Huddleston Sequoia) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | leopard | Cc: | |
Port: | xorg-libAppleWM |
Description
xorg-libAppleWM fails during configure phase with the message "C compiler can't compile", or something to that effect. In the Portfile, I commented out the line
configure.cppflags-append \ -F ${configure.sdkroot}/System/Library/Frameworks/ApplicationServices.framework/Frameworks
and it compiled and installed. The old log has been clobbered, but I will revert the Portfile edit and rebuild if you would like to see the log.
Attachments (2)
Change History (10)
comment:1 Changed 9 years ago by larryv (Lawrence Velázquez)
Cc: | jeremyhu@… removed |
---|---|
Keywords: | leopard added; xorg-libAppleWM G4 Leopard removed |
Owner: | changed from macports-tickets@… to jeremyhu@… |
Changed 9 years ago by zzanderr
Attachment: | xorg-libAppleWM_main.log added |
---|
comment:2 follow-up: 3 Changed 9 years ago by zzanderr
There you go ...
I should have remembered that the error message was
"C compiler cannot create executables."
comment:3 Changed 9 years ago by larryv (Lawrence Velázquez)
Could you also attach config.log
? The path mentioned in your log is “/mp2/local/var/macports/build/_mp2_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_xorg-libAppleWM/xorg-libAppleWM/work/libAppleWM-1.4.1/config.log
”.
Changed 9 years ago by zzanderr
Attachment: | config.log added |
---|
comment:6 Changed 9 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Does it not like the space for some reason? What happens if you get rid of the space after the -F ?
comment:7 Changed 9 years ago by zzanderr
It works! I would have never figured that out--too subtle. But you learn something every day...
Thanks for the help!
comment:8 Changed 9 years ago by jeremyhu (Jeremy Huddleston Sequoia)
Resolution: | → fixed |
---|---|
Status: | new → closed |
This was fixed a while back in r137567
Yes, please attach a clean log of the build failure you observed.