[Bug bootstrap/45248] Stage 3 bootstrap comparison failure (powerpc-darwin8)

2013-12-19 Thread dominiq at lps dot ens.fr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45248

Dominique d'Humieres dominiq at lps dot ens.fr changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #16 from Dominique d'Humieres dominiq at lps dot ens.fr ---
 This bug can probably be closed.  --with-dwarf2 has been working for quite 
 a while.
 http://gcc.gnu.org/ml/gcc-testresults/2011-06/msg02820.html

Two and a half years later closing as fixed.


[Bug bootstrap/45248] Stage 3 bootstrap comparison failure (powerpc-darwin8)

2011-06-29 Thread fang at csl dot cornell.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45248

--- Comment #15 from David Fang fang at csl dot cornell.edu 2011-06-29 
18:02:48 UTC ---
This bug can probably be closed.  --with-dwarf2 has been working for quite a
while.
http://gcc.gnu.org/ml/gcc-testresults/2011-06/msg02820.html


[Bug bootstrap/45248] Stage 3 bootstrap comparison failure (powerpc-darwin8)

2011-03-03 Thread anhvofrcaus at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45248

Anh Vo anhvofrcaus at gmail dot com changed:

   What|Removed |Added

 CC||anhvofrcaus at gmail dot
   ||com

--- Comment #13 from Anh Vo anhvofrcaus at gmail dot com 2011-03-03 23:20:15 
UTC ---
This failure occurred on MinGW also with slightly trailing error messages. In
addition, it was configured with --enable-languages=ada,c,c++ --disable-werror.

[...]
libiberty/xstrdup.o differs
libiberty/xstrerror.o differs
libiberty/xstrndup.o differs
lto-plugin/.libs/lto-plugin.o differs
zlib/libz_a-adler32.o differs
zlib/libz_a-compress.o differs
zlib/libz_a-crc32.o differs
zlib/libz_a-deflate.o differs
zlib/libz_a-gzio.o differs
zlib/libz_a-infback.o differs
zlib/libz_a-inffast.o differs
zlib/libz_a-inflate.o differs
zlib/libz_a-inftrees.o differs
zlib/libz_a-trees.o differs
zlib/libz_a-uncompr.o differs
zlib/libz_a-zutil.o differs
make[2]: *** [compare] Error 1
make[2]: Leaving directory `/c/Gcc/Build-4.6.x'
make[1]: *** [stage3-bubble] Error 2
make[1]: Leaving directory `/c/Gcc/Build-4.6.x'
make: *** [all] Error 2


[Bug bootstrap/45248] Stage 3 bootstrap comparison failure (powerpc-darwin8)

2011-03-03 Thread anhvofrcaus at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45248

--- Comment #14 from Anh Vo anhvofrcaus at gmail dot com 2011-03-03 23:29:49 
UTC ---
Sorry, I just realized that this bug was reported under version 4.5.1. However,
the problem I just reported should be against gcc-4.6-20110226 snapshot.


[Bug bootstrap/45248] Stage 3 bootstrap comparison failure (powerpc-darwin8)

2011-02-07 Thread fang at csl dot cornell.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45248

--- Comment #11 from David Fang fang at csl dot cornell.edu 2011-02-07 
21:02:13 UTC ---
Any updates on this? re-confirmation?  I would like to continue testing
gcc-4.5.x on powerpc-darwin8, but can't b/c of this.


[Bug bootstrap/45248] Stage 3 bootstrap comparison failure (powerpc-darwin8)

2011-02-07 Thread vincent at vinc17 dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45248

