Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Oct 1997 14:25:49 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        stable@FreeBSD.ORG, trost@cloud.rain.com
Subject:   Re: help on buildworld, please?
Message-ID:  <199710230425.OAA18099@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>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 <machine/asm.h> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710230425.OAA18099>