cannot find -legacy error building /usr/lib32 with FreeBSD 10.1-RC3

andrew clarke mail at ozzmosis.com
Mon Nov 3 06:03:29 UTC 2014


On Thu 2014-10-23 22:45:52 UTC+1100, andrew clarke (mail at ozzmosis.com) wrote:

> My intention was to build virtualbox-ose-additions-4.3.18 from ports...
> 
> # uname -a
> FreeBSD vbox-freebsd10 10.1-RC3 FreeBSD 10.1-RC3 #0 r273437: Tue Oct 21 23:55:15 UTC 2014
> root at releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
> 
> # cd /usr/ports/emulators/virtualbox-ose-additions
> # make
> Requires 32-bit libraries installed under /usr/lib32.
> Do: cd /usr/src; make build32 install32; ldconfig -v -m -R /usr/lib32
> *** Error code 1
> 
> Stop.

It turns out I just needed to download

ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/10.1-RC3/lib32.txz

untar it to / and then I could build the above port.

Not sure why I didn't have lib32 already installed. I must've
unchecked it during the initial 10.0 install for some reason.


More information about the freebsd-ports mailing list