Opened 6 years ago
Last modified 2 years ago
#57473 assigned defect
qt4-mac @4.8.7: configure not detecting arch properly — at Initial Version
Reported by: | SerpentChris (Chris Calderon) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.5.4 |
Keywords: | Cc: | ||
Port: | qt4-mac |
Description
My macports.conf has build arch set to ppc64, and my OS is Mac OS X 10.5.8. At some point during a configure script, things like this start to get printed out a lot, and eventually the build fails.
:info:configure WARNING: Expect ARCH of '-arch ARCH' flag to be exact; got 'ppc64'; ignoring extra. :info:configure /usr/bin/g++-4.2 -c -pipe -isysroot /Developer/SDKs/MacOSX10.5.sdk -arch ppc64 -O2 -Wall -W -I../../../mkspecs/macx-g++ -I. -o iconv.o iconv.cpp :info:configure /usr/bin/g++-4.2 -headerpad_max_install_names -o iconv iconv.o -Wl,-syslibroot,/Developer/SDKs/MacOSX10.5.sdk -arch ppc -liconv
It looks like the ppc64 flag is disliked for some reason.
Note: See
TracTickets for help on using
tickets.