Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 257021 - app-office/akonadi-server-1.1.1 requires >=kde-base/automoc-0.9.88
Summary: app-office/akonadi-server-1.1.1 requires >=kde-base/automoc-0.9.88
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-31 00:18 UTC by Mike
Modified: 2009-02-01 23:18 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 Mike 2009-01-31 00:18:19 UTC
If you try to compile
app-office/akonadi-server-1.1.0
or
app-office/akonadi-server-1.1.1
with
kde-base/automoc-0.9.84

Then it gives the following error:
-- Boost version: 1.34.1
-- Found the following Boost libraries:
--   program_options
-- Looking for include files HAVE_EXECINFO_H
-- Looking for include files HAVE_EXECINFO_H - found
-- Looking for include files HAVE_UNISTD_H
-- Looking for include files HAVE_UNISTD_H - found
CMake Error at server/akonadictl/CMakeLists.txt:16 (automoc4_add_executable):
  Unknown CMake command "automoc4_add_executable".


This is because automoc4_add_executable macro was not added until after 0.9.84 (I'm not sure specifically which version, but it is okay in 0.9.88).

I am guessing in the ebuilds for akonadi-server you just need a:
DEPEND="${RDEPEND}
	dev-libs/boost
	dev-libs/libxslt
	>=kde-base/automoc-0.9.88"



Reproducible: Always

Steps to Reproduce:
1. emerge app-office/akonadi-server-1.1.0 but with kde-base/automoc-0.9.84




Workaround for me was just adding kde-base/automoc-0.9.88 to /etc/portage/keywords.
Comment 1 Tomáš Chvátal (RETIRED) gentoo-dev 2009-02-01 23:18:17 UTC
Thanks for report. Fix0red in the tree.