On Mon, Jan 25, 2010 at 10:52 AM, sisir kumar dash <[email protected]> wrote: > > Hi, > > I tried to recompile fedora 12 kernel.I followed the steps mentioned in > the link > http://fedoraproject.org/wiki/Building_a_custom_kernel. > > But in the 3rd step, of "get the source" when I executed > > su -c 'yum-builddep kernel-.src.rpm' > I am getting an error "asciidocs not installed".
The correct command will be su -c 'yum-builddep kernel-<version>.src.rpm' Replace the <version> with the version of your kernel. If you omit it, as you did here, naturally it won't work. (sigh!) -- Regards, Susmit. ============================================= http://www.fedoraproject.org/wiki/user:susmit ============================================= _______________________________________________ india mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/india
