[MacPorts] #61585: daemon is not using the right compiler or arch flags

MacPorts noreply at macports.org
Sat Nov 21 05:58:53 UTC 2020


#61585: daemon is not using the right compiler or arch flags
------------------------+----------------------------
 Reporter:  ryandesign  |      Owner:  kurthindenburg
     Type:  defect      |     Status:  assigned
 Priority:  Normal      |  Milestone:
Component:  ports       |    Version:  2.6.4
 Keywords:              |       Port:  daemon
------------------------+----------------------------
 See UsingTheRightCompiler

 https://build.macports.org/builders/ports-10.6_i386-builder/builds/20100/steps
 /install-port/logs/stdio

 {{{
 gcc -DDAEMON_NAME=\"daemon\" -DDAEMON_VERSION=\"0.7\"
 -DDAEMON_DATE=\"20201111\" -DDAEMON_URL=\"http://libslack.org/daemon/\"
 -DHAVE_PTHREAD_RWLOCK=1 -DHAVE_SNPRINTF=1 -DHAVE_VSSCANF=1
 -DNO_POSIX_C_SOURCE=1 -DNO_POSIX_SOURCE=1 -DNO_XOPEN_SOURCE=1  -Ilibslack
 -Wall -pedantic -Wno-comment -Wno-pointer-bool-conversion -o daemon.o -c
 daemon.c
 }}}

 Note "gcc" instead of the right compiler. Note lack of `-arch` flags.

 The makefile 1.0 portgroup might be able to help you solve both problems.

-- 
Ticket URL: <https://trac.macports.org/ticket/61585>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list