public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/32929]  New: [4.3 Regression] Make FAILURE in 4.3.0 - error: `CXX' has changed since the previous run:
@ 2007-07-29  0:34 hjl at lucon dot org
  2007-07-29  3:48 ` [Bug libgcj/32929] " pinskia at gcc dot gnu dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: hjl at lucon dot org @ 2007-07-29  0:34 UTC (permalink / raw)
  To: java-prs

revision 127028 failed to bootstrap on Linux/x86-64:

configure: error: `CXX' has changed since the previous run:
...

It may be caused by

http://gcc.gnu.org/ml/java-patches/2007-q3/msg00022.html


-- 
           Summary: [4.3 Regression] Make FAILURE in 4.3.0 - error: `CXX'
                    has changed since the previous run:
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: hjl at lucon dot org


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


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

* [Bug libgcj/32929] [4.3 Regression] Make FAILURE in 4.3.0 - error: `CXX' has changed since the previous run:
  2007-07-29  0:34 [Bug java/32929] New: [4.3 Regression] Make FAILURE in 4.3.0 - error: `CXX' has changed since the previous run: hjl at lucon dot org
@ 2007-07-29  3:48 ` pinskia at gcc dot gnu dot org
  2007-07-29  3:49 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-07-29  3:48 UTC (permalink / raw)
  To: java-prs



-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
   Target Milestone|---                         |4.3.0


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


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

* [Bug libgcj/32929] [4.3 Regression] Make FAILURE in 4.3.0 - error: `CXX' has changed since the previous run:
  2007-07-29  0:34 [Bug java/32929] New: [4.3 Regression] Make FAILURE in 4.3.0 - error: `CXX' has changed since the previous run: hjl at lucon dot org
  2007-07-29  3:48 ` [Bug libgcj/32929] " pinskia at gcc dot gnu dot org
@ 2007-07-29  3:49 ` pinskia at gcc dot gnu dot org
  2007-07-29  3:51 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-07-29  3:49 UTC (permalink / raw)
  To: java-prs



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-07-29 03:49 -------
I could reproduce this on i386-darwin:
configure: error: `CXX' has changed since the previous run:
configure:   former value:  /Users/apinski/src/local/gcc/objdir/./gcc/xgcc
-shared-libgcc -B/Users/apinski/src/local/gcc/objdir/./gcc -nostdinc++
-L/Users/apinski/src/local/gcc/objdir/i386-apple-darwin8.9.4/x86_64/libstdc++-v3/src
-L/Users/apinski/src/local/gcc/objdir/i386-apple-darwin8.9.4/x86_64/libstdc++-v3/src/.libs
-B/Users/apinski/local-gcc//i386-apple-darwin8.9.4/bin/
-B/Users/apinski/local-gcc//i386-apple-darwin8.9.4/lib/ -isystem
/Users/apinski/local-gcc//i386-apple-darwin8.9.4/include -isystem
/Users/apinski/local-gcc//i386-apple-darwin8.9.4/sys-include  -m64
configure:   current value: /Users/apinski/src/local/gcc/objdir/./gcc/xgcc
-shared-libgcc -B/Users/apinski/src/local/gcc/objdir/./gcc -nostdinc++
-L/Users/apinski/src/local/gcc/objdir/i386-apple-darwin8.9.4/x86_64/libstdc++-v3/src
-L/Users/apinski/src/local/gcc/objdir/i386-apple-darwin8.9.4/x86_64/libstdc++-v3/src/.libs
-B/Users/apinski/local-gcc//i386-apple-darwin8.9.4/bin/
-B/Users/apinski/local-gcc//i386-apple-darwin8.9.4/lib/ -isystem
/Users/apinski/local-gcc//i386-apple-darwin8.9.4/include -isystem
/Users/apinski/local-gcc//i386-apple-darwin8.9.4/sys-include -m64
configure: error: changes in the environment can compromise the build
configure: error: run `make distclean' and/or `rm .././config.cache' and start
over
configure: error: /bin/sh
'/Users/apinski/src/local/gcc/libjava/classpath/configure' failed for classpath
make[1]: *** [configure-target-libjava] Error 1
make: *** [bootstrap] Error 2
gcc_build: error: Could not bootstrap the compiler


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2007-07-29 03:49:03
               date|                            |


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


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

