Date: Thu, 17 Aug 2000 11:10:17 -0700 (PDT) From: John Baldwin <jhb@pike.osd.bsdi.com> To: Dan Larsson <dl@tyfon.net> Cc: stable@FreeBSD.org Subject: Re: buildworld failure (uthread_attr_getdatachstate) Message-ID: <200008171810.LAA51298@pike.osd.bsdi.com> In-Reply-To: <Pine.BSF.4.21.0008171237530.79299-100000@hq1.tyfon.net> from Dan Larsson at "Aug 17, 2000 12:44:03 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
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 <jhb@bsdi.com> -- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008171810.LAA51298>