From owner-freebsd-hackers Tue Nov 14 04:06:02 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA05288 for hackers-outgoing; Tue, 14 Nov 1995 04:06:02 -0800 Received: from cls.net (freeside.cls.de [192.129.50.1]) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id EAA05265 for ; Tue, 14 Nov 1995 04:05:56 -0800 Received: by mail.cls.net (Smail3.1.29.1) from allegro.lemis.de (192.109.197.134) with smtp id ; Tue, 14 Nov 95 12:06 GMT From: grog@lemis.de (Greg Lehey) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Reply-To: grog@lemis.de (Greg Lehey) Received: (grog@localhost) by allegro.lemis.de (8.6.9/8.6.9) id MAA02816 for hackers@freebsd.org; Tue, 14 Nov 1995 12:48:48 +0100 Message-Id: <199511141148.MAA02816@allegro.lemis.de> Subject: Sequence problems making world after ctm update 1333 To: hackers@freebsd.org (FreeBSD Hackers) Date: Tue, 14 Nov 1995 12:48:47 +0100 (MET) X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 950 Sender: owner-hackers@freebsd.org Precedence: bulk I've just installed the latest cvs updates, from 1329 to 1333. I then did a 'make all' in /usr/src, and it failed in gnu/lib/libgmp: gcc -O -I/usr/src/gnu/lib/libgmp/../libmp -I/usr/src/gnu/lib/libgmp -Wall -Wstrict-prototypes -DLOCALE -c /usr/src/gnu/lib/libgmp/../libmp/mpz_init.c -o mpz_init.o In file included from /usr/src/gnu/lib/libgmp/../libmp/mpz_init.c:22: /usr/src/gnu/lib/libgmp/../libmp/gmp-impl.h:38: gmp-mparam.h: No such file or directory *** Error code 1 I did a make -k, and then repeated it to see what was going on, and presto! it compiled clean. Immediately after the compilation of gnu/lib/libgmp I had: ===> gnu/lib/libmp gcc -O -I/usr/src/gnu/lib/libmp -I/usr/src/gnu/lib/libmp -Wall -Wstrict-prototypes -DLOCALE cre-mparam.c -o cre-mparam ./cre-mparam > tmp-gmp-mparam.h mv tmp-gmp-mparam.h gmp-mparam.h I don't feel like climbing in to the Makefiles, but this is obviously something that could be improved upon. Greg