[LLVMbugs] [Bug 24290] New: [powerpc-ubuntu] error in building/installing llvm 3.7 with "--enable-optimized"

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Jul 28 10:29:26 PDT 2015


https://llvm.org/bugs/show_bug.cgi?id=24290

            Bug ID: 24290
           Summary: [powerpc-ubuntu] error in building/installing llvm 3.7
                    with "--enable-optimized"
           Product: new-bugs
           Version: 3.7
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: kanagak86 at yahoo.ca
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

System: PowerPC 8 LE; Ubuntu 3.16.0-23-generic

Tried to install the LLVM 3.7 r243430, but i was prompt with the following
error:

./configure --enable-optimized --enable-targets=powerpc
make -j32

during the build...

make[1]: Leaving directory '/home/kajank/compiler/llvm_37/utils'
make[1]: Entering directory '/home/kajank/compiler/llvm_37/lib/IR'
llvm[1]: Building Intrinsics.gen.tmp from Intrinsics.td
llvm-tblgen:
/home/kajank/compiler/llvm_37_r243430/lib/Support/PrettyStackTrace.cpp:125:
virtual llvm::PrettyStackTraceEntry::~PrettyStackTraceEntry(): Assertion
`PrettyStackTraceHead == this && "Pretty stack trace entry destruction is out
of order"' failed.
#0 0x101c9e80 llvm::sys::PrintStackTrace(llvm::raw_ostream&)
(/home/kajank/compiler/llvm_37/Release+Asserts/bin/llvm-tblgen+0x101c9e80)
#1 0x101caed8 PrintStackTraceSignalHandler(void*)
(/home/kajank/compiler/llvm_37/Release+Asserts/bin/llvm-tblgen+0x101caed8)
#2 0x101cbab4 SignalHandler(int)
(/home/kajank/compiler/llvm_37/Release+Asserts/bin/llvm-tblgen+0x101cbab4)
0  llvm-tblgen 0x00000000101c9e80
1  llvm-tblgen 0x00000000101caed8
2  llvm-tblgen 0x00000000101cbab4
3              0x0000100000040478 __kernel_sigtramp_rt64 + 0
4  libc.so.6   0x00001000004006b8 gsignal + 72
5  libc.so.6   0x000010000040295c abort + 636
6  libc.so.6   0x00001000003f6274
7  libc.so.6   0x00001000003f6364 __assert_fail + 100
8  llvm-tblgen 0x00000000101c5c90
9  llvm-tblgen 0x000000001016bedc
10 libc.so.6   0x00001000003e4e80
11 libc.so.6   0x00001000003e5074 __libc_start_main + 196
Makefile:23: recipe for target
'/home/kajank/compiler/llvm_37/lib/IR/Release+Asserts/Intrinsics.gen.tmp'
failed
make[1]: ***
[/home/kajank/compiler/llvm_37/lib/IR/Release+Asserts/Intrinsics.gen.tmp]
Segmentation fault
make[1]: *** Deleting file
'/home/kajank/compiler/llvm_37/lib/IR/Release+Asserts/Intrinsics.gen.tmp'
make[1]: Leaving directory '/home/kajank/compiler/llvm_37/lib/IR'
/home/kajank/compiler/llvm_37_r243430/Makefile.rules:880: recipe for target
'all' failed
make: *** [all] Error 1

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150728/3a430feb/attachment.html>


More information about the llvm-bugs mailing list