public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/44228]  New: gcc-4.4.0 does not compile gcc-4.5.0
@ 2010-05-21 12:42 szukw000 at arcor dot de
  2010-05-21 12:54 ` [Bug target/44228] gcc-4.5.0 does not bootstrap with -march=native rguenth at gcc dot gnu dot org
  2010-05-21 13:10 ` szukw000 at arcor dot de
  0 siblings, 2 replies; 4+ messages in thread
From: szukw000 at arcor dot de @ 2010-05-21 12:42 UTC (permalink / raw)
  To: gcc-bugs

compiled with gcc-4.4.0
-----------------------------------------------------
Makefile.Linux.gcc:
====================
flags=CFLAGS='-march=native -mtune=native'
VERSION=gcc-4.5.0
#
do_configure:
    $(flags) ../$(VERSION)/configure \
    --prefix=/usr/local/$(VERSION) \
    --enable-languages=c,c++,fortran,java,objc,ada \
    --disable-nls \
    --with-x \
    --enable-java-awt=xlib,gtk \
    --enable-shared \
    --enable-threads=posix \
    --enable-stage1-checking

do_compile:
    make bootstrap

-------------------------------------------------
Makefile                  libcpp/                  stage1-i686-pc-linux-gnu/
Makefile.Linux.gcc        libdecnumber/            stage1-intl/
build-i686-pc-linux-gnu/  libiberty/               stage1-libcpp/
compare                   prev-gcc/                stage1-libdecnumber/
config.log                prev-i686-pc-linux-gnu/  stage1-libiberty/
config.status*            prev-intl/               stage1-zlib/
fehler                    prev-libcpp/             stage_current
fixincludes/              prev-libdecnumber/       stage_final
gcc/                      prev-libiberty/          stage_last
gnattools/                prev-zlib/               zlib/
i686-pc-linux-gnu/        serdep.tmp
intl/                     stage1-gcc/
-------------------------------------------------
stage_current: stage3
stage_last: stage3
stage_final: stage3
-------------------------------------------------
As I cannot attach a file:

Makefile:857: warning: overriding commands for target `gjdoc'
Makefile:775: warning: ignoring old commands for target `gjdoc'
Makefile:857: warning: overriding commands for target `gjdoc'
Makefile:775: warning: ignoring old commands for target `gjdoc'
jar: internal error:
java.lang.NullPointerException
   at gnu.classpath.tools.jar.Creator.writeCommandLineEntries(Creator.java:219)
   at gnu.classpath.tools.jar.Creator.run(Creator.java:244)
   at gnu.classpath.tools.jar.Main.run(Main.java:276)
   at gnu.classpath.tools.jar.Main.main(Main.java:284)
make[3]: *** [libgcj-4.5.0.jar] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-target-libjava] Error 2
make: *** [bootstrap] Error 2
----------------------------------------------------
winfried


-- 
           Summary: gcc-4.4.0 does not compile gcc-4.5.0
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: szukw000 at arcor dot de


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


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

* [Bug target/44228] gcc-4.5.0 does not bootstrap with -march=native
  2010-05-21 12:42 [Bug other/44228] New: gcc-4.4.0 does not compile gcc-4.5.0 szukw000 at arcor dot de
@ 2010-05-21 12:54 ` rguenth at gcc dot gnu dot org
  2010-05-21 13:10 ` szukw000 at arcor dot de
  1 sibling, 0 replies; 4+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2010-05-21 12:54 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from rguenth at gcc dot gnu dot org  2010-05-21 12:54 -------
As you are bootstrapping the error happens because of -march=native (please
specify what processor you have).


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|other                       |target
 GCC target triplet|                            |i686-pc-linux-gnu
            Summary|gcc-4.4.0 does not compile  |gcc-4.5.0 does not bootstrap
                   |gcc-4.5.0                   |with -march=native


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


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

