From owner-freebsd-hackers Mon Jan 27 17:28:36 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA04542 for hackers-outgoing; Mon, 27 Jan 1997 17:28:36 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA04511 for ; Mon, 27 Jan 1997 17:28:31 -0800 (PST) Received: from sendero.i-connect.net ([206.190.144.100]) by who.cdrom.com (8.7.5/8.6.11) with SMTP id MAA26694 for ; Mon, 27 Jan 1997 12:54:56 -0800 (PST) Received: (qmail 9817 invoked by uid 1000); 25 Jan 1997 04:21:22 -0000 Message-ID: X-Mailer: XFMail 1.1-alpha [p0] on FreeBSD Content-Type: text/plain; charset=iso-8859-8 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Fri, 24 Jan 1997 20:12:49 -0800 (PST) Organization: iConnect Corp. From: Simon Shapiro To: hackers@freebsd.org Subject: 3.0-970118 Compile... Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Trying to compile said release... 1. Fails in gnu/lib/readline with: cc -fpic -DPIC -O -I/usr/src/gnu/lib/libreadline -I/usr/src/gnu/lib/libreadline/../../../contrib/libreadline -DHAVE_CONFIG_H -c /usr/src/gnu/lib/libreadline/tilde.c -o tilde.so building shared readline library (version 3.0) histfile.so: Definition of symbol `_write_history' (multiply defined) histfile.so: Definition of symbol `_append_history' (multiply defined) histfile.so: Definition of symbol `_read_history_range' (multiply defined) .... .... *** Error code 1 2. Fails in contrib/texinfo with: ===> libtxi cc -O -c /usr/src/gnu/usr.bin/texinfo/libtxi/../../../../contrib/texinfo/libtxi/getop t.c -o getopt.o cc -O -c /usr/src/gnu/usr.bin/texinfo/libtxi/../../../../contrib/texinfo/libtxi/getop t1.c -o getopt1.o building standard txi library ranlib libtxi.a ===> makeinfo cc -O -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 -DHAVE_SYS_ TIME_H=1 -DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_BZERO =1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SIGPROCMASK=1 -DHAVE_SIGSET MASK=1 -I../libtxi -I/usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/libtxi -c /usr/src/gnu/usr.bin/texinfo /makeinfo/makeinfo.c cc -O -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 -DHAVE_SYS_ TIME_H=1 -DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_BZERO =1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SIGPROCMASK=1 -DHAVE_SIGSET MASK=1 -I../libtxi -I/usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/libtxi -c /usr/src/gnu/usr.bin/texinfo /makeinfo/../../../../contrib/texinfo/makeinfo/multi.c cc -O -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 -DHAVE_SYS_ TIME_H=1 -DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_BZERO =1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SIGPROCMASK=1 -DHAVE_SIGSET MASK=1 -I../libtxi -I/usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/libtxi -o makeinfo makeinfo.o multi.o -L../libtxi -ltxi multi.o: Undefined symbol `_multitable_active' referenced from text segment multi.o: Undefined symbol `_multitable_active' referenced from text segment multi.o: Undefined symbol `_multitable_active' referenced from text segment multi.o: Undefined symbol `_multitable_active' referenced from text segment multi.o: Undefined symbol `_multitable_active' referenced from text segment *** Error code 1 Stop. *** Error code 1 More to come... Question: How does one obtain a current, but compilable source tree? Reason of Asking: Attempt to be current with long range development... Thanx Again... Simon