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: Ludovic Courtès
Subject: Re: tests/packages.scm fails with make check
Date: Tue, 22 Jan 2013 17:58:07 +0100
User-agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.2 (gnu/linux)

Hi!

Andreas Enge <address@hidden> skribis:

> 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.

Actually ‘AM_PROG_MKDIR_P’ is used in macros that come from Gettext.
Maybe newer versions of Gettext (will) use the new macro.

> 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)'

That’s because ‘aclocal’ didn’t find pkg.m4–the set of Autoconf macros
that comes with pkg-config.

Perhaps you need to install another package to get pkg.m4, or perhaps
you need to run ./bootstrap like this:

  ACLOCAL="aclocal -I /path/to/pkg-config/macros" ./bootstrap

HTH,
Ludo’.



reply via email to

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