On Mon, 15 Aug 2005 16:40:39 -0400 Kris Kennaway wrote: > On Tue, Aug 16, 2005 at 12:32:02AM +0400, Boris Samorodov wrote: > > Hi! > > > > > > Just a couple of hours cvsupped 6.0-CURRENT (from end of july 2005) to > > RELENG_6. Makeworld, kernel was fine, but at the beginning of > > installworld i've got: > > > > ----- > > ===> lib/csu/i386-elf (install) > > install -C -o root -g wheel -m 444 crt1.o crti.o crtn.o gcrt1.o /usr/lib > > ===> lib/libcom_err (install) > > install -C -C -o root -g wheel -m 444 libcom_err.a /usr/lib > > install -C -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 > > ----- > > > > Any ideas?
> Did you make buildworld with different settings than your > installworld? e.g. with NO_PROFILE=foo in your /etc/make.conf and > then removed it before installworld? Gr-r-r! Sorry, make _buildworld_ ended WITH errors, I looked at the wrong file-log. Here is the error log: ----- ===> sys/modules/procfs (depend) @ -> /usr/src/sys machine -> /usr/src/sys/i386/include awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -p awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -q awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -h rm -f .depend mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/contrib/altq -I@/../include -I/usr/obj/usr/src/tmp/usr/include /usr/src/sys/modules/procfs/../../fs/procfs/procfs_ctl.c /usr/src/sys/modules/procfs/../../fs/procfs/procfs_dbregs.c /usr/src/sys/modules/procfs/../../fs/procfs/procfs_fpregs.c /usr/src/sys/modules/procfs/../../fs/procfs/procfs_ioctl.c /usr/src/sys/modules/procfs/../../fs/procfs/procfs_map.c /usr/src/sys/modules/procfs/../../fs/procfs/procfs_mem.c /usr/src/sys/modules/procfs/../../fs/procfs/procfs_note.c /usr/src/sys/modules/procfs/../../fs/procfs/procfs_regs.c /usr/src/sys/modules/procfs/../../fs/procfs/procfs_rlimit.c /usr/src/sys/modules/procfs/../../fs/procfs/procfs_status.c /usr/src/sys/modules/procfs/../../fs/procfs/procfs_type.c /usr/src/sys/modules/procfs/../../fs/procfs/procfs.c /usr/src/sys/modules/procfs/../../fs/procfs/procfs_dbregs.c:46:24: opt_compat.h: No such file or directory /usr/src/sys/modules/procfs/../../fs/procfs/procfs_fpregs.c:40:24: opt_compat.h: No such file or directory /usr/src/sys/modules/procfs/../../fs/procfs/procfs_ioctl.c:31:24: opt_compat.h: No such file or directory /usr/src/sys/modules/procfs/../../fs/procfs/procfs_map.c:38:24: opt_compat.h: No such file or directory /usr/src/sys/modules/procfs/../../fs/procfs/procfs_regs.c:40:24: opt_compat.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/src/sys/modules/procfs. *** Error code 1 ----- > kris WBR _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
