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 majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to