VirtualBox 4.3.6 + FreeBSD 10 + clang, [SUCCESS]

Bernhard Fröhlich decke at FreeBSD.org
Mon Jan 13 08:42:05 UTC 2014


On Mon, Jan 13, 2014 at 7:46 AM, Craig Rodrigues <rodrigc at freebsd.org> wrote:
> On Sun, Jan 12, 2014 at 5:36 PM, Miguel Clara <miguelmclara at gmail.com>wrote:
>
>> I tried this approach and still get errors:
>> ********************
>> kmk: ***
>> [/tmp/tmp/xy/jkim/emulators/virtualbox-ose/work/VirtualBox-4.3.6/out/freebsd.amd64/release/obj/VBoxSVC/src-server/ApplianceImpl.o]
>>
>
>
> I tried the following on a second machine running 10.0-RC5 and it worked
> for me so you might want to try.
>
> (1)  Delete some ports before starting:
>
> pkg delete virtualbox-ose
> pkg delete virtualbox-ose-kmod
> pkg delete gsoap
>
>
> (2)  Make sure ports tree is updated:
>
> portsnap fetch
> portsnap extract
>
> (3)  Remove a few directories:
>
> rm -fr /usr/ports/devel/gsoap
> rm -fr /usr/ports/emulators/virtualbox-ose*
>
> (4)  Check out jkim's tree from redports:
>
> mkdir -p /tmp/xy
> cd /tmp/xy
> svn co https://svn.redports.org/jkim
>
> (5)  Copy a few of jkim's ports into port tree:
>
> (cd /tmp/xy/jkim/emulators && tar -c -v -f - . )  | ( cd
> /usr/ports/emulators && tar -x -v -f - )
> mkdir -p /usr/ports/devel/gsoap
> (cd /tmp/xy/jkim/devel/gsoap && tar -c -v -f - . )  | ( cd
> /usr/ports/devel/gsoap && tar -x -v -f - )
>
> (6)  Build:
>
> cd /usr/ports/devel/gsoap
> make
> make install
> cd /usr/ports/emulators/virtualbox-ose-kmod
> make
> make install
> /usr/ports/emulators/virtualbox-ose
> make
> make install
>
>
> As Bernard mentioned, give a pointer to the full build log if there is an
> error, not just an extract of the error message.

There is really no reason to make that dance so complicated or why you
need to destroy your /usr/ports.

WARNING: If there are issues with that ports please contact jkim@

(1)  Delete some ports before starting:

pkg delete virtualbox-ose
pkg delete virtualbox-ose-kmod
pkg delete gsoap
rm -rf /tmp/xy/jkim


(2) Check out jkim's tree from redports:

svn co https://svn.redports.org/jkim /tmp/xy/jkim

(3) Build:

cd /tmp/xy/jkim/devel/gsoap && make install clean
cd /tmp/xy/jkim/emulators/virtualbox-ose-kmod && make install clean
cd /tmp/xy/jkim/emulators/virtualbox-ose && make install clean

-- 
Bernhard Froehlich
http://www.bluelife.at/


More information about the freebsd-ports mailing list