public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/29531]  New: REG: --disable-bootstrap && make bootstrap doesn't work
@ 2006-10-20 22:04 mrs at apple dot com
  2006-10-20 22:09 ` [Bug bootstrap/29531] " mrs at apple dot com
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: mrs at apple dot com @ 2006-10-20 22:04 UTC (permalink / raw)
  To: gcc-bugs

If one configures with --disable-boostrap --enable-languages=c and then builds
with make bootstrap but doesn't have ada installed, the build fails.  The
problem is that gcc/configure unconditionally adds ada to the stage 1 languages
BOOT_LANGUAGES, even though --enable-languages=c is used.

In non--disable-boostrap builds I think this was fixed by the patch in:

http://gcc.gnu.org/PR24252

(that was incorrectly attached to the wrong PR, but the patch is the one that
seems to cause it to work).

This is a regression


-- 
           Summary: REG: --disable-bootstrap && make bootstrap doesn't work
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mrs at apple dot com


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


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

* [Bug bootstrap/29531] REG: --disable-bootstrap && make bootstrap doesn't work
  2006-10-20 22:04 [Bug bootstrap/29531] New: REG: --disable-bootstrap && make bootstrap doesn't work mrs at apple dot com
@ 2006-10-20 22:09 ` mrs at apple dot com
  2006-10-20 22:12 ` pinskia at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mrs at apple dot com @ 2006-10-20 22:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from mrs at apple dot com  2006-10-20 22:09 -------
I think something like:

Doing diffs in configure.ac.~1~:
--- configure.ac.~1~    2006-10-16 12:38:48.000000000 -0700
+++ configure.ac        2006-10-20 15:00:44.000000000 -0700
@@ -3419,6 +3419,16 @@ changequote([,])dnl
                        done
                ;;
        esac
+       if test "$language" = ada
+       then
+           case ",$enable_languages," in
+               *,ada,*) ;;
+               *,all,*) ;;
+               *)
+                   ok=false
+                   ;;
+           esac
+       fi
        $ok || continue

        all_lang_makefrags="$all_lang_makefrags
\$(srcdir)/$subdir/Make-lang.in"
--------------

fixes this.


-- 


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


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

* [Bug bootstrap/29531] REG: --disable-bootstrap && make bootstrap doesn't work
  2006-10-20 22:04 [Bug bootstrap/29531] New: REG: --disable-bootstrap && make bootstrap doesn't work mrs at apple dot com
  2006-10-20 22:09 ` [Bug bootstrap/29531] " mrs at apple dot com
@ 2006-10-20 22:12 ` pinskia at gcc dot gnu dot org
  2006-10-20 22:15 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-10-20 22:12 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2006-10-20 22:12 -------
This is the same issue as PR 28682.
Though --disable-bootstrap should not be used unless you really know what you
are doing as soon (for 4.3), make bootstrap with --disable-bootstrap will
always break for libgcc being at the toplevel.

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

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


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

* [Bug bootstrap/29531] REG: --disable-bootstrap && make bootstrap doesn't work
  2006-10-20 22:04 [Bug bootstrap/29531] New: REG: --disable-bootstrap && make bootstrap doesn't work mrs at apple dot com
                   ` (2 preceding siblings ...)
  2006-10-20 22:15 ` pinskia at gcc dot gnu dot org
@ 2006-10-20 22:15 ` pinskia at gcc dot gnu dot org
  2006-10-20 22:15 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-10-20 22:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from pinskia at gcc dot gnu dot org  2006-10-20 22:15 -------
It is not a bug because bootstrap should be broken with --disable-bootstrap
even more than it is currently is, it really should be removed at that point.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WONTFIX


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


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

* [Bug bootstrap/29531] REG: --disable-bootstrap && make bootstrap doesn't work
  2006-10-20 22:04 [Bug bootstrap/29531] New: REG: --disable-bootstrap && make bootstrap doesn't work mrs at apple dot com
  2006-10-20 22:09 ` [Bug bootstrap/29531] " mrs at apple dot com
  2006-10-20 22:12 ` pinskia at gcc dot gnu dot org
@ 2006-10-20 22:15 ` pinskia at gcc dot gnu dot org
  2006-10-20 22:15 ` pinskia at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-10-20 22:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from pinskia at gcc dot gnu dot org  2006-10-20 22:15 -------
Oh and the problem is not a bug.


-- 

pinskia at gcc dot gnu dot org changed:

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


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


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

* [Bug bootstrap/29531] REG: --disable-bootstrap && make bootstrap doesn't work
  2006-10-20 22:04 [Bug bootstrap/29531] New: REG: --disable-bootstrap && make bootstrap doesn't work mrs at apple dot com
                   ` (3 preceding siblings ...)
  2006-10-20 22:15 ` pinskia at gcc dot gnu dot org