--- Comment #12 from Vincent Lefèvre vincent at vinc17 dot org 2011-02-08 
03:42:08 UTC ---
(In reply to comment #11)
 Any updates on this? re-confirmation?  I would like to continue testing
 gcc-4.5.x on powerpc-darwin8, but can't b/c of this.

The --with-dwarf2 option (added for MacPorts) fixed the problem on my machine.


[Bug bootstrap/45248] Stage 3 bootstrap comparison failure (powerpc-darwin8)

2010-09-26 Thread margali at imapmail dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45248

--- Comment #9 from margali at imapmail dot org 2010-09-26 14:04:21 UTC ---
So in the end I did the following and it finally compiled:
- uninstall binutils
- apply cumulative fink patch to source directory
- hack configure to include the --with-dwarf2 flag (also did this to
configure.ac but didn't want to install another version of autoconf etc. just
to regenerate configure)
- configure with --disable-libjava-multilib --program-suffix=-4.5

I did not run the testsuite as I don't have the right software installed and
would not know how to interpret the results in any case.

Installed with --prefix=/usr/local/stow/gcc-4.5.1 and then stowed in the usual
way.

gcc-4.5 -v:

Using built-in specs.
COLLECT_GCC=gcc-4.5
COLLECT_LTO_WRAPPER=/usr/local/stow/gcc-4.5.1/bin/../libexec/gcc/powerpc-apple-darwin8.11.0/4.5.1/lto-wrapper
Target: powerpc-apple-darwin8.11.0
Configured with: ../gcc-4.5.1/configure --disable-libjava-multilib
--program-suffix=-4.5
Thread model: posix
gcc version 4.5.1 (GCC) 

I'm still having problems but I think these are due to my ignorance rather than
anything else.

Note that this method not only involves steps not listed in the host-specific
installation notes but involves steps which seem to directly contradict the
instructions given there.

For example, I took it that two sections of the notes were relevant to me: the
notes for powerpc-*-* and powerpc-*-darwin*. The former suggests that binutils
is required but in fact installing binutils actually prevents the build from
succeeding. The latter suggested to me that I probably needed to get cctools
but in fact this wasn't the case. (I admit the notes here merely suggested this
to me and I likely misinterpreted them but perhaps it could be a little
clearer.)

In addition, the notes say nothing about the cumulative fink patch or using
--with-dwarf2 or the need to disable multilib support for libjava. But these
are obviously not fink-specific requirements since I'm not using fink. Rather,
they are host-specific and it would be helpful if they were listed with the
host-specific installation notes.

Perhaps the host-specific notes for darwin could be updated and a section
specific to darwin8.11.0/os x 10.4.11 could be added outlining the stages
necessary to compile? That would have been a huge help to me and would have
saved me a great deal of time spent on failed builds. (My g4 takes a *long*
time to build gcc!)

This is not a criticism of the gcc developers since it is not, I know, your
responsibility. But it seems a shame that issues such as the need to disable
multilib for libjava are not flagged up even though they are obviously well
recognised by those packaging gcc for fink. There never seems to be much
feedback to upstream from those working on fink/macports etc. packages even
when issues are clearly platform-specific rather than relevant only to the
particular packaging system. This is obviously not confined to gcc but it does
seem to me a shame that known fixes don't benefit the upstream sources more
generally.


[Bug bootstrap/45248] Stage 3 bootstrap comparison failure (powerpc-darwin8)

2010-09-26 Thread vincent at vinc17 dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45248

Vincent Lefèvre vincent at vinc17 dot org changed:

   What|Removed |Added

 CC||vincent at vinc17 dot org

--- Comment #10 from Vincent Lefèvre vincent at vinc17 dot org 2010-09-26 
19:42:07 UTC ---
Same problem when building GCC 4.5.1 via MacPorts. FYI, the MacPorts bug
report:
  https://trac.macports.org/ticket/26378

GCC 4.5.0 build was fine. So, this is a 4.5.1 regression. The summary should
probably be changed to:

   [4.5.1 Regression] Stage 3 bootstrap comparison failure (powerpc-darwin8)


[Bug bootstrap/45248] Stage 3 bootstrap comparison failure (powerpc-darwin8)

2010-09-25 Thread margali at imapmail dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45248

