Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 153501 - Error in qt-4.2.1 ebuild
Summary: Error in qt-4.2.1 ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-30 17:55 UTC by Jakub Schmidtke
Modified: 2006-10-31 05:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
The corrected ebuild (qt-4.2.1.ebuild,7.06 KB, text/plain)
2006-10-31 04:30 UTC, Frédéric GRASSET
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jakub Schmidtke 2006-10-30 17:55:39 UTC
qt-4.2.1 ebuild has an error - it has missing 'echo "${spec}"' line at the end of qt_mkspecs_dir() function.
QT configuration fails without that line - the platform is not set at all.
Comment 1 Frédéric GRASSET 2006-10-31 04:30:45 UTC
Created attachment 100873 [details]
The corrected ebuild

I'v attached the corrected ebuild. I just added the line :
"        echo ${spec}"
at the end of the "qt_mkspecs_dir()" function.
Soory if I do not comply with bug standard in commenting bug, I'm not used to make patch.
Comment 2 Caleb Tennis (RETIRED) gentoo-dev 2006-10-31 05:42:00 UTC
should be fixed now, thanks.