Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2001 23:35:50 -0800 (PST)
From:      riccardo@torrini.org
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/24750: unable to make reinstall on a fresh installed 4.2
Message-ID:  <200101310735.f0V7Zo628764@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         24750
>Category:       misc
>Synopsis:       unable to make reinstall on a fresh installed 4.2
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 30 23:40:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Riccardo Torrini
>Release:        4.2-RELEASE (iso image of 2000.11.22)
>Organization:
>Environment:
FreeBSD bee.fi.esaote.it 4.2-RELEASE FreeBSD 4.2-RELEASE #0: Mon Jan 29 17:06:19 GMT 2001     root@bee.fi.esaote.it:/usr/obj/usr/src/sys/BEE  i386
>Description:
After installing a new machine from 4.2-RELEASE cd I tryed to upgrade
system without recompiling world but using a previously tree on another
machine.  I mounted /usr/(src|obj|ports), cd /usr/src and make reinstall
but it fails with "don't know how to make reinstall"

NB: I tryed with make reinstall even if Makefile identify it as private
target because remarks before reinstall: gently explain
# If you have a build server, you can NFS mount the source and obj
# directories and do a 'make reinstall' on the *client* to install
# new binaries from the most recent server build.

I also tryed with "make install" and "installworld" but they also fails:
===> 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 -o root -g wheel -m 444   libcom_err_p.a /usr/lib
install: libcom_err_p.a: No such file or directory
*** Error code 71

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

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

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

Stop in /usr/src.
>How-To-Repeat:
Install a fresh machine from 4.2-RELEASE CD (2000.11.22)
NFS mount /usr/(src|obj) from a 4.2-STABLE
# cd /usr/src && make reinstall
make: don't know how to make reinstall. Stop

-OR-

# cd /urs/src && make install
[...]
install: libcom_err_p.a: No such file or directory
Stop.

-OR-

# cd /usr/src && make installworld
[...]
install: libcom_err_p.a: No such file or directory
Stop.
>Fix:


>Release-Note:
>Audit-Trail:
>Unformatted:


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




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