Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 94037 - app-office/kmymoney2-0.7.1 requires cppunit installation
Summary: app-office/kmymoney2-0.7.1 requires cppunit installation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Other
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-25 22:11 UTC by Nickolay Kolchin-Semyonov
Modified: 2005-05-26 21:51 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 Nickolay Kolchin-Semyonov 2005-05-25 22:11:05 UTC
kmymoney configure system requires cppunit installation even with  
--no-cppunit flag. 

Reproducible: Always
Steps to Reproduce:
emerge -vu kmymoney2 
 
Actual Results:  
>>> Unpacking source... 
>>> Unpacking kmymoney2-0.7.1.tar.bz2 
to /mnt/oktet/tmp/portage/kmymoney2-0.7.1/work 
>>> Source unpacked. 
*** Creating acinclude.m4 
*** Creating list of subdirectories 
*** Creating configure.files 
*** Creating configure.in 
*** Creating aclocal.m4 
aclocal: configure.in: 91: macro `AM_PATH_CPPUNIT' not found in library 
make: *** [cvs] Error 1 
 

Expected Results:  
working ebuild without cppunit installation
Comment 1 Gregorio Guidi (RETIRED) gentoo-dev 2005-05-26 15:22:06 UTC
This was a side-effect of a recent change in kde.eclass... it should be fixed 
if you try again now. 
Comment 2 Nickolay Kolchin-Semyonov 2005-05-26 21:51:14 UTC
Confirmed.