Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Apr 2001 20:51:04 +0800
From:      Chris <chrisfung@opendir.org>
To:        stable@freebsd.org
Subject:   make installworld error code 70 at libcom_err.so.2
Message-ID:  <3AC9C738.B7DA640@opendir.org>

next in thread | raw e-mail | index | archive | help
Hi all,

===> lib/libcom_err
cd /usr/src/lib/libcom_err &&  install -C -o root -g wheel -m 444 
/usr/src/lib/libcom_err/../../contrib/com_err/com_err.h /usr/include
cd /usr/src/lib/libcom_err &&  install -C -o root -g wheel -m 444 
/usr/src/lib/libcom_err/../../contrib/com_err/com_right.h /usr/include
install -c -o root -g wheel -m 444   libcom_err.a /usr/lib
install -c -s -o root -g wheel -m 444     libcom_err.so.2 /usr/lib
*** Error code 70

Stop in /usr/src/lib/libcom_err.
*** Error code 1

in syslog:
/kernel.old: pid 1455 (strip), uid 0: exited on signal 4 (core dumped)

make buildworld by another machine.  /usr/src and /usr/obj are in local
directories.   /etc/make.conf in 2 machines are identical.  When I tried
manually "install -c -s -o root -g wheel -m 444     libcom_err.so.2
/usr/lib", there was no error.

Any clues? or do you need more information?

Thanks very much.

Chris

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3AC9C738.B7DA640>