Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 539838 - app-text/calibre-2.19: Fails to install with SYMLINK_LIB=no
Summary: app-text/calibre-2.19: Fails to install with SYMLINK_LIB=no
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ian Stakenvicius (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-12 02:02 UTC by Jonathan Callen (RETIRED)
Modified: 2015-02-12 07:27 UTC (History)
2 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 Jonathan Callen (RETIRED) gentoo-dev 2015-02-12 02:02:04 UTC
The ebuild sets QMAKE=/usr/lib/qt5/bin/qmake, but Qt 5 is installed in /usr/$(get_libdir), which is *not* /usr/lib when SYMLINK_LIB=no.  This should be changed to /usr/$(get_libdir)/qt5/bin/qmake instead (as seen done in qmake-utils.eclass).
Comment 1 Ben de Groot (RETIRED) gentoo-dev 2015-02-12 07:27:47 UTC
Oh that's nasty. And no prefix support either. Fixed in CVS now.

+  12 Feb 2015; Ben de Groot <yngwin@gentoo.org> -calibre-1.2.ebuild,
+  -calibre-1.25.ebuild, -calibre-1.29.ebuild, -calibre-1.43.ebuild,
+  -calibre-1.48.ebuild, -calibre-2.12.0.ebuild, -calibre-2.7.0.ebuild,
+  -calibre-2.9.0.ebuild, calibre-1.48-r1.ebuild, calibre-2.18.0.ebuild,
+  calibre-2.19.0.ebuild:
+  Set correct qmake location (bug #539838). Make repoman happy by removing
+  unknown dependency. Clean up old versions.