From owner-freebsd-current Sat Mar 10 7: 4:14 2001 Delivered-To: freebsd-current@freebsd.org Received: from ns.internet.dk (ns.internet.dk [194.19.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 9329037B718 for ; Sat, 10 Mar 2001 07:04:10 -0800 (PST) (envelope-from leifn@neland.dk) Received: (from uucp@localhost) by ns.internet.dk (8.11.2/8.11.2) id f2AF43B90794 for freebsd-current@freebsd.org.AVP; Sat, 10 Mar 2001 16:04:03 +0100 (CET) (envelope-from leifn@neland.dk) Received: (from uucp@localhost) by ns.internet.dk (8.11.2/8.11.2) with UUCP id f2AF43m90554 for freebsd-current@freebsd.org; Sat, 10 Mar 2001 16:04:03 +0100 (CET) (envelope-from leifn@neland.dk) Received: from localhost (localhost [127.0.0.1]) by arnold.neland.dk (8.11.2/8.11.0) with ESMTP id f2AF3pj54376 for ; Sat, 10 Mar 2001 16:03:53 +0100 (CET) (envelope-from leifn@neland.dk) Date: Sat, 10 Mar 2001 16:03:51 +0100 (CET) From: Leif Neland To: freebsd-current@freebsd.org Subject: libg2c missing? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've got two machines, called say master and slave. Master got the sources, and I do a cvsup and make world almost every night. Occationally (once a month or so, when current is in a not too bad shape) I mount master:/usr/src and master:/usr/obj on slave, and do an installworld. Now it fails in gnu/lib/libg2c: install -c -o root -g wheel -m 444 libg2c.a /usr/lib install: libg2c.a: No such file or directory *** Error code 71 The typescript for make world on master doesn't mention libg2c. I've got libg2c.a dated feb 8 and libg2c.so.1 dated feb 4 on master, while the other libs are from tonights buildworld. I copied /usr/lib/libg2c* from master to slave, but that didn't do any difference. So the question is: Why will this buildworld, which can installworld on master, not installworld on slave, which is not that much older? Leif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message