@ 2006-10-20 22:15 ` pinskia at gcc dot gnu dot org
  2006-10-20 22:29 ` mrs at apple dot com
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-10-20 22:15 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from pinskia at gcc dot gnu dot org  2006-10-20 22:14 -------
Actually why are you trying to do a make bootstrap with --disable-bootstrap
anyways?


-- 


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


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

* [Bug bootstrap/29531] REG: --disable-bootstrap && make bootstrap doesn't work
  2006-10-20 22:04 [Bug bootstrap/29531] New: REG: --disable-bootstrap && make bootstrap doesn't work mrs at apple dot com
                   ` (4 preceding siblings ...)
  2006-10-20 22:15 ` pinskia at gcc dot gnu dot org
@ 2006-10-20 22:29 ` mrs at apple dot com
  2006-10-20 22:34 ` mrs at apple dot com
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mrs at apple dot com @ 2006-10-20 22:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from mrs at apple dot com  2006-10-20 22:29 -------
If the decision is to rip out mass amounts of code for bootstrapping in stage3,
well, that can be done, but unless that it is done, this is a bug.  If it is to
be done, that it is a bug that it isn't done.  As for WONTFIX, well, I already
did fix it, so that isn't quite true.


-- 


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


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

* [Bug bootstrap/29531] REG: --disable-bootstrap && make bootstrap doesn't work
  2006-10-20 22:04 [Bug bootstrap/29531] New: REG: --disable-bootstrap && make bootstrap doesn't work mrs at apple dot com
                   ` (5 preceding siblings ...)
  2006-10-20 22:29 ` mrs at apple dot com
@ 2006-10-20 22:34 ` mrs at apple dot com
  2006-10-20 22:56 ` pinskia at gcc dot gnu dot org
  2006-10-20 23:24 ` mrs at apple dot com
  8 siblings, 0 replies; 10+ messages in thread
From: mrs at apple dot com @ 2006-10-20 22:34 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from mrs at apple dot com  2006-10-20 22:33 -------
I'd like my patch to be considered for 4.2, seems safee enough.


-- 

mrs at apple dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|WONTFIX                     |


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


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

* [Bug bootstrap/29531] REG: --disable-bootstrap && make bootstrap doesn't work
  2006-10-20 22:04 [Bug bootstrap/29531] New: REG: --disable-bootstrap && make bootstrap doesn't work mrs at apple dot com
                   ` (6 preceding siblings ...)
  2006-10-20 22:34 ` mrs at apple dot com
@ 2006-10-20 22:56 ` pinskia at gcc dot gnu dot org
  2006-10-20 23:24 ` mrs at apple dot com
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-10-20 22:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from pinskia at gcc dot gnu dot org  2006-10-20 22:56 -------
I saw we forget about --disable-bootstrap and work on other regressions.  Like
the P1s on ppc-darwin that has been there for a while now.


-- 


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


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

* [Bug bootstrap/29531] REG: --disable-bootstrap && make bootstrap doesn't work
  2006-10-20 22:04 [Bug bootstrap/29531] New: REG: --disable-bootstrap && make bootstrap doesn't work mrs at apple dot com
                   ` (7 preceding siblings ...)
  2006-10-20 22:56 ` pinskia at gcc dot gnu dot org
@ 2006-10-20 23:24 ` mrs at apple dot com
  8 siblings, 0 replies; 10+ messages in thread
From: mrs at apple dot com @ 2006-10-20 23:24 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from mrs at apple dot com  2006-10-20 23:24 -------
I spent a minute upgrading my build system to handle the new world order that's
coming down the pike in 4.3...  The problem I thought I might hit didn't
happen, so, I'm fine with this being WONTFIX.  I now do a bootstrap by not
using the --disable-bootstrap configure option.


-- 

mrs at apple dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WONTFIX


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


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

end of thread, other threads:[~2006-10-20 23:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-20 22:04 [Bug bootstrap/29531] New: REG: --disable-bootstrap && make bootstrap doesn't work mrs at apple dot com
2006-10-20 22:09 ` [Bug bootstrap/29531] " mrs at apple dot com
2006-10-20 22:12 ` pinskia at gcc dot gnu dot org
2006-10-20 22:15 ` pinskia at gcc dot gnu dot org
2006-10-20 22:15 ` pinskia at gcc dot gnu dot org
2006-10-20 22:15 ` pinskia at gcc dot gnu dot org
2006-10-20 22:29 ` mrs at apple dot com
2006-10-20 22:34 ` mrs at apple dot com
2006-10-20 22:56 ` pinskia at gcc dot gnu dot org
2006-10-20 23:24 ` mrs at apple dot com

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).