FreeBSD Port: emulators/virtualbox-ose

Sergio de Almeida Lenzi lenzi.sergio at gmail.com
Thu Dec 12 11:31:55 UTC 2013


Em Qua, 2013-12-11 às 16:16 -0500, Mike Jakubik escreveu:

> On 12/11/13 15:51, Bernhard Fröhlich wrote:
> >
> > That definitely is the libstdc++ from our ancient gcc 4.2 in base. 
> > Could you try to temporary rename the so and try to start vbix again? 
> > Don't forget to rename it afterwards if there are any binaries that 
> > still need it.
> >
> 
> Renaming /usr/lib/libstdc++.so.6 addresses the problem. Do you know a 
> way to check if anything else might need this?
> 
> Thank you.


in my system the problem was the compat9x package,
indeed Virtualbox refuses to build with a conflict about compat9x (last
svn ports)

I tracked who needs compat9x, and it came from the java bootstrap
find the ports that depend on compat9x
pkg info -qr compat9x
gives me about 8 ports, 
buildiing again the 8 ports,  the command pkg info -qr compat9x, results
nothing,
so I could delete compat9x with the command: pkg delete -R compat9x,
it removed compat9x and compat8x

virtualbox now works OK...




More information about the freebsd-ports mailing list