Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 542832 - sci-libs/vtk hardcodes Qt binaries
Summary: sci-libs/vtk hardcodes Qt binaries
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Justin Lecher (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qtbindir
  Show dependency tree
 
Reported: 2015-03-10 16:45 UTC by Michael Palimaka (kensington)
Modified: 2015-03-22 14:39 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Palimaka (kensington) gentoo-dev 2015-03-10 16:45:02 UTC
From the ebuild:

> -DQT_MOC_EXECUTABLE="${EPREFIX}/usr/bin/moc"
> -DQT_UIC_EXECUTABLE="${EPREFIX}/usr/bin/uic"
> -DQT_QMAKE_EXECUTABLE="${EPREFIX}/usr/bin/qmake"

As of qt-4.8.6, these are now symlinks to qtchooser and will cause build to fail if the user has selected qt5 as their default.

Please use qt4_get_bindir from qmake-utils.eclass instead of hardcoding ${EPREFIX}/usr/bin,
Comment 1 Justin Lecher (RETIRED) gentoo-dev 2015-03-11 08:30:29 UTC
+  11 Mar 2015; Justin Lecher <jlec@gentoo.org> vtk-6.0.0.ebuild,
+  vtk-6.1.0-r1.ebuild, vtk-6.1.0.ebuild:
+  Use qmake-utils.eclass to determine qt tools, #542832
+