From owner-freebsd-current Sat Aug 30 08:18:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA21476 for current-outgoing; Sat, 30 Aug 1997 08:18:58 -0700 (PDT) Received: from news1.gtn.com (news1.gtn.com [194.77.0.15]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA21470 for ; Sat, 30 Aug 1997 08:18:51 -0700 (PDT) Received: (from uucp@localhost) by news1.gtn.com (8.8.6/8.8.6) with UUCP id RAA04590 for current@FreeBSD.ORG; Sat, 30 Aug 1997 17:15:09 +0200 (MET DST) Received: (from andreas@localhost) by klemm.gtn.com (8.8.7/8.8.7) id RAA26541; Sat, 30 Aug 1997 17:01:15 +0200 (CEST) Message-ID: <19970830170115.08182@klemm.gtn.com> Date: Sat, 30 Aug 1997 17:01:15 +0200 From: Andreas Klemm To: current@FreeBSD.ORG Subject: make world is ok now, make release fails during install-info Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.79 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 3.0-CURRENT SMP Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Ok, after makeing the experience, that ,cvs update -P' didn't update sys/sys/md5.h, I started completely over. cvsupped from freefall, nuked /usr/src completely and checkout of everything in /usr/src ... and voila, make world works again. Now I tried to do a make release ... but here it fails again relatively early ... The new release dir is being made (/local/release), mtree creates the necessary directory structure and then the binaries are copied to the new tree (/local/release) to which we chroot later ... During that install the following error occurs: stall -c -o bin -g bin -m 444 libalias.so.2.3 /local/release/usr/lib ===> lib/libc install -c -o bin -g bin -m 444 libc.a /local/release/usr/lib install -c -o bin -g bin -m 444 -fschg libc.so.3.0 /local/release/usr/lib install -c -o bin -g bin -m 444 libc_pic.a /local/release/usr/lib ===> lib/libcompat install -c -o bin -g bin -m 444 libcompat.a /local/release/usr/lib ===> lib/libcom_err install -C -o bin -g bin -m 444 /usr/src/lib/libcom_err/com_err.h /local/releas e/usr/include install -c -o bin -g bin -m 444 libcom_err.a /local/release/usr/lib install -c -o bin -g bin -m 444 libcom_err.so.2.0 /local/release/usr/lib ===> lib/libcom_err/doc install-info --defsection="Programming & development tools." --defentry="* libc om_err: (com_err). A Common Error Description Library for UNIX." com_err .info /local/release/usr/share/info/dir install-info: unrecognized option `--defsection=Programming & development tools. ' Try `install-info --help' for a complete list of options. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code -- Andreas Klemm | klemm.gtn.com - powered by Symmetric MultiProcessor FreeBSD http://www.freebsd.org/~fsmp/SMP/SMP.html http://www.freebsd.org/~fsmp/SMP/benches.html