Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28729 - KDEBindings 3.1.3 compile errors, because of 'version mismatch'
Summary: KDEBindings 3.1.3 compile errors, because of 'version mismatch'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-14 14:37 UTC by Sven Wehner
Modified: 2003-09-15 13:10 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 Sven Wehner 2003-09-14 14:37:09 UTC
<--- snip --->
libtool: link: warning: `-version-info' is ignored for programs
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[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

!!! ERROR: kde-base/kdebindings-3.1.3 failed.
!!! Function kde_src_compile, Line 137, Exitcode 2
!!! died running emake, kde_src_compile:make
<--- snap --->

It is shown after a long (about 30mins) compile run via "emerge kdebindings". 
automake version is 1.7.5, but it "emerge -p world" don't want to downgrade. 
Kernel is 2.6.0-test5. Everything else is a stable x86 (Centrino -> Acer 
Travelmate 800) System (except of xmms, apache, bibletime and stuff that should 
not have anything to do with this). 
I tried to add an "aclocal" into 
/usr/portage/kde-base/kdebindings/kdebindings-3.1.3.ebuild -> src_unpack(). But 
it didn't change anything. I am not using Mozilla (nothing installed) and using 
Sun's JDK/JRE.
I updated KDE from 3.1.2 to 3.1.3 some days before it got stable, everything 
works, but kdebindings gave this error and is still giving this error.

I tried to run manually an "aclocal, make, make install" (in 
/var/tmp/portage/kdebindings-3.1.3/work/kdebindings-3.1.3) after the error 
occurs and it worked. I hope everything works...

Reproducible: Always
Steps to Reproduce:
1. emerge kdebindings
2. *wait*
3. get error (with or without wished aclocal)



Expected Results:  
compiling completely; 
bring back my english skill :D

emerge info:
<--- snip --->
Portage 2.0.49-r3 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.6.0-test5)
=================================================================
System uname: 2.6.0-test5 i686 Intel(R) Pentium(R) M processor 1300MHz
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium4 -O3 -mmmx -msse -msse2 -mfpmath=sse -pipe 
-fomit-frame-pointer -fthread-jumps -fforce-addr -frerun-cse-after-loop 
-frerun-loop-opt -fexpensive-optimizations -falign-functions=4 -falign-jumps=4"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config 
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config 
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -mcpu=i686 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox ccache autoaddcvs"
GENTOO_MIRRORS="http://ftp.easynet.nl/mirror/gentoo/ http://gentoo.oregonstate.
edu http://www.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="oss cups foomaticdb libg++ mad mikmod nls quicktime spell xv directfb gdbm 
berkdb slang readline tetex aalib svga guile sdl gpm tcpd pam libwww perl python 
esd imlib gtk motif acpi alsa apm arts avi cdr crypt dvd encode ethereal fbcon 
gif -gnome gtk2 icc java jpeg kde mmx mpeg mysql ncurses oggvorbis opengl pcmcia 
pdflib png pnp qt samba sse ssl truetype usb X xml xml2 xmms zlib x86"
<--- snap --->
Comment 1 David Bryson (RETIRED) gentoo-dev 2003-09-14 17:45:58 UTC
I'm also seeing this bug with a 2.4 kernel, on athlon-mp machine.  I'll ask around  the kde types for a fix...
Comment 2 Caleb Tennis (RETIRED) gentoo-dev 2003-09-15 07:13:54 UTC
in the ebuild, make the following change (as a test): 
 
in src_unpack() 
 
under the line: kde_src_unpack 
 
add: 
 
cd ${S} && aclocal 
 
and then try reemerging. 
Comment 3 David Bryson (RETIRED) gentoo-dev 2003-09-15 11:40:01 UTC
Yeah I came up with the same 'fix'(not like there is a lot of possiblity for differentiation ;-).
At any rate, adding 'cd ${S} && aclocal'
produces a proper package emerge
Comment 4 Sven Wehner 2003-09-15 11:57:11 UTC
Patch submitted by Caleb Tennis works.
I forgot to change the directory in ebuild-script.
Thanx.

Will there be a patched/reviewed version in portage later?
Comment 5 Caleb Tennis (RETIRED) gentoo-dev 2003-09-15 13:10:11 UTC
Well, 3.1.4 is slated to be released in the next day or two and I'm hoping it fixes all of the 
problems I've had with the 3.1.3 version. :)