Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jun 2005 21:32:32 +0200
From:      Vittorio De Martino <vdm.fbsd@virgilio.it>
To:        freebsd-questions@freebsd.org
Subject:   Problems with libcom_err_p.a
Message-ID:  <200506252132.33579.vdm.fbsd@virgilio.it>

next in thread | raw e-mail | index | archive | help
Having the following in ....
in stable-supfile:
*default release=cvs tag=RELENG_5_4
in ports-supfile:
default release=cvs tag=.

I've just run (I've been using 5.4 since the very beginning and updated it 
every month roughly)

# 1.  `cd /usr/src'       (or to the directory containing your source tree).
# 2.  `make update'
# 3.  `make buildworld'
# 4.  `make buildkernel KERNCONF=LAPTOP5 # My own configuration working      								                 
unchanged since 5.3
# 5.  `make installkernel KERNCONF=LAPTOP5 
# 6.  `reboot'        (in single user mode: boot -s from the loader prompt).
# 7.  `mergemaster -p'
# 8.  `make installworld'

Now while executing  the command 8 it all stops complaining :
.....................................................
install -C -o root -g wheel -m 
444  /usr/src/include/rpc/auth.h /usr/src/include/rpc/auth_unix.h /usr/src/include/rpc/clnt.h /usr/src/include/rpc/clnt_soc.h /usr/src/include/rpc/clnt_stat.h /usr/src/include/rpc/nettype.h /usr/src/include/rpc/pmap_clnt.h /usr/src/include/rpc/pmap_prot.h /usr/src/include/rpc/pmap_rmt.h /usr/src/include/rpc/raw.h /usr/src/include/rpc/rpc.h /usr/src/include/rpc/rpc_msg.h /usr/src/include/rpc/rpcb_clnt.h /usr/src/include/rpc/rpcent.h /usr/src/include/rpc/rpc_com.h /usr/src/include/rpc/svc.h /usr/src/include/rpc/svc_auth.h /usr/src/include/rpc/svc_soc.h /usr/src/include/rpc/svc_dg.h /usr/src/include/rpc/types.h /usr/src/include/rpc/xdr.h /usr/src/include/rpc/auth_des.h /usr/src/include/rpc/des.h /usr/src/include/rpc/des_crypt.h /usr/src/include/rpc/auth_kerb.h /usr/src/include/rpc/rpcb_prot.x 
rpcb_prot.h /usr/include/rpc
===> lib
===> lib/csu/i386-elf
install -o root -g wheel  -m 444 crt1.o crti.o crtn.o gcrt1.o /usr/lib
===> lib/libcom_err
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
............................................
...........................................

A research in the internet has been of no avail. 

What should I do?

Vittorio




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