Re: [gentoo-user] qtcore 5 missing the lrelease binary?

2016-07-13 Thread Alan McKinnon

On 13/07/2016 22:35, walt wrote:

I just installed qt5 for the first time because the latest virtualbox
requires it.  Now virtualbox 5.1.0 won't build because it can't
find /usr/lib64/qt5/bin/lrelease, which (I think) should be in the
qtcore package.

I copied lrelease from qtcore-4, which worked around that problem but
now vbox fails to build because of an undefined GL variable, so I've
got other (useflag?) problems to solve, but meanwhile I'd be grateful
for any hints.

Thanks.


It comes from linguist-tools, looks like you'll get it with USE="nls" 
(or any of several USE cases)



alan@khamul ~ $ equery belongs /usr/lib64/qt5/bin/lrelease
 * Searching for /usr/lib64/qt5/bin/lrelease ...
dev-qt/linguist-tools-5.6.1 (/usr/lib64/qt5/bin/lrelease)

alan@khamul ~ $ equery depends linguist-tools
 * These packages depend on linguist-tools:
app-text/sigil-0.9.5-r1 (>=dev-qt/linguist-tools-5.4:5)
dev-db/sqlitebrowser-3.8.0 (qt5 ? dev-qt/linguist-tools:5)
kde-apps/kde-l10n-16.04.2 (>=dev-qt/linguist-tools-5.5.1:5)
kde-apps/ktp-l10n-16.04.2 (>=dev-qt/linguist-tools-5.5.1:5)
kde-frameworks/extra-cmake-modules-5.24.0 (test ? 
>=dev-qt/linguist-tools-5.5.1:5)

kde-frameworks/kauth-5.24.0 (nls ? >=dev-qt/linguist-tools-5.5.1:5)
kde-frameworks/kbookmarks-5.24.0 (nls ? >=dev-qt/linguist-tools-5.5.1:5)
kde-frameworks/kcodecs-5.24.0 (nls ? >=dev-qt/linguist-tools-5.5.1:5)
kde-frameworks/kcompletion-5.24.0 (nls ? >=dev-qt/linguist-tools-5.5.1:5)
kde-frameworks/kconfig-5.24.0 (nls ? >=dev-qt/linguist-tools-5.5.1:5)
kde-frameworks/kcoreaddons-5.24.0 (nls ? >=dev-qt/linguist-tools-5.5.1:5)
kde-frameworks/kcrash-5.24.0 (nls ? >=dev-qt/linguist-tools-5.5.1:5)
kde-frameworks/kdbusaddons-5.24.0 (nls ? >=dev-qt/linguist-tools-5.5.1:5)
kde-frameworks/kdesignerplugin-5.24.0 (nls ? 
>=dev-qt/linguist-tools-5.5.1:5)

kde-frameworks/kdnssd-5.24.0 (nls ? >=dev-qt/linguist-tools-5.5.1:5)
kde-frameworks/kglobalaccel-5.24.0 (nls ? >=dev-qt/linguist-tools-5.5.1:5)
kde-frameworks/kitemviews-5.24.0 (nls ? >=dev-qt/linguist-tools-5.5.1:5)
kde-frameworks/kjobwidgets-5.24.0 (nls ? >=dev-qt/linguist-tools-5.5.1:5)
kde-frameworks/knotifications-5.24.0 (nls ? >=dev-qt/linguist-tools-5.5.1:5)
kde-frameworks/kwidgetsaddons-5.24.0 (nls ? >=dev-qt/linguist-tools-5.5.1:5)
kde-frameworks/kwindowsystem-5.24.0 (nls ? >=dev-qt/linguist-tools-5.5.1:5)
kde-frameworks/solid-5.24.0 (nls ? >=dev-qt/linguist-tools-5.5.1:5)
kde-frameworks/sonnet-5.24.0 (nls ? >=dev-qt/linguist-tools-5.5.1:5)
x11-misc/sddm-0.13.0-r4 (dev-qt/linguist-tools:5)

Alan





Re: [gentoo-user] qtcore 5 missing the lrelease binary?

2016-07-13 Thread Neil Bothwick
On Wed, 13 Jul 2016 13:35:26 -0700, walt wrote:

> I just installed qt5 for the first time because the latest virtualbox
> requires it.  Now virtualbox 5.1.0 won't build because it can't
> find /usr/lib64/qt5/bin/lrelease, which (I think) should be in the
> qtcore package.

% qfile /usr/lib64/qt5/bin/lrelease
dev-qt/linguist-tools (/usr/lib64/qt5/bin/lrelease)


-- 
Neil Bothwick

SEX ON TV HAS TO GO!  I keep falling off!


pgp1ndHDRYfhM.pgp
Description: OpenPGP digital signature


[gentoo-user] qtcore 5 missing the lrelease binary?

2016-07-13 Thread walt
I just installed qt5 for the first time because the latest virtualbox
requires it.  Now virtualbox 5.1.0 won't build because it can't
find /usr/lib64/qt5/bin/lrelease, which (I think) should be in the
qtcore package.

I copied lrelease from qtcore-4, which worked around that problem but
now vbox fails to build because of an undefined GL variable, so I've
got other (useflag?) problems to solve, but meanwhile I'd be grateful
for any hints.

Thanks.