unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* error installing guile from CVS
@ 2003-05-08 11:46 Maarten Grachten
  2003-05-09 15:12 ` Rob Browning
  0 siblings, 1 reply; 8+ messages in thread
From: Maarten Grachten @ 2003-05-08 11:46 UTC (permalink / raw)


Hi,

I just checked out the guile module. I go to the guile-core directory and 
(since there is no ./configure) issue:

# sh autogen.sh 

which gives me:

aclocal: guile-config/guile.m4: 83: duplicated macro `GUILE_FLAGS'
autoreconf2.50: aclocal failed with exit status: 1
 at /usr/bin/autoreconf2.50 line 263

(that's all)

First of all, I'm not completely sure whether this is the right first step 
of the compilation process. But if so, does any of you have an idea what 
causes this error? Supposing problems with outdated versions of autoconf I 
updated to the latest versions of autoconf and automake. I noticed that I 
have a /usr/bin/autoreconf which is version 2.53. Strange enough, an 
older version, /usr/bin/autoreconf2.50 seems to be invoked.

Thanks for any help,

Maarten Grachten






_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: error installing guile from CVS
  2003-05-08 11:46 error installing guile from CVS Maarten Grachten
@ 2003-05-09 15:12 ` Rob Browning
  2003-05-09 17:42   ` Maarten Grachten
  0 siblings, 1 reply; 8+ messages in thread
From: Rob Browning @ 2003-05-09 15:12 UTC (permalink / raw)
  Cc: guile-user

Maarten Grachten <maarten@iiia.csic.es> writes:

> I just checked out the guile module. I go to the guile-core directory and 
> (since there is no ./configure) issue:
>
> # sh autogen.sh 
>
> which gives me:

What happens if you run it a second time?  Same thing?

-- 
Rob Browning
rlb @defaultvalue.org, @linuxdevel.com, and @debian.org
Previously @cs.utexas.edu
GPG starting 2002-11-03 = 14DD 432F AE39 534D B592  F9A0 25C8 D377 8C7E 73A4


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: error installing guile from CVS
  2003-05-09 15:12 ` Rob Browning
@ 2003-05-09 17:42   ` Maarten Grachten
  2003-05-09 19:29     ` Rob Browning
  0 siblings, 1 reply; 8+ messages in thread
From: Maarten Grachten @ 2003-05-09 17:42 UTC (permalink / raw)
  Cc: guile-user

On Fri, 9 May 2003, Rob Browning wrote:

> > # sh autogen.sh 
> 
> What happens if you run it a second time?  Same thing?

Now I have:

aclocal: configure.in: 59: macro `AM_PROG_LIBTOOL' not found in library
autoreconf: aclocal failed with exit status: 1 

(the same thing over and over again when I run it multiple times)

Maarten



_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: error installing guile from CVS
  2003-05-09 17:42   ` Maarten Grachten
@ 2003-05-09 19:29     ` Rob Browning
  2003-05-12  8:07       ` Maarten Grachten
  0 siblings, 1 reply; 8+ messages in thread
From: Rob Browning @ 2003-05-09 19:29 UTC (permalink / raw)
  Cc: guile-user

Maarten Grachten <maarten@iiia.csic.es> writes:

> Now I have:
>
> aclocal: configure.in: 59: macro `AM_PROG_LIBTOOL' not found in library
> autoreconf: aclocal failed with exit status: 1 
>
> (the same thing over and over again when I run it multiple times)

What version of libtool are you using?  i.e. libtoolize --version

-- 
Rob Browning
rlb @defaultvalue.org, @linuxdevel.com, and @debian.org
Previously @cs.utexas.edu
GPG starting 2002-11-03 = 14DD 432F AE39 534D B592  F9A0 25C8 D377 8C7E 73A4


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: error installing guile from CVS
  2003-05-09 19:29     ` Rob Browning
@ 2003-05-12  8:07       ` Maarten Grachten
  2003-05-12 18:10         ` Rob Browning
  0 siblings, 1 reply; 8+ messages in thread
From: Maarten Grachten @ 2003-05-12  8:07 UTC (permalink / raw)
  Cc: guile-user

On Fri, 9 May 2003, Rob Browning wrote:

> What version of libtool are you using?  i.e. libtoolize --version

the error:

aclocal: configure.in: 59: macro `AM_PROG_LIBTOOL' not found in library
autoreconf: aclocal failed with exit status: 1

was on Debian Woody, with gnu libtoolize --version 1.4.2a

To make things more interesting (or more diffuse, you say it), 
when I try to install from CVS on RedHat 7.2, 

$ sh autogen.sh

gives me:

aclocal: guile-config/guile.m4: 83: duplicated macro `GUILE_FLAGS'
aclocal: guile-config/qthreads.m4: 67: duplicated macro 
`QTHREADS_CONFIGURE'
autoreconf: aclocal failed with exit status: 1
 at /usr/bin/autoreconf line 263

Do you think these errors have a common cause?

Maarten



_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: error installing guile from CVS
  2003-05-12  8:07       ` Maarten Grachten
@ 2003-05-12 18:10         ` Rob Browning
  2003-05-14 17:51           ` Maarten Grachten
  0 siblings, 1 reply; 8+ messages in thread
From: Rob Browning @ 2003-05-12 18:10 UTC (permalink / raw)
  Cc: guile-user

Maarten Grachten <maarten@iiia.csic.es> writes:

> was on Debian Woody, with gnu libtoolize --version 1.4.2a
>
> To make things more interesting (or more diffuse, you say it), 
> when I try to install from CVS on RedHat 7.2, 
>
> $ sh autogen.sh

> Do you think these errors have a common cause?

I suspect (but don't know) that they're related to your version of
libtool.  If possible, you might try upgrading to 1.4.3 and re-run
autogen.sh a couple of times.  That's just off the top of my head,
though.  I won't have time to think about it harder until later...

-- 
Rob Browning
rlb @defaultvalue.org, @linuxdevel.com, and @debian.org
Previously @cs.utexas.edu
GPG starting 2002-11-03 = 14DD 432F AE39 534D B592  F9A0 25C8 D377 8C7E 73A4


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: error installing guile from CVS
  2003-05-12 18:10         ` Rob Browning
@ 2003-05-14 17:51           ` Maarten Grachten
  2003-05-15 23:59             ` Kevin Ryde
  0 siblings, 1 reply; 8+ messages in thread
From: Maarten Grachten @ 2003-05-14 17:51 UTC (permalink / raw)
  Cc: guile-user

On Mon, 12 May 2003, Rob Browning wrote:

> I suspect (but don't know) that they're related to your version of
> libtool.  If possible, you might try upgrading to 1.4.3 and re-run
> autogen.sh a couple of times.  That's just off the top of my head,
> though.  I won't have time to think about it harder until later...

Great! For Debian, updating libtool (to 1.4.5 that is) solved the 
problem, although I had a few of these warinings:

configure.in:44: warning: AC_CANONICAL_HOST invoked multiple times

For RedHat however, the problems stayed the same after updating:

aclocal: guile-config/guile.m4: 83: duplicated macro `GUILE_FLAGS'
aclocal: guile-config/qthreads.m4: 67: duplicated macro 
`QTHREADS_CONFIGURE'
autoreconf: aclocal failed with exit status: 1
 at /usr/bin/autoreconf line 263


But, as I plan to migrate from RedHat to Debian on this machine soon, for 
me this is not really a matter of life and death. However, if you 
still want to solve the problem for academical reasons, I could serve as 
your executive assistant :-)

Thanks a lot for your interest and help!

Maarten





_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: error installing guile from CVS
  2003-05-14 17:51           ` Maarten Grachten
@ 2003-05-15 23:59             ` Kevin Ryde
  0 siblings, 0 replies; 8+ messages in thread
From: Kevin Ryde @ 2003-05-15 23:59 UTC (permalink / raw)


Maarten Grachten <maarten@iiia.csic.es> writes:
>
> configure.in:44: warning: AC_CANONICAL_HOST invoked multiple times

For what it's worth this is an artifact of autoconf AC_MINGW32 (in
2.57 at least).  I think it's harmless.


_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2003-05-15 23:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-08 11:46 error installing guile from CVS Maarten Grachten
2003-05-09 15:12 ` Rob Browning
2003-05-09 17:42   ` Maarten Grachten
2003-05-09 19:29     ` Rob Browning
2003-05-12  8:07       ` Maarten Grachten
2003-05-12 18:10         ` Rob Browning
2003-05-14 17:51           ` Maarten Grachten
2003-05-15 23:59             ` Kevin Ryde

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).