From owner-freebsd-stable Wed May 29 21:55:17 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mail.robhughes.com (12-237-138-77.client.attbi.com [12.237.138.77]) by hub.freebsd.org (Postfix) with SMTP id F27BA37B407 for ; Wed, 29 May 2002 21:55:06 -0700 (PDT) Received: (qmail 10663 invoked from network); 30 May 2002 04:55:07 -0000 Received: from hexch01.robhughes.com (192.168.1.3) by ns2.robhughes.com with SMTP; 30 May 2002 04:55:07 -0000 Received: from kahuna-ws.robhughes.com ([192.168.1.16]) by HEXCH01.robhughes.com with Microsoft SMTPSVC(5.0.2195.4905); Wed, 29 May 2002 23:55:04 -0500 Subject: Error in make buildworld (cvs 5-29 @ 11:30 CDT) From: Rob Hughes To: stable@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.3 (1.0.3-6) Date: 29 May 2002 23:55:03 -0500 Message-Id: <1022734504.3864.12.camel@kahuna-ws.robhughes.com> Mime-Version: 1.0 X-OriginalArrivalTime: 30 May 2002 04:55:04.0125 (UTC) FILETIME=[296C56D0:01C20796] Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Was greeted by the below (bottom) errors during make buildworld earlier. Tried rm'ing the /usr/src/gnu tree and re-running cvsup, but got the same error. Make is run with no flags at the command line. Relevant flags from make.conf: CPUTYPE=i686 BDECFLAGS= -W -Wall -ansi -pedantic -Wbad-function-cast -Wcast-align \ -Wcast-qual -Wchar-subscripts -Winline \ -Wmissing-prototypes -Wnested-externs -Wpointer-arith \ -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings Otherwise, it's just /etc/defaults/make.conf. Suggestions/comments welcome. Thanks, Rob cc -O -pipe -march=pentiumpro -I/usr/src/gnu/usr.bin/groff/src/preproc/pic/../../../../../../contrib/groff/src/preproc/pic -I. -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DIRENT_H=1 -DHAVE_LIMITS_H=1 -DHAVE_STRING_H=1 -DHAVE_STRINGS_H=1 -DHAVE_MATH_H=1 -DRET_TYPE_SRAND_IS_VOID=1 -DHAVE_SYS_NERR=1 -DHAVE_SYS_ERRLIST=1 -DHAVE_CC_LIMITS_H=1 -DRETSIGTYPE=void -DHAVE_STRUCT_EXCEPTION=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_FMOD=1 -DHAVE_STRTOL=1 -DHAVE_GETCWD=1 -DHAVE_STRERROR=1 -DHAVE_PUTENV=1 -DHAVE_RENAME=1 -DHAVE_MKSTEMP=1 -DHAVE_STRCASECMP=1 -DHAVE_STRNCASECMP=1 -DHAVE_STRSEP=1 -DHAVE_STRDUP=1 -DSYS_SIGLIST_DECLARED=1 -I/usr/src/gnu/usr.bin/groff/src/preproc/pic/../../../../../../contrib/groff/src/include -I/usr/src/gnu/usr.bin/groff/src/preproc/pic/../../../src/include -static -o pic lex.o main.o object.o pic.o common.o troff.o tex.o /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/groff/src/preproc/pic/../../../src/libs/libgroff/libgroff.a -lm /usr/libexec/elf/ld: k_cos.o: invalid string offset 27 >= 0 for section `' /usr/libexec/elf/ld: k_cos.o: invalid string offset 33 >= 0 for section `' /usr/libexec/elf/ld: k_cos.o: invalid string offset 43 >= 0 for section `' /usr/lib/libm.a(s_sin.o): In function `__generic_sin': s_sin.o(.text+0xa3): undefined reference to `__kernel_cos' s_sin.o(.text+0xdf): undefined reference to `__kernel_cos' /usr/lib/libm.a(s_cos.o): In function `__generic_cos': s_cos.o(.text+0x7b): undefined reference to `__kernel_cos' s_cos.o(.text+0xb7): undefined reference to `__kernel_cos' *** Error code 1 Stop in /usr/src/gnu/usr.bin/groff/src/preproc/pic. *** Error code 1 Stop in /usr/src/gnu/usr.bin/groff/src/preproc. *** Error code 1 Stop in /usr/src/gnu/usr.bin/groff/src. *** Error code 1 Stop in /usr/src/gnu/usr.bin/groff. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message