From owner-freebsd-questions@FreeBSD.ORG Fri Apr 11 08:50:11 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1BD4937B401 for ; Fri, 11 Apr 2003 08:50:11 -0700 (PDT) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75E9643FBD for ; Fri, 11 Apr 2003 08:50:10 -0700 (PDT) (envelope-from kstewart@owt.com) Received: from topaz-out (owt-207-41-94-233.owt.com [207.41.94.233]) by rutger.owt.com (8.11.6p2/8.9.3) with ESMTP id h3BFnhV07277; Fri, 11 Apr 2003 08:49:43 -0700 From: Kent Stewart To: Emil A Eklund , Date: Fri, 11 Apr 2003 08:49:43 -0700 User-Agent: KMail/1.5.1 References: <070501c30034$c86afce0$4d150a0a@internal.basset.se> In-Reply-To: <070501c30034$c86afce0$4d150a0a@internal.basset.se> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200304110849.43331.kstewart@owt.com> Subject: Re: RELENG_4_8 buildworld problem, fails in secure/libexec/telnetd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2003 15:50:11 -0000 On Friday 11 April 2003 07:15 am, Emil A Eklund wrote: > Good day > > I'm having problems building world for 4.8/stable, both RELENG_4_8 > and RELENEG_4 produces the error below. I've tried multiple times and > on three different machines, including one where I made a clean > install of 4.7, downloaded the latest source using cvsup and than > tried to 'make buildworld', all with the same result. > > make buildkernel works without problems, however buildworld does not > :( > > Below is the last few lines from the build log, the entire log in > (bzip2 format) can be found at http://files.eae.net/buildlog.bz2 > > Have been searching usenet and found a few (quite old) similar > reports, however no obvious solutions. I would change the -O2 to just -O. O2 is known to produce errors and you may be seeing one of them. BTW, you didn't show the error below. The error 1 just means there is an error reported earlier. Kent > > /Emil A Eklund > eae@eae.net > > --- > > cc -O2 -pipe -march=pentiumpro -DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS > -DOLD_ENVIRON -DENV_HACK -DAUTHENTICATION -DENCRYPTION > -I/usr/src/secure/libexec/telnetd/../../../crypto/telnet -DINET6 > -DNO_IDEA -W -Wall -Wstrict-prototypes -Wmissing-prototypes > -Wpointer-arith -Wno-uninitialized -Wreturn-type -Wcast-qual > -Wwrite-strings -Wswitch -Wshadow -o telnetd global.o slc.o state.o > sys_term.o telnetd.o termstat.o utility.o authenc.o -lutil -ltermcap > /usr/obj/usr/src/secure/libexec/telnetd/../../lib/libtelnet/libtelnet >.a -lmp -lcrypto -lcrypt -lpam *** Error code 1 > > Stop in /usr/src/secure/libexec/telnetd. > *** Error code 1 > > Stop in /usr/src/secure/libexec. > *** Error code 1 > > Stop in /usr/src/secure. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html