From owner-freebsd-stable Wed Oct 22 21:27:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA26890 for stable-outgoing; Wed, 22 Oct 1997 21:27:41 -0700 (PDT) (envelope-from owner-freebsd-stable) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA26879 for ; Wed, 22 Oct 1997 21:27:31 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.6.9) id OAA18099; Thu, 23 Oct 1997 14:25:49 +1000 Date: Thu, 23 Oct 1997 14:25:49 +1000 From: Bruce Evans Message-Id: <199710230425.OAA18099@godzilla.zeta.org.au> To: stable@FreeBSD.ORG, trost@cloud.rain.com Subject: Re: help on buildworld, please? Sender: owner-freebsd-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >1. Has anyone else seen this problem, and or know how to fix it? Is there any >interest in trying to reproduce it? Sources have to be in /usr/src in 2.2, since includes /usr/src/lib/libc/i386/DEFS.h and some versions of DEFS.h differ significantly. >2. Is it possible for me to build the "important bits" of the operating system >without libmsun? If I don't need it, I would rather not bother, but I'm not sure Old libm.so's and libm.a's should work. >I am unable to build this morning's (or last week's) -stable as acquired >via CVSup. I have tried throwing away the offending source code and its >include file and re-supping it, to no avail. Below is the errors I get: > >$ MAKEOBJDIRPREFIX="" NOCLEAN=yup nice -22 make buildworld -DNOCLEAN -DNOOBJDIR ^^^^^^^^^ risks getting out of date *.S >... >===> msun >cp /mnt/usr/src/lib/msun/i387/e_acos.S i387_e_acos.S ^^^^ sources not in usual place >... >cc -D_IEEE_LIBM -I/mnt/usr/src/tmp/usr/include -c i387_e_acos.S -o i387_e_acos.o >i387_e_acos.S: Assembler messages: >i387_e_acos.S:45: Error: Rest of line ignored. First ignored character is `('. >i387_e_acos.S:45: Error: Expected comma after symbol-name: rest of line ignored. >... Bruce