public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/31570]  New: ports/gcc43 fails on FreeBSD 6.2 with signal 9
@ 2007-04-14  4:04 vaclav dot kocian at wo dot cz
  2007-04-21 21:16 ` [Bug java/31570] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: vaclav dot kocian at wo dot cz @ 2007-04-14  4:04 UTC (permalink / raw)
  To: java-prs

Here is what I've got:

/bin/sh ./libtool --mode=compile /usr/ports/lang/gcc43/work/build/gcc/gcj
-B/usr/ports/lang/gcc43/work/build/i386-portbld-freebsd6.2/libjava/
-B/usr/ports/lang/gcc43/work/build/gcc/ -ffloat-store -fomit-frame-pointer
-fclasspath= -fbootclasspath=../.././..//gcc-4.3-20070323/libjava/classpath/lib
--encoding=UTF-8 -Wno-deprecated -fbootstrap-classes -g -O2 -c -o
gnu/javax/swing/text/html/parser/HTML_401F.lo
-fsource-filename=/usr/ports/lang/gcc43/work/build/i386-portbld-freebsd6.2/libjava/classpath/lib/classes
-MT gnu/javax/swing/text/html/parser/HTML_401F.lo -MD -MP -MF
gnu/javax/swing/text/html/parser/HTML_401F.deps
@gnu/javax/swing/text/html/parser/HTML_401F.list
/usr/ports/lang/gcc43/work/build/gcc/gcj
-B/usr/ports/lang/gcc43/work/build/i386-portbld-freebsd6.2/libjava/
-B/usr/ports/lang/gcc43/work/build/gcc/ -ffloat-store -fomit-frame-pointer
-fclasspath= -fbootclasspath=../.././..//gcc-4.3-20070323/libjava/classpath/lib
--encoding=UTF-8 -Wno-deprecated -fbootstrap-classes -g -O2 -c
-fsource-filename=/usr/ports/lang/gcc43/work/build/i386-portbld-freebsd6.2/libjava/classpath/lib/classes
-MT gnu/javax/swing/text/html/parser/HTML_401F.lo -MD -MP -MF
gnu/javax/swing/text/html/parser/HTML_401F.deps
@gnu/javax/swing/text/html/parser/HTML_401F.list -fPIC -o
gnu/javax/swing/text/html/parser/.libs/HTML_401F.o
gcj: Internal error: Killed: 9 (program jc1)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
gmake[3]: *** [gnu/javax/swing/text/html/parser/HTML_401F.lo] Error 1
gmake[3]: Leaving directory
`/usr/ports/lang/gcc43/work/build/i386-portbld-freebsd6.2/libjava'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory
`/usr/ports/lang/gcc43/work/build/i386-portbld-freebsd6.2/libjava'
gmake[1]: *** [all-target-libjava] Error 2
gmake[1]: Leaving directory `/usr/ports/lang/gcc43/work/build'
gmake: *** [bootstrap-lean] Error 2

# gcc -v
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.4.6 [FreeBSD] 20060305

My system is FreeBSD 6.2

Have a nice day :-)


-- 
           Summary: ports/gcc43 fails on FreeBSD 6.2 with signal 9
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: vaclav dot kocian at wo dot cz


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


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

* [Bug java/31570] ports/gcc43 fails on FreeBSD 6.2 with signal 9
  2007-04-14  4:04 [Bug java/31570] New: ports/gcc43 fails on FreeBSD 6.2 with signal 9 vaclav dot kocian at wo dot cz
@ 2007-04-21 21:16 ` pinskia at gcc dot gnu dot org
  2007-04-23 14:33 ` vaclav dot kocian at wo dot cz
  2007-08-25 14:52 ` [Bug java/31570] GCC 4.3 needs more than 512MB of memory building libgcj gerald at pfeifer dot com
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-04-21 21:16 UTC (permalink / raw)
  To: java-prs



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-04-21 22:16 -------
How much memory do you have?
20070323 is over a month old, can you try a new snapshot?


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


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


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

* [Bug java/31570] ports/gcc43 fails on FreeBSD 6.2 with signal 9
  2007-04-14  4:04 [Bug java/31570] New: ports/gcc43 fails on FreeBSD 6.2 with signal 9 vaclav dot kocian at wo dot cz
  2007-04-21 21:16 ` [Bug java/31570] " pinskia at gcc dot gnu dot org
@ 2007-04-23 14:33 ` vaclav dot kocian at wo dot cz
  2007-08-25 14:52 ` [Bug java/31570] GCC 4.3 needs more than 512MB of memory building libgcj gerald at pfeifer dot com
  2 siblings, 0 replies; 4+ messages in thread
From: vaclav dot kocian at wo dot cz @ 2007-04-23 14:33 UTC (permalink / raw)
  To: java-prs



------- Comment #2 from vaclav dot kocian at wo dot cz  2007-04-23 15:33 -------
My RAM is 512MB. Well, the newer version of gcc says :

You need to increase the datasize limit to at least 700000 (and set
kern.maxdsiz="734003200" in /boot/loader.conf) to build with Java
support.

I do not understand it fully, but it seems quite differently. For now, I'm
satisfied with gcc42.


-- 


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


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

* [Bug java/31570] GCC 4.3 needs more than 512MB of memory building libgcj
  2007-04-14  4:04 [Bug java/31570] New: ports/gcc43 fails on FreeBSD 6.2 with signal 9 vaclav dot kocian at wo dot cz
  2007-04-21 21:16 ` [Bug java/31570] " pinskia at gcc dot gnu dot org
  2007-04-23 14:33 ` vaclav dot kocian at wo dot cz
@ 2007-08-25 14:52 ` gerald at pfeifer dot com
  2 siblings, 0 replies; 4+ messages in thread
From: gerald at pfeifer dot com @ 2007-08-25 14:52 UTC (permalink / raw)
  To: java-prs



------- Comment #3 from gerald at pfeifer dot com  2007-08-25 14:52 -------
Indeed the (known) problem here is that GCC 4.3 uses more than 512MB
of memory building these Java files.

When I first reported this about eight months ago some attempts were
made to address it, but talking to some of the GCC developers working
in this area it is unlikely this is going to be addressed.


-- 

gerald at pfeifer dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|0000-00-00 00:00:00         |2007-08-25 14:52:21
               date|                            |
            Summary|ports/gcc43 fails on FreeBSD|GCC 4.3 needs more than
                   |6.2 with signal 9           |512MB of memory building
                   |                            |libgcj


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


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

end of thread, other threads:[~2007-08-25 14:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-14  4:04 [Bug java/31570] New: ports/gcc43 fails on FreeBSD 6.2 with signal 9 vaclav dot kocian at wo dot cz
2007-04-21 21:16 ` [Bug java/31570] " pinskia at gcc dot gnu dot org
2007-04-23 14:33 ` vaclav dot kocian at wo dot cz
2007-08-25 14:52 ` [Bug java/31570] GCC 4.3 needs more than 512MB of memory building libgcj gerald at pfeifer 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).