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/39933] make clean fails in libgcc


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

Dave Korn <davek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011-12-08
                 CC|                            |davek at gcc dot gnu.org
            Version|4.4.0                       |4.7.0
     Ever Confirmed|0                           |1
      Known to fail|                            |4.4.0

--- Comment #3 from Dave Korn <davek at gcc dot gnu.org> 2011-12-08 12:08:34 UTC ---
Still present on HEAD at r.182098, with some minor differences in the error
messages for me:

make[1]: -B/n/10/davek/usr/x86_64-unknown-linux-gnu/bin/: Command not found
make[1]: Entering directory
`/home/davek/gcc/obj.clean/x86_64-unknown-linux-gnu/libgcc'
make[1]: -B/n/10/davek/usr/x86_64-unknown-linux-gnu/bin/: Command not found
make[1]: -B/n/10/davek/usr/x86_64-unknown-linux-gnu/bin/: Command not found
/bin/sh: line 0: test: !=: unary operator expected
rm -f config.h libgcc_tm.h stamp-h stmp-ldirs libgcc.map
Makefile:165: *** Recursive variable `AR_FOR_TARGET' references itself
(eventually).  Stop.
make[1]: Leaving directory
`/home/davek/gcc/obj.clean/x86_64-unknown-linux-gnu/libgcc'
make: *** [clean-stage3-target-libgcc] Error 2


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