Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Nov 2002 22:03:11
From:      <kosabsd@o2.pl>
To:        FreeBSD-questions@freebsd.org
Subject:   =?iso-8859-2?Q?make=20installworld=20problem=20-=20Error=20code=2071?=
Message-ID:  <20021113210312.08C60207044@rekin.go2.pl>

next in thread | raw e-mail | index | archive | help
Hi. I have have FreeBSD 4.6-RC. I cvsuped to RELENG_4.
I did: make buildworld - ok.
       make buildkernel KERNCONF=KKK- ok
       make installkernel KERNCONF=KKK - ok.
But make installworld gave me an error:

........
........ 
===> usr.bin/passwd
[ ! -e /usr/bin/passwd ] ||  chflags noschg /usr/bin/passwd || true
[ ! -e /usr/bin/yppasswd ] ||  chflags noschg /usr/bin/yppasswd || 
true
install -s -o root -g wheel -m 4555   passwd /usr/bin
install -o root -g wheel -m 444 passwd.1.gz  /usr/share/man/man1
/usr/share/man/man1/yppasswd.1.gz -> /usr/share/man/man1/passwd.1.gz
/usr/bin/yppasswd -> /usr/bin/passwd
chflags schg /usr/bin/passwd
===> usr.bin/paste
install -s -o root -g wheel -m 555   paste /usr/bin
install -o root -g wheel -m 444 paste.1.gz  /usr/share/man/man1
===> usr.bin/pathchk
install -s -o root -g wheel -m 555   pathchk /usr/bin
*** Error code 71

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

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

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

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

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

Stop in /usr/src. 

What does it mean?
Thanks for help.
Tom


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




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