Date: Sat, 30 Aug 1997 17:01:15 +0200 From: Andreas Klemm <andreas@klemm.gtn.com> To: current@FreeBSD.ORG Subject: make world is ok now, make release fails during install-info Message-ID: <19970830170115.08182@klemm.gtn.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19970830170115.08182>
