Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] gnuitar: autoconf failed
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
Ancestor
n00b
n00b


Joined: 06 Nov 2006
Posts: 72

PostPosted: Sat Jan 12, 2008 10:23 am    Post subject: [SOLVED] gnuitar: autoconf failed Reply with quote

I tried to install gnuitar, using ebuild from http://www.gnuitar.com/downloads.php

but I got this error:
Code:

# emerge gnuitar
Calculating dependencies... done!
>>> Verifying ebuild Manifests...

>>> Emerging (1 of 1) media-sound/gnuitar-9999 to /
 * checking ebuild checksums ;-) ...                                                                                                                   [ ok ]
 * checking auxfile checksums ;-) ...                                                                                                                  [ ok ]
 * checking miscfile checksums ;-) ...                                                                                                                 [ ok ]
>>> Unpacking source...
 * Fetching CVS module gnuitar into /usr/distfiles/cvs-src ...
 * Running  cvs -q -f -z1 -d ":pserver:anonymous:@gnuitar.cvs.sourceforge.net:/cvsroot/gnuitar" login
Logging in to :pserver:anonymous@gnuitar.cvs.sourceforge.net:2401/cvsroot/gnuitar
 * Running  cvs -q -f -z1 -d ":pserver:anonymous@gnuitar.cvs.sourceforge.net:/cvsroot/gnuitar" update -dP gnuitar
 * Copying gnuitar from /usr/distfiles/cvs-src ...
 * CVS module gnuitar is now in /var/tmp/portage/media-sound/gnuitar-9999/work
 * Running eautoreconf in '/var/tmp/portage/media-sound/gnuitar-9999/work/gnuitar' ...
 * Running aclocal ...                                                                                                                                 [ ok ]
 * Running autoconf ...                                                                                                                                [ !! ]

 * Failed Running autoconf !
 *
 * Include in your bugreport the contents of:
 *
 *   /var/tmp/portage/media-sound/gnuitar-9999/temp/autoconf-4697.out

 *
 * ERROR: media-sound/gnuitar-9999 failed.
 * Call stack:
 *             ebuild.sh, line 1701:  Called dyn_unpack
 *             ebuild.sh, line  817:  Called qa_call 'src_unpack'
 *             ebuild.sh, line   44:  Called src_unpack
 *   gnuitar-9999.ebuild, line   36:  Called eautoreconf
 *      autotools.eclass, line   96:  Called eautoconf
 *      autotools.eclass, line  166:  Called autotools_run_tool 'autoconf'
 *      autotools.eclass, line  218:  Called die
 * The specific snippet of code:
 *              die "Failed Running $1 !"
 *  The die message:
 *   Failed Running autoconf !
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/media-sound/gnuitar-9999/temp/build.log'.
 * This ebuild is from an overlay: '/usr/local/portage/'
 *


and the content of /var/tmp/portage/media-sound/gnuitar-9999/temp/autoconf-4697.out:
Code:
***** autoconf *****

configure.in:33: error: possibly undefined macro: AM_PATH_GLIB_2_0
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.in:37: error: possibly undefined macro: AC_MSG_ERROR
configure.in:39: error: possibly undefined macro: AM_PATH_GTK_2_0
configure.in:45: error: possibly undefined macro: AM_PATH_GLIB
configure.in:51: error: possibly undefined macro: AM_PATH_GTK


last week I had reinstalled gentoo, and since that I haven't found any way to install gnuitar..
earlier it was working very well..

any ideas?


Last edited by Ancestor on Thu Jan 17, 2008 12:50 pm; edited 1 time in total
Back to top
View user's profile Send private message
cubancigar11
Guru
Guru


Joined: 10 Jan 2005
Posts: 340

PostPosted: Sat Jan 12, 2008 5:27 pm    Post subject: Reply with quote

I have not touched a Gentoo box in a long time, so be cautioned.

Could you post the output of "echo $ACLOCAL_FLAGS"?
Back to top
View user's profile Send private message
Ancestor
n00b
n00b


Joined: 06 Nov 2006
Posts: 72

