clfs:/mnt/clfs/sources$ tar zxf e2fsprogs-1.40.4.tar.gz clfs:/mnt/clfs/sources$ cd e2fsprogs-1.40.4 clfs:/mnt/clfs/sources/e2fsprogs-1.40.4$ clfs:/mnt/clfs/sources/e2fsprogs-1.40.4$ mkdir -v build mkdir: created directory `build' clfs:/mnt/clfs/sources/e2fsprogs-1.40.4$ cd build clfs:/mnt/clfs/sources/e2fsprogs-1.40.4/build$ clfs:/mnt/clfs/sources/e2fsprogs-1.40.4/build$ CC="${CC} ${BUILD64}" ../configure --prefix=/tools \ > --enable-elf-shlibs --disable-evms --with-cc="${CC} ${BUILD64}" \ > --with-linker=${LD} --host=${CLFS_TARGET} configure: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used. ../configure: line 1902: dc: command not found Generating configuration file for e2fsprogs version 1.40.4 Release date is December, 2007 checking build system type... i686-pc-linux-gnu checking host system type... sparc64-unknown-linux-gnu CC=sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc checking for sparc64-unknown-linux-gnu-gcc... sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... yes checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc accepts -g... yes checking for sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc option to accept ISO C89... none needed checking how to run the C preprocessor... sparc64-unknown-linux-gnu-gcc -m64 -mcpu=ultrasparc -mtune=ultrasparc -E LD=sparc64-unknown-linux-gnu-ld 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 linux/fs.h usability... yes checking linux/fs.h presence... yes checking for linux/fs.h... yes checking for additional special compiler flags... (none) Disabling maintainer mode by default Disabling compression support by default Enabling htree directory support by default Enabling ELF shared libraries Disabling BSD shared libraries by default Disabling profiling libraries by default Disabling checker libraries by default Disabling journal debugging by default Disabling blkid debugging by default Disabling testio debugging by default Enabling swapfs support by default Enabling debugfs support by default Enabling e2image support by default Enabling e2resize support by default Building e2fsck statically by default Building fsck wrapper by default Building e2initrd helper by default Disabling device-mapper support by default Try using thread local support by default checking for thread local storage (TLS) class... __thread Building uuidd by default checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether NLS is requested... yes checking for msgfmt... no checking for gmsgfmt... : checking for xgettext... no checking for msgmerge... no checking for sparc64-unknown-linux-gnu-ranlib... sparc64-unknown-linux-gnu-ranlib checking for strerror in -lcposix... no checking for an ANSI C-conforming const... yes checking for signed... yes checking for inline... inline checking for off_t... yes checking for size_t... yes checking for long long... yes checking for long double... yes checking for wchar_t... yes checking for wint_t... yes checking for inttypes.h... yes checking for stdint.h... yes checking for intmax_t... yes checking whether printf() supports POSIX/XSI format strings... guessing yes checking for working alloca.h... yes checking for alloca... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... no checking whether we are using the GNU C Library 2.1 or newer... yes checking whether integer division by zero raises SIGFPE... guessing no checking for unsigned long long... yes checking for inttypes.h... yes checking whether the inttypes.h PRIxNN macros are broken... no checking for stdint.h... (cached) yes checking for SIZE_MAX... yes checking for stdint.h... (cached) yes checking for ld used by GCC... sparc64-unknown-linux-gnu-ld checking if the linker (sparc64-unknown-linux-gnu-ld) is GNU ld... yes checking for shared library run path origin... done checking for ptrdiff_t... yes checking argz.h usability... yes checking argz.h presence... yes checking for argz.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking nl_types.h usability... yes checking nl_types.h presence... yes checking for nl_types.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for asprintf... yes checking for fwprintf... yes checking for getcwd... yes checking for getegid... yes checking for geteuid... yes checking for getgid... yes checking for getuid... yes checking for mempcpy... yes checking for munmap... yes checking for putenv... yes checking for setenv... yes checking for setlocale... yes checking for snprintf... yes checking for stpcpy... yes checking for strcasecmp... yes checking for strdup... yes checking for strtoul... yes checking for tsearch... yes checking for wcslen... yes checking for __argz_count... yes checking for __argz_stringify... yes checking for __argz_next... yes checking for __fsetlocking... yes checking whether _snprintf is declared... no checking whether _snwprintf is declared... no checking whether feof_unlocked is declared... yes checking whether fgets_unlocked is declared... no checking whether getc_unlocked is declared... yes checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for nl_langinfo and CODESET... yes checking for LC_MESSAGES... yes checking for bison... bison checking version of bison... 2.4.1, ok checking whether NLS is requested... yes checking whether included gettext is requested... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc checking whether make sets $(MAKE)... (cached) yes checking for ln... /bin/ln checking whether ln -s works... yes checking for mv... /bin/mv checking for cp... /bin/cp checking for rm... /bin/rm checking for chmod... /bin/chmod checking for gawk... gawk checking for egrep... (cached) /bin/grep -E checking for sed... /bin/sed checking for perl... /usr/bin/perl checking for ldconfig... : checking for sparc64-unknown-linux-gnu-ar... sparc64-unknown-linux-gnu-ar checking for sparc64-unknown-linux-gnu-ranlib... (cached) sparc64-unknown-linux-gnu-ranlib checking for sparc64-unknown-linux-gnu-strip... sparc64-unknown-linux-gnu-strip checking for a BSD-compatible install... /usr/bin/install -c checking for gcc... gcc checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking for stdint.h... (cached) yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking for malloc.h... (cached) yes checking mntent.h usability... yes checking mntent.h presence... yes checking for mntent.h... yes checking paths.h usability... yes checking paths.h presence... yes checking for paths.h... yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking setjmp.h usability... yes checking setjmp.h presence... yes checking for setjmp.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking linux/fd.h usability... yes checking linux/fd.h presence... yes checking for linux/fd.h... yes checking linux/major.h usability... yes checking linux/major.h presence... yes checking for linux/major.h... yes checking sys/disklabel.h usability... no checking sys/disklabel.h presence... no checking for sys/disklabel.h... no checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking sys/prctl.h usability... yes checking sys/prctl.h presence... yes checking for sys/prctl.h... yes checking sys/queue.h usability... yes checking sys/queue.h presence... yes checking for sys/queue.h... yes checking sys/sockio.h usability... no checking sys/sockio.h presence... no checking for sys/sockio.h... no checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/sysmacros.h usability... yes checking sys/sysmacros.h presence... yes checking for sys/sysmacros.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/syscall.h usability... yes checking sys/syscall.h presence... yes checking for sys/syscall.h... yes checking net/if_dl.h usability... no checking net/if_dl.h presence... no checking for net/if_dl.h... no checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking for sys/disk.h... no checking for sys/mount.h... yes checking for net/if.h... yes checking for vprintf... yes checking for _doprnt... no checking for struct dirent.d_reclen... yes checking for ssize_t... yes checking whether llseek is declared... no checking whether lseek64 is declared... yes configure: WARNING: Cross-compiling, so cannot check type sizes; assuming short=2, int=4, long=4, long long=8 checking for short... yes checking size of short... (cached) 2 checking for int... yes checking size of int... (cached) 4 checking for long... yes checking size of long... (cached) 4 checking for long long... (cached) yes checking size of long long... (cached) 8 checking whether byte ordering is bigendian... yes Sizeof(__U64__TYPEDEF) is 4 should be 8 Problem detected with asm_types.h checking for inttypes.h... (cached) yes checking for intptr_t... yes checking whether struct stat has a st_flags field... no checking for struct sockaddr.sa_len... no checking for chflags... no checking for getrusage... yes checking for llseek... yes checking for lseek64... yes checking for open64... yes checking for fstat64... yes checking for getmntinfo... no checking for strtoull... yes checking for strcasecmp... (cached) yes checking for srandom... yes checking for jrand48... yes checking for fchown... yes checking for mallinfo... yes checking for fdatasync... yes checking for strnlen... yes checking for strptime... yes checking for strdup... (cached) yes checking for sysconf... yes checking for pathconf... yes checking for posix_memalign... yes checking for memalign... yes checking for valloc... yes checking for __secure_getenv... yes checking for prctl... yes checking for mmap... yes checking for utime... yes checking for setresuid... yes checking for setresgid... yes checking for socket in -lsocket... no checking for dlopen in -ldl... yes checking for optreset... no checking for unified diff option... -u checking whether linker accepts -static... yes configure: creating ./config.status config.status: creating MCONFIG config.status: creating Makefile config.status: creating e2fsprogs.spec config.status: creating util/Makefile config.status: creating util/subst.conf config.status: creating util/gen-tarball config.status: creating lib/et/Makefile config.status: creating lib/ss/Makefile config.status: creating lib/e2p/Makefile config.status: creating lib/ext2fs/Makefile config.status: creating lib/ext2fs/ext2_types.h config.status: creating lib/uuid/Makefile config.status: creating lib/uuid/uuid_types.h config.status: creating lib/blkid/Makefile config.status: creating lib/blkid/blkid_types.h config.status: creating lib/ss/ss.pc config.status: creating lib/uuid/uuid.pc config.status: creating lib/et/com_err.pc config.status: creating lib/e2p/e2p.pc config.status: creating lib/blkid/blkid.pc config.status: creating lib/ext2fs/ext2fs.pc config.status: creating misc/Makefile config.status: creating ext2ed/Makefile config.status: creating e2fsck/Makefile config.status: creating debugfs/Makefile config.status: creating tests/Makefile config.status: creating tests/progs/Makefile config.status: creating resize/Makefile config.status: creating doc/Makefile config.status: creating intl/Makefile config.status: creating po/Makefile.in config.status: executing default-1 commands config.status: creating po/POTFILES config.status: creating po/Makefile clfs:/mnt/clfs/sources/e2fsprogs-1.40.4/build$ clfs:/mnt/clfs/sources/e2fsprogs-1.40.4/build$ make libs make[1]: Entering directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build' cd ./util ; make subst make[2]: Entering directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build/util' CC ../../util/subst.c LD subst make[2]: Leaving directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build/util' cd .; CONFIG_FILES=./lib/ext2fs/ext2_types.h ./config.status config.status: creating ./lib/ext2fs/ext2_types.h config.status: executing default-1 commands make[1]: Leaving directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build' make[1]: Entering directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build' cd .; CONFIG_FILES=./lib/blkid/blkid_types.h ./config.status config.status: creating ./lib/blkid/blkid_types.h config.status: executing default-1 commands make[1]: Leaving directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build' make[1]: Entering directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build' cd .; CONFIG_FILES=./lib/uuid/uuid_types.h ./config.status config.status: creating ./lib/uuid/uuid_types.h config.status: executing default-1 commands make[1]: Leaving directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build' making all in lib/et make[1]: Entering directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build/lib/et' SUBST compile_et make[2]: Entering directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build/lib/et' MKDIR elfshared make[2]: Leaving directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build/lib/et' CC ../../../lib/et/error_message.c CC ../../../lib/et/et_name.c CC ../../../lib/et/init_et.c CC ../../../lib/et/com_err.c CC ../../../lib/et/com_right.c GEN_LIB libcom_err.a GEN_ELF_SOLIB libcom_err.so.2.1 make[1]: Leaving directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build/lib/et' making all in lib/ss make[1]: Entering directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build/lib/ss' SUBST mk_cmds make[2]: Entering directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build/lib/ss' MKDIR elfshared make[2]: Leaving directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build/lib/ss' COMPILE_ET ss_err.et CC ss_err.c MK_CMDS std_rqs.c CC std_rqs.c CC ../../../lib/ss/invocation.c CC ../../../lib/ss/help.c CC ../../../lib/ss/execute_cmd.c CC ../../../lib/ss/listen.c CC ../../../lib/ss/parse.c CC ../../../lib/ss/error.c CC ../../../lib/ss/prompt.c CC ../../../lib/ss/request_tbl.c CC ../../../lib/ss/list_rqs.c CC ../../../lib/ss/pager.c CC ../../../lib/ss/requests.c CC ../../../lib/ss/data.c CC ../../../lib/ss/get_readline.c GEN_LIB libss.a GEN_ELF_SOLIB libss.so.2.0 make[1]: Leaving directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build/lib/ss' making all in lib/e2p make[1]: Entering directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build/lib/e2p' make[2]: Entering directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build/lib/e2p' MKDIR elfshared make[2]: Leaving directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build/lib/e2p' CC ../../../lib/e2p/feature.c CC ../../../lib/e2p/fgetflags.c CC ../../../lib/e2p/fsetflags.c CC ../../../lib/e2p/fgetversion.c CC ../../../lib/e2p/fsetversion.c CC ../../../lib/e2p/getflags.c CC ../../../lib/e2p/getversion.c CC ../../../lib/e2p/hashstr.c CC ../../../lib/e2p/iod.c CC ../../../lib/e2p/ls.c CC ../../../lib/e2p/mntopts.c CC ../../../lib/e2p/parse_num.c CC ../../../lib/e2p/pe.c CC ../../../lib/e2p/pf.c CC ../../../lib/e2p/ps.c CC ../../../lib/e2p/setflags.c CC ../../../lib/e2p/setversion.c CC ../../../lib/e2p/uuid.c CC ../../../lib/e2p/ostype.c CC ../../../lib/e2p/percent.c GEN_LIB libe2p.a GEN_ELF_SOLIB libe2p.so.2.3 make[1]: Leaving directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build/lib/e2p' making all in lib/ext2fs make[1]: Entering directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build/lib/ext2fs' make[2]: Entering directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build/lib/ext2fs' MKDIR elfshared make[2]: Leaving directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build/lib/ext2fs' SUBST ext2_err.et COMPILE_ET ext2_err.et CC ../../../lib/ext2fs/bb_compat.c CC ../../../lib/ext2fs/cmp_bitmaps.c CC ../../../lib/ext2fs/fileio.c CC ../../../lib/ext2fs/inode_io.c CC ../../../lib/ext2fs/namei.c CC ../../../lib/ext2fs/write_bb_file.c CC ../../../lib/ext2fs/rs_bitmap.c CC ../../../lib/ext2fs/dupfs.c CC ../../../lib/ext2fs/test_io.c CC ../../../lib/ext2fs/imager.c CC ext2_err.c CC ../../../lib/ext2fs/alloc.c CC ../../../lib/ext2fs/alloc_sb.c CC ../../../lib/ext2fs/alloc_stats.c CC ../../../lib/ext2fs/alloc_tables.c CC ../../../lib/ext2fs/badblocks.c CC ../../../lib/ext2fs/bb_inode.c CC ../../../lib/ext2fs/bitmaps.c CC ../../../lib/ext2fs/bitops.c CC ../../../lib/ext2fs/block.c CC ../../../lib/ext2fs/bmap.c CC ../../../lib/ext2fs/check_desc.c CC ../../../lib/ext2fs/closefs.c CC ../../../lib/ext2fs/dblist.c CC ../../../lib/ext2fs/dblist_dir.c CC ../../../lib/ext2fs/dirblock.c CC ../../../lib/ext2fs/dirhash.c CC ../../../lib/ext2fs/dir_iterate.c CC ../../../lib/ext2fs/expanddir.c CC ../../../lib/ext2fs/ext_attr.c CC ../../../lib/ext2fs/finddev.c CC ../../../lib/ext2fs/flushb.c CC ../../../lib/ext2fs/freefs.c CC ../../../lib/ext2fs/gen_bitmap.c CC ../../../lib/ext2fs/get_pathname.c CC ../../../lib/ext2fs/getsize.c CC ../../../lib/ext2fs/getsectsize.c CC ../../../lib/ext2fs/icount.c CC ../../../lib/ext2fs/ind_block.c CC ../../../lib/ext2fs/initialize.c CC ../../../lib/ext2fs/inline.c CC ../../../lib/ext2fs/inode.c CC ../../../lib/ext2fs/io_manager.c CC ../../../lib/ext2fs/ismounted.c CC ../../../lib/ext2fs/link.c CC ../../../lib/ext2fs/llseek.c CC ../../../lib/ext2fs/lookup.c CC ../../../lib/ext2fs/mkdir.c CC ../../../lib/ext2fs/mkjournal.c CC ../../../lib/ext2fs/native.c CC ../../../lib/ext2fs/newdir.c CC ../../../lib/ext2fs/openfs.c CC ../../../lib/ext2fs/read_bb.c CC ../../../lib/ext2fs/read_bb_file.c CC ../../../lib/ext2fs/res_gdt.c CC ../../../lib/ext2fs/rw_bitmaps.c CC ../../../lib/ext2fs/swapfs.c CC ../../../lib/ext2fs/tdb.c CC ../../../lib/ext2fs/unix_io.c CC ../../../lib/ext2fs/unlink.c CC ../../../lib/ext2fs/valid_blk.c CC ../../../lib/ext2fs/version.c GEN_LIB libext2fs.a GEN_ELF_SOLIB libext2fs.so.2.4 make[1]: Leaving directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build/lib/ext2fs' making all in lib/uuid make[1]: Entering directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build/lib/uuid' make[2]: Entering directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build/lib/uuid' MKDIR elfshared make[2]: Leaving directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build/lib/uuid' CC ../../../lib/uuid/clear.c CC ../../../lib/uuid/compare.c CC ../../../lib/uuid/copy.c CC ../../../lib/uuid/gen_uuid.c CC ../../../lib/uuid/isnull.c CC ../../../lib/uuid/pack.c CC ../../../lib/uuid/parse.c CC ../../../lib/uuid/unpack.c CC ../../../lib/uuid/unparse.c CC ../../../lib/uuid/uuid_time.c GEN_LIB libuuid.a GEN_ELF_SOLIB libuuid.so.1.2 CC tst_uuid.o LD tst_uuid LD uuid_time SUBST uuid.3 SUBST uuid_clear.3 SUBST uuid_compare.3 SUBST uuid_copy.3 SUBST uuid_generate.3 SUBST uuid_is_null.3 SUBST uuid_parse.3 SUBST uuid_time.3 SUBST uuid_unparse.3 make[1]: Leaving directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build/lib/uuid' making all in lib/blkid make[1]: Entering directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build/lib/blkid' make[2]: Entering directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build/lib/blkid' MKDIR elfshared make[2]: Leaving directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build/lib/blkid' CC ../../../lib/blkid/cache.c CC ../../../lib/blkid/dev.c CC ../../../lib/blkid/devname.c CC ../../../lib/blkid/devno.c CC ../../../lib/blkid/getsize.c CC ../../../lib/blkid/llseek.c CC ../../../lib/blkid/probe.c CC ../../../lib/blkid/read.c CC ../../../lib/blkid/resolve.c CC ../../../lib/blkid/save.c CC ../../../lib/blkid/tag.c CC ../../../lib/blkid/version.c GEN_LIB libblkid.a GEN_ELF_SOLIB libblkid.so.1.0 SUBST libblkid.3 make[1]: Leaving directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build/lib/blkid' making all in intl make[1]: Entering directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build/intl' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build/intl' clfs:/mnt/clfs/sources/e2fsprogs-1.40.4/build$ clfs:/mnt/clfs/sources/e2fsprogs-1.40.4/build$ make install-libs making install in lib/et make[1]: Entering directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build/lib/et' MKINSTALLDIRS /tools/lib /tools/lib INSTALL-ELF-LIB /tools/lib/libcom_err.so.2.1 SYMLINK /tools/lib/libcom_err.so.2 SYMLINK /tools/lib/libcom_err.so LDCONFIG MKINSTALLDIRS /tools/lib /tools/include/et /tools/share/et /tools/bin /tools/share/man/man1 /tools/share/man/man3 mkdir /tools/include/et mkdir /tools/share/et mkdir /tools/lib/pkgconfig INSTALL_DATA /tools/lib/libcom_err.a INSTALL_DATA /tools/include/et/com_err.h INSTALL_DATA /tools/share/et/et_c.awk INSTALL_DATA /tools/share/et/et_h.awk INSTALL_SCRIPT /tools/bin/compile_et INSTALL_DATA /tools/share/man/man3/com_err.3 INSTALL_DATA /tools/share/man/man1/compile_et.1 INSTALL_DATA /tools/lib/pkgconfig/com_err.pc make[1]: Leaving directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build/lib/et' making install in lib/ss make[1]: Entering directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build/lib/ss' MKINSTALLDIRS /tools/lib /tools/lib INSTALL-ELF-LIB /tools/lib/libss.so.2.0 SYMLINK /tools/lib/libss.so.2 SYMLINK /tools/lib/libss.so LDCONFIG MKINSTALLDIRS /tools/lib /tools/include/ss /tools/share/ss /tools/bin mkdir /tools/include/ss mkdir /tools/share/ss INSTALL_DATA /tools/lib/libss.a INSTALL_DATA /tools/include/ss/ss.h INSTALL_DATA /tools/include/ss/ss_err.h INSTALL_DATA /tools/share/ss/ct_c.awk INSTALL_DATA /tools/share/ss/ct_c.sed INSTALL /tools/bin/mk_cmds INSTALL_DATA /tools/share/man/man1/mk_cmds.1 INSTALL_DATA /tools/lib/pkgconfig/ss.pc make[1]: Leaving directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build/lib/ss' making install in lib/e2p make[1]: Entering directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build/lib/e2p' MKINSTALLDIRS /tools/lib /tools/lib INSTALL-ELF-LIB /tools/lib/libe2p.so.2.3 SYMLINK /tools/lib/libe2p.so.2 SYMLINK /tools/lib/libe2p.so LDCONFIG MKINSTALLDIRS /tools/lib /tools/include/e2p mkdir /tools/include/e2p INSTALL_DATA /tools/lib/libe2p.a INSTALL_DATA /tools/include/e2p/e2p.h INSTALL_DATA /tools/lib/pkgconfig/e2p.pc make[1]: Leaving directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build/lib/e2p' making install in lib/ext2fs make[1]: Entering directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build/lib/ext2fs' MKINSTALLDIRS /tools/lib /tools/lib INSTALL-ELF-LIB /tools/lib/libext2fs.so.2.4 SYMLINK /tools/lib/libext2fs.so.2 SYMLINK /tools/lib/libext2fs.so LDCONFIG MKINSTALLDIRS /tools/lib /tools/include/ext2fs mkdir /tools/include/ext2fs INSTALL_DATA /tools/lib/libext2fs.a INSTALL_DATA /tools/include/ext2fs/bitops.h INSTALL_DATA /tools/include/ext2fs/ext2fs.h INSTALL_DATA /tools/include/ext2fs/ext2_io.h INSTALL_DATA /tools/include/ext2fs/ext2_fs.h INSTALL_DATA /tools/include/ext2fs/ext2_ext_attr.h INSTALL_DATA /tools/include/ext2fs/ext3_extents.h INSTALL_DATA /tools/include/ext2fs/tdb.h INSTALL_DATA /tools/include/ext2fs/ext2_err.h INSTALL_DATA /tools/include/ext2fs/ext2_types.h INSTALL_DATA /tools/lib/pkgconfig/ext2fs.pc make[1]: Leaving directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build/lib/ext2fs' making install in lib/uuid make[1]: Entering directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build/lib/uuid' MKINSTALLDIRS /tools/lib /tools/lib INSTALL-ELF-LIB /tools/lib/libuuid.so.1.2 SYMLINK /tools/lib/libuuid.so.1 SYMLINK /tools/lib/libuuid.so LDCONFIG MKINSTALLDIRS /tools/lib /tools/include/uuid /tools/share/man/man3 mkdir /tools/include/uuid INSTALL_DATA /tools/lib/libuuid.a INSTALL_DATA /tools/include/uuid/uuid.h INSTALL_DATA /tools/share/man/man3/uuid.3 INSTALL_DATA /tools/share/man/man3/uuid_clear.3 INSTALL_DATA /tools/share/man/man3/uuid_compare.3 INSTALL_DATA /tools/share/man/man3/uuid_copy.3 INSTALL_DATA /tools/share/man/man3/uuid_generate.3 INSTALL_DATA /tools/share/man/man3/uuid_is_null.3 INSTALL_DATA /tools/share/man/man3/uuid_parse.3 INSTALL_DATA /tools/share/man/man3/uuid_time.3 INSTALL_DATA /tools/share/man/man3/uuid_unparse.3 LINK /tools/share/man/man3/uuid_generate_random.3 LINK /tools/share/man/man3/uuid_generate_time.3 INSTALL_DATA /tools/lib/pkgconfig/uuid.pc make[1]: Leaving directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build/lib/uuid' making install in lib/blkid make[1]: Entering directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build/lib/blkid' MKINSTALLDIRS /tools/lib /tools/lib INSTALL-ELF-LIB /tools/lib/libblkid.so.1.0 SYMLINK /tools/lib/libblkid.so.1 SYMLINK /tools/lib/libblkid.so LDCONFIG MKINSTALLDIRS /tools/lib /tools/include/blkid mkdir /tools/include/blkid INSTALL_DATA /tools/lib/libblkid.a INSTALL_DATA /tools/include/blkid/blkid.h INSTALL_DATA /tools/include/blkid/blkid_types.h INSTALL_DATA /tools/share/man/man3/libblkid.3 INSTALL_DATA /tools/lib/pkgconfig/blkid.pc make[1]: Leaving directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build/lib/blkid' making install in intl make[1]: Entering directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build/intl' if test 'no' = yes; then \ test yes != no || /bin/sh ../../config/mkinstalldirs /tools/lib; \ temp=/tools/lib/t-charset.alias; \ dest=/tools/lib/charset.alias; \ if test -f /tools/lib/charset.alias; then \ orig=/tools/lib/charset.alias; \ sed -f ref-add.sed $orig > $temp; \ /usr/bin/install -c -m 644 $temp $dest; \ rm -f $temp; \ else \ if test yes = no; then \ orig=charset.alias; \ sed -f ref-add.sed $orig > $temp; \ /usr/bin/install -c -m 644 $temp $dest; \ rm -f $temp; \ fi; \ fi; \ /bin/sh ../../config/mkinstalldirs /tools/share/locale; \ test -f /tools/share/locale/locale.alias \ && orig=/tools/share/locale/locale.alias \ || orig=../../intl/locale.alias; \ temp=/tools/share/locale/t-locale.alias; \ dest=/tools/share/locale/locale.alias; \ sed -f ref-add.sed $orig > $temp; \ /usr/bin/install -c -m 644 $temp $dest; \ rm -f $temp; \ else \ : ; \ fi make[1]: Leaving directory `/mnt/clfs/sources/e2fsprogs-1.40.4/build/intl' clfs:/mnt/clfs/sources/e2fsprogs-1.40.4/build$