bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tests/packages.scm fails with make check


From: Andreas Enge
Subject: Re: tests/packages.scm fails with make check
Date: Tue, 22 Jan 2013 16:03:36 +0100
User-agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; )

Am Sonntag, 20. Januar 2013 schrieb Ludovic Courtès:

> Andreas Enge <address@hidden> skribis:

> > I get a test failure in guix-download.sh, the last line of which reads:

> > guix-download "file://$abs_top_srcdir/README"

>

> I think this is a symptom of using an old Automake (< 1.12, I think),

> which did not define $(abs_top_srcdir).

>

> Can you confirm?

 

Thanks for updating the automake package, impressive work! All the internal tests pass now for me. Here is what I get now for guix with automake-1.12.6 (from guix) and autoconf-2.69 (from debian).

 

autoreconf returns:

configure.ac:18: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and will soon be removed.

configure.ac:18: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead,

configure.ac:18: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.

 

AC_PROG_MKDIR_P was introduced in autoconf-2.60, so should be safe to use.

 

Then ./configure yields:

checking for the Guix system type... x86_64-linux

./configure: line 6572: syntax error near unexpected token `GUILE,'

./configure: line 6572: `PKG_CHECK_MODULES(GUILE, guile-2.0)'

 

I am using pkg-config-0.26 from debian.

 

Andreas

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]