Date: Sun, 10 Jan 1999 18:09:52 +0000 (GMT) From: FreeBSD Stable <fbsdstab@Raccoon.ChipChat.com> To: stable@FreeBSD.ORG Cc: mrc@ChipChat.com Subject: make installworld trouble Message-ID: <Pine.BSF.4.01.9901101747220.910-100000@Raccoon.ChipChat.com>
next in thread | raw e-mail | index | archive | help
Hello BSDaemons! I have two machines: "Source-code" machine, and a "non-Source" machine. Trying to do a "make installworld" from "non-Source" machine, using the '/usr/src' and '/usr/obj' directories on the "Source" machine. I encounter an error. -------------- ERROR MESSAGE: -------------- -----------[CUT from Terminal Session]-------------- ===> lib/libalias install -C -o bin -g bin -m 444 /usr/src/lib/libalias/alias.h /usr/include install -c -o bin -g bin -m 444 libalias.a /usr/lib install -c -o bin -g bin -m 444 libalias_p.a /usr/lib install: libalias_p.a: No such file or directory *** Error code 71 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. *** Error code 1 Stop. ----------------------[Cut]------------------------------- ----------------------------------- HOW I ATTEMPT TO INSTALL THE UPDATE ----------------------------------- "Source code" machine is running 2.2.8-Stable as of 99-01-09, with rebuilt kernel. #pwd /usr/src #make buildworld (This seems OK) #make installworld (This seems OK) "Non-source" machine is running 2.2.7-Stable as of 99-11-09. #mount (source machine hostname):/usr/src /usr/src #mount (source machine hostname):/usr/obj /usr/obj (These seeem to be OK) #pwd /usr/src #make installworld (some things seem to install OK) (error) Also tried: #make reinstall (same trouble as 'installworld') ---------------- PREVIOUS SUCCESS ---------------- I was able to do this in November (which is how I upgraded the non-source machine from 2.2.6-Release to 2.2.7-Stable). Any direction, suggestions, or comments are welcome. Marty Cawthon mrc@ChipChat.com ChipChat 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?Pine.BSF.4.01.9901101747220.910-100000>