View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002789 | unreal | installing | public | 2006-02-03 07:19 | 2006-04-11 17:32 |
| Reporter | Younix | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Product Version | 3.2 | ||||
| Summary | 0002789: Make? | ||||
| Description | ./Config worked fine. After that I typed 'make' and got the following: Building src gcc -I../include -I/usr/home/billz/Unreal3.2/extras/regexp/include -pipe -g -O2 -funsigned-char -export-dynamic -c auth.c In file included from auth.c:21: ../include/struct.h:68: tre/regex.h: No such file or directory In file included from auth.c:21: ../include/struct.h:818: syntax error before `regex_t' In file included from auth.c:21: ../include/struct.h:1231: syntax error before `regex_t' ../include/struct.h:1313: syntax error before `regex_t' *** Error code 1 Stop. *** Error code 1 Stop. ** Contents of config.log ** This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.53. Invocation command line was $ ./configure --with-showlistmodes --enable-hub --enable-prefixaq --with-listen=5 --with-dpath=/usr/home/billz/Unreal3.2 --with-spath=/usr/home/billz/Unreal3.2/src/ircd --with-nick-history=2000 --with-sendq=3000000 --with-bufferpool=18 --with-hostname=moon.dataplusnet.com --with-permissions=0600 --with-fd-setsize=1024 --enable-dynamic-linking ## --------- ## ## Platform. ## ## --------- ## hostname = moon.dataplusnet.com uname -m = i386 uname -r = 4.3 uname -s = BSD/OS uname -v = BSDI BSD/OS 4.3 Kernel #0: Thu Oct 4 09:41:46 MDT 2001 [email protected]:/mnt/proto/4.3-i386/usr/src/sys/compile/GENERIC /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/home/billz/bin PATH: /bin PATH: /usr/bin PATH: /usr/X11/bin PATH: /usr/contrib/bin PATH: /usr/contrib/mh/bin PATH: /usr/games PATH: /usr/local/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1271: checking for gcc configure:1287: found /usr/bin/gcc configure:1297: result: gcc configure:1541: checking for C compiler version configure:1544: gcc --version </dev/null >&5 2.95.3 configure:1547: $? = 0 configure:1549: gcc -v </dev/null >&5 Using builtin specs. gcc version 2.95.3 20010315 (release) configure:1552: $? = 0 configure:1554: gcc -V </dev/null >&5 gcc: argument to `-V' is missing configure:1557: $? = 1 configure:1583: checking for C compiler default output configure:1586: gcc conftest.c >&5 configure:1589: $? = 0 configure:1622: result: a.out configure:1627: checking whether the C compiler works configure:1633: ./a.out configure:1636: $? = 0 configure:1651: result: yes configure:1658: checking whether we are cross compiling configure:1660: result: no configure:1663: checking for suffix of executables configure:1665: gcc -o conftest conftest.c >&5 configure:1668: $? = 0 configure:1690: result: configure:1696: checking for suffix of object files configure:1720: gcc -c conftest.c >&5 configure:1723: $? = 0 configure:1742: result: o configure:1746: checking whether we are using the GNU C compiler configure:1773: gcc -c conftest.c >&5 configure:1776: $? = 0 configure:1779: test -s conftest.o configure:1782: $? = 0 configure:1794: result: yes configure:1800: checking whether gcc accepts -g configure:1824: gcc -c -g conftest.c >&5 configure:1827: $? = 0 configure:1830: test -s conftest.o configure:1833: $? = 0 configure:1843: result: yes configure:1870: gcc -c -g -O2 conftest.c >&5 conftest.c:2: syntax error before `me' configure:1873: $? = 1 configure: failed program was: #ifndef __cplusplus choke me #endif configure:1985: checking if gcc has a working -pipe configure:2013: gcc -c -g -O2 -funsigned-char -pipe conftest.c >&5 configure:2016: $? = 0 configure:2019: test -s conftest.o configure:2022: $? = 0 configure:2034: result: yes configure:2043: checking for rm configure:2061: found /bin/rm configure:2073: result: /bin/rm configure:2082: checking for cp configure:2100: found /bin/cp configure:2112: result: /bin/cp configure:2121: checking for touch configure:2139: found /usr/bin/touch configure:2151: result: /usr/bin/touch configure:2160: checking for openssl configure:2178: found /usr/contrib/bin/openssl configure:2190: result: /usr/contrib/bin/openssl configure:2199: checking for install configure:2217: found /usr/bin/install configure:2229: result: /usr/bin/install configure:2238: checking for gmake configure:2254: found /usr/contrib/bin/gmake configure:2265: result: gmake configure:2274: checking for gmake configure:2292: found /usr/contrib/bin/gmake configure:2304: result: /usr/contrib/bin/gmake configure:2313: checking for gunzip configure:2331: found /usr/contrib/bin/gunzip configure:2343: result: /usr/contrib/bin/gunzip configure:2352: checking for pkg-config configure:2385: result: no configure:2390: checking for crypt in -ldescrypt configure:2423: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c -ldescrypt >&5 ld: cannot find -ldescrypt configure:2426: $? = 1 configure: failed program was: #line 2397 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char crypt (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { crypt (); ; return 0; } configure:2443: result: no configure:2451: checking for crypt in -lcrypt configure:2484: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c -lcrypt >&5 ld: cannot find -lcrypt configure:2487: $? = 1 configure: failed program was: #line 2458 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char crypt (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { crypt (); ; return 0; } configure:2504: result: no configure:2515: checking for socket in -lsocket configure:2548: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c -lsocket >&5 ld: cannot find -lsocket configure:2551: $? = 1 configure: failed program was: #line 2522 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char socket (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { socket (); ; return 0; } configure:2568: result: no configure:2574: checking for inet_ntoa in -lnsl configure:2607: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c -lnsl >&5 ld: cannot find -lnsl configure:2610: $? = 1 configure: failed program was: #line 2581 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char inet_ntoa (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { inet_ntoa (); ; return 0; } configure:2627: result: no configure:2644: checking how to run the C preprocessor configure:2670: gcc -E conftest.c configure:2676: $? = 0 configure:2703: gcc -E conftest.c configure:2699: ac_nonexistent.h: No such file or directory configure:2709: $? = 1 configure: failed program was: #line 2698 "configure" #include "confdefs.h" #include <ac_nonexistent.h> configure:2746: result: gcc -E configure:2761: gcc -E conftest.c configure:2767: $? = 0 configure:2794: gcc -E conftest.c configure:2790: ac_nonexistent.h: No such file or directory configure:2800: $? = 1 configure: failed program was: #line 2789 "configure" #include "confdefs.h" #include <ac_nonexistent.h> configure:2840: checking for ANSI C header files configure:2854: gcc -E conftest.c configure:2860: $? = 0 configure:2945: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c >&5 configure:2948: $? = 0 configure:2950: ./conftest configure:2953: $? = 0 configure:2967: result: yes configure:2991: checking for sys/types.h configure:3004: gcc -c -pipe -g -O2 -funsigned-char conftest.c >&5 configure:3007: $? = 0 configure:3010: test -s conftest.o configure:3013: $? = 0 configure:3023: result: yes configure:2991: checking for sys/stat.h configure:3004: gcc -c -pipe -g -O2 -funsigned-char conftest.c >&5 configure:3007: $? = 0 configure:3010: test -s conftest.o configure:3013: $? = 0 configure:3023: result: yes configure:2991: checking for stdlib.h configure:3004: gcc -c -pipe -g -O2 -funsigned-char conftest.c >&5 configure:3007: $? = 0 configure:3010: test -s conftest.o configure:3013: $? = 0 configure:3023: result: yes configure:2991: checking for string.h configure:3004: gcc -c -pipe -g -O2 -funsigned-char conftest.c >&5 configure:3007: $? = 0 configure:3010: test -s conftest.o configure:3013: $? = 0 configure:3023: result: yes configure:2991: checking for memory.h configure:3004: gcc -c -pipe -g -O2 -funsigned-char conftest.c >&5 configure:3007: $? = 0 configure:3010: test -s conftest.o configure:3013: $? = 0 configure:3023: result: yes configure:2991: checking for strings.h configure:3004: gcc -c -pipe -g -O2 -funsigned-char conftest.c >&5 configure:3007: $? = 0 configure:3010: test -s conftest.o configure:3013: $? = 0 configure:3023: result: yes configure:2991: checking for inttypes.h configure:3004: gcc -c -pipe -g -O2 -funsigned-char conftest.c >&5 configure:3032: inttypes.h: No such file or directory configure:3007: $? = 1 configure: failed program was: #line 2996 "configure" #include "confdefs.h" #include <stdio.h> #if HAVE_SYS_TYPES_H # include <sys/types.h> #endif #if HAVE_SYS_STAT_H # include <sys/stat.h> #endif #if STDC_HEADERS # include <stdlib.h> # include <stddef.h> #else # if HAVE_STDLIB_H # include <stdlib.h> # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include <memory.h> # endif # include <string.h> #endif #if HAVE_STRINGS_H # include <strings.h> #endif #if HAVE_INTTYPES_H # include <inttypes.h> #else # if HAVE_STDINT_H # include <stdint.h> # endif #endif #if HAVE_UNISTD_H # include <unistd.h> #endif #include <inttypes.h> configure:3023: result: no configure:2991: checking for stdint.h configure:3004: gcc -c -pipe -g -O2 -funsigned-char conftest.c >&5 configure:3032: stdint.h: No such file or directory configure:3007: $? = 1 configure: failed program was: #line 2996 "configure" #include "confdefs.h" #include <stdio.h> #if HAVE_SYS_TYPES_H # include <sys/types.h> #endif #if HAVE_SYS_STAT_H # include <sys/stat.h> #endif #if STDC_HEADERS # include <stdlib.h> # include <stddef.h> #else # if HAVE_STDLIB_H # include <stdlib.h> # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include <memory.h> # endif # include <string.h> #endif #if HAVE_STRINGS_H # include <strings.h> #endif #if HAVE_INTTYPES_H # include <inttypes.h> #else # if HAVE_STDINT_H # include <stdint.h> # endif #endif #if HAVE_UNISTD_H # include <unistd.h> #endif #include <stdint.h> configure:3023: result: no configure:2991: checking for unistd.h configure:3004: gcc -c -pipe -g -O2 -funsigned-char conftest.c >&5 configure:3007: $? = 0 configure:3010: test -s conftest.o configure:3013: $? = 0 configure:3023: result: yes configure:3045: checking sys/param.h usability configure:3054: gcc -c -pipe -g -O2 -funsigned-char conftest.c >&5 configure:3057: $? = 0 configure:3060: test -s conftest.o configure:3063: $? = 0 configure:3072: result: yes configure:3076: checking sys/param.h presence configure:3083: gcc -E conftest.c configure:3089: $? = 0 configure:3107: result: yes configure:3125: checking for sys/param.h configure:3132: result: yes configure:3145: checking for stdlib.h configure:3150: result: yes configure:3263: checking stddef.h usability configure:3272: gcc -c -pipe -g -O2 -funsigned-char conftest.c >&5 configure:3275: $? = 0 configure:3278: test -s conftest.o configure:3281: $? = 0 configure:3290: result: yes configure:3294: checking stddef.h presence configure:3301: gcc -E conftest.c configure:3307: $? = 0 configure:3325: result: yes configure:3343: checking for stddef.h configure:3350: result: yes configure:3372: checking sys/syslog.h usability configure:3381: gcc -c -pipe -g -O2 -funsigned-char conftest.c >&5 configure:3384: $? = 0 configure:3387: test -s conftest.o configure:3390: $? = 0 configure:3399: result: yes configure:3403: checking sys/syslog.h presence configure:3410: gcc -E conftest.c configure:3416: $? = 0 configure:3434: result: yes configure:3452: checking for sys/syslog.h configure:3459: result: yes configure:3472: checking for unistd.h configure:3477: result: yes configure:3581: checking for string.h configure:3586: result: yes configure:3690: checking for strings.h configure:3695: result: yes configure:3808: checking malloc.h usability configure:3817: gcc -c -pipe -g -O2 -funsigned-char conftest.c >&5 configure:3820: $? = 0 configure:3823: test -s conftest.o configure:3826: $? = 0 configure:3835: result: yes configure:3839: checking malloc.h presence configure:3846: gcc -E conftest.c configure:3852: $? = 0 configure:3870: result: yes configure:3888: checking for malloc.h configure:3895: result: yes configure:3917: checking sys/rusage.h usability configure:3926: gcc -c -pipe -g -O2 -funsigned-char conftest.c >&5 configure:3954: sys/rusage.h: No such file or directory configure:3929: $? = 1 configure: failed program was: #line 3919 "configure" #include "confdefs.h" #include <stdio.h> #if HAVE_SYS_TYPES_H # include <sys/types.h> #endif #if HAVE_SYS_STAT_H # include <sys/stat.h> #endif #if STDC_HEADERS # include <stdlib.h> # include <stddef.h> #else # if HAVE_STDLIB_H # include <stdlib.h> # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include <memory.h> # endif # include <string.h> #endif #if HAVE_STRINGS_H # include <strings.h> #endif #if HAVE_INTTYPES_H # include <inttypes.h> #else # if HAVE_STDINT_H # include <stdint.h> # endif #endif #if HAVE_UNISTD_H # include <unistd.h> #endif #include <sys/rusage.h> configure:3944: result: no configure:3948: checking sys/rusage.h presence configure:3955: gcc -E conftest.c configure:3951: sys/rusage.h: No such file or directory configure:3961: $? = 1 configure: failed program was: #line 3950 "configure" #include "confdefs.h" #include <sys/rusage.h> configure:3979: result: no configure:3997: checking for sys/rusage.h configure:4004: result: no configure:4026: checking glob.h usability configure:4035: gcc -c -pipe -g -O2 -funsigned-char conftest.c >&5 configure:4038: $? = 0 configure:4041: test -s conftest.o configure:4044: $? = 0 configure:4053: result: yes configure:4057: checking glob.h presence configure:4064: gcc -E conftest.c configure:4070: $? = 0 configure:4088: result: yes configure:4106: checking for glob.h configure:4113: result: yes configure:4125: checking for gcc option to accept ANSI C configure:4188: gcc -c -pipe -g -O2 -funsigned-char conftest.c >&5 configure:4191: $? = 0 configure:4194: test -s conftest.o configure:4197: $? = 0 configure:4214: result: none needed configure:4222: checking for an ANSI C-conforming const configure:4292: gcc -c -pipe -g -O2 -funsigned-char conftest.c >&5 configure:4295: $? = 0 configure:4298: test -s conftest.o configure:4301: $? = 0 configure:4311: result: yes configure:4321: checking for inline configure:4338: gcc -c -pipe -g -O2 -funsigned-char conftest.c >&5 configure:4341: $? = 0 configure:4344: test -s conftest.o configure:4347: $? = 0 configure:4358: result: inline configure:4373: checking for size_t configure:4400: gcc -c -pipe -g -O2 -funsigned-char conftest.c >&5 configure:4403: $? = 0 configure:4406: test -s conftest.o configure:4409: $? = 0 configure:4419: result: yes configure:4431: checking whether time.h and sys/time.h may both be included configure:4459: gcc -c -pipe -g -O2 -funsigned-char conftest.c >&5 configure:4462: $? = 0 configure:4465: test -s conftest.o configure:4468: $? = 0 configure:4478: result: yes configure:4488: checking whether struct tm is in sys/time.h or time.h configure:4514: gcc -c -pipe -g -O2 -funsigned-char conftest.c >&5 configure:4517: $? = 0 configure:4520: test -s conftest.o configure:4523: $? = 0 configure:4533: result: time.h configure:4543: checking for uid_t in sys/types.h configure:4563: result: yes configure:4578: checking for short configure:4605: gcc -c -pipe -g -O2 -funsigned-char conftest.c >&5 configure:4608: $? = 0 configure:4611: test -s conftest.o configure:4614: $? = 0 configure:4624: result: yes configure:4627: checking size of short configure:4905: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c >&5 configure:4908: $? = 0 configure:4910: ./conftest configure:4913: $? = 0 configure:4933: result: 2 configure:4940: checking for int configure:4967: gcc -c -pipe -g -O2 -funsigned-char conftest.c >&5 configure:4970: $? = 0 configure:4973: test -s conftest.o configure:4976: $? = 0 configure:4986: result: yes configure:4989: checking size of int configure:5267: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c >&5 configure:5270: $? = 0 configure:5272: ./conftest configure:5275: $? = 0 configure:5295: result: 4 configure:5302: checking for long configure:5329: gcc -c -pipe -g -O2 -funsigned-char conftest.c >&5 configure:5332: $? = 0 configure:5335: test -s conftest.o configure:5338: $? = 0 configure:5348: result: yes configure:5351: checking size of long configure:5629: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c >&5 configure:5632: $? = 0 configure:5634: ./conftest configure:5637: $? = 0 configure:5657: result: 4 configure:5782: checking for int16_t configure:5809: gcc -c -pipe -g -O2 -funsigned-char conftest.c >&5 configure:5812: $? = 0 configure:5815: test -s conftest.o configure:5818: $? = 0 configure:5828: result: yes configure:5840: checking for u_int16_t configure:5867: gcc -c -pipe -g -O2 -funsigned-char conftest.c >&5 configure:5870: $? = 0 configure:5873: test -s conftest.o configure:5876: $? = 0 configure:5886: result: yes configure:5904: checking for int32_t configure:5931: gcc -c -pipe -g -O2 -funsigned-char conftest.c >&5 configure:5934: $? = 0 configure:5937: test -s conftest.o configure:5940: $? = 0 configure:5950: result: yes configure:5962: checking for u_int32_t configure:5989: gcc -c -pipe -g -O2 -funsigned-char conftest.c >&5 configure:5992: $? = 0 configure:5995: test -s conftest.o configure:5998: $? = 0 configure:6008: result: yes configure:6259: checking for rlim_t configure:6286: gcc -c -pipe -g -O2 -funsigned-char conftest.c >&5 configure: In function `main': configure:6308: `rlim_t' undeclared (first use in this function) configure:6308: (Each undeclared identifier is reported only once configure:6308: for each function it appears in.) configure:6308: syntax error before `)' configure:6289: $? = 1 configure: failed program was: #line 6264 "configure" #include "confdefs.h" #include <stdio.h> #if HAVE_SYS_TYPES_H # include <sys/types.h> #endif #if HAVE_SYS_STAT_H # include <sys/stat.h> #endif #if STDC_HEADERS # include <stdlib.h> # include <stddef.h> #else # if HAVE_STDLIB_H # include <stdlib.h> # endif #endif #if HAVE_STRING_H # if !STDC_HEADERS && HAVE_MEMORY_H # include <memory.h> # endif # include <string.h> #endif #if HAVE_STRINGS_H # include <strings.h> #endif #if HAVE_INTTYPES_H # include <inttypes.h> #else # if HAVE_STDINT_H # include <stdint.h> # endif #endif #if HAVE_UNISTD_H # include <unistd.h> #endif #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { if ((rlim_t *) 0) return 0; if (sizeof (rlim_t)) return 0; ; return 0; } configure:6305: result: no configure:6308: checking size of rlim_t configure:6614: result: 0 configure:6629: checking what kind of nonblocking sockets you have configure:6673: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c >&5 configure: In function `main': configure:6659: warning: passing arg 2 of `signal' from incompatible pointer type configure:6676: $? = 0 configure:6678: ./conftest configure:6681: $? = 0 configure:6804: result: O_NONBLOCK configure:6824: checking whether gcc needs -traditional configure:6847: termio.h: No such file or directory configure:6860: result: no configure:6867: checking whether setpgrp takes no argument configure:6902: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c >&5 configure:6905: $? = 0 configure:6907: ./conftest configure:6910: $? = 0 configure:6923: result: no configure:6933: checking whether setvbuf arguments are reversed configure:6961: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c >&5 configure: In function `main': configure:6952: warning: passing arg 2 of `setvbuf' makes pointer from integer without a cast configure:6952: warning: passing arg 3 of `setvbuf' makes integer from pointer without a cast configure:6964: $? = 0 configure:6966: ./conftest configure:6969: $? = 1 configure: program exited with status 1 configure: failed program was: #line 6943 "configure" #include "confdefs.h" #include <stdio.h> /* If setvbuf has the reversed format, exit 0. */ int main () { /* This call has the arguments reversed. A reversed system may check and see that the address of main is not _IOLBF, _IONBF, or _IOFBF, and return nonzero. */ if (setvbuf(stdout, _IOLBF, (char *) main, BUFSIZ) != 0) exit(1); putc('\r', stdout); exit(0); /* Non-reversed systems segv here. */ } configure:6983: result: no configure:6995: checking for working alloca.h configure:7019: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c >&5 configure:7001: alloca.h: No such file or directory configure:7022: $? = 1 configure: failed program was: #line 7000 "configure" #include "confdefs.h" #include <alloca.h> #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { char *p = (char *) alloca (2 * sizeof (int)); ; return 0; } configure:7038: result: no configure:7048: checking for alloca configure:7092: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c >&5 configure:7095: $? = 0 configure:7098: test -s conftest configure:7101: $? = 0 configure:7111: result: yes configure:7305: checking for snprintf configure:7348: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c >&5 configure:7351: $? = 0 configure:7354: test -s conftest configure:7357: $? = 0 configure:7367: result: yes configure:7384: checking for vsnprintf configure:7427: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c >&5 configure:7430: $? = 0 configure:7433: test -s conftest configure:7436: $? = 0 configure:7446: result: yes configure:7463: checking for strlcpy configure:7506: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c >&5 configure:7509: $? = 0 configure:7512: test -s conftest configure:7515: $? = 0 configure:7525: result: yes configure:7542: checking for strlcat configure:7585: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c >&5 configure:7588: $? = 0 configure:7591: test -s conftest configure:7594: $? = 0 configure:7604: result: yes configure:7621: checking for strlncat configure:7664: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c >&5 /var/tmp/ccGm3KGf.o: In function `main': /usr/home/billz/Unreal3.2/configure:7654: undefined reference to `strlncat' configure:7667: $? = 1 configure: failed program was: #line 7626 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char strlncat (); below. */ #include <assert.h> /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char strlncat (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_strlncat) || defined (__stub___strlncat) choke me #else f = strlncat; #endif ; return 0; } configure:7683: result: no configure:7700: checking for inet_pton configure:7743: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c >&5 configure:7746: $? = 0 configure:7749: test -s conftest configure:7752: $? = 0 configure:7762: result: yes configure:7779: checking for inet_ntop configure:7822: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c >&5 configure:7825: $? = 0 configure:7828: test -s conftest configure:7831: $? = 0 configure:7841: result: yes configure:7854: checking if C99 variable length arrays are supported configure:7885: gcc -c -pipe -g -O2 -funsigned-char conftest.c >&5 configure:7888: $? = 0 configure:7891: test -s conftest.o configure:7894: $? = 0 configure:7905: result: yes configure:7913: checking if we can set the core size to unlimited configure:7941: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c >&5 configure:7944: $? = 0 configure:7946: ./conftest configure:7949: $? = 0 configure:7963: result: yes configure:7975: checking for vprintf configure:8018: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c >&5 configure:8021: $? = 0 configure:8024: test -s conftest configure:8027: $? = 0 configure:8037: result: yes configure:8044: checking for _doprnt configure:8087: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c >&5 /var/tmp/ccDlIqap.o: In function `main': /usr/home/billz/Unreal3.2/configure:8077: undefined reference to `_doprnt' configure:8090: $? = 1 configure: failed program was: #line 8049 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char _doprnt (); below. */ #include <assert.h> /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char _doprnt (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub__doprnt) || defined (__stub____doprnt) choke me #else f = _doprnt; #endif ; return 0; } configure:8106: result: no configure:8124: checking for gettimeofday configure:8167: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c >&5 configure:8170: $? = 0 configure:8173: test -s conftest configure:8176: $? = 0 configure:8186: result: yes configure:8283: checking for getrusage configure:8326: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c >&5 configure:8329: $? = 0 configure:8332: test -s conftest configure:8335: $? = 0 configure:8345: result: yes configure:8442: checking for setproctitle configure:8485: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c >&5 /var/tmp/ccamV4lk.o: In function `main': /usr/home/billz/Unreal3.2/configure:8475: undefined reference to `setproctitle' configure:8488: $? = 1 configure: failed program was: #line 8447 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char setproctitle (); below. */ #include <assert.h> /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char setproctitle (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_setproctitle) || defined (__stub___setproctitle) choke me #else f = setproctitle; #endif ; return 0; } configure:8504: result: no configure:8516: checking for setproctitle in -lutil configure:8549: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c -lutil >&5 configure:8552: $? = 0 configure:8555: test -s conftest configure:8558: $? = 0 configure:8569: result: yes configure:8682: checking what type of signals you have configure:8704: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c >&5 configure:8707: $? = 0 configure:8709: ./conftest configure:8712: $? = 0 configure:8773: result: POSIX configure:8796: checking for strtoken configure:8839: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c >&5 /var/tmp/ccL2PjB6.o: In function `main': /usr/home/billz/Unreal3.2/configure:8829: undefined reference to `strtoken' configure:8842: $? = 1 configure: failed program was: #line 8801 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes, which can conflict with char strtoken (); below. */ #include <assert.h> /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char strtoken (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_strtoken) || defined (__stub___strtoken) choke me #else f = strtoken; #endif ; return 0; } configure:8858: result: no configure:8877: checking for strtok configure:8920: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c >&5 configure:8923: $? = 0 configure:8926: test -s conftest configure:8929: $? = 0 configure:8939: result: yes configure:8958: checking for strerror configure:9001: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c >&5 configure:9004: $? = 0 configure:9007: test -s conftest configure:9010: $? = 0 configure:9020: result: yes configure:9039: checking for index configure:9082: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c >&5 configure:9085: $? = 0 configure:9088: test -s conftest configure:9091: $? = 0 configure:9101: result: yes configure:9120: checking for strtoul configure:9163: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c >&5 configure:9166: $? = 0 configure:9169: test -s conftest configure:9172: $? = 0 configure:9182: result: yes configure:9198: checking for bcopy configure:9241: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c >&5 configure:9244: $? = 0 configure:9247: test -s conftest configure:9250: $? = 0 configure:9260: result: yes configure:9279: checking for bcmp configure:9322: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c >&5 configure:9325: $? = 0 configure:9328: test -s conftest configure:9331: $? = 0 configure:9341: result: yes configure:9360: checking for bzero configure:9403: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c >&5 configure:9406: $? = 0 configure:9409: test -s conftest configure:9412: $? = 0 configure:9422: result: yes configure:9441: checking for strcasecmp configure:9484: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c >&5 configure:9487: $? = 0 configure:9490: test -s conftest configure:9493: $? = 0 configure:9503: result: yes configure:9522: checking for inet_addr configure:9565: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c >&5 configure:9568: $? = 0 configure:9571: test -s conftest configure:9574: $? = 0 configure:9584: result: yes configure:9603: checking for inet_ntoa configure:9646: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c >&5 configure:9649: $? = 0 configure:9652: test -s conftest configure:9655: $? = 0 configure:9665: result: yes configure:9684: checking for inet_netof configure:9727: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c >&5 configure:9730: $? = 0 configure:9733: test -s conftest configure:9736: $? = 0 configure:9746: result: yes configure:9766: checking for syslog configure:9809: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c >&5 configure:9812: $? = 0 configure:9815: test -s conftest configure:9818: $? = 0 configure:9828: result: yes configure:9845: checking for vsyslog configure:9888: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c >&5 configure:9891: $? = 0 configure:9894: test -s conftest configure:9897: $? = 0 configure:9907: result: yes configure:10234: checking for dlopen configure:10278: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c >&5 /var/tmp/ccgZXRFj.o: In function `main': /usr/home/billz/Unreal3.2/configure:10268: undefined reference to `dlopen' configure:10281: $? = 1 configure: failed program was: #line 10239 "configure" #include "confdefs.h" /* System header to define __stub macros and hopefully few prototypes else which can conflict with char dlopen (); below. */ #include <assert.h> /* Override any gcc2 internal prototype to avoid an error. */ #ifdef __cplusplus extern "C" #endif /* We use char because int might match the return type of a gcc2 builtin and then its argument prototype would still apply. */ char dlopen (); char (*f) (); #ifdef F77_DUMMY_MAIN # ifdef __cplusplus extern "C" # endif int F77_DUMMY_MAIN() { return 1; } #endif int main () { /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ #if defined (__stub_dlopen) || defined (__stub___dlopen) choke me #else f = dlopen; #endif ; return 0; } configure:10297: result: no configure:10302: checking for dlopen in -ldl configure:10335: gcc -o conftest -pipe -g -O2 -funsigned-char conftest.c -ldl >&5 configure:10338: $? = 0 configure:10341: test -s conftest configure:10344: $? = 0 configure:10355: result: yes configure:10375: checking if we need the -export-dynamic flag configure:10400: gcc -o conftest -pipe -g -O2 -funsigned-char -export-dynamic conftest.c >&5 configure:10403: $? = 0 configure:10406: test -s conftest configure:10409: $? = 0 configure:10419: result: yes configure:10425: checking for compiler option to produce PIC configure:10450: result: -fPIC -DPIC -shared configure:10452: checking if your system prepends an underscore on symbols configure:10472: result: no configure:10557: checking if FD_SETSIZE is large enough to allow 1024 file descriptors configure:10578: gcc -o conftest -pipe -g -O2 -funsigned-char -export-dynamic conftest.c >&5 configure:10581: $? = 0 configure:10583: ./conftest configure:10586: $? = 0 configure:10588: result: yes configure:10616: result: extracting TRE regex library configure:10629: result: configuring TRE regex library configure:10633: result: compiling TRE regex library configure:10636: result: installing TRE regex library configure:10729: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by config.status, which was generated by GNU Autoconf 2.53. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on moon.dataplusnet.com config.status:583: creating Makefile config.status:583: creating src/modules/Makefile config.status:583: creating unreal config.status:583: creating ircdcron/ircdchk config.status:686: creating include/setup.h ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_exeext= ac_cv_export_dynamic=yes ac_cv_force_core=yes ac_cv_func__doprnt=no ac_cv_func_alloca_works=yes ac_cv_func_bcmp=yes ac_cv_func_bcopy=yes ac_cv_func_bzero=yes ac_cv_func_dlopen=no ac_cv_func_getrusage=yes ac_cv_func_gettimeofday=yes ac_cv_func_index=yes ac_cv_func_inet_addr=yes ac_cv_func_inet_netof=yes ac_cv_func_inet_ntoa=yes ac_cv_func_inet_ntop=yes ac_cv_func_inet_pton=yes ac_cv_func_setpgrp_void=no ac_cv_func_setproctitle=no ac_cv_func_setvbuf_reversed=no ac_cv_func_snprintf=yes ac_cv_func_strcasecmp=yes ac_cv_func_strerror=yes ac_cv_func_strlcat=yes ac_cv_func_strlcpy=yes ac_cv_func_strlncat=no ac_cv_func_strtok=yes ac_cv_func_strtoken=no ac_cv_func_strtoul=yes ac_cv_func_syslog=yes ac_cv_func_vprintf=yes ac_cv_func_vsnprintf=yes ac_cv_func_vsyslog=yes ac_cv_header_glob_h=yes ac_cv_header_inttypes_h=no ac_cv_header_malloc_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stddef_h=yes ac_cv_header_stdint_h=no ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_rusage_h=no ac_cv_header_sys_stat_h=yes ac_cv_header_sys_syslog_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_time=yes ac_cv_header_unistd_h=yes ac_cv_lib_crypt_crypt=no ac_cv_lib_descrypt_crypt=no ac_cv_lib_dl_dlopen=yes ac_cv_lib_nsl_inet_ntoa=no ac_cv_lib_socket_socket=no ac_cv_lib_util_setproctitle=yes ac_cv_nonblocking=O_NONBLOCK ac_cv_objext=o ac_cv_path_CP=/bin/cp ac_cv_path_GMAKE=/usr/contrib/bin/gmake ac_cv_path_GUNZIP=/usr/contrib/bin/gunzip ac_cv_path_INSTALL=/usr/bin/install ac_cv_path_OPENSSLPATH=/usr/contrib/bin/openssl ac_cv_path_RM=/bin/rm ac_cv_path_TOUCH=/usr/bin/touch ac_cv_pic='-fPIC -DPIC -shared' ac_cv_pipe=yes ac_cv_prog_CPP='gcc -E' ac_cv_prog_MAKER=gmake ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_cc_g=yes ac_cv_prog_cc_stdc= ac_cv_prog_gcc_traditional=no ac_cv_sigtype=POSIX ac_cv_sizeof_int=4 ac_cv_sizeof_long=4 ac_cv_sizeof_rlim_t=0 ac_cv_sizeof_short=2 ac_cv_struct_tm=time.h ac_cv_type_int=yes ac_cv_type_int16_t=yes ac_cv_type_int32_t=yes ac_cv_type_long=yes ac_cv_type_rlim_t=no ac_cv_type_short=yes ac_cv_type_size_t=yes ac_cv_type_u_int16_t=yes ac_cv_type_u_int32_t=yes ac_cv_type_uid_t=yes ac_cv_underscore=no ac_cv_varlen_arrays=yes ac_cv_working_alloca_h=no ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_UNISTD_H 1 #define PARAMH 1 #define STDLIBH 1 #define STDDEFH 1 #define SYSSYSLOGH 1 #define UNISTDH 1 #define STRINGH 1 #define STRINGSH 1 #define MALLOCH <malloc.h> #define GLOBH 1 #define TIME_WITH_SYS_TIME 1 #define SIZEOF_SHORT 2 #define SIZEOF_INT 4 #define SIZEOF_LONG 4 #define SIZEOF_RLIM_T 0 #define NBLOCK_POSIX 1 #define HAVE_ALLOCA 1 #define HAVE_SNPRINTF 1 #define HAVE_SNPRINTF 1 #define HAVE_VSNPRINTF 1 #define HAVE_VSNPRINTF 1 #define HAVE_STRLCPY 1 #define HAVE_STRLCPY 1 #define HAVE_STRLCAT 1 #define HAVE_STRLCAT 1 #define HAVE_INET_PTON 1 #define HAVE_INET_PTON 1 #define HAVE_INET_NTOP 1 #define HAVE_INET_NTOP 1 #define HAVE_C99_VARLEN_ARRAY 1 #define FORCE_CORE 1 #define HAVE_VPRINTF 1 #define HAVE_GETTIMEOFDAY 1 #define GETTIMEOFDAY 1 #define HAVE_GETRUSAGE 1 #define GETRUSAGE_2 1 #define HAVE_SETPROCTITLE 1 #define POSIX_SIGNALS 1 #define NEED_STRTOKEN 1 #define HAVE_STRTOK 1 #define HAVE_STRERROR 1 #define HAVE_INDEX 1 #define HAVE_STRTOUL 1 #define HAVE_BCOPY 1 #define HAVE_BCMP 1 #define HAVE_BZERO 1 #define HAVE_STRCASECMP 1 #define GOT_STRCASECMP 1 #define HAVE_INET_ADDR 1 #define HAVE_INET_NTOA 1 #define HAVE_INET_NETOF 1 #define HAVE_SYSLOG 1 #define HAVE_SYSLOG 1 #define HAVE_VSYSLOG 1 #define HAVE_VSYSLOG 1 #define LISTEN_SIZE 5 #define NICKNAMEHISTORYLENGTH 2000 #define MAXSENDQLENGTH 3000000 #define BUFFERPOOL (18 * MAXSENDQLENGTH) #define DOMAINNAME "moon.dataplusnet.com" #define MYOSNAME "BSD/OS moon.dataplusnet.com 4.3 BSDI BSD/OS 4.3 Kernel #0: Thu Oct 4 09:41:46 MDT 2001 [email protected]:/mnt/proto/4.3-i386/usr/src/sys/compile/GENERIC i386" #define DEFAULT_PERMISSIONS 0600 #define DPATH "/usr/home/billz/Unreal3.2" #define MAXCONNECTIONS 1024 #define SPATH "/usr/home/billz/Unreal3.2/src/ircd" #define PREFIX_AQ 1 #define HUB 1 #define LIST_SHOW_MODES 1 #define DYNAMIC_LINKING 1 configure: exit 0 Thanks. | ||||
| 3rd party modules | |||||
|
|
./Config probably errored somewhere, but acted like everything was fine. You could try 3.2.4-rc2 (soon 3.2.4) to see where the real error is. |
|
|
http://www.vulnscan.org/UnrealIrcd/faq/#75 /me notes no where in there he checked the date |
|
|
timeout. use 3.2.4 to get a real specific error... |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2006-02-03 07:19 | Younix | New Issue | |
| 2006-02-03 08:04 | syzop | Note Added: 0011122 | |
| 2006-02-03 08:51 | Stealth | Note Added: 0011123 | |
| 2006-02-03 08:52 | Stealth | Note Edited: 0011123 | |
| 2006-04-11 17:32 | syzop | Status | new => closed |
| 2006-04-11 17:32 | syzop | Note Added: 0011534 | |
| 2006-04-11 17:32 | syzop | Resolution | open => no change required |