public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c/33708]  New: Building X.org 6.9.0
@ 2007-10-09  9:26 fsemkin at yandex dot ru
  2007-10-09  9:40 ` [Bug c/33708] " pluto at agmk dot net
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: fsemkin at yandex dot ru @ 2007-10-09  9:26 UTC (permalink / raw)
  To: gcc-bugs

System type: Linux Slackware 2.6.22.5 #1 SMP Fri Aug 24 13:40:28 CEST 2007 i686
unknown unknown GNU/Linux

gcc -m32 -c -O2 -fno-strength-reduce -fno-strict-aliasing -ansi -Wall
-Wpointer-arith -Wundef    -I../../../../../programs/Xserver/hw/xfree86/common
-I../../../../../programs/Xserver/hw/xfree86/os-support
-I../../../../../programs/Xserver/hw/xfree86/os-support/bus          
-I../../../../../programs/Xserver/include -I../../../../../programs/Xserver/os 
  -I../../../../../exports/include/X11 -I../../../../../programs/Xserver/Xext
-I../../../../../include/extensions         
-I../../../../../programs/Xserver/Xi           
-I../../../../../lib/font/include
-I../../../../../programs/Xserver/hw/xfree86/parser             
-I../../../../../programs/Xserver/hw/xfree86/loader 
-I../../../../../programs/Xserver/hw/xfree86/rac  -I../../../../..
-I../../../../../exports/include   -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L
                           -D_POSIX_SOURCE -D_XOPEN_SOURCE            
D_BSD_SOURCE -D_SVID_SOURCE                                 -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64                           -D_GNU_SOURCE                 
         -DSHAPE -DXINPUT -DXKB -DLBX -DXAPPGROUP  -DXCSECURITY -DTOGCUP  
-DXF86BIGFONT -DDPMSExtension   -DXPRINT -DPIXPRIV -DPANORAMIX   -DRENDER
-DRANDR       -DXFIXES -DDAMAGE -DCOMPOSITE -DXEVIE       -DGCCUSESGAS
-DAVOID_GLYPHBLT -DPIXPRIV -DSINGLEDEPTH                          -DXFreeXDGA
-DXvExtension                               -DXFree86LOADER -DDLOPEN_HACK
-DXFree86Server                              -DXF86VIDMODE                     
     -DXvMCExtension                                 -DSMART_SCHEDULE          
                     -DBUILDDEBUG -DXResExtension                              
-DX_BYTE_ORDER=X_LITTLE_ENDIAN                         
-DXORG_VERSION_CURRENT="(((6) * 10000000) + ((9) * 100000) + ((0) * 1000) + 0)"
-DNDEBUG   -DFUNCPROTO=15 -DNARROWPROTO      xf86ScanPci.c
gcc: Internal error: Killed (program cc1)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[6]: *** [xf86ScanPci.o] Error 1
make[6]: Leaving directory
`/usr/src/xc/build/programs/Xserver/hw/xfree86/scanpci'
make[5]: *** [all] Error 2
make[5]: Leaving directory `/usr/src/xc/build/programs/Xserver/hw/xfree86'
make[4]: *** [hw/xfree86] Error 2
make[4]: Leaving directory `/usr/src/xc/build/programs/Xserver'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/usr/src/xc/build/programs'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/xc/build'
make[1]: *** [World] Error 2
make[1]: Leaving directory `/usr/src/xc/build'
make: *** [World] Error 2


-- 
           Summary: Building X.org 6.9.0
           Product: gcc
           Version: 4.2.2
            Status: UNCONFIRMED
          Severity: critical
          Priority: P3
         Component: c
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: fsemkin at yandex dot ru


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


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

* [Bug c/33708] Building X.org 6.9.0
  2007-10-09  9:26 [Bug c/33708] New: Building X.org 6.9.0 fsemkin at yandex dot ru
@ 2007-10-09  9:40 ` pluto at agmk dot net
  2007-10-09 10:32 ` [Bug middle-end/33708] " pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: pluto at agmk dot net @ 2007-10-09  9:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from pluto at agmk dot net  2007-10-09 09:40 -------
duplicate of PR30052


-- 


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


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

* [Bug middle-end/33708] Building X.org 6.9.0
  2007-10-09  9:26 [Bug c/33708] New: Building X.org 6.9.0 fsemkin at yandex dot ru
  2007-10-09  9:40 ` [Bug c/33708] " pluto at agmk dot net
@ 2007-10-09 10:32 ` pinskia at gcc dot gnu dot org
  2007-10-09 10:56 ` fsemkin at yandex dot ru
  2007-10-09 11:44 ` rguenth at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2007-10-09 10:32 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2007-10-09 10:32 -------
>gcc: Internal error: Killed (program cc1)

How much memory do you have?


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
             Status|UNCONFIRMED                 |WAITING
          Component|c                           |middle-end


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


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

* [Bug middle-end/33708] Building X.org 6.9.0
  2007-10-09  9:26 [Bug c/33708] New: Building X.org 6.9.0 fsemkin at yandex dot ru
  2007-10-09  9:40 ` [Bug c/33708] " pluto at agmk dot net
  2007-10-09 10:32 ` [Bug middle-end/33708] " pinskia at gcc dot gnu dot org
@ 2007-10-09 10:56 ` fsemkin at yandex dot ru
  2007-10-09 11:44 ` rguenth at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: fsemkin at yandex dot ru @ 2007-10-09 10:56 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from fsemkin at yandex dot ru  2007-10-09 10:55 -------
512 MB


-- 


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


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

* [Bug middle-end/33708] Building X.org 6.9.0
  2007-10-09  9:26 [Bug c/33708] New: Building X.org 6.9.0 fsemkin at yandex dot ru
                   ` (2 preceding siblings ...)
  2007-10-09 10:56 ` fsemkin at yandex dot ru
@ 2007-10-09 11:44 ` rguenth at gcc dot gnu dot org
  3 siblings, 0 replies; 5+ messages in thread
From: rguenth at gcc dot gnu dot org @ 2007-10-09 11:44 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from rguenth at gcc dot gnu dot org  2007-10-09 11:44 -------


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


-- 

rguenth at gcc dot gnu dot org changed:

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


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


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

end of thread, other threads:[~2007-10-09 11:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-09  9:26 [Bug c/33708] New: Building X.org 6.9.0 fsemkin at yandex dot ru
2007-10-09  9:40 ` [Bug c/33708] " pluto at agmk dot net
2007-10-09 10:32 ` [Bug middle-end/33708] " pinskia at gcc dot gnu dot org
2007-10-09 10:56 ` fsemkin at yandex dot ru
2007-10-09 11:44 ` rguenth at gcc dot gnu 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).