Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 595462 - media-libs/libde265 calls /usr/bin/qtchooser -run-tool=moc
Summary: media-libs/libde265 calls /usr/bin/qtchooser -run-tool=moc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qtbindir
  Show dependency tree
 
Reported: 2016-09-28 21:02 UTC by Michael Palimaka (kensington)
Modified: 2017-12-05 00:35 UTC (History)
0 users

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 2016-09-28 21:02:52 UTC
media-libs/libde265 calls /usr/bin/qtchooser -run-tool=moc, but should call $(qt5_get_bindir)/moc or $(qt4_get_bindir)/moc (from qmake-utils.eclass) instead.

This could be achieved by patching configure or building with emake MOC="$(qt5_get_bindir)/moc".
Comment 1 Larry the Git Cow gentoo-dev 2017-12-05 00:35:05 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d89e160b8cc497095359a4e0caf49a01d24d68a

commit 8d89e160b8cc497095359a4e0caf49a01d24d68a
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2017-12-05 00:34:19 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2017-12-05 00:34:55 +0000

    media-libs/libde265: Fix qtbindir
    
    Closes: https://bugs.gentoo.org/595462
    Package-Manager: Portage-2.3.16, Repoman-2.3.6

 media-libs/libde265/Manifest                       |  2 +-
 .../libde265/files/libde265-1.0.2-qtbindir.patch   | 47 ++++++++++++++++++++++
 media-libs/libde265/libde265-1.0.2.ebuild          |  2 +
 media-libs/libde265/libde265-9999.ebuild           |  2 +
 4 files changed, 52 insertions(+), 1 deletion(-)