| 1 | | |
| | 1 | * cp /boot/common/share/libtool/config/config.guess . |
| | 2 | * cp /boot/common/share/libtool/config/config.sub . |
| | 3 | (I suspect we'll need to run libtoolize and friends here, but skipped it for now)[[BR]] |
| | 4 | * ./configure --prefix=/boot/common |
| | 5 | * make |
| | 6 | make fails: |
| | 7 | |
| | 8 | {{{ |
| | 9 | ~/radlib-2.8.1> make |
| | 10 | cd . && /bin/sh /boot/home/radlib-2.8.1/missing --run automake-1.10 --gnu |
| | 11 | aclocal.m4:16: warning: this file was generated for autoconf 2.61. |
| | 12 | You have another version of autoconf. It may work, but is not guaranteed to. |
| | 13 | If you have problems, you may need to regenerate the build system entirely. |
| | 14 | To do so, use the procedure documented by the package, typically `autoreconf'. |
| | 15 | cd . && /bin/sh ./config.status Makefile |
| | 16 | config.status: creating Makefile |
| | 17 | cd . && /bin/sh /boot/home/radlib-2.8.1/missing --run autoheader |
| | 18 | rm -f stamp-h1 |
| | 19 | touch config.h.in |
| | 20 | cd . && /bin/sh ./config.status config.h |
| | 21 | config.status: creating config.h |
| | 22 | make all-recursive |
| | 23 | make[1]: Entering directory `/boot/home/radlib-2.8.1' |
| | 24 | Making all in src |
| | 25 | make[2]: Entering directory `/boot/home/radlib-2.8.1/src' |
| | 26 | cd .. && /bin/sh ./config.status src/Makefile depfiles |
| | 27 | config.status: creating src/Makefile |
| | 28 | config.status: executing depfiles commands |
| | 29 | make[2]: Leaving directory `/boot/home/radlib-2.8.1/src' |
| | 30 | make[2]: Entering directory `/boot/home/radlib-2.8.1/src' |
| | 31 | make[3]: Entering directory `/boot/home/radlib-2.8.1/src' |
| | 32 | source='../src/radbuffers.c' object='radbuffers.lo' libtool=yes \ |
| | 33 | DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ |
| | 34 | /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../h -I/boot/common/include -DHOST_IS_BIGENDIAN=0 -D_GNU_SOURCE -g -O2 -c -o radbuffers.lo `test -f '../src/radbuffers.c' || echo './'`../src/radbuffers.c |
| | 35 | libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../h -I/boot/common/include -DHOST_IS_BIGENDIAN=0 -D_GNU_SOURCE -g -O2 -c ../src/radbuffers.c -Wp,-MD,.deps/radbuffers.TPlo -o radbuffers.o |
| | 36 | In file included from /boot/home/radlib-2.8.1/h/radsystem.h:75, |
| | 37 | from /boot/home/radlib-2.8.1/src/radbuffers.c:53: |
| | 38 | /boot/home/radlib-2.8.1/h/radshmem.h:50: sys/shm.h: No such file or directory |
| | 39 | In file included from /boot/home/radlib-2.8.1/h/radshmem.h:52, |
| | 40 | from /boot/home/radlib-2.8.1/h/radsystem.h:75, |
| | 41 | from /boot/home/radlib-2.8.1/src/radbuffers.c:53: |
| | 42 | /boot/home/radlib-2.8.1/h/radmsgLog.h:50: sys/syslog.h: No such file or directory |
| | 43 | In file included from /boot/home/radlib-2.8.1/src/radbuffers.c:55: |
| | 44 | /boot/home/radlib-2.8.1/h/radbuffers.h:50: sys/shm.h: No such file or directory |
| | 45 | make[3]: *** [radbuffers.lo] Error 1 |
| | 46 | make[3]: Leaving directory `/boot/home/radlib-2.8.1/src' |
| | 47 | make[2]: *** [all-recursive] Error 1 |
| | 48 | make[2]: Leaving directory `/boot/home/radlib-2.8.1/src' |
| | 49 | make[1]: *** [all-recursive] Error 1 |
| | 50 | make[1]: Leaving directory `/boot/home/radlib-2.8.1' |
| | 51 | make: *** [all] Error 2 |
| | 52 | ~/radlib-2.8.1> grep -nri 'syslog.h' ../radlib-2.8.1 |
| | 53 | ../radlib-2.8.1/autom4te.cache/output.0:12691: syslog.h \ |
| | 54 | ../radlib-2.8.1/autom4te.cache/traces.0:582:m4trace:configure.in:58: -1- AH_OUTPUT([HAVE_SYSLOG_H], [/* Define to 1 if you have the <syslog.h> header file. */ |
| | 55 | ../radlib-2.8.1/autom4te.cache/traces.0:583:#undef HAVE_SYSLOG_H]) |
| | 56 | ../radlib-2.8.1/config.h:81:/* Define to 1 if you have the <syslog.h> header file. */ |
| | 57 | ../radlib-2.8.1/config.h:82:#define HAVE_SYSLOG_H 1 |
| | 58 | ../radlib-2.8.1/config.h.in:80:/* Define to 1 if you have the <syslog.h> header file. */ |
| | 59 | ../radlib-2.8.1/config.h.in:81:#undef HAVE_SYSLOG_H |
| | 60 | ../radlib-2.8.1/config.h.in~:77:/* Define to 1 if you have the <syslog.h> header file. */ |
| | 61 | ../radlib-2.8.1/config.h.in~:78:#undef HAVE_SYSLOG_H |
| | 62 | ../radlib-2.8.1/config.log:467:configure:12392: checking syslog.h usability |
| | 63 | ../radlib-2.8.1/config.log:471:configure:12433: checking syslog.h presence |
| | 64 | ../radlib-2.8.1/config.log:475:configure:12501: checking for syslog.h |
| | 65 | ../radlib-2.8.1/config.log:536:| #define HAVE_SYSLOG_H 1 |
| | 66 | ../radlib-2.8.1/config.log:607:| #define HAVE_SYSLOG_H 1 |
| | 67 | ../radlib-2.8.1/config.log:696:| #define HAVE_SYSLOG_H 1 |
| | 68 | ../radlib-2.8.1/config.log:756:| #define HAVE_SYSLOG_H 1 |
| | 69 | ../radlib-2.8.1/config.log:861:| #define HAVE_SYSLOG_H 1 |
| | 70 | ../radlib-2.8.1/config.log:1047:ac_cv_header_syslog_h=yes |
| | 71 | ../radlib-2.8.1/config.log:1243:#define HAVE_SYSLOG_H 1 |
| | 72 | ../radlib-2.8.1/config.status:1082:s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYSLOG_H\)[ (].*,\1define\2 1 , |
| | 73 | ../radlib-2.8.1/configure:12383: syslog.h \ |
| | 74 | ../radlib-2.8.1/configure.in:62: syslog.h \ |
| | 75 | ../radlib-2.8.1/h/raddebug.h:48:#include <syslog.h> |
| | 76 | ../radlib-2.8.1/h/radmsgLog.h:50:#include <sys/syslog.h> |
| | 77 | ../radlib-2.8.1/src/raddebug.c:48:#include <syslog.h> |
| | 78 | ../radlib-2.8.1/src/radmsgLog.c:50:#include <syslog.h> |
| | 79 | ~/radlib-2.8.1> make |
| | 80 | make all-recursive |
| | 81 | make[1]: Entering directory `/boot/home/radlib-2.8.1' |
| | 82 | Making all in src |
| | 83 | make[2]: Entering directory `/boot/home/radlib-2.8.1/src' |
| | 84 | make[3]: Entering directory `/boot/home/radlib-2.8.1/src' |
| | 85 | source='../src/radbuffers.c' object='radbuffers.lo' libtool=yes \ |
| | 86 | DEPDIR=.deps depmode=gcc /bin/sh ../depcomp \ |
| | 87 | /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../h -I/boot/common/include -DHOST_IS_BIGENDIAN=0 -D_GNU_SOURCE -g -O2 -c -o radbuffers.lo `test -f '../src/radbuffers.c' || echo './'`../src/radbuffers.c |
| | 88 | libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I../h -I/boot/common/include -DHOST_IS_BIGENDIAN=0 -D_GNU_SOURCE -g -O2 -c ../src/radbuffers.c -Wp,-MD,.deps/radbuffers.TPlo -o radbuffers.o |
| | 89 | In file included from /boot/home/radlib-2.8.1/h/radsystem.h:75, |
| | 90 | from /boot/home/radlib-2.8.1/src/radbuffers.c:53: |
| | 91 | /boot/home/radlib-2.8.1/h/radshmem.h:50: sys/shm.h: No such file or directory |
| | 92 | In file included from /boot/home/radlib-2.8.1/src/radbuffers.c:55: |
| | 93 | /boot/home/radlib-2.8.1/h/radbuffers.h:50: sys/shm.h: No such file or directory |
| | 94 | make[3]: *** [radbuffers.lo] Error 1 |
| | 95 | make[3]: Leaving directory `/boot/home/radlib-2.8.1/src' |
| | 96 | make[2]: *** [all-recursive] Error 1 |
| | 97 | make[2]: Leaving directory `/boot/home/radlib-2.8.1/src' |
| | 98 | make[1]: *** [all-recursive] Error 1 |
| | 99 | make[1]: Leaving directory `/boot/home/radlib-2.8.1' |
| | 100 | make: *** [all] Error 2 |
| | 101 | ~/radlib-2.8.1> |
| | 102 | }}} |
| | 103 | |
| | 104 | missing <sys/syslog.h> problem has been [http://sourceforge.net/tracker2/?group_id=143814&tid=756676 reported]. |
| | 105 | |
| | 106 | missing <sys/shm.h> has an open haiku ticket [http://dev.haiku-os.org/ticket/2657 #2657]. |