public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/39933] make clean fails in libgcc
       [not found] <bug-39933-4@http.gcc.gnu.org/bugzilla/>
@ 2010-12-05 14:34 ` fw at gcc dot gnu.org
  2011-10-11 19:36 ` schaiba at gmail dot com
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: fw at gcc dot gnu.org @ 2010-12-05 14:34 UTC (permalink / raw)
  To: gcc-bugs

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

Florian Weimer <fw at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fw at gcc dot gnu.org

--- Comment #1 from Florian Weimer <fw at gcc dot gnu.org> 2010-12-05 14:34:32 UTC ---
It seems that CC, CFLAGS etc. are not set when libgcc/Makefile is run, so these
assignments fail:

version := $(shell $(CC) -dumpversion)

MULTIDIR := $(shell $(CC) $(CFLAGS) -print-multi-directory)
MULTIOSDIR := $(shell $(CC) $(CFLAGS) -print-multi-os-directory)

I'm not sure what would be the correct values to pass.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug other/39933] make clean fails in libgcc
       [not found] <bug-39933-4@http.gcc.gnu.org/bugzilla/>
  2010-12-05 14:34 ` [Bug other/39933] make clean fails in libgcc fw at gcc dot gnu.org
@ 2011-10-11 19:36 ` schaiba at gmail dot com
  2011-12-08 12:11 ` davek at gcc dot gnu.org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: schaiba at gmail dot com @ 2011-10-11 19:36 UTC (permalink / raw)
  To: gcc-bugs

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

schaiba at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schaiba at gmail dot com

--- Comment #2 from schaiba at gmail dot com 2011-10-11 19:35:21 UTC ---
I am able to confirm this with gcc 4.5.1 on an i386 OpenBSD-current.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug other/39933] make clean fails in libgcc
       [not found] <bug-39933-4@http.gcc.gnu.org/bugzilla/>
  2010-12-05 14:34 ` [Bug other/39933] make clean fails in libgcc fw at gcc dot gnu.org
  2011-10-11 19:36 ` schaiba at gmail dot com
@ 2011-12-08 12:11 ` davek at gcc dot gnu.org
  2011-12-08 12:12 ` davek at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: davek at gcc dot gnu.org @ 2011-12-08 12:11 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug other/39933] make clean fails in libgcc
       [not found] <bug-39933-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2011-12-08 12:11 ` davek at gcc dot gnu.org
@ 2011-12-08 12:12 ` davek at gcc dot gnu.org
  2011-12-08 12:16 ` davek at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: davek at gcc dot gnu.org @ 2011-12-08 12:12 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ich at az2000 dot de

--- Comment #4 from Dave Korn <davek at gcc dot gnu.org> 2011-12-08 12:10:28 UTC ---
*** Bug 40322 has been marked as a duplicate of this bug. ***


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug other/39933] make clean fails in libgcc
       [not found] <bug-39933-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2011-12-08 12:12 ` davek at gcc dot gnu.org
@ 2011-12-08 12:16 ` davek at gcc dot gnu.org
  2023-06-05  4:08 ` [Bug libgcc/39933] " pinskia at gcc dot gnu.org
  2023-06-05  4:08 ` pinskia at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: davek at gcc dot gnu.org @ 2011-12-08 12:16 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |phantall at gmail dot com

--- Comment #5 from Dave Korn <davek at gcc dot gnu.org> 2011-12-08 12:10:35 UTC ---
*** Bug 45994 has been marked as a duplicate of this bug. ***


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcc/39933] make clean fails in libgcc
       [not found] <bug-39933-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2011-12-08 12:16 ` davek at gcc dot gnu.org
@ 2023-06-05  4:08 ` pinskia at gcc dot gnu.org
  2023-06-05  4:08 ` pinskia at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-06-05  4:08 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |martin.vahi at softf1 dot com

--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
*** Bug 106429 has been marked as a duplicate of this bug. ***

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug libgcc/39933] make clean fails in libgcc
       [not found] <bug-39933-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2023-06-05  4:08 ` [Bug libgcc/39933] " pinskia at gcc dot gnu.org
@ 2023-06-05  4:08 ` pinskia at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-06-05  4:08 UTC (permalink / raw)
  To: gcc-bugs

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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |DUPLICATE
             Status|NEW                         |RESOLVED

--- Comment #7 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Actually this is a dup of bug 25790.

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-06-05  4:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-39933-4@http.gcc.gnu.org/bugzilla/>
2010-12-05 14:34 ` [Bug other/39933] make clean fails in libgcc fw at gcc dot gnu.org
2011-10-11 19:36 ` schaiba at gmail dot com
2011-12-08 12:11 ` davek at gcc dot gnu.org
2011-12-08 12:12 ` davek at gcc dot gnu.org
2011-12-08 12:16 ` davek at gcc dot gnu.org
2023-06-05  4:08 ` [Bug libgcc/39933] " pinskia at gcc dot gnu.org
2023-06-05  4:08 ` pinskia at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).