Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 493756 - net-analyzer/multimon-ng-1.0.0 should DEPEND on dev-qt/qtcore (for qmake)
Summary: net-analyzer/multimon-ng-1.0.0 should DEPEND on dev-qt/qtcore (for qmake)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Rick Farina (Zero_Chaos)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-09 12:44 UTC by Florian "adlerweb" Knodt
Modified: 2013-12-16 05:05 UTC (History)
1 user (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 Florian "adlerweb" Knodt 2013-12-09 12:44:30 UTC
net-analyzer/multimon-ng-1.0.0 uses qmake but has no dependency for dev-qt/qtcore set. It inherits dev-qt/qtcore, but this does not seem to pull the required packages. Same for current -9999.

Reproducible: Always

Steps to Reproduce:
1. emerge multimon-ng without qt installed
Actual Results:  
* Running qmake .../usr/bin/qmake: No such file or directory

Expected Results:  
Pull qt before multimon-ng

Compiled fine after installing dev-qt/qtcore-4.8.5:4
Comment 1 Rick Farina (Zero_Chaos) gentoo-dev 2013-12-16 05:05:14 UTC
I honestly never noticed the eclass didn't set the depend. fixed in the ebuild, thanks for the report.