<div dir="ltr"><div><div>You could try building the kmod package with something like:<br></div><div><br>tmpdir=$(mktemp -d)<br>pushd $tmpdir<br></div>yumdownloader --source VirtualBox-kmod<br>sudo yum-builddep VirtualBox-kmod<br>
</div>rpmbuild --rebuild VirtualBox-kmod*<br><div><div>popd<br></div><div>rm -rf $tmpdir<br></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Mar 1, 2013 at 1:43 PM, Ed Greshko <span dir="ltr">&lt;<a href="mailto:Ed.Greshko@greshko.com" target="_blank">Ed.Greshko@greshko.com</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="im">On 03/01/13 18:52, Joachim Backes wrote:<br>
&gt; I tried, but there are too much dependencies in F18 :-(<br>
<br>
</div>And there are no logs for the attempt to build the modules?<br>
<br>
I gather you also tried creating /lib/modules/3.8.1-201.fc18.x86_64/extra  (there is no s at the end) to see if that my allow the build to complete?<br>
<br>
<br>--<br>
test mailing list<br>
<a href="mailto:test@lists.fedoraproject.org">test@lists.fedoraproject.org</a><br>
To unsubscribe:<br>
<a href="https://admin.fedoraproject.org/mailman/listinfo/test" target="_blank">https://admin.fedoraproject.org/mailman/listinfo/test</a><br></blockquote></div><br></div>