This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/20264] New: error with `gmake check`


I updated my cvs tree today, and when I tried to `gmake check` I was presented
with the following:

root@lain:/usr/local/src/gcc-build # gmake -d check | more

This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Reading makefiles...
Reading makefile `Makefile'...
Updating makefiles....
 Considering target file `Makefile'.
   Considering target file `/usr/local/src/gcc/Makefile.in'.
    Finished prerequisites of target file `/usr/local/src/gcc/Makefile.in'.
   No need to remake target `/usr/local/src/gcc/Makefile.in'.
   Considering target file `config.status'.
     Considering target file `/usr/local/src/gcc/configure'.

......

    Must remake target `maybe-check-etc'.
    Successfully remade target file `maybe-check-etc'.
    Considering target file `maybe-check-fastjar'.
     File `maybe-check-fastjar' does not exist.
      Considering target file `check-fastjar'.
       File `check-fastjar' does not exist.
       Finished prerequisites of target file `check-fastjar'.
      Must remake target `check-fastjar'.
Putting child 0x08072cc0 (check-fastjar) PID 78160 on the chain.
Live child 0x08072cc0 (check-fastjar) PID 78160
Got a SIGCHLD; 1 unreaped children.
Reaping losing child 0x08072cc0 PID 78160
Removing child 0x08072cc0 PID 78160 from chain.
root@lain:/usr/local/src/gcc-build #


Here is g++ --version

root@lain:/usr/local/src/gcc-build # g++-cvs --version
g++-cvs (GCC) 4.1.0 20050301 (experimental)
Copyright (C) 2005 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.

root@lain:/usr/local/src/gcc-build #

And version info for configure.

root@lain:/usr/local/src/gcc # cvs status configure
===================================================================
File: configure         Status: Up-to-date

   Working revision:    1.206   Tue Mar  1 14:56:21 2005
   Repository revision: 1.206   /usr/local/src/gcc-cvs/gcc/configure,v
   Sticky Tag:          (none)
   Sticky Date:         (none)
   Sticky Options:      (none)

root@lain:/usr/local/src/gcc #

zehly@lain:~/projects/libglow $ uname -a
FreeBSD lain.zehly.org 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #1: Sun Jan 30
12:36:24 EST 2005     zehly@lain.zehly.org:/usr/obj/usr/src/sys/LAIN  i386


Lemme know if you need more info.

-- 
           Summary: error with `gmake check`
           Product: gcc
           Version: tree-ssa
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jcobyrne at cox dot net
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20264


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]