On Feb 18, 2014, at 9:52 AM, Bruce Dubbs wrote: >> I got below message when I build kmod without "--disable-manpages". >> checking for xsltproc... no >> configure: error: xsltproc command not found, try ./configure -- >> disable-manpages > > Yes, me too. Will revert, but will also have to install man pages > explicitly. > > -- Bruce
I was checking our CLFS install and KMOD 16 installs man pages regardless if you use --disable-manpages. I verified it and the man- pages are there. Chris Staub and both I notice this. I verified it twice because I have jhalfs builds which build libxml2 and xsltproc before kmod, and I have default clfs builds and the default clfs builds have been installing the man pages. Please double check your installed files logs. for KMOD: ./configure --prefix=/usr \ --bindir=/bin --sysconfdir=/etc \ --with-rootlibdir=/lib --disable-manpages \ --with-zlib --with-xz make make -j1 install make -C man install ln -sfv kmod /bin/lsmod ln -sfv ../bin/kmod /sbin/depmod ln -sfv ../bin/kmod /sbin/insmod ln -sfv ../bin/kmod /sbin/modprobe ln -sfv ../bin/kmod /sbin/modinfo ln -sfv ../bin/kmod /sbin/rmmod Installed files: /usr/share/man/man5/depmod.d.5 3968 root:root 644 /usr/share/man/man5/modprobe.d.5 8058 root:root 644 /usr/share/man/man5/modules.dep.5 2493 root:root 644 /usr/share/man/man5/modules.dep.bin.5 18 root:root 644 /usr/share/man/man8/depmod.8 6396 root:root 644 /usr/share/man/man8/insmod.8 2148 root:root 644 /usr/share/man/man8/lsmod.8 1837 root:root 644 /usr/share/man/man8/modinfo.8 4006 root:root 644 /usr/share/man/man8/modprobe.8 10615 root:root 644 /usr/share/man/man8/rmmod.8 3055 root:root 644 SIncerely, William Harrington -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page