Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jul 2003 13:47:38 -0400 (EDT)
From:      Matt Loschert <loschert@servint.com>
To:        Static <static@ninja-assassin.com>
Cc:        current@freebsd.org
Subject:   Re: Buildworld fails in 5.1
Message-ID:  <20030716133802.K18278@schnell.net>
In-Reply-To: <20030715100839.F41961@inton.Ninja-assassin.com>
References:  <20030715100839.F41961@inton.Ninja-assassin.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 15 Jul 2003, Static wrote:

> Just installed 5.1 yesterday, cvsuped using the . tag, and src-all
> /etc/make.conf untouched. I  attempted to buildworld and I get the following
>
> ranlib libc_pic.a
> ranlib libc.a
> ranlib libc_p.a
> sh /usr/src/tools/install.sh -C -o root -g wheel -m 444   libc.a
> /usr/obj/usr/sr
> c/i386/usr/lib
> sh /usr/src/tools/install.sh -C -o root -g wheel -m 444   libc_p.a
> /usr/obj/usr/
> src/i386/usr/lib
> sh /usr/src/tools/install.sh -s -o root -g wheel -m 444     libc.so.5
> /usr/obj/u
> sr/src/i386/usr/lib
> ln -fs libc.so.5 /usr/obj/usr/src/i386/usr/lib/libc.so
> sh /usr/src/tools/install.sh -o root -g wheel -m 444   libc_pic.a
> /usr/obj/usr/s
> rc/i386/usr/lib
> 1 error
> *** Error code 2
> 1 error
> *** Error code 2
> 1 error
> *** Error code 2
> 1 error
>
> Did not see an open pr or anything mentioned in mailing lists.  Is this a
> known issue and should I file a pr, or is there a hack/workaround to fix
> this?
>
> Thanks
>
> rwz

Static,

My buildworlds have been failing ever since the gcc 3.3 upgrade.  I got
the message that you got on one of the failures.  However, my last three
builds have consistently failed at the following point:

===> usr.sbin/keyserv
cc -O -pipe -mcpu=pentiumpro -DKEYSERV_RANDOM -DBROKEN_DES -I.     -c
/usr/src/usr.sbin/keyserv/keyserv.c
cc -O -pipe -mcpu=pentiumpro -DKEYSERV_RANDOM -DBROKEN_DES -I.     -c
/usr/src/usr.sbin/keyserv/setkey.c
gzip -cn /usr/src/usr.sbin/keyserv/keyserv.8 > keyserv.8.gz
cc -O -pipe -mcpu=pentiumpro -DKEYSERV_RANDOM -DBROKEN_DES -I.     -c
crypt_svc.c
cc -O -pipe -mcpu=pentiumpro -DKEYSERV_RANDOM -DBROKEN_DES -I.     -c
/usr/src/usr.sbin/keyserv/crypt_server.c
cc -O -pipe -mcpu=pentiumpro -DKEYSERV_RANDOM -DBROKEN_DES -I.      -o
keyserv keyserv.o setkey.o crypt_svc.o crypt_server.o -lmp -lcrypto
-lrpcsvc
1 error
*** Error code 2
1 error
*** Error code 2
1 error

My make.conf is as follows:

CFLAGS=         -O -pipe
NOPROFILE=      true
COPTFLAGS=      -O -pipe
COMPAT3X=       yes
COMPAT4X=       yes
BOOTWAIT=       0
USA_RESIDENT=   YES
DOC_LANG=       en_US.ISO8859-1
PERL_VER=       5.8.0
PERL_VERSION=   5.8.0
PERL_ARCH=      mach
NOPERL=         yo
NO_PERL=        yo
NO_PERL_WRAPPER=yo

My 5.x test machine is an Athlon 750 with 256 MB of RAM, and 1 GB of swap.
I am using a clean /usr/obj directory for each build.  I am using -j 6 for
the buildworld.  Maybe that is the problems, I will try taking that out.

Anyway, I have not seen any mention on the lists of similar failures
either.  There must be something funky that we are doing.

- Matt

--
Matt Loschert - Software Engineer       | email: loschert@servint.com    |
ServInt Internet Services               | web:   http://www.servint.net/ |
McLean, Virginia USA                    | phone: (703) 847-1381          |



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