Date: Thu, 16 Sep 2010 09:15:34 +1000 From: Rob Byrnes <rbyrnes@gmail.com> To: Gholam Mostafa Faridi <mostafafaridi@gmail.com> Cc: freebsd-emulation@freebsd.org, freebsd-questions@freebsd.org Subject: Re: virtaullBox AMD64 32bit lib Message-ID: <AANLkTi=dA-yAA5iWCOWct9iWb%2Bxr1KWLox=mnRV8JD8b@mail.gmail.com> In-Reply-To: <4C907918.7090609@gmail.com> References: <4C907918.7090609@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 15 September 2010 17:43, Gholam Mostafa Faridi <mostafafaridi@gmail.com> wrote: > I want install virtualBox on AMD 64 and I use FreeBSD 8.1 and I have SRC > directory , but when I run make install clean I see this error > " Requires 32-bit libraries installed under /usr/lib32. > Do: cd /usr/src; make build32 install32; ldconfig -v -m -R /usr/lib32 " > and I run this command > "cd /usr/src; make build32 install32; ldconfig -v -m -R /usr/lib32" > =A0and after minutes I see this error > > "=3D=3D=3D> gnu/lib/csu (obj,depend,all,install) > sh /usr/src/tools/install.sh -o root -g wheel -m 444 =A0crtbegin.o > /usr/obj/usr/src/lib32/usr/lib32/crtbegin.o > sh /usr/src/tools/install.sh -o root -g wheel -m 444 =A0crtend.o > /usr/obj/usr/src/lib32/usr/lib32/crtend.o > sh /usr/src/tools/install.sh -o root -g wheel -m 444 =A0crtbeginT.o > /usr/obj/usr/src/lib32/usr/lib32/crtbeginT.o > sh /usr/src/tools/install.sh -o root -g wheel -m 444 =A0crtbegin.So > /usr/obj/usr/src/lib32/usr/lib32/crtbeginS.o > sh /usr/src/tools/install.sh -o root -g wheel -m 444 =A0crtend.So > /usr/obj/usr/src/lib32/usr/lib32/crtendS.o > =3D=3D=3D> lib/csu/i386-elf (obj,depend,all,install) > ld -m elf_i386_fbsd -Y P,/usr/obj/usr/src/lib32/usr/lib32 =A0-o gcrt1.o -= r > crt1_s.o gcrt1_c.o > ld: Relocatable linking with relocations from format elf64-x86-64 > (gcrt1_c.o) to format elf32-i386-freebsd (gcrt1.o) is not supported > *** Error code 1 > > Stop in /usr/src/lib/csu/i386-elf. > *** 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. > ldconfig: warning: /usr/lib32: No such file or directory " > > I make post about this error in =A0freebsdforums but they can not help me > please see link > > http://forums.freebsd.org/showthread.php?t=3D17607 > > they said problem is ccache and I disable and remove ccache =A0,but still= I > have that probelm > please help me I had a similar problem, and removing the contents of /usr/obj and then rebuilding world (cvsup'ed as of 15/09) with make -DNO_CCACHE seemed to work. This was on a real AMD64 machine too. Rob
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTi=dA-yAA5iWCOWct9iWb%2Bxr1KWLox=mnRV8JD8b>