* [Bug target/44228] gcc-4.5.0 does not bootstrap with -march=native
  2010-05-21 12:42 [Bug other/44228] New: gcc-4.4.0 does not compile gcc-4.5.0 szukw000 at arcor dot de
  2010-05-21 12:54 ` [Bug target/44228] gcc-4.5.0 does not bootstrap with -march=native rguenth at gcc dot gnu dot org
@ 2010-05-21 13:10 ` szukw000 at arcor dot de
  1 sibling, 0 replies; 4+ messages in thread
From: szukw000 at arcor dot de @ 2010-05-21 13:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from szukw000 at arcor dot de  2010-05-21 13:10 -------
Subject: Aw:  gcc-4.5.0 does not bootstrap with
 -march=native

 Athlon 2800

gcc-4.4.0 has been compiled with this Makefile.Linux.gcc successfully.

winfried
----- Original Nachricht ----
Von:     rguenth at gcc dot gnu dot org <gcc-bugzilla@gcc.gnu.org>
An:      szukw000@arcor.de
Datum:   21.05.2010 14:54
Betreff: [Bug target/44228] gcc-4.5.0 does not bootstrap with -march=native

> 
> 
> ------- Comment #1 from rguenth at gcc dot gnu dot org  2010-05-21 12:54
> -------
> As you are bootstrapping the error happens because of -march=native (please
> specify what processor you have).
> 
> 
> -- 
> 
> rguenth at gcc dot gnu dot org changed:
> 
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
> 
>           Component|other                       |target
>  GCC target triplet|                            |i686-pc-linux-gnu
>             Summary|gcc-4.4.0 does not compile  |gcc-4.5.0 does not
> bootstrap
>                    |gcc-4.5.0                   |with -march=native
> 
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44228
> 
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
> 

Und was machen Sie heute abend? Alles Events Ihrer Gegend auf einen Blick im
Arcor.de-Veranstaltungskalender: http://www.arcor.de/rd/footer.events


-- 


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


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

* [Bug target/44228] gcc-4.5.0 does not bootstrap with -march=native
       [not found] <bug-44228-4@http.gcc.gnu.org/bugzilla/>
@ 2012-05-10  5:37 ` jrt at worldlinc dot net
  0 siblings, 0 replies; 4+ messages in thread
From: jrt at worldlinc dot net @ 2012-05-10  5:37 UTC (permalink / raw)
  To: gcc-bugs

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

John T <jrt at worldlinc dot net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jrt at worldlinc dot net

--- Comment #3 from John T <jrt at worldlinc dot net> 2012-05-10 03:49:48 UTC ---
I've encountered this bug too, in gcc-4.6.1 and 4.5.3. I worked around the
problem on 4.6.1 by specifying languages and leaving java off the list.

processor: Athlon XP 1900
compiler gcc-4.4.1 on Mandriva Linux 2010.0
glibc: 2.10.1
compiler flags: --prefix=/usr
languages to be built: c, c++, fortran, java, lto, objc

error message:
jar: internal error:                                                            
java.lang.NullPointerException                                                  
   at
gnu.classpath.tools.jar.Creator.writeCommandLineEntries(libgcj-tools.so.10)     
   at gnu.classpath.tools.jar.Creator.run(libgcj-tools.so.10)                   
   at gnu.classpath.tools.jar.Main.run(libgcj-tools.so.10)                      
   at gnu.classpath.tools.jar.Main.main(libgcj-tools.so.10)                     
make[3]: *** [libgcj-4.5.3.jar] Error 1                                         
make[3]: Leaving directory `/home/dilbert/bld453/i686-pc-linux-gnu/libjava'


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

end of thread, other threads:[~2012-05-10  3:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-21 12:42 [Bug other/44228] New: gcc-4.4.0 does not compile gcc-4.5.0 szukw000 at arcor dot de
2010-05-21 12:54 ` [Bug target/44228] gcc-4.5.0 does not bootstrap with -march=native rguenth at gcc dot gnu dot org
2010-05-21 13:10 ` szukw000 at arcor dot de
     [not found] <bug-44228-4@http.gcc.gnu.org/bugzilla/>
2012-05-10  5:37 ` jrt at worldlinc dot net

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