You could try building the kmod package with something like:

tmpdir=$(mktemp -d)
pushd $tmpdir
yumdownloader --source VirtualBox-kmod
sudo yum-builddep VirtualBox-kmod
rpmbuild --rebuild VirtualBox-kmod*
popd
rm -rf $tmpdir


On Fri, Mar 1, 2013 at 1:43 PM, Ed Greshko <ed.gres...@greshko.com> wrote:

> On 03/01/13 18:52, Joachim Backes wrote:
> > I tried, but there are too much dependencies in F18 :-(
>
> And there are no logs for the attempt to build the modules?
>
> 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?
>
>
> --
> test mailing list
> test@lists.fedoraproject.org
> To unsubscribe:
> https://admin.fedoraproject.org/mailman/listinfo/test
>
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Reply via email to