Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 73242

Summary: xxdiff ebuild should be using qmake instead of tmake
Product: Gentoo Linux Reporter: Sam Iam <academic.sam>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: minor CC: agriffis
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Sam Iam 2004-12-03 10:37:17 UTC
xxdiff is using tmake during build process. Tmake has been superceded by qmake. 

Reproducible: Always
Steps to Reproduce:
1.emerge xxdiff
2.
3.

Actual Results:  
Emerged tmake

Expected Results:  
Used qmake during hte build process
Comment 1 Sergey Kuleshov (RETIRED) gentoo-dev 2004-12-09 10:35:55 UTC
Developers do already know about this. Quote from TODO:
"* prepare to build with qmake"

Meanwhile, it's not a big issue, as Trolltech never marked tmake as unsupported. (see http://www.trolltech.com/download/tmake.html) So, unless you (or anyone else?) has specific objections, I'll mark this as Resolved.