Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Dec 2013 00:42:57 +0100
From:      =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= <decke@bluelife.at>
To:        Eitan Adler <eadler@freebsd.org>
Cc:        "svn-ports-head@freebsd.org" <svn-ports-head@freebsd.org>, "svn-ports-all@freebsd.org" <svn-ports-all@freebsd.org>, =?ISO-8859-1?Q?Bernhard_Fr=F6hlich?= <decke@freebsd.org>, ports-committers@freebsd.org
Subject:   Re: svn commit: r336164 - head/emulators/virtualbox-ose
Message-ID:  <CAE-m3X2A%2BczgKw7chKR67Wx1D5-5gss6g7t20f-7Epswu4Wz6A@mail.gmail.com>
In-Reply-To: <CAF6rxgkkK2NMFY67mrhjS9JMvY5tc5xQNp282=8QjU-fhNoJJA@mail.gmail.com>
References:  <201312111401.rBBE1jgh091228@svn.freebsd.org> <CAF6rxg=%2B4TUmA07naAvkv8Hj=BbJn-Dxt9NZFX8d8_R=o4mFxQ@mail.gmail.com> <CAE-m3X2GV2UVZnPOOH03BZLvG7uq722MO6CxTMywBFaiTS3SQA@mail.gmail.com> <CAF6rxgnRDTgACHuYY5d=m9hWp8xpWrSutHa_ud6m_s9kOmQN_w@mail.gmail.com> <CAF6rxgkkK2NMFY67mrhjS9JMvY5tc5xQNp282=8QjU-fhNoJJA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Am 11.12.2013 22:46 schrieb "Eitan Adler" <eadler@freebsd.org>:
>
> On Wed, Dec 11, 2013 at 4:45 PM, Eitan Adler <eadler@freebsd.org> wrote:
> > On Wed, Dec 11, 2013 at 3:47 PM, Bernhard Fr=F6hlich <decke@bluelife.at=
>
wrote:
> >>
> >> Am 11.12.2013 20:37 schrieb "Eitan Adler" <eadler@freebsd.org>:
> >>
> >>
> >>>
> >>> On Wed, Dec 11, 2013 at 9:01 AM, Bernhard Froehlich <decke@freebsd.or=
g
>
> >>> wrote:
> >>> > Author: decke
> >>> > Date: Wed Dec 11 14:01:44 2013
> >>> > New Revision: 336164
> >>> > URL: http://svnweb.freebsd.org/changeset/ports/336164
> >>> >
> >>> > Log:
> >>> >   - Add misc/compat9x port as conflicting because it causes the
wrong
> >>> > libstdc++.so.6
> >>> >   to be found by rtld. In fact vbox links to libstdc++.so.6 from
> >>> > lang/gcc46 because of
> >>> >   USE_GCC=3Dyes but we have another shared object with the same shl=
ib
> >>> > version in compat9x
> >>> >   which is incompatible.
> >>> >
> >>> >   VirtualBox: Error -610 in supR3HardenedMainInitRuntime!
> >>> >   VirtualBox: dlopen("/usr/local/lib/virtualbox/VBoxRT.so",) failed=
:
> >>> >   /usr/local/lib/compat/libstdc++.so.6: version GLIBCXX_3.4.15
required
> >>> >   by /usr/local/lib/virtualbox/VBoxRT.so not found
> >>> >
> >>> >   PR:           ports/182468
> >>> > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=3D182468
> >>> >   Reported by:  various FreeBSD 10 users
> >>> >
> >>> > Modified:
> >>> >   head/emulators/virtualbox-ose/Makefile
> >>> >
> >>> > Modified: head/emulators/virtualbox-ose/Makefile
> >>> >
> >>> >
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
> >>> > --- head/emulators/virtualbox-ose/Makefile      Wed Dec 11 13:35:12
2013
> >>> > (r336163)
> >>> > +++ head/emulators/virtualbox-ose/Makefile      Wed Dec 11 14:01:44
2013
> >>> > (r336164)
> >>> > @@ -46,7 +46,7 @@ HAS_CONFIGURE=3D        yes
> >>> >  CONFIGURE_ARGS+=3D--with-gcc=3D"${CC}" --with-g++=3D"${CXX}"
--passive-mesa
> >>> >  USE_LDCONFIG=3D  ${PREFIX}/lib/virtualbox
> >>> >
> >>> > -CONFLICTS=3D     bcc-[0-9]*
> >>> > +CONFLICTS=3D     bcc-[0-9]* compat9x-*
> >>> >  CONFLICTS_INSTALL=3D     virtualbox-ose-devel-[3,4]*
> >>> > virtualbox-ose-legacy-[3,4]* virtualbox-ose-additions-[3,4]*
> >>> > virtualbox-ose-additions-devel-[3,4]*
> >>>
> >>> This makes it impossible to have Java and VirtualBox on the same
> >>> system which seems ... problematic.
> >>
> >> Feel free to provide an analysis and a patch to fix it. It just does
not
> >> work and since I do not have a proper fix at hand it's better to tell
the
> >> user than letting him find the issue hours later via google.
> >
> > Absolutely.  I applaud your efforts on this port: its a lot of hard
> > work and it usually functions.
>
> I realized after I sent that this could be read multiple ways.  I
> meant this as a compliment!

I am optimistic per default :)

Sadly the vbox port is in a really bad shape on FreeBSD 10 - partially this
seem to be vbox issues but some are issues in base and I don't see how we
could fix that before the 10.0 release. So don't be surprised if I need to
mark vbox broken for 10.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAE-m3X2A%2BczgKw7chKR67Wx1D5-5gss6g7t20f-7Epswu4Wz6A>