Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jan 1999 21:16:57 +0000
From:      Timo Geusch <freebsd@timog.prestel.co.uk>
To:        current@FreeBSD.ORG
Subject:   'make buildworld' seems to create wrong symlinks for 'obj'
Message-ID:  <19990116211657.A91828@timog.prestel.co.uk>

next in thread | raw e-mail | index | archive | help
After recvsupping -current from the uk Mirror this morning, 'make buildworld'
completed without any problem, but a subsequent 'make installworld' failed
when trying to install shared libraries (in this case, libdescrypt.so.2). 
Further investigation showed that building the aout part of world seems to
clobber the symlinks to the 'obj' directories from the source tree, i.e.
instead of linking obj into the default 'elf' part of the tree (usr/obj/usr...)
the link was pointing into the aout part of the object tree and therefore all
elf libraries could not be installed.
After completely nuking everything in /usr/obj the problem persisted, but
remaking the world with -DNOAOUT did the trick. Could somebody with more
experience regarding 'make world' please look into this?

Cheers,

Timo

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



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