* [Bug libgcj/32929] [4.3 Regression] Make FAILURE in 4.3.0 - error: `CXX' has changed since the previous run:
  2007-07-29  0:34 [Bug java/32929] New: [4.3 Regression] Make FAILURE in 4.3.0 - error: `CXX' has changed since the previous run: hjl at lucon dot org
  2007-07-29  3:48 ` [Bug libgcj/32929] " pinskia at gcc dot gnu dot org
  2007-07-29  3:49 ` pinskia at gcc dot gnu dot org
@ 2007-07-29  3:51 ` pinskia at gcc dot gnu dot org
  2007-07-29  3:52 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-07-29  3:51 UTC (permalink / raw)
  To: java-prs



------- Comment #2 from pinskia at gcc dot gnu dot org  2007-07-29 03:51 -------
I think configure was regenerated wrongly.


-- 


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


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

* [Bug libgcj/32929] [4.3 Regression] Make FAILURE in 4.3.0 - error: `CXX' has changed since the previous run:
  2007-07-29  0:34 [Bug java/32929] New: [4.3 Regression] Make FAILURE in 4.3.0 - error: `CXX' has changed since the previous run: hjl at lucon dot org
                   ` (2 preceding siblings ...)
  2007-07-29  3:51 ` pinskia at gcc dot gnu dot org
@ 2007-07-29  3:52 ` pinskia at gcc dot gnu dot org
  2007-07-29 10:10 ` doko at gcc dot gnu dot org
  2007-07-30 20:22 ` hjl at lucon dot org
  5 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-07-29  3:52 UTC (permalink / raw)
  To: java-prs



------- Comment #3 from pinskia at gcc dot gnu dot org  2007-07-29 03:52 -------
Yes it was:
-# CONFIG_SUBDIRS section, as fixed in confsubdir.m4.
+# CONFIG_SUBDIRS section.


-- 


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


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

* [Bug libgcj/32929] [4.3 Regression] Make FAILURE in 4.3.0 - error: `CXX' has changed since the previous run:
  2007-07-29  0:34 [Bug java/32929] New: [4.3 Regression] Make FAILURE in 4.3.0 - error: `CXX' has changed since the previous run: hjl at lucon dot org
                   ` (3 preceding siblings ...)
  2007-07-29  3:52 ` pinskia at gcc dot gnu dot org
@ 2007-07-29 10:10 ` doko at gcc dot gnu dot org
  2007-07-30 20:22 ` hjl at lucon dot org
  5 siblings, 0 replies; 7+ messages in thread
From: doko at gcc dot gnu dot org @ 2007-07-29 10:10 UTC (permalink / raw)
  To: java-prs



------- Comment #4 from doko at gcc dot gnu dot org  2007-07-29 10:10 -------
Subject: Bug 32929

Author: doko
Date: Sun Jul 29 10:09:54 2007
New Revision: 127038

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127038
Log:
2007-07-29  H.J. Lu  <hongjiu.lu@intel.com>

        PR libgcj/32929
        * aclocal.m4: Regenerated.
        * configure: Likewise.

Modified:
    trunk/libjava/ChangeLog
    trunk/libjava/aclocal.m4
    trunk/libjava/configure


-- 


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


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

* [Bug libgcj/32929] [4.3 Regression] Make FAILURE in 4.3.0 - error: `CXX' has changed since the previous run:
  2007-07-29  0:34 [Bug java/32929] New: [4.3 Regression] Make FAILURE in 4.3.0 - error: `CXX' has changed since the previous run: hjl at lucon dot org
                   ` (4 preceding siblings ...)
  2007-07-29 10:10 ` doko at gcc dot gnu dot org
@ 2007-07-30 20:22 ` hjl at lucon dot org
  5 siblings, 0 replies; 7+ messages in thread
From: hjl at lucon dot org @ 2007-07-30 20:22 UTC (permalink / raw)
  To: java-prs



------- Comment #5 from hjl at lucon dot org  2007-07-30 20:22 -------
Fixed.


-- 

hjl at lucon dot org changed:

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


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


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

end of thread, other threads:[~2007-07-30 20:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-07-29  0:34 [Bug java/32929] New: [4.3 Regression] Make FAILURE in 4.3.0 - error: `CXX' has changed since the previous run: hjl at lucon dot org
2007-07-29  3:48 ` [Bug libgcj/32929] " pinskia at gcc dot gnu dot org
2007-07-29  3:49 ` pinskia at gcc dot gnu dot org
2007-07-29  3:51 ` pinskia at gcc dot gnu dot org
2007-07-29  3:52 ` pinskia at gcc dot gnu dot org
2007-07-29 10:10 ` doko at gcc dot gnu dot org
2007-07-30 20:22 ` hjl at lucon dot 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).