Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
kdemultimedia 3.1.3-r1 gives Automake error after configure
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
paranode
l33t
l33t


Joined: 06 Mar 2003
Posts: 679
Location: Texas

PostPosted: Fri Sep 19, 2003 11:54 pm    Post subject: kdemultimedia 3.1.3-r1 gives Automake error after configure Reply with quote

I am getting this error with kdemultimedia-3.1.3-r1, which just went 'stable' today I think.

Code:
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands

Good - your configure finished. Start make now

cd . && \
  /bin/sh /var/tmp/portage/kdemultimedia-3.1.3-r1/work/kdemultimedia-3.1.3/admin/missing --run automake-1.7 --foreign  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: *** [Makefile.in] Error 1

!!! ERROR: kde-base/kdemultimedia-3.1.3-r1 failed.
!!! Function kde_src_compile, Line 137, Exitcode 2
!!! died running emake, kde_src_compile:make


Anyone else seeing this?
_________________
Meh.
Back to top
View user's profile Send private message
Slammer
Bodhisattva
Bodhisattva


Joined: 28 Mar 2003
Posts: 270
Location: Greece

PostPosted: Sat Sep 20, 2003 3:18 am    Post subject: Reply with quote

There is a problem with automake 1.7.5.
A simple solution is to downgrade to automake 1.7.2 and to build kdemultimedia.
Is not perfect solution, but it works!
Back to top
View user's profile Send private message
cayenne
l33t
l33t


Joined: 17 Oct 2002
Posts: 945
Location: New Orleans

PostPosted: Sat Sep 20, 2003 6:00 am    Post subject: Reply with quote

Slammer wrote:
There is a problem with automake 1.7.5.
A simple solution is to downgrade to automake 1.7.2 and to build kdemultimedia.
Is not perfect solution, but it works!


How do you downgrade?

cayenne
Back to top
View user's profile Send private message
zez
Apprentice
Apprentice


Joined: 13 Jun 2002
Posts: 256
Location: Oregon, United States

PostPosted: Sat Sep 20, 2003 6:03 am    Post subject: Reply with quote

cayenne wrote:
Slammer wrote:
There is a problem with automake 1.7.5.
A simple solution is to downgrade to automake 1.7.2 and to build kdemultimedia.
Is not perfect solution, but it works!


How do you downgrade?

cayenne


I'm guessing you just go into /usr/portage/sys-devel/automake and manually emerge automake-1.7.2.ebuild.
Back to top
View user's profile Send private message
salivian
Tux's lil' helper
Tux's lil' helper


Joined: 15 Sep 2002
Posts: 91

PostPosted: Sat Sep 20, 2003 6:39 am    Post subject: Reply with quote

You can add aclocal in the ebuild in src_compile, make it

kde_src_compile configure aclocal make

This works for me.

Horace
Back to top
View user's profile Send private message
bs
n00b
n00b


Joined: 19 Sep 2002
Posts: 27
Location: Freiburg / Germany

PostPosted: Sat Sep 20, 2003 12:37 pm    Post subject: Reply with quote

I've got the same error when emerging kdemultimedia-3.1.3-r1.

Similar to the above solution
Quote:

You can add aclocal in the ebuild in src_compile, make it

kde_src_compile configure aclocal make


(which didn't help at first) i added aclocal in src-compile, but before configure (kde_src_compile aclocal configure make).
Back to top
View user's profile Send private message
cylgalad
Veteran
Veteran


Joined: 18 Apr 2003
Posts: 1327
Location: France

PostPosted: Sun Sep 21, 2003 9:58 am    Post subject: Reply with quote

Code:
automake-1.7 --version
emerge kdemultimedia

Strangely it works, but the errors about include/asm include/linux are still there. Hope 3.1.4 will be in stable soon...
Back to top
View user's profile Send private message
RaymaN
Tux's lil' helper
Tux's lil' helper


Joined: 15 Aug 2002
Posts: 93
Location: Earth, Europe, Germany, Berlin

PostPosted: Sun Sep 21, 2003 5:09 pm    Post subject: Reply with quote

i add this in the ebuild:

Quote:

You can add aclocal in the ebuild in src_compile, make it

kde_src_compile configure aclocal make


but i've got the same error when emerging kdemultimedia.

automake downgrade works, but emerging kdemultimedia not.

bye
ray
Back to top
View user's profile Send private message
jw3525
Tux's lil' helper
Tux's lil' helper


Joined: 17 Apr 2003
Posts: 114
Location: Moscow, ID

PostPosted: Sun Sep 21, 2003 8:27 pm    Post subject: Reply with quote

I put the aclocal command into the makefile in the appropriate location. In fact, I tried both spots mentioned in this thread but I hasnt worked for me. Is there something else we must do?
Back to top
View user's profile Send private message
bouh
n00b
n00b


Joined: 22 Sep 2003
Posts: 8

PostPosted: Mon Sep 22, 2003 12:30 am    Post subject: Reply with quote

Hi,
same problem for me.
I just use:

USE="+foreign" emerge ...

and that work :)
Back to top
View user's profile Send private message
senectus
Guru
Guru


Joined: 17 Jul 2003
Posts: 534

PostPosted: Mon Sep 22, 2003 1:26 pm    Post subject: Reply with quote

Didn't work for me.. :-/
_________________
2800+XP A7N8X FX6600GT
www.modmeup.net |
Belief is 9/10 of YOUR reality.
Wise man say: A skilled troll is a master baiter.
Back to top
View user's profile Send private message
treehugger
n00b
n00b


Joined: 08 Aug 2003
Posts: 38
Location: Florida, US

PostPosted: Mon Sep 22, 2003 4:15 pm    Post subject: Reply with quote

Best solution I know for now is to emerge kdemultimedia-3.1.3 (without the -r1).
Back to top
View user's profile Send private message
joehni
Apprentice
Apprentice


Joined: 27 Jul 2003
Posts: 175

PostPosted: Mon Sep 22, 2003 5:45 pm    Post subject: Reply with quote

Well, see the diff between 3.1.3 and 3.1.3-r1:

[snip]
61,65d63
< src_unpack() {
< kde_src_unpack
< cd ${S} && aclocal
< }

Someone has "improved" the build (and did that also for 3.1.4-r1) ...

Regards,
Joehni
Back to top
View user's profile Send private message
joehni
Apprentice
Apprentice


Joined: 27 Jul 2003
Posts: 175

PostPosted: Mon Sep 22, 2003 5:51 pm    Post subject: Reply with quote

Just vierified, the bug has already been fixed in CVS ...
http://www.gentoo.org/cgi-bin/viewcvs.cgi/kde-base/kdemultimedia/kdemultimedia-3.1.3-r1.ebuild.diff?r1=1.1&r2=1.2
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum