[MacPorts] #28422: xmedcon: universal variant fails
#28422: xmedcon: universal variant fails -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: jameskyle@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: xmedcon -------------------------------------+-------------------------------------- xmedcon fails to configure when using the universal variant: {{{ checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. }}} config.log says: {{{ configure:3795: checking for C compiler default output file name configure:3822: ccache /opt/local/bin/gcc-mp-4.4 -pipe -O2 -arch x86_64 -arch i386 -I/opt/local/include -L/opt/local/lib -arch x86_64 -arch i386 conftest.c >&5 cc1: error: unrecognized command line option "-arch" cc1: error: unrecognized command line option "-arch" cc1: error: unrecognized command line option "-arch" cc1: error: unrecognized command line option "-arch" configure:3825: $? = 1 configure:3863: result: configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "XMedCon" | #define PACKAGE_TARNAME "xmedcon" | #define PACKAGE_VERSION "0.10.4" | #define PACKAGE_STRING "XMedCon 0.10.4" | #define PACKAGE_BUGREPORT "enlf-at-users.sf.net" | #define PACKAGE "xmedcon" | #define VERSION "0.10.4" | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:3870: error: C compiler cannot create executables See `config.log' for more details. }}} Please fix the universal variant so it works, or disable it. -- Ticket URL: <https://trac.macports.org/ticket/28422> MacPorts <http://www.macports.org/> Ports system for Mac OS
#28422: xmedcon: universal variant fails --------------------------------------+------------------------------------- Reporter: ryandesign@… | Owner: jameskyle@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Resolution: fixed | Keywords: Port: xmedcon | --------------------------------------+------------------------------------- Changes (by jameskyle@…): * status: new => closed * resolution: => fixed Comment: The gnu gcc versions do not support universal builds. I have added a sysgcc variant that conflicts with the gnu gcc variants. This will build universal. I've also added variant conflicts between the gnu gcc versions and the universal variant to prevent any confusion in the future. available in r76455 -- Ticket URL: <https://trac.macports.org/ticket/28422#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts