Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23947 - kdeaddons cannot compile because of automake-1.7.5 with aclocal
Summary: kdeaddons cannot compile because of automake-1.7.5 with aclocal
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo KDE team
URL: http://forums.gentoo.org/viewtopic.ph...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-04 07:42 UTC by Ioannis Aslanidis (RETIRED)
Modified: 2005-03-24 13:28 UTC (History)
1 user (show)

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 Ioannis Aslanidis (RETIRED) gentoo-dev 2003-07-04 07:42:25 UTC
When I emerge kdeaddons, the system is unable to compile it because it requires 
aclocal to be run inside the work directory. I have done this by hand: running 
aclocal and automake after that and it seems to work, so I would suggest that 
portage should run aclocal inside that directory instead of exiting. This 
problem only happens with automake-1.7.5-r2. I have been able to compile it 
perfectly with automake-1.7.2.

Reproducible: Always
Steps to Reproduce:
1.emerge automake (currently 1.7.5-r2)
2.emerge kdeaddons
3.

Actual Results:  
Can't have kdeaddons compiled.

Expected Results:  
Should have been correctly merged.

Making all in konq-plugins 
make[2]: Entering directory `/var/tmp/portage/kdeaddons-3.1.2/work/kdeaddons-
3.1.2/konq-plugins' 
cd .. && \ 
/bin/sh /var/tmp/portage/kdeaddons-3.1.2/work/kdeaddons-3.1.2/admin/missing --
run automake-1.7 --foreign konq-plugins/Makefile 
configure.in:39: version mismatch. This is Automake 1.7.5, 
configure.in:39: but the definition used by this AM_INIT_AUTOMAKE 
configure.in:39: comes from Automake 1.7.2. You should recreate 
configure.in:39: aclocal.m4 with aclocal and run automake again. 
make[2]: *** [Makefile.in] Error 1 
make[2]: Leaving directory `/var/tmp/portage/kdeaddons-3.1.2/work/kdeaddons-
3.1.2/konq-plugins' 
make[1]: *** [all-recursive] Error 1 
make[1]: Leaving directory `/var/tmp/portage/kdeaddons-3.1.2/work/kdeaddons-
3.1.2' 
make: *** [all] Error 2 

!!! ERROR: kde-base/kdeaddons-3.1.2 failed. 
!!! Function kde_src_compile, Line 123, Exitcode 2 
!!! died running emake, kde_src_compile:make
Comment 1 Michele Balistreri (RETIRED) gentoo-dev 2003-07-07 01:51:19 UTC
fixed in cvs, thanks for reporting
Comment 2 Isaac Ben 2003-08-11 09:24:27 UTC
This is problem now affects both kdebase3.1.3 and kdeadmin3.1.3
see this topic from the forums for more info
http://forums.gentoo.org/viewtopic.php?t=56404
Comment 3 Ioannis Aslanidis (RETIRED) gentoo-dev 2005-03-24 13:28:22 UTC
Closing.