Date: Wed, 03 Jun 2009 10:13:49 +0100 From: Paul Wootton <paul@fletchermoorland.co.uk> To: Adam McDougall <mcdouga9@egr.msu.edu> Cc: ports@freebsd.org, freebsd-emulation@freebsd.org, freebsd-current@freebsd.org Subject: Re: [Call For Testing] VirtualBox for FreeBSD! Message-ID: <4A263ECD.2070704@fletchermoorland.co.uk> In-Reply-To: <20090603061650.GC1122@egr.msu.edu> References: <20090514191237.GD70242@bsdcrew.de> <20090515101253.GH71804@bsdcrew.de> <4A0D7574.3050801@fletchermoorland.co.uk> <4A1AC253.6010306@egr.msu.edu> <20090603061650.GC1122@egr.msu.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
That makes perfect sense. On my machine, I commented out 32bit compatibility as I figured I would not need it. This is the first time it has caught me out... Adam McDougall wrote: > I figured it out. I needed "options COMPAT_IA32" > in my kernel config. > > On Mon, May 25, 2009 at 12:07:47PM -0400, Adam McDougall wrote: > > > Hi, > > When compiling I get the following error > > > > kBuild: Installing tstUtf8 => > > /root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/bin/testcase/tstUtf8 > > > > kBuild: Installing tstUuid => > > /root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/bin/testcase/tstUuid > > > > kBuild: Installing tstVMStructGC => > > /root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/bin/tstVMStructGC > > > > kBuild: Generating tstVMStructSize - > > /root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/obj/VMM/tstVMStructGC.h > > > > /root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/bin/tstVMStructGC: > > 1: Syntax error: "(" unexpected > > kmk[2]: *** > > [/root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/obj/VMM/tstVMStructGC.h] > > Error 2 > > kmk[2]: *** Deleting file > > `/root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/obj/VMM/tstVMStructGC.h' > > > > kmk[2]: *** Waiting for unfinished jobs.... > > awk -f /usr/src/sys/conf/kmod_syms.awk > > /root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/obj/vboxdrv/vboxdrv.ko > > /root/vBox/virtualbox/work/virtualbox-2.2.2r19673/src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.def > > | xargs -J% objcopy % > > /root/vBox/virtualbox/work/virtualbox-2.2.2r19673/out/freebsd.amd64/release/obj/vboxdrv/vboxdrv.ko > > > > awk: can't open file > > /root/vBox/virtualbox/work/virtualbox-2.2.2r19673/src/VBox/HostDrivers/Support/freebsd/SUPDrv-freebsd.def > > > > source line number 10 > > kmk[2]: Leaving directory > > `/root/vBox/virtualbox/work/virtualbox-2.2.2r19673' > > kmk[2]: Entering directory > > `/root/vBox/virtualbox/work/virtualbox-2.2.2r19673' > > kmk[2]: *** Exiting with status 2 > > kmk[1]: *** [pass_binaries_this] Error 2 > > kmk[1]: Leaving directory > > `/root/vBox/virtualbox/work/virtualbox-2.2.2r19673' > > kmk: *** [pass_binaries_order] Error 2 > > *** Error code 2 > > > > Stop in /root/vBox/virtualbox. > > demophon# > > > > > > demophon# uname -a > > FreeBSD demophon 8.0-CURRENT FreeBSD 8.0-CURRENT #10: Wed May 6 > > 09:04:17 UTC 2009 paul@demophon:/usr/obj/usr/src/sys/DEMOPHON amd64 > > > > Any ideas? > > > > Cheers > > Paul > > _______________________________________________ > > freebsd-ports@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > > > I am getting this error too from the latest test port on amd64 7-stable > and 8-current: > > kBuild: Installing tstVMStructGC => > /usr/home/mcdouga9/virtualbox/work/virtualbox-2.2.2r19852/out/freebsd.amd64/release/bin/tstVMStructGC > kBuild: Generating tstVMStructSize - > /usr/home/mcdouga9/virtualbox/work/virtualbox-2.2.2r19852/out/freebsd.amd64/release/obj/VMM/tstVMStructGC.h > /usr/home/mcdouga9/virtualbox/work/virtualbox-2.2.2r19852/out/freebsd.amd64/release/bin/tstVMStructGC: > 1: Syntax error: "(" unexpected > kmk[2]: *** > [/usr/home/mcdouga9/virtualbox/work/virtualbox-2.2.2r19852/out/freebsd.amd64/release/obj/VMM/tstVMStructGC.h] > Error 2 > kmk[2]: *** Deleting file > `/usr/home/mcdouga9/virtualbox/work/virtualbox-2.2.2r19852/out/freebsd.amd64/release/obj/VMM/tstVMStructGC.h' > kmk[2]: *** Waiting for unfinished jobs.... > kmk[2]: Leaving directory > `/usr/home/mcdouga9/virtualbox/work/virtualbox-2.2.2r19852' > kmk[2]: Entering directory > `/usr/home/mcdouga9/virtualbox/work/virtualbox-2.2.2r19852' > kmk[2]: *** Exiting with status 2 > kmk[1]: *** [pass_binaries_this] Error 2 > kmk[1]: Leaving directory > `/usr/home/mcdouga9/virtualbox/work/virtualbox-2.2.2r19852' > kmk: *** [pass_binaries_order] Error 2 > *** Error code 2 > > > The OS builds are 1-3 days old (full kernel + world) and ports were up > to date. Help? Thanks. > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > ----------------------------------------------------------------------------------- Fletcher Moorland Limited is a company registered in England and Wales. Registration number: 2984467. Registered office: Elenora Street, Stoke on Trent, Staffordshire, ST4 1QG. VAT Registration number: 478730606 Telephone: 01782 411021 | Fax: 01782 744470 | http://www.fletchermoorland.co.uk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A263ECD.2070704>