From owner-freebsd-stable Mon Nov 13 8:35:56 2000 Delivered-To: freebsd-stable@freebsd.org Received: from wisc.edu (fewstreet.access.services.wisc.edu [128.104.137.20]) by hub.freebsd.org (Postfix) with ESMTP id 81D8737B479 for ; Mon, 13 Nov 2000 08:35:53 -0800 (PST) Received: from foofus.net (IDENT:ian@localhost.fewstreet.org [127.0.0.1]) by wisc.edu (8.10.1/8.10.1) with ESMTP id eADBqfU09709 for ; Mon, 13 Nov 2000 05:52:41 -0600 (CST) Message-Id: <200011131152.eADBqfU09709@wisc.edu> To: freebsd-stable@freebsd.org From: ian@lightlink.com Subject: problems with 'make buildworld' on -STABLE Date: Mon, 13 Nov 2000 05:52:41 -0600 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm having problems building world on -STABLE, but since I've never built world on FreeBSD before, perhaps I'm doing something wrong. I used ctm to build a current CVS tree. I checked out -STABLE using: cvs co -rRELENG_4 src I then tried to 'make buildworld' and got a failure in the OpenSSL section. cc -pg -O -pipe -DTERMIOS -DANSI_SOURCE -I/usr/local/src/FreeBSD/src/secure/lib/libcrypto/../../../crypto/openssl/crypto -I/usr/obj/usr/local/src/FreeBSD/src/secure/lib/libcrypto -DNO_IDEA -DL_ENDIAN -DNO_IDEA -I/usr/obj/usr/local/src/FreeBSD/src/i386/usr/include -c /usr/local/src/FreeBSD/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/pkcs12/p12_attr.c -o p12_attr.po cc -pg -O -pipe -DTERMIOS -DANSI_SOURCE -I/usr/local/src/FreeBSD/src/secure/lib/libcrypto/../../../crypto/openssl/crypto -I/usr/obj/usr/local/src/FreeBSD/src/secure/lib/libcrypto -DNO_IDEA -DL_ENDIAN -DNO_IDEA -I/usr/obj/usr/local/src/FreeBSD/src/i386/usr/include -c /usr/local/src/FreeBSD/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/pkcs12/p12_bags.c -o p12_bags.po {standard input}: Assembler messages: {standard input}:372: Internal error, aborting at /usr/local/src/FreeBSD/src/gnu/usr.bin/binutils/as/i386-freebsd/../../../../../contrib/binutils/gas/config/tc-i386.c line 477 in add_prefix Please report this bug. *** Error code 1 Stop in /usr/local/src/FreeBSD/src/secure/lib/libcrypto. *** Error code 1 Stop in /usr/local/src/FreeBSD/src/secure/lib. *** Error code 1 Stop in /usr/local/src/FreeBSD/src. *** Error code 1 Stop in /usr/local/src/FreeBSD/src. *** Error code 1 Stop in /usr/local/src/FreeBSD/src. I had tried it earlier and got a similar message but in another part of the source. My machine is a dual-processor Pentium-II. Any suggestions? I think next I'll try to build -CURRENT and see if I get the same problems. Thanks, -Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message