Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 332299 - x11-libs/qt-multimedia-4.6.2 - make: *** No rule to make target `check'. Stop.
Summary: x11-libs/qt-multimedia-4.6.2 - make: *** No rule to make target `check'. Stop.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High QA (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-11 16:42 UTC by Jeroen Roovers (RETIRED)
Modified: 2012-02-09 23:00 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 Jeroen Roovers (RETIRED) gentoo-dev 2010-08-11 16:42:03 UTC
>>> Source compiled.
make -j4 -j1 check -C src/multimedia 
make: Entering directory `/dev/shm/portage/x11-libs/qt-multimedia-4.6.2/work/qt-everywhere-opensource-src-4.6.2/src/multimedia'
make: *** No rule to make target `check'.  Stop.
make: Leaving directory `/dev/shm/portage/x11-libs/qt-multimedia-4.6.2/work/qt-everywhere-opensource-src-4.6.2/src/multimedia'

>>> Install qt-multimedia-4.6.2 into /dev/shm/portage/x11-libs/qt-multimedia-4.6.2/image/ category x11-libs

Seems to get that command from qt4-build.eclass so maybe if qt-multimedia has some kind of test suite, it should have a custom src_test().
Comment 1 Michael Palimaka (kensington) gentoo-dev 2012-01-31 10:59:27 UTC
As far as I can tell, qt-multimedia does not have any test suite.
Comment 2 Davide Pesavento (RETIRED) gentoo-dev 2012-02-09 23:00:23 UTC
Fixed, thanks.

  09 Feb 2012; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass:
  Make src_test() a noop for qt-multimedia (bug #332299).