Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 01 Oct 2013 17:32:30 -0400
From:      Mike Jakubik <mike.jakubik@intertainservices.com>
To:        freebsd-ports@freebsd.org
Subject:   Re: [PATCH] emulators/virtualbox-ose-kmod in 10-current
Message-ID:  <524B3F6E.4010307@intertainservices.com>
In-Reply-To: <524498E7.8010605@ttmath.org>
References:  <523BB1FA.3050106@ttmath.org> <CABzXLYMmOnQYuPsd9PkGqMSRBmMiA6e2V7L7RKYUmdw4wz3hBw@mail.gmail.com> <524498E7.8010605@ttmath.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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+
>
>




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?524B3F6E.4010307>