This is the mail archive of the
automake-prs@sources.redhat.com
mailing list for the automake project.
automake/404: Error make check
- From: Alexandre Duret-Lutz <aduret at src dot lip6 dot fr>
- To: tromey at redhat dot com
- Cc: automake-prs at sources dot redhat dot com,
- Date: 6 Sep 2003 21:31:00 -0000
- Subject: automake/404: Error make check
- Reply-to: Alexandre Duret-Lutz <aduret at src dot lip6 dot fr>
The following reply was made to PR automake/404; it has been noted by GNATS.
From: Alexandre Duret-Lutz <aduret@src.lip6.fr>
To: automake-gnats@sources.redhat.com
Cc:
Subject: automake/404: Error make check
Date: Sat, 06 Sep 2003 23:21:15 +0200
X-From-Line: Alexandre.Duret-Lutz@src.lip6.fr Wed Sep 03 00:16:36 2003
X-Mail-Format-Warning: Bad RFC2822 header formatting in >From adl Wed Sep
3 00:16:36 2003
Return-path: <Alexandre.Duret-Lutz@src.lip6.fr>
Envelope-to: adl@va-et-vient.net
Delivery-date: Wed, 03 Sep 2003 00:16:36 +0200
Received: from isis.lip6.fr ([132.227.60.2])
by mail.va-et-vient.net with esmtp (Exim 3.35 #1 (Debian))
id 19uJS0-0005wn-00
for <adl@va-et-vient.net>; Wed, 03 Sep 2003 00:16:36 +0200
Received: from src.lip6.fr (src.lip6.fr [132.227.64.100])
by isis.lip6.fr (8.12.9/jtpda-5.4+victor) with ESMTP id
h82MGXeD002063
(version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168
verify=NO)
for <adl@va-et-vient.net>; Wed, 3 Sep 2003 00:16:33 +0200
Received: from src.lip6.fr (localhost [127.0.0.1])
by src.lip6.fr (8.12.9/jtpda-5.4+victor) with ESMTP id
h82MHqgA015665
for <adl@va-et-vient.net>; Wed, 3 Sep 2003 00:17:52 +0200
Received: (from aduret@localhost)
by src.lip6.fr (8.12.9/8.12.9/Submit) id h82MHqA9015663
for adl@va-et-vient.net; Wed, 3 Sep 2003 00:17:52 +0200
Received: from isis.lip6.fr (IDENT:root@isis [132.227.60.2])
by src.lip6.fr (8.12.9/jtpda-5.4+victor) with ESMTP id
h82MHqgA015660
for <aduret@src.lip6.fr>; Wed, 3 Sep 2003 00:17:52 +0200
Received: from keypass.it (host178-40.pool81115.interbusiness.it
[81.115.40.178])
by isis.lip6.fr (8.12.9/jtpda-5.4+victor) with SMTP id
h82MGVeC002052
for <aduret@src.lip6.fr>; Wed, 3 Sep 2003 00:16:31 +0200
X-pt: isis.lip6.fr
Received: (qmail 18877 invoked by uid 89); 2 Sep 2003 22:16:41 -0000
Message-ID: <20030902221641.18876.qmail@keypass.it>
References: <20030902205928.29024.qmail@sources.redhat.com>
<20030902212515.GA16669@src.lip6.fr>
<20030902213747.18323.qmail@keypass.it>
<20030902215400.GA18350@src.lip6.fr>
In-Reply-To: <20030902215400.GA18350@src.lip6.fr>
From: "roberto" <roberto@marzialetti.com>
To: Alexandre Duret-Lutz <aduret@src.lip6.fr>
Cc: roberto@marzialetti.com
Subject: Re: automake/404: Error make check
Date: Wed, 03 Sep 2003 00:16:41 +0200
X-Scanned-By: isis.lip6.fr
X-Spam-Status: No, hits=-0.8 required=5.0
tests=BAYES_01,IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,
REPLY_WITH_QUOTES
version=2.55
X-Spam-Level:
X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp)
Status: RO
X-Content-Length: 7197
Lines: 249
Xref: hush mail.misc:4310
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="==-=-="
--==-=-=
Content-Type: text/plain; charset=iso-8859-1; format=flowed
> Thanks. I thought that would be obvious, but it's not. Can you
> show me what was printed before this line? (It should be the gcj version.)
root@kyashan:/backup/STORE/automake-1.7.6/tests# ./gcj4.test
gcj4: running gcj --version
gcj (GCC) 3.2.2
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
=== Running test ./gcj4.test
++ pwd
/backup/STORE/automake-1.7.6/tests/testSubDir
+ cat
+ cat
+ set -e
+ /usr/bin/perl /backup/STORE/automake-1.7.6/tests/testSubDir/../../aclocal
-I /backup/STORE/automake-1.7.6/tests/testSubDir/../../m4
--acdir=/backup/STORE/automake-1.7.6/tests/../m4
+ /bin/sh /backup/STORE/automake-1.7.6/lib/missing --run autoconf
+ /usr/bin/perl /backup/STORE/automake-1.7.6/tests/testSubDir/../../automake
--libdir=/backup/STORE/automake-1.7.6/tests/../lib --foreign -Werror -Wall
+ ./configure GCJ=gcj
+ cat stdout
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcj... gcj
checking dependency style of gcj... none
configure: creating ./config.status
config.status: creating Makefile
config.status: executing depfiles commands
+ grep 'dependency style of gcj' stdout
+ cat filt
checking dependency style of gcj... none
++ wc -l
+ test 1 = 1
+ grep -v none filt
root@kyashan:/backup/STORE/automake-1.7.6/tests#
> Also, running this test should have created a file in
> /backup/STORE/automake-1.7.6/tests/testSubDir/config.log
> could you send that?
in attach
> Please make sure you keep the gnats email in Cc: when you
> reply. I need to quote the rest of your mail so it appears
> in the PR.
my email in CC? like in this msg?
Rob
--==-=-=
Content-Type: text/plain; charset=iso-8859-1;
name=testSubDir.config-log
Content-Disposition: attachment; filename=testSubDir.config-log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by gcj4 configure 1.0, which was
generated by GNU Autoconf 2.57. Invocation command line was
$ ./configure GCJ=gcj
## --------- ##
## Platform. ##
## --------- ##
hostname = kyashan
uname -m = i686
uname -r = 2.4.22
uname -s = Linux
uname -v = #1 Tue Aug 26 19:46:38 CEST 2003
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: /usr/games
PATH: /usr/local/coldfusionmx/jre/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1245: checking for a BSD-compatible install
configure:1299: result: /usr/bin/ginstall -c
configure:1310: checking whether build environment is sane
configure:1353: result: yes
configure:1386: checking for gawk
configure:1402: found /usr/bin/gawk
configure:1412: result: gawk
configure:1422: checking whether make sets $(MAKE)
configure:1442: result: yes
configure:1620: checking for style of include used by make
configure:1648: result: GNU
configure:1678: checking for gcj
configure:1704: result: gcj
configure:1725: checking dependency style of gcj
configure:1808: result: none
configure:1966: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by gcj4 config.status 1.0, which was
generated by GNU Autoconf 2.57. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on kyashan
config.status:637: creating Makefile
config.status:762: executing depfiles commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_path_install='/usr/bin/ginstall -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_GCJ=gcj
ac_cv_prog_make_make_set=yes
am_cv_GCJ_dependencies_compiler_type=none
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='/usr/bin/perl /backup/STORE/automake-1.7.6/tests/testSubDir/../../aclocal -I /backup/STORE/automake-1.7.6/tests/testSubDir/../../m4 --acdir=/backup/STORE/automake-1.7.6/tests/../m4'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /backup/STORE/automake-1.7.6/tests/testSubDir/missing --run tar'
AUTOCONF='${SHELL} /backup/STORE/automake-1.7.6/tests/testSubDir/missing --run autoconf'
AUTOHEADER='${SHELL} /backup/STORE/automake-1.7.6/tests/testSubDir/missing --run autoheader'
AUTOMAKE='/usr/bin/perl /backup/STORE/automake-1.7.6/tests/testSubDir/../../automake --libdir=/backup/STORE/automake-1.7.6/tests/../lib --foreign -Werror -Wall'
AWK='gawk'
CYGPATH_W='echo'
DEFS='-DPACKAGE_NAME=\"gcj4\" -DPACKAGE_TARNAME=\"gcj4\" -DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"gcj4\ 1.0\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"gcj4\" -DVERSION=\"1.0\" '
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
GCJ='gcj'
GCJDEPMODE='depmode=none'
GCJFLAGS='-g -O2'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /backup/STORE/automake-1.7.6/tests/testSubDir/missing --run makeinfo'
PACKAGE='gcj4'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='gcj4'
PACKAGE_STRING='gcj4 1.0'
PACKAGE_TARNAME='gcj4'
PACKAGE_VERSION='1.0'
PATH_SEPARATOR=':'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='1.0'
ac_ct_STRIP=''
am__fastdepGCJ_FALSE=''
am__fastdepGCJ_TRUE='#'
am__include='include'
am__leading_dot='.'
am__quote=''
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${prefix}/share'
exec_prefix='${prefix}'
host_alias=''
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/backup/STORE/automake-1.7.6/tests/testSubDir/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE "gcj4"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME "gcj4"
#define PACKAGE_STRING "gcj4 1.0"
#define PACKAGE_TARNAME "gcj4"
#define PACKAGE_VERSION "1.0"
#define VERSION "1.0"
configure: exit 0
--==-=-=--