[BACK]Return to config.log CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Annotation of src/usr.bin/ssh/config.log, Revision 1.1

1.1     ! deraadt     1: This file contains any messages produced by compilers while
        !             2: running configure, to aid debugging if configure makes a mistake.
        !             3:
        !             4: configure:593: checking host system type
        !             5: configure:617: checking for gcc
        !             6: configure:730: checking whether the C compiler (gcc  ) works
        !             7: configure:746: gcc -o conftest    conftest.c  1>&5
        !             8: configure:772: checking whether the C compiler (gcc  ) is a cross-compiler
        !             9: configure:777: checking whether we are using GNU C
        !            10: configure:786: gcc -E conftest.c
        !            11: configure:805: checking whether gcc accepts -g
        !            12: configure:837: checking how to run the C preprocessor
        !            13: configure:858: gcc -E  conftest.c >/dev/null 2>conftest.out
        !            14: configure:1332: checking that the compiler works
        !            15: configure:1341: gcc -o conftest -g -O2   conftest.c  1>&5
        !            16: configure:1358: checking if the compiler understands -pipe
        !            17: configure:1369: gcc -pipe -c -g -O2  conftest.c 1>&5
        !            18: configure:1397: checking for vhangup
        !            19: configure:1425: gcc -pipe -o conftest -g -O2   conftest.c  1>&5
        !            20: configure:1419: Undefined symbol `_vhangup' referenced from text segment
        !            21: collect2: ld returned 1 exit status
        !            22: configure: failed program was:
        !            23: #line 1402 "configure"
        !            24: #include "confdefs.h"
        !            25: /* System header to define __stub macros and hopefully few prototypes,
        !            26:     which can conflict with char vhangup(); below.  */
        !            27: #include <assert.h>
        !            28: /* Override any gcc2 internal prototype to avoid an error.  */
        !            29: /* We use char because int might match the return type of a gcc2
        !            30:     builtin and then its argument prototype would still apply.  */
        !            31: char vhangup();
        !            32:
        !            33: int main() {
        !            34:
        !            35: /* The GNU C library defines this for functions which it implements
        !            36:     to always fail with ENOSYS.  Some functions are actually named
        !            37:     something starting with __ and the normal name is an alias.  */
        !            38: #if defined (__stub_vhangup) || defined (__stub___vhangup)
        !            39: choke me
        !            40: #else
        !            41: vhangup();
        !            42: #endif
        !            43:
        !            44: ; return 0; }
        !            45: configure:1455: checking for setsid
        !            46: configure:1483: gcc -pipe -o conftest -g -O2   conftest.c  1>&5
        !            47: configure:1510: checking where to find mandatory GMP library
        !            48: configure:1535: checking for gmp.h
        !            49: configure:1545: gcc -E  conftest.c >/dev/null 2>conftest.out
        !            50: configure:1577: checking for main in -lgmp
        !            51: configure:1592: gcc -pipe -o conftest -g -O2   conftest.c -lgmp   1>&5
        !            52: configure:1636: checking for _getpty
        !            53: configure:1664: gcc -pipe -o conftest -g -O2   conftest.c -lgmp  1>&5
        !            54: configure:1658: Undefined symbol `__getpty' referenced from text segment
        !            55: collect2: ld returned 1 exit status
        !            56: configure: failed program was:
        !            57: #line 1641 "configure"
        !            58: #include "confdefs.h"
        !            59: /* System header to define __stub macros and hopefully few prototypes,
        !            60:     which can conflict with char _getpty(); below.  */
        !            61: #include <assert.h>
        !            62: /* Override any gcc2 internal prototype to avoid an error.  */
        !            63: /* We use char because int might match the return type of a gcc2
        !            64:     builtin and then its argument prototype would still apply.  */
        !            65: char _getpty();
        !            66:
        !            67: int main() {
        !            68:
        !            69: /* The GNU C library defines this for functions which it implements
        !            70:     to always fail with ENOSYS.  Some functions are actually named
        !            71:     something starting with __ and the normal name is an alias.  */
        !            72: #if defined (__stub__getpty) || defined (__stub____getpty)
        !            73: choke me
        !            74: #else
        !            75: _getpty();
        !            76: #endif
        !            77:
        !            78: ; return 0; }
        !            79: configure:1636: checking for clock
        !            80: configure:1664: gcc -pipe -o conftest -g -O2   conftest.c -lgmp  1>&5
        !            81: configure:1636: checking for fchmod
        !            82: configure:1664: gcc -pipe -o conftest -g -O2   conftest.c -lgmp  1>&5
        !            83: configure:1636: checking for getdtablesize
        !            84: configure:1664: gcc -pipe -o conftest -g -O2   conftest.c -lgmp  1>&5
        !            85: configure:1636: checking for gethostname
        !            86: configure:1664: gcc -pipe -o conftest -g -O2   conftest.c -lgmp  1>&5
        !            87: configure:1636: checking for getrusage
        !            88: configure:1664: gcc -pipe -o conftest -g -O2   conftest.c -lgmp  1>&5
        !            89: configure:1691: checking for gettimeofday
        !            90: configure:1719: gcc -pipe -o conftest -g -O2   conftest.c -lgmp  1>&5
        !            91: configure:1691: checking for initgroups
        !            92: configure:1719: gcc -pipe -o conftest -g -O2   conftest.c -lgmp  1>&5
        !            93: configure:1691: checking for innetgr
        !            94: configure:1719: gcc -pipe -o conftest -g -O2   conftest.c -lgmp  1>&5
        !            95: configure:1691: checking for memcpy
        !            96: configure:1719: gcc -pipe -o conftest -g -O2   conftest.c -lgmp  1>&5
        !            97: configure:1703: warning: conflicting types for built-in function `memcpy'
        !            98: configure:1691: checking for openpty
        !            99: configure:1719: gcc -pipe -o conftest -g -O2   conftest.c -lgmp  1>&5
        !           100: configure:1713: Undefined symbol `_openpty' referenced from text segment
        !           101: collect2: ld returned 1 exit status
        !           102: configure: failed program was:
        !           103: #line 1696 "configure"
        !           104: #include "confdefs.h"
        !           105: /* System header to define __stub macros and hopefully few prototypes,
        !           106:     which can conflict with char openpty(); below.  */
        !           107: #include <assert.h>
        !           108: /* Override any gcc2 internal prototype to avoid an error.  */
        !           109: /* We use char because int might match the return type of a gcc2
        !           110:     builtin and then its argument prototype would still apply.  */
        !           111: char openpty();
        !           112:
        !           113: int main() {
        !           114:
        !           115: /* The GNU C library defines this for functions which it implements
        !           116:     to always fail with ENOSYS.  Some functions are actually named
        !           117:     something starting with __ and the normal name is an alias.  */
        !           118: #if defined (__stub_openpty) || defined (__stub___openpty)
        !           119: choke me
        !           120: #else
        !           121: openpty();
        !           122: #endif
        !           123:
        !           124: ; return 0; }
        !           125: configure:1691: checking for popen
        !           126: configure:1719: gcc -pipe -o conftest -g -O2   conftest.c -lgmp  1>&5
        !           127: configure:1691: checking for seteuid
        !           128: configure:1719: gcc -pipe -o conftest -g -O2   conftest.c -lgmp  1>&5
        !           129: configure:1746: checking for setlogin
        !           130: configure:1774: gcc -pipe -o conftest -g -O2   conftest.c -lgmp  1>&5
        !           131: configure:1746: checking for setluid
        !           132: configure:1774: gcc -pipe -o conftest -g -O2   conftest.c -lgmp  1>&5
        !           133: configure:1768: Undefined symbol `_setluid' referenced from text segment
        !           134: collect2: ld returned 1 exit status
        !           135: configure: failed program was:
        !           136: #line 1751 "configure"
        !           137: #include "confdefs.h"
        !           138: /* System header to define __stub macros and hopefully few prototypes,
        !           139:     which can conflict with char setluid(); below.  */
        !           140: #include <assert.h>
        !           141: /* Override any gcc2 internal prototype to avoid an error.  */
        !           142: /* We use char because int might match the return type of a gcc2
        !           143:     builtin and then its argument prototype would still apply.  */
        !           144: char setluid();
        !           145:
        !           146: int main() {
        !           147:
        !           148: /* The GNU C library defines this for functions which it implements
        !           149:     to always fail with ENOSYS.  Some functions are actually named
        !           150:     something starting with __ and the normal name is an alias.  */
        !           151: #if defined (__stub_setluid) || defined (__stub___setluid)
        !           152: choke me
        !           153: #else
        !           154: setluid();
        !           155: #endif
        !           156:
        !           157: ; return 0; }
        !           158: configure:1746: checking for setrlimit
        !           159: configure:1774: gcc -pipe -o conftest -g -O2   conftest.c -lgmp  1>&5
        !           160: configure:1746: checking for strchr
        !           161: configure:1774: gcc -pipe -o conftest -g -O2   conftest.c -lgmp  1>&5
        !           162: configure:1746: checking for times
        !           163: configure:1774: gcc -pipe -o conftest -g -O2   conftest.c -lgmp  1>&5
        !           164: configure:1746: checking for ulimit
        !           165: configure:1774: gcc -pipe -o conftest -g -O2   conftest.c -lgmp  1>&5
        !           166: configure:1768: Undefined symbol `_ulimit' referenced from text segment
        !           167: collect2: ld returned 1 exit status
        !           168: configure: failed program was:
        !           169: #line 1751 "configure"
        !           170: #include "confdefs.h"
        !           171: /* System header to define __stub macros and hopefully few prototypes,
        !           172:     which can conflict with char ulimit(); below.  */
        !           173: #include <assert.h>
        !           174: /* Override any gcc2 internal prototype to avoid an error.  */
        !           175: /* We use char because int might match the return type of a gcc2
        !           176:     builtin and then its argument prototype would still apply.  */
        !           177: char ulimit();
        !           178:
        !           179: int main() {
        !           180:
        !           181: /* The GNU C library defines this for functions which it implements
        !           182:     to always fail with ENOSYS.  Some functions are actually named
        !           183:     something starting with __ and the normal name is an alias.  */
        !           184: #if defined (__stub_ulimit) || defined (__stub___ulimit)
        !           185: choke me
        !           186: #else
        !           187: ulimit();
        !           188: #endif
        !           189:
        !           190: ; return 0; }
        !           191: configure:1746: checking for umask
        !           192: configure:1774: gcc -pipe -o conftest -g -O2   conftest.c -lgmp  1>&5
        !           193: configure:1746: checking for vsnprintf
        !           194: configure:1774: gcc -pipe -o conftest -g -O2   conftest.c -lgmp  1>&5
        !           195: configure:1800: checking return type of signal handlers
        !           196: configure:1822: gcc -pipe -c -g -O2  conftest.c 1>&5
        !           197: configure:1841: checking for ANSI C header files
        !           198: configure:1854: gcc -E  conftest.c >/dev/null 2>conftest.out
        !           199: configure:1921: gcc -pipe -o conftest -g -O2   conftest.c -lgmp  1>&5
        !           200: configure:1945: checking for size_t
        !           201: configure:1978: checking for uid_t in sys/types.h
        !           202: configure:2012: checking for off_t
        !           203: configure:2045: checking for mode_t
        !           204: configure:2078: checking for st_blksize in struct stat
        !           205: configure:2091: gcc -pipe -c -g -O2  conftest.c 1>&5
        !           206: configure:2113: checking for working const
        !           207: configure:2167: gcc -pipe -c -g -O2  conftest.c 1>&5
        !           208: configure:2188: checking for inline
        !           209: configure:2202: gcc -pipe -c -g -O2  conftest.c 1>&5
        !           210: configure:2228: checking whether byte ordering is bigendian
        !           211: configure:2246: gcc -pipe -c -g -O2  conftest.c 1>&5
        !           212: configure:2261: gcc -pipe -c -g -O2  conftest.c 1>&5
        !           213: configure: In function `main':
        !           214: configure:2256: syntax error before `big'
        !           215: configure: failed program was:
        !           216: #line 2250 "configure"
        !           217: #include "confdefs.h"
        !           218: #include <sys/types.h>
        !           219: #include <sys/param.h>
        !           220: int main() {
        !           221:
        !           222: #if BYTE_ORDER != BIG_ENDIAN
        !           223:  not big endian
        !           224: #endif
        !           225: ; return 0; }
        !           226: configure:2318: checking size of long
        !           227: configure:2337: gcc -pipe -o conftest -g -O2   conftest.c -lgmp  1>&5
        !           228: configure:2357: checking size of int
        !           229: configure:2376: gcc -pipe -o conftest -g -O2   conftest.c -lgmp  1>&5
        !           230: configure:2396: checking size of short
        !           231: configure:2415: gcc -pipe -o conftest -g -O2   conftest.c -lgmp  1>&5
        !           232: configure:2440: checking for termios.h
        !           233: configure:2450: gcc -E  conftest.c >/dev/null 2>conftest.out
        !           234: configure:2479: checking for ANSI C header files
        !           235: configure:2583: checking for sys/wait.h that is POSIX.1 compatible
        !           236: configure:2604: gcc -pipe -c -g -O2  conftest.c 1>&5
        !           237: configure:2628: checking for unistd.h
        !           238: configure:2638: gcc -E  conftest.c >/dev/null 2>conftest.out
        !           239: configure:2628: checking for rusage.h
        !           240: configure:2638: gcc -E  conftest.c >/dev/null 2>conftest.out
        !           241: configure:2634: rusage.h: No such file or directory
        !           242: configure: failed program was:
        !           243: #line 2633 "configure"
        !           244: #include "confdefs.h"
        !           245: #include <rusage.h>
        !           246: configure:2628: checking for sys/time.h
        !           247: configure:2638: gcc -E  conftest.c >/dev/null 2>conftest.out
        !           248: configure:2628: checking for lastlog.h
        !           249: configure:2638: gcc -E  conftest.c >/dev/null 2>conftest.out
        !           250: configure:2634: lastlog.h: No such file or directory
        !           251: configure: failed program was:
        !           252: #line 2633 "configure"
        !           253: #include "confdefs.h"
        !           254: #include <lastlog.h>
        !           255: configure:2628: checking for utmp.h
        !           256: configure:2638: gcc -E  conftest.c >/dev/null 2>conftest.out
        !           257: configure:2628: checking for utmpx.h
        !           258: configure:2638: gcc -E  conftest.c >/dev/null 2>conftest.out
        !           259: configure:2634: utmpx.h: No such file or directory
        !           260: configure: failed program was:
        !           261: #line 2633 "configure"
        !           262: #include "confdefs.h"
        !           263: #include <utmpx.h>
        !           264: configure:2668: checking for sgtty.h
        !           265: configure:2678: gcc -E  conftest.c >/dev/null 2>conftest.out
        !           266: configure:2668: checking for sys/select.h
        !           267: configure:2678: gcc -E  conftest.c >/dev/null 2>conftest.out
        !           268: configure:2668: checking for sys/ioctl.h
        !           269: configure:2678: gcc -E  conftest.c >/dev/null 2>conftest.out
        !           270: configure:2668: checking for sys/filio.h
        !           271: configure:2678: gcc -E  conftest.c >/dev/null 2>conftest.out
        !           272: configure:2708: checking for paths.h
        !           273: configure:2718: gcc -E  conftest.c >/dev/null 2>conftest.out
        !           274: configure:2708: checking for usersec.h
        !           275: configure:2718: gcc -E  conftest.c >/dev/null 2>conftest.out
        !           276: configure:2714: usersec.h: No such file or directory
        !           277: configure: failed program was:
        !           278: #line 2713 "configure"
        !           279: #include "confdefs.h"
        !           280: #include <usersec.h>
        !           281: configure:2708: checking for utime.h
        !           282: configure:2718: gcc -E  conftest.c >/dev/null 2>conftest.out
        !           283: configure:2708: checking for netinet/in_systm.h
        !           284: configure:2718: gcc -E  conftest.c >/dev/null 2>conftest.out
        !           285: configure:2708: checking for ulimit.h
        !           286: configure:2718: gcc -E  conftest.c >/dev/null 2>conftest.out
        !           287: configure:2714: ulimit.h: No such file or directory
        !           288: configure: failed program was:
        !           289: #line 2713 "configure"
        !           290: #include "confdefs.h"
        !           291: #include <ulimit.h>
        !           292: configure:2745: checking whether time.h and sys/time.h may both be included
        !           293: configure:2759: gcc -pipe -c -g -O2  conftest.c 1>&5
        !           294: configure:2784: checking for dirent.h that defines DIR
        !           295: configure:2797: gcc -pipe -c -g -O2  conftest.c 1>&5
        !           296: configure:2822: checking for opendir in -ldir
        !           297: configure:2841: gcc -pipe -o conftest -g -O2   conftest.c -ldir  -lgmp  1>&5
        !           298: ld: -ldir: no match
        !           299: collect2: ld returned 1 exit status
        !           300: configure: failed program was:
        !           301: #line 2830 "configure"
        !           302: #include "confdefs.h"
        !           303: /* Override any gcc2 internal prototype to avoid an error.  */
        !           304: /* We use char because int might match the return type of a gcc2
        !           305:     builtin and then its argument prototype would still apply.  */
        !           306: char opendir();
        !           307:
        !           308: int main() {
        !           309: opendir()
        !           310: ; return 0; }
        !           311: configure:2905: checking whether stat file-mode macros are broken
        !           312: configure:3038: utmpx.h: No such file or directory
        !           313: configure:3053: utmpx.h: No such file or directory
        !           314: configure:3068: checking for crypt in -lc
        !           315: configure:3087: gcc -pipe -o conftest -g -O2   conftest.c -lc  -lgmp  1>&5
        !           316: configure:3155: checking for main in -lnsl
        !           317: configure:3170: gcc -pipe -o conftest -g -O2   conftest.c -lnsl  -lgmp  1>&5
        !           318: ld: -lnsl: no match
        !           319: collect2: ld returned 1 exit status
        !           320: configure: failed program was:
        !           321: #line 3163 "configure"
        !           322: #include "confdefs.h"
        !           323:
        !           324: int main() {
        !           325: main()
        !           326: ; return 0; }
        !           327: configure:3199: checking for socket in -lsocket
        !           328: configure:3218: gcc -pipe -o conftest -g -O2   conftest.c -lsocket  -lgmp  1>&5
        !           329: ld: -lsocket: no match
        !           330: collect2: ld returned 1 exit status
        !           331: configure: failed program was:
        !           332: #line 3207 "configure"
        !           333: #include "confdefs.h"
        !           334: /* Override any gcc2 internal prototype to avoid an error.  */
        !           335: /* We use char because int might match the return type of a gcc2
        !           336:     builtin and then its argument prototype would still apply.  */
        !           337: char socket();
        !           338:
        !           339: int main() {
        !           340: socket()
        !           341: ; return 0; }
        !           342: configure:3248: checking for getpwnam in -lsun
        !           343: configure:3267: gcc -pipe -o conftest -g -O2   conftest.c -lsun  -lgmp  1>&5
        !           344: ld: -lsun: no match
        !           345: collect2: ld returned 1 exit status
        !           346: configure: failed program was:
        !           347: #line 3256 "configure"
        !           348: #include "confdefs.h"
        !           349: /* Override any gcc2 internal prototype to avoid an error.  */
        !           350: /* We use char because int might match the return type of a gcc2
        !           351:     builtin and then its argument prototype would still apply.  */
        !           352: char getpwnam();
        !           353:
        !           354: int main() {
        !           355: getpwnam()
        !           356: ; return 0; }
        !           357: configure:3296: checking for login in -lutil
        !           358: configure:3315: gcc -pipe -o conftest -g -O2   conftest.c -lutil  -lgmp  1>&5
        !           359: configure:3341: checking for main in -ldes
        !           360: configure:3356: gcc -pipe -o conftest -g -O2   conftest.c -ldes  -lgmp  -lutil 1>&5
        !           361: configure:3387: checking for strerror
        !           362: configure:3415: gcc -pipe -o conftest -g -O2   conftest.c -ldes -lgmp  -lutil 1>&5
        !           363: configure:3387: checking for memmove
        !           364: configure:3415: gcc -pipe -o conftest -g -O2   conftest.c -ldes -lgmp  -lutil 1>&5
        !           365: configure:3387: checking for remove
        !           366: configure:3415: gcc -pipe -o conftest -g -O2   conftest.c -ldes -lgmp  -lutil 1>&5
        !           367: configure:3387: checking for random
        !           368: configure:3415: gcc -pipe -o conftest -g -O2   conftest.c -ldes -lgmp  -lutil 1>&5
        !           369: configure:3387: checking for putenv
        !           370: configure:3415: gcc -pipe -o conftest -g -O2   conftest.c -ldes -lgmp  -lutil 1>&5
        !           371: configure:3387: checking for socketpair
        !           372: configure:3415: gcc -pipe -o conftest -g -O2   conftest.c -ldes -lgmp  -lutil 1>&5
        !           373: configure:3443: checking whether ln -s works
        !           374: configure:3475: checking for a BSD compatible install
        !           375: configure:3531: checking for ranlib
        !           376: configure:3566: checking for makedepend
        !           377: configure:3601: checking for wish8.0
        !           378: configure:3601: checking for wish
        !           379: configure:3601: checking for wishx
        !           380: configure:3601: checking for wish4.1
        !           381: configure:3601: checking for true
        !           382: configure:3643: checking for xauth
        !           383: configure:3683: checking for pseudo ttys
        !           384: configure:3705: checking for /etc/default/login
        !           385: configure:3718: checking for shadow passwords
        !           386: configure:3743: checking location of mail spool files
        !           387: configure:3764: checking location of utmp
        !           388: configure:3800: checking location of wtmp
        !           389: configure:3834: checking location of lastlog
        !           390: configure:3889: checking whether /var/log/lastlog is a directory
        !           391: configure:3902: checking whether to include the IDEA encryption algorithm
        !           392: configure:3926: checking whether to include the RC4 encryption algorithm
        !           393: configure:3950: checking whether to include the Blowfish encryption algorithm
        !           394: configure:3982: checking whether to use rsaref
        !           395: configure:4008: checking whether to use ssl
        !           396: configure:4032: checking whether to use rsh
        !           397: configure:4102: checking for remsh
        !           398: configure:4102: checking for rsh
        !           399: configure:4147: checking default path
        !           400: configure:4170: checking etcdir
        !           401: configure:4195: checking whether to support SecurID
        !           402: configure:4238: checking whether to include compression support
        !           403: configure:4262: checking for zlib.h
        !           404: configure:4272: gcc -E  conftest.c >/dev/null 2>conftest.out
        !           405: configure:4303: checking for main in -lz
        !           406: configure:4318: gcc -pipe -o conftest -g -O2   conftest.c -lz  -lcrypto -ldes -lgmp  -lutil 1>&5
        !           407: configure:4361: checking whether to use Kerberos v4
        !           408: configure:4530: checking for krb.h
        !           409: configure:4540: gcc -E  conftest.c >/dev/null 2>conftest.out
        !           410: configure:4536: krb.h: No such file or directory
        !           411: configure: failed program was:
        !           412: #line 4535 "configure"
        !           413: #include "confdefs.h"
        !           414: #include <krb.h>
        !           415: configure:4567: checking for main in -lkrb
        !           416: configure:4582: gcc -pipe -o conftest -g -O2   conftest.c -lkrb  -lz -lcrypto -ldes -lgmp  -lutil 1>&5
        !           417: configure:4717: checking whether to use AFS
        !           418: configure:4749: checking whether to use libwrap
        !           419: configure:4815: checking whether to support SOCKS
        !           420: configure:4884: checking where to put sshd.pid