<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Feb 18, 2015 at 8:36 AM, Paul Howarth <span dir="ltr">&lt;<a href="mailto:paul@city-fan.org" target="_blank">paul@city-fan.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On 18/02/15 15:12, Dave Johansen wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I&#39;m running into an issue where odb won&#39;t build on rawhide (<br>
<a href="http://koji.fedoraproject.org/koji/taskinfo?taskID=8966447" target="_blank">http://koji.fedoraproject.org/<u></u>koji/taskinfo?taskID=8966447</a> ) and I need<br>
to be able to take a look at the config.log file but it&#39;s not available<br>
from the standard koji output.<br>
<br>
So what&#39;s the easiest way for me to get access to that file? Do I have<br>
to install rawhide in a virtual machine and do the build myself? Or is<br>
there a simpler way to get access to other outputs from a build?<br>
</blockquote>
<br></div></div>
Try something like this:<br>
<br>
%{configure} || { cat config.log ; exit 1 }<br>
<br>
The config.log content would then appear in build.log<span class="HOEnZb"><font color="#888888"></font></span><br></blockquote></div><br></div><div class="gmail_extra">That&#39;s a nifty trick that I&#39;ll definitely keep in my back pocket.<br></div><div class="gmail_extra">Thanks,<br></div><div class="gmail_extra">Dave<br></div></div>