Re: make buildworld works... make installworld fails!

2000-02-07 Thread Mike Tancsa

At 08:26 AM 2/7/00 -0600, you wrote:
Hello there;

This happened to me on the last 3 'current' days:


Have a look through the past few days archives of freebsd-current for a
discussion as to why this has been happening, and the various work arounds,
as well as have a read through the UPDATING text file.

---Mike

Mike Tancsa,  tel +1 519 651 3400
Network Administrator,[EMAIL PROTECTED]
Sentex Communications www.sentex.net
Cambridge, Ontario Canada


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: make buildworld works... make installworld fails!

2000-02-07 Thread Patrick M. Hausen

Hi!

 This happened to me on the last 3 'current' days:
 
 === lib/libcrypt
 install -c -o root -g wheel -m 444   libscrypt.a /usr/lib
 install -c -o root -g wheel -m 444   libscrypt_p.a /usr/lib
 install -c -s -o root -g wheel -m 444   -fschg  libscrypt.so.2 /usr/lib
 /usr/libexec/ld-elf.so.1: install: Undefined symbol "string_to_flags"
 *** Error code 1
 
 Stop in /usr/src/lib/libcrypt.
 *** Error code 1

Metoo :)

I solved it the "Ken Thompson way" - when in doubt use brute force ;-)

# make buildworld
# make -k installworld
# make installworld

No errors with the last one.
Somewhere this was suggested for updating a 3.x system to -current, too.

Regards,
Patrick


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message