<font size=2 face="sans-serif">Hi, </font>
<br>
<br><font size=2 face="sans-serif">I'm trying to build my own Koji server
and while playing I ran:<br>
<br>
 &nbsp; &nbsp;/usr/sbin/kojid --fg -v &nbsp;--debug-mock -d &nbsp;--force-lock</font>
<br>
<br>
<br><font size=2 face="sans-serif">--debug-mock uses the mock parameter
&quot;--debug&quot; . &nbsp; This parameter does not exist in the mock
version I'm running and then raises an error when</font>
<br><font size=2 face="sans-serif">building The closest parameter &nbsp;I
have found is &quot;--trace&quot;.<br>
<br>
This little patch for /usr/sbin/kojid &nbsp;may fix the problem:</font>
<br>
<br><font size=2 face="sans-serif">--- kojid.orig &nbsp; &nbsp; &nbsp;
&nbsp;2009-04-13 17:32:44.000000000 -0300</font>
<br><font size=2 face="sans-serif">+++ kojid &nbsp; &nbsp; &nbsp; &nbsp;2009-04-13
17:33:02.000000000 -0300</font>
<br><font size=2 face="sans-serif">@@ -375,7 +375,7 @@</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;mockpath
= getattr(options,&quot;mockpath&quot;,&quot;/usr/bin/mock&quot;)</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;cmd
= [mockpath, &quot;-r&quot;, self.mockcfg]</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if
options.debug_mock:</font>
<br><font size=2 face="sans-serif">- &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;cmd.append('--debug')</font>
<br><font size=2 face="sans-serif">+ &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;cmd.append('--trace')</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;cmd.extend(args)</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;self.logger.info('
'.join(cmd))</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;pid
= os.fork()</font>
<br>
<br>
<br>
<br><font size=2 face="sans-serif">Not sure if this is the right list to
send it. <br>
My versions on Fedora10:</font>
<br><font size=2 face="sans-serif">koji-builder-1.3.1-1.fc10.noarch</font>
<br><font size=2 face="sans-serif">mock-0.9.14-1.fc10.noarch</font>
<br>
<br>
<br><font size=2 face="sans-serif">Regards</font>
<br>
<br><font size=2 face="sans-serif">Rodrigo Trujillo</font>