William Harrington wrote:
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.
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.
The fact that you build libxml2 and xsltproc before kmod makes the
difference. Attached is my kmod build log from LFS-7.5-rc1. Notice
that the man pages are not installed.
-- Bruce
Sun Feb 16 22:01:33 CST 2014
KB: 1951428 /
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking how to create a pax tar archive... gnutar
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for gcc option to accept ISO C99... -std=gnu99
checking for gcc -std=gnu99 option to accept ISO Standard C... (cached)
-std=gnu99
checking how to run the C preprocessor... gcc -std=gnu99 -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether make supports nested variables... (cached) yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc -std=gnu99... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to
x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain
format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
checking if gcc -std=gnu99 static flag -static works... yes
checking if gcc -std=gnu99 supports -c -o file.o... yes
checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports
shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for gcc option to accept ISO C99... (cached) -std=gnu99
checking whether gcc -std=gnu99 needs -traditional... no
checking whether byte ordering is bigendian... no
checking for a sed that does not truncate output... (cached) /bin/sed
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for __xstat... yes
checking for __secure_getenv... no
checking for secure_getenv... yes
checking for finit_module... no
checking for struct stat.st_mtim... yes
checking for linux/module.h... no
checking whether _Static_assert() is supported... yes
checking for liblzma... yes
checking for zlib... yes
checking for xsltproc... no
checking for gtkdoc-check... no
checking for gtkdoc-rebase... no
checking for gtkdoc-mkpdf... no
checking whether to build gtk-doc documentation... no
checking if gcc -std=gnu99 supports flag -pipe in envvar CFLAGS... yes
checking if gcc -std=gnu99 supports flag -DANOTHER_BRICK_IN_THE in envvar
CFLAGS... yes
checking if gcc -std=gnu99 supports flag -Wall in envvar CFLAGS... yes
checking if gcc -std=gnu99 supports flag -W in envvar CFLAGS... yes
checking if gcc -std=gnu99 supports flag -Wextra in envvar CFLAGS... yes
checking if gcc -std=gnu99 supports flag -Wno-inline in envvar CFLAGS... yes
checking if gcc -std=gnu99 supports flag -Wvla in envvar CFLAGS... yes
checking if gcc -std=gnu99 supports flag -Wundef in envvar CFLAGS... yes
checking if gcc -std=gnu99 supports flag -Wformat=2 in envvar CFLAGS... yes
checking if gcc -std=gnu99 supports flag -Wlogical-op in envvar CFLAGS... yes
checking if gcc -std=gnu99 supports flag -Wsign-compare in envvar CFLAGS... yes
checking if gcc -std=gnu99 supports flag -Wformat-security in envvar CFLAGS...
no
checking if gcc -std=gnu99 supports flag -Wmissing-include-dirs in envvar
CFLAGS... yes
checking if gcc -std=gnu99 supports flag -Wformat-nonliteral in envvar
CFLAGS... no
checking if gcc -std=gnu99 supports flag -Wold-style-definition in envvar
CFLAGS... yes
checking if gcc -std=gnu99 supports flag -Wpointer-arith in envvar CFLAGS... yes
checking if gcc -std=gnu99 supports flag -Winit-self in envvar CFLAGS... yes
checking if gcc -std=gnu99 supports flag -Wdeclaration-after-statement in
envvar CFLAGS... yes
checking if gcc -std=gnu99 supports flag -Wfloat-equal in envvar CFLAGS... yes
checking if gcc -std=gnu99 supports flag -Wmissing-prototypes in envvar
CFLAGS... yes
checking if gcc -std=gnu99 supports flag -Wstrict-prototypes in envvar
CFLAGS... yes
checking if gcc -std=gnu99 supports flag -Wredundant-decls in envvar CFLAGS...
yes
checking if gcc -std=gnu99 supports flag -Wmissing-declarations in envvar
CFLAGS... yes
checking if gcc -std=gnu99 supports flag -Wmissing-noreturn in envvar CFLAGS...
yes
checking if gcc -std=gnu99 supports flag -Wshadow in envvar CFLAGS... yes
checking if gcc -std=gnu99 supports flag -Wendif-labels in envvar CFLAGS... yes
checking if gcc -std=gnu99 supports flag -Wstrict-aliasing=2 in envvar
CFLAGS... yes
checking if gcc -std=gnu99 supports flag -Wwrite-strings in envvar CFLAGS... yes
checking if gcc -std=gnu99 supports flag -Wno-long-long in envvar CFLAGS... yes
checking if gcc -std=gnu99 supports flag -Wno-overlength-strings in envvar
CFLAGS... yes
checking if gcc -std=gnu99 supports flag -Wno-unused-parameter in envvar
CFLAGS... yes
checking if gcc -std=gnu99 supports flag -Wno-missing-field-initializers in
envvar CFLAGS... yes
checking if gcc -std=gnu99 supports flag -Wno-unused-result in envvar CFLAGS...
yes
checking if gcc -std=gnu99 supports flag -Wnested-externs in envvar CFLAGS...
yes
checking if gcc -std=gnu99 supports flag -Wchar-subscripts in envvar CFLAGS...
yes
checking if gcc -std=gnu99 supports flag -Wtype-limits in envvar CFLAGS... yes
checking if gcc -std=gnu99 supports flag -Wuninitialized in envvar CFLAGS... yes
checking if gcc -std=gnu99 supports flag -fno-common in envvar CFLAGS... yes
checking if gcc -std=gnu99 supports flag -fdiagnostics-show-option in envvar
CFLAGS... yes
checking if gcc -std=gnu99 supports flag -fdiagnostics-color=auto in envvar
CFLAGS... no
checking if gcc -std=gnu99 supports flag -fvisibility=hidden in envvar
CFLAGS... yes
checking if gcc -std=gnu99 supports flag -ffunction-sections in envvar
CFLAGS... yes
checking if gcc -std=gnu99 supports flag -fdata-sections in envvar CFLAGS... yes
checking if gcc -std=gnu99 supports flag -Wl,--as-needed in envvar LDFLAGS...
yes
checking if gcc -std=gnu99 supports flag -Wl,--gc-sections in envvar LDFLAGS...
yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating man/Makefile
config.status: creating libkmod/docs/Makefile
config.status: creating libkmod/docs/version.xml
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
kmod 16
=======
prefix: /usr
sysconfdir: /etc
libdir: ${exec_prefix}/lib
rootlibdir: /lib
includedir: ${prefix}/include
bindir: /bin
Bash completions dir: ${datarootdir}/bash-completion/completions
compiler: gcc -std=gnu99
cflags: -pipe -DANOTHER_BRICK_IN_THE -Wall -W -Wextra
-Wno-inline -Wvla -Wundef -Wformat=2 -Wlogical-op -Wsign-compare
-Wmissing-include-dirs -Wold-style-definition -Wpointer-arith -Winit-self
-Wdeclaration-after-statement -Wfloat-equal -Wmissing-prototypes
-Wstrict-prototypes -Wredundant-decls -Wmissing-declarations -Wmissing-noreturn
-Wshadow -Wendif-labels -Wstrict-aliasing=2 -Wwrite-strings -Wno-long-long
-Wno-overlength-strings -Wno-unused-parameter -Wno-missing-field-initializers
-Wno-unused-result -Wnested-externs -Wchar-subscripts -Wtype-limits
-Wuninitialized -fno-common -fdiagnostics-show-option -fvisibility=hidden
-ffunction-sections -fdata-sections -g -O2
ldflags: -Wl,--as-needed -Wl,--gc-sections
tools: yes
logging: yes
compression: xz=yes zlib=yes
debug: no
doc: no
man: no
make[1]: Entering directory '/sources/kmod-16'
make --no-print-directory all-recursive
Making all in .
CC libkmod/libkmod.lo
CC libkmod/libkmod-list.lo
CC libkmod/libkmod-config.lo
CC libkmod/libkmod-index.lo
CC libkmod/libkmod-module.lo
CC libkmod/libkmod-file.lo
CC libkmod/libkmod-elf.lo
CC libkmod/libkmod-signature.lo
CC libkmod/libkmod-hash.lo
CC libkmod/libkmod-array.lo
CC libkmod/libkmod-util.lo
CCLD libkmod/libkmod-util.la
CCLD libkmod/libkmod.la
CCLD libkmod/libkmod-internal.la
CC tools/kmod.o
CC tools/lsmod.o
CC tools/rmmod.o
CC tools/insmod.o
CC tools/modinfo.o
CC tools/modprobe.o
CC tools/depmod.o
CC tools/log.o
CC tools/static-nodes.o
CCLD tools/kmod
GEN tools/insmod
GEN tools/rmmod
GEN tools/lsmod
GEN tools/modprobe
GEN tools/modinfo
GEN tools/depmod
GEN libkmod/libkmod.pc
Making all in libkmod/docs
make[3]: Nothing to be done for 'all'.
make[1]: Leaving directory '/sources/kmod-16'
make[1]: Entering directory '/sources/kmod-16'
Making install in .
/bin/mkdir -p '/usr/lib'
/bin/sh ./libtool --mode=install /usr/bin/install -c libkmod/libkmod.la
'/usr/lib'
libtool: install: /usr/bin/install -c libkmod/.libs/libkmod.so.2.2.6
/usr/lib/libkmod.so.2.2.6
libtool: install: (cd /usr/lib && { ln -s -f libkmod.so.2.2.6 libkmod.so.2 || {
rm -f libkmod.so.2 && ln -s libkmod.so.2.2.6 libkmod.so.2; }; })
libtool: install: (cd /usr/lib && { ln -s -f libkmod.so.2.2.6 libkmod.so || {
rm -f libkmod.so && ln -s libkmod.so.2.2.6 libkmod.so; }; })
libtool: install: /usr/bin/install -c libkmod/.libs/libkmod.lai
/usr/lib/libkmod.la
libtool: finish:
PATH="/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin:/usr/sbin:/sbin" ldconfig -n
/usr/lib
----------------------------------------------------------------------
Libraries have been installed in:
/usr/lib
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/mkdir -p '/bin'
/bin/sh ./libtool --mode=install /usr/bin/install -c tools/kmod '/bin'
libtool: install: /usr/bin/install -c tools/kmod /bin/kmod
make --no-print-directory install-exec-hook
if test "/usr/lib" != "/lib"; then \
/bin/mkdir -p /lib && \
so_img_name=$(readlink /usr/lib/libkmod.so) && \
so_img_rel_target_prefix=$(echo /usr/lib | sed
's,\(^/\|\)[^/][^/]*,..,g') && \
ln -sf $so_img_rel_target_prefix/lib/$so_img_name /usr/lib/libkmod.so
&& \
mv /usr/lib/libkmod.so.* /lib; \
fi
/bin/mkdir -p '/usr/share/bash-completion/completions'
/usr/bin/install -c -m 644 shell-completion/bash/kmod
'/usr/share/bash-completion/completions'
/bin/mkdir -p '/usr/include'
/usr/bin/install -c -m 644 libkmod/libkmod.h '/usr/include'
/bin/mkdir -p '/usr/lib/pkgconfig'
/usr/bin/install -c -m 644 libkmod/libkmod.pc '/usr/lib/pkgconfig'
Making install in libkmod/docs
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[1]: Leaving directory '/sources/kmod-16'
'/sbin/depmod' -> '../bin/kmod'
'/sbin/insmod' -> '../bin/kmod'
'/sbin/modinfo' -> '../bin/kmod'
'/sbin/modprobe' -> '../bin/kmod'
'/sbin/rmmod' -> '../bin/kmod'
'/bin/lsmod' -> 'kmod'
Totalseconds: 11
KB: 1986328 /
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page