This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/44220] New: Will not build on CentOS 5.5 (RHEL 5.5)


GCC 4.5 downloaded from http://mirror.csclub.uwaterloo.ca/gnu/ will not build
on my CentOS 5.5 system.

- System has all updates applied as of May 20, 2010
- Only base vendor supplied RPMS except for the following:
- MySQL 5.5.3 as an RPM from OurDelta (unrelated I am sure)
- Mono 2.6.4 built from source (unrelated I am sure)
- GMP 5.0.1 built from source (for this build)
- MPFR 2.4.2 built from source (for this build)
- MPC 0.8.2 built from source (for this build)

All software built from source built with using the following line at the bash
prompt:

./configure --prefix=/usr && make && make install

Compiler used was gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-48)
RPM version of GLIBC is 2.5-49

The above was also used for the gcc build.

Last output of compile follows:

/usr/src/gcc/gcc-4.5.0/host-i686-pc-linux-gnu/prev-gcc/xgcc
-B/usr/src/gcc/gcc-4.5.0/host-i686-pc-linux-gnu/prev-gcc/
-B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/bin/
-B/usr/i686-pc-linux-gnu/lib/ -isystem /usr/i686-pc-linux-gnu/include -isystem
/usr/i686-pc-linux-gnu/sys-include     -g -O2 -fomit-frame-pointer -DIN_GCC  
-W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros
-Wno-overlength-strings -Wold-style-definition -Wc++-compat   -DHAVE_CONFIG_H
-DGENERATOR_FILE  -o build/genattrtab \
            build/genattrtab.o build/rtl.o build/read-rtl.o build/ggc-none.o
build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o
build/errors.o ../../host-i686-pc-linux-gnu/libiberty/libiberty.a
build/genattrtab ../.././gcc/config/i386/i386.md \
          insn-conditions.md > tmp-attrtab.c
/bin/sh ../.././gcc/../move-if-change tmp-attrtab.c insn-attrtab.c
echo timestamp > s-attrtab
/usr/src/gcc/gcc-4.5.0/host-i686-pc-linux-gnu/prev-gcc/xgcc
-B/usr/src/gcc/gcc-4.5.0/host-i686-pc-linux-gnu/prev-gcc/
-B/usr/i686-pc-linux-gnu/bin/ -B/usr/i686-pc-linux-gnu/bin/
-B/usr/i686-pc-linux-gnu/lib/ -isystem /usr/i686-pc-linux-gnu/include -isystem
/usr/i686-pc-linux-gnu/sys-include    -c  -g -O2 -fomit-frame-pointer -DIN_GCC 
 -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros
-Wno-overlength-strings -Wold-style-definition -Wc++-compat   -DHAVE_CONFIG_H
-I. -I. -I../.././gcc -I../.././gcc/. -I../.././gcc/../include
-I../.././gcc/../libcpp/include  -I../.././gcc/../libdecnumber
-I../.././gcc/../libdecnumber/bid -I../libdecnumber     insn-attrtab.c -o
insn-attrtab.o
xgcc: Internal error: Killed (program cc1)
Please submit a full bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [insn-attrtab.o] Error 1
make[3]: Leaving directory `/usr/src/gcc/gcc-4.5.0/host-i686-pc-linux-gnu/gcc'
make[2]: *** [all-stage3-gcc] Error 2
make[2]: Leaving directory `/usr/src/gcc/gcc-4.5.0'
make[1]: *** [stage3-bubble] Error 2
make[1]: Leaving directory `/usr/src/gcc/gcc-4.5.0'
make: *** [all] Error 2


-- 
           Summary: Will not build on CentOS 5.5 (RHEL 5.5)
           Product: gcc
           Version: 4.5.0
            Status: UNCONFIRMED
          Severity: critical
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jmalcolm at sigphi dot ca
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: i686-pc-linux-gnu


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]