PostPosted: Sat Jan 12, 2008 6:24 pm    Post subject: Reply with quote

the output of `echo $ACLOCAL_FLAGS` is empty..
Back to top
View user's profile Send private message
cubancigar11
Guru
Guru


Joined: 10 Jan 2005
Posts: 340

PostPosted: Sat Jan 12, 2008 11:44 pm    Post subject: Reply with quote

Hmm... I think someone else can help you better.

Are you able to emerge anything? To me it looked like a problem with autoconf. So I would say, re-emerge libtool and autoconf. But that's all I can tell :(
Back to top
View user's profile Send private message
Ancestor
n00b
n00b


Joined: 06 Nov 2006
Posts: 72

PostPosted: Sun Jan 13, 2008 12:14 pm    Post subject: Reply with quote

it seems it's not going to work, even after reemerging libtool and autoconf

but thanks for your help :)

maybe someone has any other idea?
Back to top
View user's profile Send private message
cubancigar11
Guru
Guru


Joined: 10 Jan 2005
Posts: 340

PostPosted: Sun Jan 13, 2008 1:22 pm    Post subject: Reply with quote

This error occurs when your autotools cannot find the required macros. I see that you are pulling the sources from cvs, then it must mean it is running ./autogen.sh (which is generally there to create a configure script). autogen.sh runs autotools and libtool, and so the problem is just there...

I have just checked-in the cvs for gnuitar myself and it breaks on my machine also, while the source tar-ball of v0.3.2 version works fine. So I think it is a problem with the current cvs repository and not a problem of Gentoo; and you might want to ask the developer of gnuitar.

Hope I was of any help.
Back to top
View user's profile Send private message
Ancestor
n00b
n00b


Joined: 06 Nov 2006
Posts: 72

PostPosted: Sun Jan 13, 2008 4:09 pm    Post subject: Reply with quote

indeed, the source tarball downloaded form gnuitar.com compiles successfully..
so maybe I'll try to contact gnuitar devs..

once again thank you for help..
but I'll wait with adding 'solved' to the topic, until I figure out what the problem with autoconf really is caused of.. :)
Back to top
View user's profile Send private message
Ancestor
n00b
n00b


Joined: 06 Nov 2006
Posts: 72

PostPosted: Thu Jan 17, 2008 12:49 pm    Post subject: Reply with quote

finally solved:
I emerged =dev-libs/glib-1.2* and =x11-libs/gtk+-1.2* and now gnuitar compiles successfully.. :)
Back to top
View user's profile Send private message
cubancigar11
Guru
Guru


Joined: 10 Jan 2005
Posts: 340

PostPosted: Thu Jan 17, 2008 7:58 pm    Post subject: Reply with quote

Ah! Nice to know that you were able to solve it. Congratulations!

As I told you, I am working on a opensuse 10.3 machine without admin priviledges, and so I generally install everything to my $HOME. I didn't anticipate that the problem will have this solution!

Oh, I miss gentoo :(
Back to top
View user's profile Send private message
Ancestor
n00b
n00b


Joined: 06 Nov 2006
Posts: 72

PostPosted: Fri Jan 18, 2008 3:32 pm    Post subject: Reply with quote

some ./configure errors where helpful :D

without admin privileges?
so why wouldn't you install gentoo somewhere?
Back to top
View user's profile Send private message
cubancigar11
Guru
Guru


Joined: 10 Jan 2005
Posts: 340

PostPosted: Sat Jan 19, 2008 10:20 am    Post subject: Reply with quote

I actually have Gentoo installed on one of the partitions of my USB hard disk. I use it on a computer which has no internet connection. It is a long story :)

I have a minimal installation of grml ( http://www.grml.org ) on it, from where I chroot to my Gentoo installation and do cool stuff.

It is like playing BioShock with linux :D
Back to top
View user's profile Send private message
Ancestor
n00b
n00b


Joined: 06 Nov 2006
Posts: 72

PostPosted: Sat Jan 19, 2008 10:58 am    Post subject: Reply with quote

your story is a bit strange.. :)
so.. good luck with USB-Gentoo-without-internet-connection ;)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software 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