#15425 closed defect (fixed)
daemon-0.6.3 build failure on Tiger/XCode 2.5
Reported by: | andreac@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | daemon build fail SIGWINCH | Cc: | |
Port: | daemon |
Description
$ sudo port install daemon ---> Fetching daemon ---> Verifying checksum(s) for daemon ---> Extracting daemon ---> Configuring daemon ---> Building daemon with target all Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_daemon/work/daemon-0.6.3" && make all " returned error 2 Command output: gcc -DDAEMON_NAME=\"daemon\" -DDAEMON_VERSION=\"0.6.3\" -DDAEMON_DATE=\"20040806\" -DDAEMON_URL=\"http://libslack.org/daemon/\" -DHAVE_SNPRINTF=1 -DHAVE_VSSCANF=1 -DHAVE_PTHREAD_RWLOCK=1 -DNO_POSIX_SOURCE=1 -DNO_XOPEN_SOURCE=1 -Ilibslack -O3 -Wall -pedantic -o daemon.o -c daemon.c daemon.c:1311: warning: ISO C forbids conversion of function pointer to object pointer type daemon.c:1319: warning: ISO C forbids conversion of function pointer to object pointer type daemon.c:1323: warning: ISO C forbids conversion of function pointer to object pointer type daemon.c:1327: warning: ISO C forbids conversion of function pointer to object pointer type daemon.c:1331: warning: ISO C forbids conversion of function pointer to object pointer type daemon.c:1339: warning: ISO C forbids conversion of function pointer to object pointer type daemon.c:1343: warning: ISO C forbids conversion of function pointer to object pointer type daemon.c:1347: warning: ISO C forbids conversion of function pointer to object pointer type daemon.c:1367: warning: ISO C forbids conversion of function pointer to object pointer type daemon.c:1371: warning: ISO C forbids conversion of function pointer to object pointer type daemon.c:1375: warning: ISO C forbids conversion of function pointer to object pointer type daemon.c:1379: warning: ISO C forbids conversion of function pointer to object pointer type daemon.c:1387: warning: ISO C forbids conversion of function pointer to object pointer type daemon.c:1391: warning: ISO C forbids conversion of function pointer to object pointer type daemon.c:1395: warning: ISO C forbids conversion of function pointer to object pointer type daemon.c:1399: warning: ISO C forbids conversion of function pointer to object pointer type daemon.c:1403: warning: ISO C forbids conversion of function pointer to object pointer type daemon.c:1407: warning: ISO C forbids conversion of function pointer to object pointer type daemon.c: In function 'prepare_child': daemon.c:1986: error: 'SIGWINCH' undeclared (first use in this function) daemon.c:1986: error: (Each undeclared identifier is reported only once daemon.c:1986: error: for each function it appears in.) daemon.c: In function 'spawn_child': daemon.c:2085: error: 'SIGWINCH' undeclared (first use in this function) daemon.c: In function 'run': daemon.c:2491: error: 'CEOF' undeclared (first use in this function) daemon.c: In function 'init': daemon.c:2900: warning: implicit declaration of function 'chroot' make: *** [daemon.o] Error 1 Error: Status 1 encountered during processing.
Change History (4)
comment:1 Changed 16 years ago by sam@…
comment:2 Changed 16 years ago by stechert@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in 46414. Cheers!
Note: See
TracTickets for help on using
tickets.
This error is also happening for me on Leopard.