From owner-freebsd-stable Thu Aug 17 11:10:35 2000 Delivered-To: freebsd-stable@freebsd.org Received: from pike.osd.bsdi.com (pike.osd.bsdi.com [204.216.28.222]) by hub.freebsd.org (Postfix) with ESMTP id 664AD37B667 for ; Thu, 17 Aug 2000 11:10:32 -0700 (PDT) Received: (from jhb@localhost) by pike.osd.bsdi.com (8.9.3/8.9.3) id LAA51298; Thu, 17 Aug 2000 11:10:17 -0700 (PDT) (envelope-from jhb) From: John Baldwin Message-Id: <200008171810.LAA51298@pike.osd.bsdi.com> Subject: Re: buildworld failure (uthread_attr_getdatachstate) In-Reply-To: from Dan Larsson at "Aug 17, 2000 12:44:03 pm" To: Dan Larsson Date: Thu, 17 Aug 2000 11:10:17 -0700 (PDT) Cc: stable@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL68 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Dan Larsson wrote: > (cvsuped today, FreeBSD-4.1 STABLE system) > > cc -O3 -pipe -march=pentiumpro -funroll-loops -fomit-frame-pointer > -DLIBC_RCS -DSYSLIBC_RCS -I/usr/src/lib/libc_r/../libc/include > -DPTHREAD_KERNEL -D_THREAD_SAFE -I/usr/src/lib/libc_r/uthread > -I/usr/src/lib/libc_r/../../include -D_LOCK_DEBUG -D__DBINTERFACE_PRIVATE > -DINET6 -DPOSIX_MISTAKE -I/usr/src/lib/libc_r/../libc/locale -DBROKEN_DES > -DYP -I/usr/obj/usr/src/i386/usr/include -c > /usr/src/lib/libc_r/uthread/uthread_attr_getdetachstate.c -o > uthread_attr_getdetachstate.o > *** Error code 1 Erm, no error message here? > Stop in /usr/src/lib/libc_r. > *** Error code 1 > > Stop in /usr/src/lib. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > Is this a temporary error, or do I need to do some manual magic to get > past this? (I've successfully done buildworld numerous times with the > same compile optimizations). We don't support -O3. In fact, gcc is _known_ to produce buggy code with -O2 and higher optimizations. Try again with just -O. > Regards > +------ > Dan Larsson | Tel: +46 8 550 120 21 > Tyfon Svenska AB | Fax: +46 8 550 120 02 > Public PGP keys | finger dl@hq1.tyfon.net -- John Baldwin -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message