[PATCH] emulators/virtualbox-ose-kmod in 10-current
Mike Jakubik
mike.jakubik at intertainservices.com
Tue Oct 1 21:32:38 UTC 2013
Hello,
Are any of you able to compile virtualbox-ose-additions on CURRENT? I
get the following error.
/usr/bin/ld: cannot find -lsupc++
cc: error: linker command failed with exit code 1 (use -v to see invocation)
kmk: ***
[/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-4.2.18/out/freebsd.amd64/release/obj/VBoxClient/VBoxClient]
Error 1
Thanks.
On 09/26/13 16:28, Tomasz Sowa wrote:
> On 2013.09.20 14:11, Olivier Smedts wrote:
>
>> There is already a PR :
>> www.freebsd.org/cgi/query-pr.cgi?pr=ports/181971
>> <http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/181971>
> Thanks, I didn't see it.
>
>> With one of thoses patchs the port compiles fine but I still have core
>> dumps at start under 10-ALPHA2. Maybe because of libstdc++ switch to
>> libc++ ?
> I have got a symlink to libc++.so.1 to avoid problems when compiling
> some ports:
> /usr/lib# ln -s libc++.so.1 libstdc++.so
>
>> Is it working from fresh start for you ? Are you using WITH_GNUCXX= in
>> src.conf or make.conf ?
> My installation works fine and I don't have anything special in src.conf
> and make.conf:
>
> $ cat /etc/make.conf
> MALLOC_PRODUCTION=1
> #WITH_NEW_XORG=yes
> #WITH_KMS=yes
> WITHOUT_NOUVEAU=YES
> #WITHOUT_PKGNG=yes
> #USE_GCC?=4.6+
>
>
More information about the freebsd-ports
mailing list