| 1 | | |
| | 1 | * cp /boot/common/share/libtool/config/config.guess . |
| | 2 | * cp /boot/common/share/libtool/config/config.sub . |
| | 3 | * ./autogen.sh |
| | 4 | * ./configure --sysconfdir=/etc --localstatedir=/var --prefix=/boot/common |
| | 5 | * make |
| | 6 | |
| | 7 | make fails: |
| | 8 | |
| | 9 | {{{ |
| | 10 | In file included from /boot/develop/headers/bsd/unistd.h:9, |
| | 11 | from /boot/home/libdaemon-0.13/libdaemon/dfork.c:26: |
| | 12 | /boot/develop/headers/posix/unistd.h:192: warning: redundant redeclaration of `clock' in same scope |
| | 13 | /boot/develop/headers/posix/time.h:58: warning: previous declaration of `clock' |
| | 14 | In file included from /boot/home/libdaemon-0.13/libdaemon/dfork.c:31: |
| | 15 | /boot/develop/headers/bsd/stdio.h:16: warning: redundant redeclaration of `fgetln' in same scope |
| | 16 | /boot/develop/headers/posix/stdio.h:138: warning: previous declaration of `fgetln' |
| | 17 | In file included from /boot/develop/headers/bsd/stdlib.h:9, |
| | 18 | from /boot/home/libdaemon-0.13/libdaemon/dfork.c:32: |
| | 19 | /boot/develop/headers/posix/stdlib.h:75: warning: redundant redeclaration of `environ' in same scope |
| | 20 | /boot/develop/headers/posix/unistd.h:250: warning: previous declaration of `environ' |
| | 21 | In file included from /boot/home/libdaemon-0.13/libdaemon/dfork.c:32: |
| | 22 | /boot/develop/headers/bsd/stdlib.h:16: warning: redundant redeclaration of `daemon' in same scope |
| | 23 | /boot/develop/headers/posix/stdlib.h:63: warning: previous declaration of `daemon' |
| | 24 | In file included from /boot/develop/headers/bsd/signal.h:9, |
| | 25 | from /boot/develop/headers/posix/sys/wait.h:9, |
| | 26 | from /boot/home/libdaemon-0.13/libdaemon/dfork.c:33: |
| | 27 | /boot/develop/headers/posix/signal.h:176: warning: redundant redeclaration of `strsignal' in same scope |
| | 28 | /boot/develop/headers/posix/string.h:73: warning: previous declaration of `strsignal' |
| | 29 | /boot/home/libdaemon-0.13/libdaemon/dfork.c: In function `sigchld': |
| | 30 | /boot/home/libdaemon-0.13/libdaemon/dfork.c:120: warning: unused parameter `s' |
| | 31 | /boot/home/libdaemon-0.13/libdaemon/dfork.c: In function `daemon_fork': |
| | 32 | /boot/home/libdaemon-0.13/libdaemon/dfork.c:231: warning: unused variable `tty_fd' |
| | 33 | /boot/home/libdaemon-0.13/libdaemon/dfork.c:325: warning: control reaches end of non-void function |
| | 34 | /boot/home/libdaemon-0.13/libdaemon/dfork.c: In function `daemon_close_allv': |
| | 35 | /boot/home/libdaemon-0.13/libdaemon/dfork.c:473: warning: unused variable `saved_errno' |
| | 36 | /boot/home/libdaemon-0.13/libdaemon/dfork.c: In function `daemon_reset_sigsv': |
| | 37 | /boot/home/libdaemon-0.13/libdaemon/dfork.c:668: `_NSIG' undeclared (first use in this function) |
| | 38 | /boot/home/libdaemon-0.13/libdaemon/dfork.c:668: (Each undeclared identifier is reported only once |
| | 39 | /boot/home/libdaemon-0.13/libdaemon/dfork.c:668: for each function it appears in.) |
| | 40 | make[2]: *** [dfork.lo] Error 1 |
| | 41 | make[2]: Leaving directory `/boot/home/libdaemon-0.13/libdaemon' |
| | 42 | make[1]: *** [all-recursive] Error 1 |
| | 43 | make[1]: Leaving directory `/boot/home/libdaemon-0.13' |
| | 44 | make: *** [all] Error 2 |
| | 45 | ~/libdaemon-0.13> |
| | 46 | }}} |