--- Comment #8 from margali at imapmail dot org 2010-09-25 22:43:38 UTC ---
(In reply to comment #5)
 At least one fink-user has reported that Jack's latest packaging that
 automatically uses --with-dwarf2 on darwin8 builds successfully (was on a G5,
 built -j4).  (My builds were aborted for other reasons, still working on it on
 my G4.)  Jack, do you plan to submit your configure{,.ac} patch, or just keep
 it only in your package patch?

I tried adding the flag directly into configure and rebuilding in a clean
directory. This doesn't get as far as the standard configure, however, because
of complaints from ld64:
libtool: link: rm -fr  .libs/libgcj.lax
libtool: link: (cd .libs/libgcj.lax/libltdlc.a  ar x
/Users/cfrees/Documents/src/gcc/build-gcc/powerpc-apple-darwin8.11.0/ppc64/libjava/./libltdl/.libs/libltdlc.a)
libtool: link: (cd .libs/libgcj.lax/libfdlibm.a  ar x
/Users/cfrees/Documents/src/gcc/build-gcc/powerpc-apple-darwin8.11.0/ppc64/libjava/classpath/native/fdlibm/.libs/libfdlibm.a)
libtool: link: (cd .libs/libgcj.lax/libffi_convenience.a  ar x
/Users/cfrees/Documents/src/gcc/build-gcc/powerpc-apple-darwin8.11.0/ppc64/libjava/../libffi/.libs/libffi_convenience.a)
libtool: link: (cd .libs/libgcj.lax/libzgcj_convenience.a  ar x
/Users/cfrees/Documents/src/gcc/build-gcc/powerpc-apple-darwin8.11.0/ppc64/libjava/../zlib/.libs/libzgcj_convenience.a)
libtool: link: (cd .libs/libgcj.lax/libgcjgc_convenience.a  ar x
/Users/cfrees/Documents/src/gcc/build-gcc/powerpc-apple-darwin8.11.0/ppc64/libjava/../boehm-gc/.libs/libgcjgc_convenience.a)
libtool: link: /Users/cfrees/Documents/src/gcc/build-gcc/./gcc/xgcc
-shared-libgcc -B/Users/cfrees/Documents/src/gcc/build-gcc/./gcc -nostdinc++
-L/Users/cfrees/Documents/src/gcc/build-gcc/powerpc-apple-darwin8.11.0/ppc64/libstdc++-v3/src
-L/Users/cfrees/Documents/src/gcc/build-gcc/powerpc-apple-darwin8.11.0/ppc64/libstdc++-v3/src/.libs
-B/usr/local/powerpc-apple-darwin8.11.0/bin/
-B/usr/local/powerpc-apple-darwin8.11.0/lib/ -isystem
/usr/local/powerpc-apple-darwin8.11.0/include -isystem
/usr/local/powerpc-apple-darwin8.11.0/sys-include  -m64 -dynamiclib
-Wl,-undefined -Wl,dynamic_lookup -o .libs/libgcj.11.dylib  .libs/prims.o
.libs/jni.o .libs/exception.o .libs/stacktrace.o .libs/link.o
.libs/defineclass.o .libs/verify.o .libs/jvmti.o .libs/interpret.o
gnu/classpath/jdwp/.libs/natVMFrame.o gnu/classpath/jdwp/.libs/natVMMethod.o
gnu/classpath/jdwp/.libs/natVMVirtualMachine.o
gnu/classpath/.libs/natConfiguration.o
gnu/classpath/.libs/natSystemProperties.o
gnu/classpath/.libs/natVMStackWalker.o gnu/gcj/.libs/natCore.o
gnu/gcj/convert/.libs/JIS0208_to_Unicode.o
gnu/gcj/convert/.libs/JIS0212_to_Unicode.o
gnu/gcj/convert/.libs/Unicode_to_JIS.o gnu/gcj/convert/.libs/natIconv.o
gnu/gcj/convert/.libs/natInput_EUCJIS.o gnu/gcj/convert/.libs/natInput_SJIS.o
gnu/gcj/convert/.libs/natOutput_EUCJIS.o gnu/gcj/convert/.libs/natOutput_SJIS.o
gnu/gcj/io/.libs/natSimpleSHSStream.o gnu/gcj/io/.libs/shs.o
gnu/gcj/jvmti/.libs/natBreakpoint.o gnu/gcj/jvmti/.libs/natNormalBreakpoint.o
gnu/gcj/runtime/.libs/natFinalizerThread.o
gnu/gcj/runtime/.libs/natSharedLibLoader.o
gnu/gcj/runtime/.libs/natSystemClassLoader.o
gnu/gcj/runtime/.libs/natStringBuffer.o gnu/gcj/util/.libs/natDebug.o
gnu/gcj/util/.libs/natGCInfo.o gnu/java/lang/.libs/natMainThread.o
gnu/java/lang/management/.libs/natVMClassLoadingMXBeanImpl.o
gnu/java/lang/management/.libs/natVMCompilationMXBeanImpl.o
gnu/java/lang/management/.libs/natVMGarbageCollectorMXBeanImpl.o
gnu/java/lang/management/.libs/natVMMemoryMXBeanImpl.o
gnu/java/lang/management/.libs/natVMMemoryManagerMXBeanImpl.o
gnu/java/lang/management/.libs/natVMMemoryPoolMXBeanImpl.o
gnu/java/lang/management/.libs/natVMOperatingSystemMXBeanImpl.o
gnu/java/lang/management/.libs/natVMRuntimeMXBeanImpl.o
gnu/java/lang/management/.libs/natVMThreadMXBeanImpl.o
gnu/java/net/.libs/natPlainDatagramSocketImpl.o
gnu/java/net/.libs/natPlainSocketImpl.o
gnu/java/net/protocol/core/.libs/natCoreInputStream.o
gnu/java/nio/.libs/natVMPipe.o gnu/java/nio/.libs/natVMSelector.o
gnu/java/nio/.libs/natNIOServerSocket.o gnu/java/nio/.libs/natVMChannel.o
gnu/java/nio/channels/.libs/natFileChannelImpl.o
gnu/java/security/jce/prng/.libs/natVMSecureRandom.o java/io/.libs/natFile.o
java/io/.libs/natVMObjectInputStream.o java/io/.libs/natVMObjectStreamClass.o
java/lang/.libs/natCharacter.o java/lang/.libs/natClass.o
java/lang/.libs/natClassLoader.o java/lang/.libs/natConcreteProcess.o
java/lang/.libs/natVMDouble.o java/lang/.libs/natVMFloat.o
java/lang/.libs/natMath.o java/lang/.libs/natObject.o
java/lang/.libs/natRuntime.o java/lang/.libs/natString.o
java/lang/.libs/natAbstractStringBuffer.o java/lang/.libs/natSystem.o
java/lang/.libs/natThread.o java/lang/.libs/natThreadLocal.o
java/lang/.libs/natVMClassLoader.o java/lang/.libs/natVMProcess.o
java/lang/.libs/natVMThrowable.o java/lang/ref/.libs/natReference.o
java/lang/reflect/.libs/natArray.o 

[Bug bootstrap/45248] Stage 3 bootstrap comparison failure (powerpc-darwin8)

2010-08-13 Thread fang at csl dot cornell dot edu


--- Comment #5 from fang at csl dot cornell dot edu  2010-08-13 18:18 
---
At least one fink-user has reported that Jack's latest packaging that
automatically uses --with-dwarf2 on darwin8 builds successfully (was on a G5,
built -j4).  (My builds were aborted for other reasons, still working on it on
my G4.)  Jack, do you plan to submit your configure{,.ac} patch, or just keep
it only in your package patch?


-- 


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



[Bug bootstrap/45248] Stage 3 bootstrap comparison failure (powerpc-darwin8)

2010-08-13 Thread howarth at nitro dot med dot uc dot edu


--- Comment #6 from howarth at nitro dot med dot uc dot edu  2010-08-13 
21:30 ---
(In reply to comment #5)
 At least one fink-user has reported that Jack's latest packaging that
 automatically uses --with-dwarf2 on darwin8 builds successfully (was on a G5,
 built -j4).  (My builds were aborted for other reasons, still working on it on
 my G4.)  Jack, do you plan to submit your configure{,.ac} patch, or just keep
 it only in your package patch?
 

http://gcc.gnu.org/ml/gcc-patches/2010-08/msg00970.html


-- 


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



[Bug bootstrap/45248] Stage 3 bootstrap comparison failure (powerpc-darwin8)

2010-08-10 Thread fang at csl dot cornell dot edu


--- Comment #1 from fang at csl dot cornell dot edu  2010-08-10 16:59 
---
Created an attachment (id=21446)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21446action=view)
fink package file with build script used


-- 


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



[Bug bootstrap/45248] Stage 3 bootstrap comparison failure (powerpc-darwin8)

2010-08-10 Thread fang at csl dot cornell dot edu


--- Comment #2 from fang at csl dot cornell dot edu  2010-08-10 17:00 
---
Created an attachment (id=21447)
 -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21447action=view)
cumulative patch used before building


-- 


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



[Bug bootstrap/45248] Stage 3 bootstrap comparison failure (powerpc-darwin8)

2010-08-10 Thread howarth at nitro dot med dot uc dot edu


--- Comment #3 from howarth at nitro dot med dot uc dot edu  2010-08-10 
17:33 ---
Does passing --with-dwarf2 fix the bootstrap failure?


-- 


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



[Bug bootstrap/45248] Stage 3 bootstrap comparison failure (powerpc-darwin8)

2010-08-10 Thread fang at csl dot cornell dot edu


--- Comment #4 from fang at csl dot cornell dot edu  2010-08-10 18:10 
---
Subject: Re:  Stage 3 bootstrap comparison failure
 (powerpc-darwin8)

 --- Comment #3 from howarth at nitro dot med dot uc dot edu  2010-08-10 
 17:33 ---
 Does passing --with-dwarf2 fix the bootstrap failure?

I've kicked off a new build --with-dwarf2, but it's probably going to take 
all day on my Poor Old Machine (TM).  :)

FWIW, others reported that 4.5.0 (your fink packaged one) worked on 10.4, 
and I'm also building that one for comparison.

Fang


-- 


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