Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 281912 - app-office/akonadi-server-1.2.0 fails to build - missing dependency qt-gui
Summary: app-office/akonadi-server-1.2.0 fails to build - missing dependency qt-gui
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-18 12:45 UTC by Benjamin Richter
Modified: 2009-08-20 09:33 UTC (History)
0 users

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


Attachments
Complete build.log of akonadi-server-1.2.0 showing bug (build.log,5.05 KB, text/plain)
2009-08-18 18:32 UTC, Benjamin Richter
Details
Patch adding ">=x11-libs/qt-gui-4.5.0:4" to akonadi-server-1.2.0 dependencies (akonadi-server-qt-gui.patch,29 bytes, patch)
2009-08-19 12:37 UTC, Benjamin Richter
Details | Diff
Patch adding ">=x11-libs/qt-gui-4.5.0:4" to akonadi-server-1.2.0 dependencies (akonadi-server-qt-gui.patch,35 bytes, patch)
2009-08-19 12:39 UTC, Benjamin Richter
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Richter 2009-08-18 12:45:42 UTC
When emerging akonadi-server-1.2.0, ebuild fails with error NOTFOUND for QT_GUI variable.

After emerging qt-gui ebuild runs fine.

Reproducible: Always

Steps to Reproduce:
1. emerge akonadi-server-1.2.0 without having installed qt-gui


Actual Results:  
build fails with NOTFOUND error on some variable while running cmake
Comment 1 Tomáš Chvátal (RETIRED) gentoo-dev 2009-08-18 13:49:27 UTC
complete build log please.
Comment 2 Benjamin Richter 2009-08-18 18:32:52 UTC
Created attachment 201638 [details]
Complete build.log of akonadi-server-1.2.0 showing bug

this is the build log
Comment 3 Benjamin Richter 2009-08-19 12:37:25 UTC
Created attachment 201704 [details, diff]
Patch adding ">=x11-libs/qt-gui-4.5.0:4" to akonadi-server-1.2.0 dependencies
Comment 4 Benjamin Richter 2009-08-19 12:39:33 UTC
Created attachment 201706 [details, diff]
Patch adding ">=x11-libs/qt-gui-4.5.0:4" to akonadi-server-1.2.0 dependencies
Comment 5 Benjamin Richter 2009-08-19 12:40:10 UTC
Comment on attachment 201704 [details, diff]
Patch adding ">=x11-libs/qt-gui-4.5.0:4" to akonadi-server-1.2.0 dependencies

upload failure ... my bad
Comment 6 Tomáš Chvátal (RETIRED) gentoo-dev 2009-08-20 08:36:46 UTC
just hint for the future:
add to your ~/.bashrc this alias:
alias diff="diff -urN"
Uniffied diffs are way better :]