[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bug report
From: |
Alexandre Duret-Lutz |
Subject: |
Re: bug report |
Date: |
Mon, 5 Jul 2004 17:55:27 +0200 |
On Mon, Jul 05, 2004 at 11:17:41AM -0400, Anton Koinov wrote:
> Hi,
>
> I got the following error emerging sys-apps/coreutils-5.2.1 on a Gentoo
> system.
>
> Autoconf: 2.5
> Binary: /usr/bin/autoconf-2.59
> Use of uninitialized value in exists at /usr/bin/automake-1.8 line 4459,
> <GEN0> line 1.
> Use of uninitialized value in concatenation (.) or string
> at /usr/bin/automake-1.8 line 4459, <GEN0> line 1.
> automake-1.8: ####################
> automake-1.8: ## Internal Error ##
> automake-1.8: ####################
> automake-1.8: unrequested trace `'
> automake-1.8: Please contact <address@hidden>.
Could you send the full output of the following four commands, run
from the top directory of the project you are having trouble with.
m4 --version
autoconf --version
automake --version
autoconf --trace=AM_ENABLE_MULTILIB:\$f:\$l::\$n::\${::}%
--trace=AC_INIT:\$f:\$l::\$n::\${::}%
--trace=AC_CONFIG_FILES:\$f:\$l::\$n::\${::}%
--trace=AC_SUBST:\$f:\$l::\$n::\${::}%
--trace=AC_CANONICAL_HOST:\$f:\$l::\$n::\${::}%
--trace=AM_GNU_GETTEXT:\$f:\$l::\$n::\${::}%
--trace=AC_LIBSOURCE:\$f:\$l::\$n::\${::}%
--trace=AM_INIT_AUTOMAKE:\$f:\$l::\$n::\${::}%
--trace=AM_AUTOMAKE_VERSION:\$f:\$l::\$n::\${::}%
--trace=AC_CONFIG_AUX_DIR:\$f:\$l::\$n::\${::}%
--trace=sinclude:\$f:\$l::\$n::\${::}%
--trace=AM_PROG_CC_C_O:\$f:\$l::\$n::\${::}%
--trace=AC_CONFIG_LINKS:\$f:\$l::\$n::\${::}%
--trace=m4_sinclude:\$f:\$l::\$n::\${::}%
--trace=AC_CANONICAL_SYSTEM:\$f:\$l::\$n::\${::}%
--trace=AM_CONDITIONAL:\$f:\$l::\$n::\${::}%
--trace=AC_CONFIG_HEADERS:\$f:\$l::\$n::\${::}%
--trace=AM_MAINTAINER_MODE:\$f:\$l::\$n::\${::}%
--trace=m4_include:\$f:\$l::\$n::\${::}%
(In case it gets wrapped by some mailer, the above horror is a single line.)
If you were using CVS Autoconf (2.59a), consider upgrading there
was a bug causing these symptoms some months ago.
- bug report, Anton Koinov, 2004/07/05
- Re: bug report,
Alexandre Duret-Lutz <=