public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/25790]  New: make clean fails
@ 2006-01-14 14:40 aoliva at gcc dot gnu dot org
  2006-01-16  7:56 ` [Bug bootstrap/25790] " paolo dot bonzini at lu dot unisi dot ch
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: aoliva at gcc dot gnu dot org @ 2006-01-14 14:40 UTC (permalink / raw)
  To: gcc-bugs

It appears that make clean (on a native bootstrap) always fails for me.  After
make clean on a tree containing a build interrupted in stage 2, it fails trying
to make clean in stage 3 gcc.  After make clean on a successfully-completed
bootstrap tree, it fails trying to make clean in stage 4 gcc.


-- 
           Summary: make clean fails
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: bonzini at gnu dot org
        ReportedBy: aoliva at gcc dot gnu dot org


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


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

* [Bug bootstrap/25790] make clean fails
  2006-01-14 14:40 [Bug bootstrap/25790] New: make clean fails aoliva at gcc dot gnu dot org
@ 2006-01-16  7:56 ` paolo dot bonzini at lu dot unisi dot ch
  2006-01-20 17:17 ` aoliva at gcc dot gnu dot org
  2006-01-20 17:21 ` paolo dot bonzini at lu dot unisi dot ch
  2 siblings, 0 replies; 8+ messages in thread
From: paolo dot bonzini at lu dot unisi dot ch @ 2006-01-16  7:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from paolo dot bonzini at lu dot unisi dot ch  2006-01-16 07:56 -------
Subject: Re:   New: make clean fails

aoliva at gcc dot gnu dot org wrote:

>It appears that make clean (on a native bootstrap) always fails for me.  After
>make clean on a tree containing a build interrupted in stage 2, it fails trying
>to make clean in stage 3 gcc.  After make clean on a successfully-completed
>bootstrap tree, it fails trying to make clean in stage 4 gcc.
>
I believe that targets such as clean, check, and similar, ought to use 
"make -k".  Would you be ok with this?

Paolo


-- 


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


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

* [Bug bootstrap/25790] make clean fails
  2006-01-14 14:40 [Bug bootstrap/25790] New: make clean fails aoliva at gcc dot gnu dot org
  2006-01-16  7:56 ` [Bug bootstrap/25790] " paolo dot bonzini at lu dot unisi dot ch
@ 2006-01-20 17:17 ` aoliva at gcc dot gnu dot org
  2006-01-20 17:21 ` paolo dot bonzini at lu dot unisi dot ch
  2 siblings, 0 replies; 8+ messages in thread
From: aoliva at gcc dot gnu dot org @ 2006-01-20 17:17 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from aoliva at gcc dot gnu dot org  2006-01-20 17:16 -------
If you mean make -k for sub-makes, yes.  But `make clean && make && make check'
ought to work, and not stop after make clean because it looks like it failed.


-- 


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


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

* [Bug bootstrap/25790] make clean fails
  2006-01-14 14:40 [Bug bootstrap/25790] New: make clean fails aoliva at gcc dot gnu dot org
  2006-01-16  7:56 ` [Bug bootstrap/25790] " paolo dot bonzini at lu dot unisi dot ch
  2006-01-20 17:17 ` aoliva at gcc dot gnu dot org
@ 2006-01-20 17:21 ` paolo dot bonzini at lu dot unisi dot ch
  2 siblings, 0 replies; 8+ messages in thread
From: paolo dot bonzini at lu dot unisi dot ch @ 2006-01-20 17:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from paolo dot bonzini at lu dot unisi dot ch  2006-01-20 17:21 -------
Subject: Re:  make clean fails

aoliva at gcc dot gnu dot org wrote:

>------- Comment #2 from aoliva at gcc dot gnu dot org  2006-01-20 17:16 -------
>If you mean make -k for sub-makes, yes.  But `make clean && make && make check'
>ought to work, and not stop after make clean because it looks like it failed.
>  
>
Yes.  In this case, anyway, the problem is that for a pasto I left out a 
"; \" in r104978.

Paolo


-- 


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


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

* [Bug bootstrap/25790] make clean fails
       [not found] <bug-25790-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2023-06-05  4:09 ` pinskia at gcc dot gnu.org
@ 2023-06-05  4:10 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-06-05  4:10 UTC (permalink / raw)
  To: gcc-bugs

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

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

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

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

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

* [Bug bootstrap/25790] make clean fails
       [not found] <bug-25790-4@http.gcc.gnu.org/bugzilla/>
  2021-05-04 12:31 ` rguenth at gcc dot gnu.org
  2023-06-05  4:08 ` pinskia at gcc dot gnu.org
@ 2023-06-05  4:09 ` pinskia at gcc dot gnu.org
  2023-06-05  4:10 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 8+ messages in thread
From: pinskia at gcc dot gnu.org @ 2023-06-05  4:09 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |NEW
           Assignee|bonzini at gnu dot org             |unassigned at gcc dot gnu.org

--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
paolo has not been involved in GCC for a few years now so unassigning.

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

* [Bug bootstrap/25790] make clean fails
       [not found] <bug-25790-4@http.gcc.gnu.org/bugzilla/>
  2021-05-04 12:31 ` rguenth at gcc dot gnu.org
@ 2023-06-05  4:08 ` pinskia at gcc dot gnu.org
  2023-06-05  4:09 ` pinskia at gcc dot gnu.org
  2023-06-05  4:10 ` pinskia at gcc dot gnu.org
  3 siblings, 0 replies; 8+ 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=25790

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |craig.powers at gmail dot com

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

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

* [Bug bootstrap/25790] make clean fails
       [not found] <bug-25790-4@http.gcc.gnu.org/bugzilla/>
@ 2021-05-04 12:31 ` rguenth at gcc dot gnu.org
  2023-06-05  4:08 ` pinskia at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-05-04 12:31 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

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

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

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-14 14:40 [Bug bootstrap/25790] New: make clean fails aoliva at gcc dot gnu dot org
2006-01-16  7:56 ` [Bug bootstrap/25790] " paolo dot bonzini at lu dot unisi dot ch
2006-01-20 17:17 ` aoliva at gcc dot gnu dot org
2006-01-20 17:21 ` paolo dot bonzini at lu dot unisi dot ch
     [not found] <bug-25790-4@http.gcc.gnu.org/bugzilla/>
2021-05-04 12:31 ` rguenth at gcc dot gnu.org
2023-06-05  4:08 ` pinskia at gcc dot gnu.org
2023-06-05  4:09 ` pinskia at gcc dot gnu.org
2023-06-05  4:10 ` 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).