bug-automake
[Top][All Lists]
Advanced

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

Re: surprise


From: H.Merijn Brand
Subject: Re: surprise
Date: Tue, 31 Dec 2002 15:28:32 +0100

On Wed 25 Dec 2002 15:05, Alexandre Duret-Lutz <address@hidden> wrote:
> XFAIL = eXpected FAILure, you can ignore them.
> 
> Could you edit tests/gcj4.test and change
>   ./configure GCJ=gcj >stdout
> to read
>   sh -x ./configure GCJ=gcj >stdout 2>&1
> 
> then run
>   env TESTS=gcj4.test VERBOSE=x make -e check
> and send the output?
> 
> 
> I'd like to understand why you get
> 
>  checking dependency style of gcj... none
> 
> instead of
> 
>  checking dependency style of gcj... gcc

make  check-TESTS
make[2]: Entering directory `/a5/pro/3gl/GNU/automake-1.7.2/tests'
gcj4: running gcj --version
2.95.3
=== Running test ./gcj4.test
+ pwd
/a5/pro/3gl/GNU/automake-1.7.2/tests/testSubDir
+ cat
+ 1>> configure.in 0< /var/tmp/sh24141.2
+ cat
+ 1> Makefile.am 0< /var/tmp/sh24141.3
+ set -e
+ /pro/bin/perl /a5/pro/3gl/GNU/automake-1.7.2/tests/testSubDir/../../aclocal 
-I /a5/pro/3gl/GNU/automake-1.7.2/tests/testSubDir/../../m4 
--acdir=/a5/pro/3gl/GNU/automake-1.7.2/tests/../m4
+ /bin/sh /pro/3gl/GNU/automake-1.7.2/lib/missing --run autoconf
/bin/sh: /pro/3gl/GNU/automake-1.7.2/lib/missing:  not found.
FAIL: gcj4.test
=====================================
1 of 1 tests failed
Please report to address@hidden
=====================================
make[2]: *** [check-TESTS] Error 1
make[2]: Leaving directory `/a5/pro/3gl/GNU/automake-1.7.2/tests'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/a5/pro/3gl/GNU/automake-1.7.2/tests'
make: *** [check-recursive] Error 1



Hmmm, what is that gcj? Does that come with gcc? All my other gcc products
(gcc, g++) are 3.3 - 20021216 (20021230 in about 30 minutes). I guess it is a
leftover of old installs.

Whatever, I don't need old junk, so I did

# rm chill unprotoize jcf-dump protoize jv-scan gcj g77 gcjh

And remake the whole stuff. Before running 'make test^Wcheck' changed all 'err'
to 'error' in automake, and now got

That at least solves the gcj4 test :)))

make  check-TESTS
make[2]: Entering directory `/pro/3gl/GNU/automake-1.7.2/tests'
gcj4: running gcj --version
./gcj4.test[24]: gcj:  not found.
SKIP: gcj4.test
======================
All 0 tests passed
(1 tests were not run)
======================


The complete test is still running, and so far I only got PASS's and XFAIL's

-- 
H.Merijn Brand        Amsterdam Perl Mongers (http://amsterdam.pm.org/)
using perl-5.6.1, 5.8.0 & 633 on HP-UX 10.20 & 11.00, AIX 4.2, AIX 4.3,
  WinNT 4, Win2K pro & WinCE 2.11.  Smoking perl CORE: address@hidden
http://archives.develooper.com/address@hidden/   address@hidden
send smoke reports to: address@hidden, QA: http://qa.perl.org





reply via email to

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