[LLVMbugs] [Bug 5778] New: llvm-gcc4.2-2.6.source fails to build out of the box
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Dec 14 10:22:41 PST 2009
http://llvm.org/bugs/show_bug.cgi?id=5778
Summary: llvm-gcc4.2-2.6.source fails to build out of the box
Product: Projects
Version: 2.6
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Java
AssignedTo: unassignedbugs at nondot.org
ReportedBy: eric.schweitz at gmail.com
CC: llvmbugs at cs.uiuc.edu
Downloaded the tarballs and attempted to build on a linux system with GCC 3.4.6
per the instructions. Tried rebuilding LLVM 2.6 with OPTIMIZE_OPTION=-O2 as
explained in the README as well to no effect.
/.../llvm-gcc4.2-2.6.source/obj/./gcc/xgcc
-B/.../llvm-gcc4.2-2.6.source/obj/./gcc/
-B/.../llvm-gcc4.2-2.6.source/obj/../install/i686-pc-linux-gnu/bin/
-B/.../llvm-gcc4.2-2.6.source/obj/../install/i686-pc-linux-gnu/lib/ -isystem
/.../llvm-gcc4.2-2.6.source/obj/../install/i686-pc-linux-gnu/include -isystem
/.../llvm-gcc4.2-2.6.source/obj/../install/i686-pc-linux-gnu/sys-include -O2
-O2 -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I.
-I../../gcc -I../../gcc/. -I../../gcc/../include -I../../gcc/../libcpp/include
-I../../gcc/../libdecnumber -I../libdecnumber -I/.../llvm-2.6/include -g0
-finhibit-size-directive -fno-inline-functions -fno-exceptions
-fno-zero-initialized-in-bss -fno-toplevel-reorder -fno-omit-frame-pointer \
-c ../../gcc/crtstuff.c -DCRT_BEGIN \
-o crtbegin.o
cc1: /.../llvm-2.6/include/llvm/ADT/ilist.h:197: typename
bidirectional_iterator<NodeTy, ptrdiff_t>::reference
llvm::ilist_iterator<NodeTy>::operator*() const [with NodeTy =
llvm::RecyclerStruct]: Assertion `Traits::getNext(NodePtr) != 0 &&
"Dereferencing end()!"' failed.
../../gcc/crtstuff.c:378: internal compiler error: Aborted
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://llvm.org/bugs/> for instructions.
make[3]: *** [crtbegin.o] Error 1
make[3]: Leaving directory `/.../llvm-gcc4.2-2.6.source/obj/gcc'
make[2]: *** [all-stage1-gcc] Error 2
make[2]: Leaving directory `/.../llvm-gcc4.2-2.6.source/obj'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/.../llvm-gcc4.2-2.6.source/obj'
make: *** [all] Error 2
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list