<html>
<head>
<base href="http://llvm.org/bugs/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:hfinkel@anl.gov" title="Hal Finkel <hfinkel@anl.gov>"> <span class="fn">Hal Finkel</span></a>
</span> changed
<a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED WORKSFORME - trunk miscompiles vlc on powerpc64"
href="http://llvm.org/bugs/show_bug.cgi?id=18760">bug 18760</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Status</td>
<td>NEW
</td>
<td>RESOLVED
</td>
</tr>
<tr>
<td style="text-align:right;">Resolution</td>
<td>---
</td>
<td>WORKSFORME
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED WORKSFORME - trunk miscompiles vlc on powerpc64"
href="http://llvm.org/bugs/show_bug.cgi?id=18760#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED WORKSFORME - trunk miscompiles vlc on powerpc64"
href="http://llvm.org/bugs/show_bug.cgi?id=18760">bug 18760</a>
from <span class="vcard"><a class="email" href="mailto:hfinkel@anl.gov" title="Hal Finkel <hfinkel@anl.gov>"> <span class="fn">Hal Finkel</span></a>
</span></b>
<pre>Your configure command implied the availability of many libraries I don't have
on my ppc64 development system, and I suspect it would take me many hours just
to install them.
I was able to build with r223729:
./configure --enable-vlc --enable-altivec
CC=${HOME}/build/ppc64/llvm/Release+Asserts/bin/clang
CXX=${HOME}/build/ppc64/llvm/Release+Asserts/bin/clang++ --disable-lua
--disable-mad --disable-avcodec --disable-swscale --disable-a52 --disable-xcb
--disable-alsa --disable-libgcrypt
And, with this, the 'GEN ../modules/plugins.dat' stage completes without
error. As such, I'm going to assume this has now been fixed (I'm assuming that
whatever bug was causing the generation of the plugins.dat file to crash is not
particularly sensitive to the exact plugins enabled). If not, please help cut
down the number of configure dependencies and re-open this.</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>