[MacPorts] #44531: cbmbasic @1.0 is not UsingTheRightCompiler
#44531: cbmbasic @1.0 is not UsingTheRightCompiler ---------------------+-------------------------------- Reporter: egall@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Keywords: | Port: cbmbasic ---------------------+-------------------------------- ...or archflags or optflags or anything like that: {{{ ---> Building cbmbasic DEBUG: Executing org.macports.build (cbmbasic) DEBUG: Environment: CC_PRINT_OPTIONS='YES' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_cbmbasic/cbmbasic/work/.CC_PRINT_OPTIONS' CPATH='/opt/local/include' LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.6' DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_cbmbasic/cbmbasic/work/cbmbasic-1.0" && /usr/bin/make -j2 -w all' DEBUG: Executing command line: cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_cbmbasic/cbmbasic/work/cbmbasic-1.0" && /usr/bin/make -j2 -w all make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_cbmbasic/cbmbasic/work/cbmbasic-1.0' cc -arch i386 -arch x86_64 -arch ppc -Wall -O3 -c -o cbmbasic.o cbmbasic.c cc -arch i386 -arch x86_64 -arch ppc -Wall -O3 -c -o runtime.o runtime.c cc -arch i386 -arch x86_64 -arch ppc -Wall -O3 -c -o plugin.o plugin.c cc -o cbmbasic cbmbasic.o runtime.o plugin.o make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_lang_cbmbasic/cbmbasic/work/cbmbasic-1.0' DEBUG: Privilege de-escalation not attempted as not running as root. DEBUG: destroot phase started at Sun Aug 3 20:38:35 EDT 2014 ---> Staging cbmbasic into destroot }}} -- Ticket URL: <https://trac.macports.org/ticket/44531> MacPorts <http://www.macports.org/> Ports system for OS X
#44531: cbmbasic @1.0 is not UsingTheRightCompiler -----------------------+-------------------------- Reporter: egall@… | Owner: ryandesign@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Resolution: | Keywords: Port: cbmbasic | -----------------------+-------------------------- Changes (by ryandesign@…): * status: new => assigned * owner: macports-tickets@… => ryandesign@… Comment: It is using `-arch` flags for part of it, but not the correct ones: `-arch i386 -arch x86_64 -arch ppc`. Those are hardcoded in their Makefile, and that won't work on OS X 10.7 or later whose compilers no longer speak PowerPC. Curiously, those `-arch` flags don't appear in the Makefile in the upstream repository, and never have. It appears that the 1.0 source tarball was based on !r5 of their repository, then modified to include those `-arch` flags. -- Ticket URL: <https://trac.macports.org/ticket/44531#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
#44531: cbmbasic @1.0 is not UsingTheRightCompiler -----------------------+-------------------------- Reporter: egall@… | Owner: ryandesign@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.3.1 Resolution: fixed | Keywords: Port: cbmbasic | -----------------------+-------------------------- Changes (by ryandesign@…): * status: assigned => closed * resolution: => fixed Comment: r123045 -- Ticket URL: <https://trac.macports.org/ticket/44531#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts