Opened 14 years ago
Closed 14 years ago
#28604 closed defect (fixed)
libsockets: universal variant fails
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | Cc: | ||
Port: | libsockets |
Description
---> Building libsockets DEBUG: build phase started at Wed Mar 2 08:05:24 CST 2011 DEBUG: Executing org.macports.build (libsockets) DEBUG: Environment: CPATH='/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_Users_rschmidt_macports_dports_devel_libsockets/work/.CC_PRINT_OPTIONS' LIBRARY_PATH='/opt/local/lib' CC_PRINT_OPTIONS='YES' MACOSX_DEPLOYMENT_TARGET='10.6' DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_Users_rschmidt_macports_dports_devel_libsockets/work/Sockets-2.3.3" && /usr/bin/make -j2 all libSockets.dylib' ccache /usr/bin/g++-4.2 -pipe -O2 -arch x86_64 -arch i386 -Wall -g -I/opt/local/include -MD -D_VERSION='"2.3.3"' -DMACOSX -c -o Ajp13Socket.o Ajp13Socket.cpp ccache /usr/bin/g++-4.2 -pipe -O2 -arch x86_64 -arch i386 -Wall -g -I/opt/local/include -MD -D_VERSION='"2.3.3"' -DMACOSX -c -o AjpBaseSocket.o AjpBaseSocket.cpp g++-4.2: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags make: *** [Ajp13Socket.o] Error 1
Change History (1)
comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
It seems to build ok universal using the muniversal portgroup, so I made that change in r77378 (maintainer timeout).