<div dir="ltr">Awesome. Thanks so much! I emailed them about shell access. Will try your suggestion concerning the -z defs flag.<div><br></div><div>Cheers,</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 30, 2015 at 3:49 PM, Orion Poplawski <span dir="ltr"><<a href="mailto:orion@cora.nwra.com" target="_blank">orion@cora.nwra.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 04/30/2015 11:56 AM, Gary Gatling wrote:<br>
> Has anyone been able to emulate a PPC system to run RHEL 6 in qemu? I had a<br>
> build for epel 6 that was failing:<br>
><br>
> <a href="https://koji.fedoraproject.org/koji/taskinfo?taskID=9590842" target="_blank">https://koji.fedoraproject.org/koji/taskinfo?taskID=9590842</a><br>
<br>
<br>
<br>
</span>Gary -<br>
<br>
<a href="https://fedoraproject.org/wiki/Architectures/PowerPC#PPC_Shell_access_for_debugging" target="_blank">https://fedoraproject.org/wiki/Architectures/PowerPC#PPC_Shell_access_for_debugging</a><br>
<br>
Also, fwiw - -z defs is a linker flag, so it should be doing -Wl,-z,defs<br>
It looks like perhaps newer gcc's accept that flag directly.<br>
<br>
So, tweak:<br>
<br>
VirtualGL-2.4/server/CMakeLists.txt:            LINK_FLAGS "-z defs<br>
${MAPFLAG}${CMAKE_CURRENT_BINARY_DIR}/faker-mapfile")<br>
VirtualGL-2.4/server/CMakeLists.txt:    set_target_properties(rrfaker<br>
PROPERTIES LINK_FLAGS "-z defs")<br>
VirtualGL-2.4/server/CMakeLists.txt:set_target_properties(gefaker PROPERTIES<br>
LINK_FLAGS "-z defs")<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
--<br>
Orion Poplawski<br>
Technical Manager                     <a href="tel:303-415-9701%20x222" value="+13034159701">303-415-9701 x222</a><br>
NWRA, Boulder/CoRA Office             FAX: <a href="tel:303-415-9702" value="+13034159702">303-415-9702</a><br>
3380 Mitchell Lane                       <a href="mailto:orion@nwra.com">orion@nwra.com</a><br>
Boulder, CO 80301                   <a href="http://www.nwra.com" target="_blank">http://www.nwra.com</a><br>
</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
rhelv6-list mailing list<br>
<a href="mailto:rhelv6-list@redhat.com">rhelv6-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/rhelv6-list" target="_blank">https://www.redhat.com/mailman/listinfo/rhelv6-list</a><br>
</div></div></blockquote></div><br></div>