Bug 10925 - make -k check returns non zero
Summary: make -k check returns non zero
Status: RESOLVED DUPLICATE of bug 2382
Alias: None
Product: gcc
Classification: Unclassified
Component: other (show other bugs)
Version: 3.3
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-22 05:40 UTC by Peter Klotz
Modified: 2003-07-25 08:17 UTC (History)
1 user (show)

See Also:
Host: i686-pc-linux-gnu
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2003-07-24 20:24:08


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Klotz 2003-05-22 05:40:00 UTC
'make -k check' successfully performs lots of tests but always quits when 
reaching objc.
I am using Red Hat Linux 9 on an Athlon XP.

                === objc Summary ===
 
# of expected passes            1153
/home/peter/development/gcc/gcc-3.3-binaries/gcc/xgcc version 3.3
 
 
make[2]: Leaving directory `/home/peter/development/gcc/gcc-3.3-binaries/gcc'
make[1]: Target `do-check' not remade because of errors.
make[1]: Leaving directory `/home/peter/development/gcc/gcc-3.3-binaries'
make: *** [check] Error 2
Comment 1 Dara Hazeghi 2003-05-27 00:09:50 UTC
Odd, I can't seem to reproduce your problem on RedHat 8. I thought when one specified -k to 
make, it didn't give the usual "error 2" etc. You're sure you're using -k, right? What options did you 
configure gcc with? Thanks,

Dara
Comment 2 Andrew Pinski 2003-05-27 17:57:07 UTC
See Dara's question.
Comment 3 Peter Klotz 2003-05-27 19:45:20 UTC
I really use -k and I did not use any configure options.
Comment 4 Dara Hazeghi 2003-05-31 02:38:13 UTC
Very strange. What options did you pass to configure? What versions of make and dejagnu are you 
using? Thanks,

Dara
Comment 5 Peter Klotz 2003-06-03 05:17:29 UTC
Subject: Re:  make -k check quits when reaching objc

> Very strange. What options did you pass to configure? What versions of
make and dejagnu are you
> using? Thanks,

I did not pass any options to configure.

make and dejagnu were taken from the RHL 9 CDs.

make: 3.79.1-17
dejagnu: 1.4.2-10

Best regards, Peter.


Comment 6 Andrew Pinski 2003-07-24 20:24:07 UTC
Actually it does not quit on objc but it is annoying to have this behaivor.  It still on the 
mainline (20030724) but a different place:
==================
All 1 tests passed
==================
make[4]: Leaving directory `/home/gates/pinskia/src/gnu/gcc/src/objdir.linux/i686-pc-
linux-gnu/boehm-gc'
make[3]: Leaving directory `/home/gates/pinskia/src/gnu/gcc/src/objdir.linux/i686-pc-
linux-gnu/boehm-gc'
make[2]: Leaving directory `/home/gates/pinskia/src/gnu/gcc/src/objdir.linux/i686-pc-
linux-gnu/boehm-gc'
make[1]: Target `do-check' not remade because of errors.
make[1]: Leaving directory `/home/gates/pinskia/src/gnu/gcc/src/objdir.linux'
make: *** [check] Error 2

I thought I saw a dup of this bug somewhere.
Comment 7 Andrew Pinski 2003-07-25 03:28:29 UTC
I found the bug is caused by libjava's testsuite which is filed under bug 2382 so marking 
this as a dup of that bug.

*** This bug has been marked as a duplicate of 2382 ***