<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW " title="NEW --- - [powerpc-ubuntu] error in building/installing llvm 3.7 with &quot;--enable-optimized&quot;" href="https://urldefense.proofpoint.com/v2/url?u=https-3A__llvm.org_bugs_show-5Fbug.cgi-3Fid-3D24290&d=AwMBaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=pF93YEPyB-J_PERP4DUZOJDzFVX5ZQ57vQk33wu0vio&m=SSK6kYlPy8iS6s7y7VAOdPoTcBRFizSvpxQUr2Pjocs&s=YRGkHGJ2hvUFTtIUZQhBWHNWh9kS2Z2YhEI2qT9FRV4&e=">24290</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[powerpc-ubuntu] error in building/installing llvm 3.7 with "--enable-optimized"
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>new-bugs
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>3.7
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Windows NT
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>new bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>kanagak86@yahoo.ca
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvmbugs@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>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</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>