* No /etc/mtab file, creating one temporarily >>> Unpacking source... >>> Unpacking e2fsprogs-1.41.3.tar.gz to /var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work * Applying e2fsprogs-1.38-tests-locale.patch ...  [ ok ] * Applying e2fsprogs-1.41.2-makefile.patch ...  [ ok ] * Applying e2fsprogs-1.40-fbsd.patch ...  [ ok ] * Applying e2fsprogs-1.41.3-tune2fs-opt.patch ...  [ ok ] >>> Source unpacked in /var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work >>> Compiling source in /var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3 ... * econf: updating e2fsprogs-1.41.3/config/config.guess with /usr/share/gnuconfig/config.guess * econf: updating e2fsprogs-1.41.3/config/config.sub with /usr/share/gnuconfig/config.sub ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --bindir=/bin --sbindir=/sbin --enable-elf-shlibs --with-ldopts=-Wl,-O1,--as-needed,--hash-style=gnu,--sort-common --enable-tls --without-included-gettext --enable-nls --enable-fsck Generating configuration file for e2fsprogs version 1.41.3 Release date is October, 2008 checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu CC defaults to x86_64-pc-linux-gnu-gcc checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E LD defaults to x86_64-pc-linux-gnu-gcc 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) LDFLAGS is -Wl,-O1,--as-needed,--hash-style=gnu,--sort-common 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 Enabling testio debugging by default Enabling debugfs support by default Enabling e2image support by default Enabling e2resize support by default Building fsck wrapper Building e2initrd helper by default Enabling thread local support 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... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/gmsgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-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... 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... yes checking whether we are using the GNU C Library 2.1 or newer... yes checking whether integer division by zero raises SIGFPE... yes 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... x86_64-pc-linux-gnu-gcc checking if the linker (x86_64-pc-linux-gnu-gcc) is GNU ld... no 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.3, 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... /sbin/ldconfig checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar checking for x86_64-pc-linux-gnu-ranlib... (cached) x86_64-pc-linux-gnu-ranlib checking for x86_64-pc-linux-gnu-strip... : checking for makeinfo... makeinfo checking for a BSD-compatible install... /usr/bin/install -c checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.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 semaphore.h usability... yes checking semaphore.h presence... yes checking for semaphore.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 stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking termio.h usability... yes checking termio.h presence... yes checking for termio.h... yes checking for unistd.h... (cached) yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.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 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 sys/disklabel.h usability... no checking sys/disklabel.h presence... no checking for sys/disklabel.h... no checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes 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/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/sockio.h usability... no checking sys/sockio.h presence... no checking for sys/sockio.h... no checking for sys/stat.h... (cached) yes checking sys/syscall.h usability... yes checking sys/syscall.h presence... yes checking for sys/syscall.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/types.h... (cached) yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.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 checking for short... yes checking size of short... 2 checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 8 checking for long long... (cached) yes checking size of long long... 8 checking whether byte ordering is bigendian... no 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 ftruncate64... 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 usleep... yes checking for nanosleep... yes checking for socket in -lsocket... no checking for dlopen in -ldl... yes checking for optreset... no checking for sem_init... no checking for sem_init in -lpthread... yes checking for unified diff option... -u Setting root_bindir to /bin Setting root_sbindir to /sbin Setting root_libdir to /usr/lib64 Setting root_sysconfdir to /etc 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 intl/Makefile config.status: creating po/Makefile.in config.status: executing default-1 commands config.status: creating po/POTFILES config.status: creating po/Makefile make -j3 COMPILE_ET=compile_et MK_CMDS=mk_cmds cd ./util ; make subst make[1]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/util' CC subst.c LD subst make[1]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/util' make[1]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3' 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 `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3' make[1]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3' 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 `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3' make[1]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3' 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 `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3' make[1]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/lib/et' SUBST compile_et make[1]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/lib/et' make[1]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/lib/ext2fs' SUBST ext2_err.et COMPILE_ET ext2_err.et make[1]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/lib/ext2fs' make libs make[1]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3' making all in lib/e2p make[2]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3' make[2]: `lib/ext2fs/ext2_types.h' is up to date. make[2]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3' make[2]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/lib/e2p' make[3]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/lib/e2p' MKDIR elfshared make[2]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3' make[2]: `lib/blkid/blkid_types.h' is up to date. make[2]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3' make[3]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/lib/e2p' CC feature.c make[2]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3' make[2]: `lib/uuid/uuid_types.h' is up to date. make[2]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3' make[2]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/lib/et' make[2]: `compile_et' is up to date. make[2]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/lib/et' CC fgetflags.c make[2]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/lib/ext2fs' make[2]: `ext2_err.h' is up to date. make[2]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/lib/ext2fs' CC fsetflags.c CC fgetversion.c CC fsetversion.c CC getflags.c CC getversion.c CC hashstr.c CC iod.c CC ls.c CC mntopts.c CC parse_num.c CC pe.c CC pf.c CC ps.c CC setflags.c CC setversion.c CC uuid.c CC ostype.c CC percent.c GEN_LIB libe2p.a GEN_ELF_SOLIB libe2p.so.2.3 make[2]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/lib/e2p' making all in lib/ext2fs make[2]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/lib/ext2fs' make[3]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/lib/ext2fs' MKDIR elfshared make[3]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/lib/ext2fs' CC bb_compat.c CC fileio.c CC inode_io.c CC namei.c CC write_bb_file.c CC dupfs.c CC imager.c CC test_io.c CC ext2_err.c CC alloc.c CC alloc_sb.c CC alloc_stats.c CC alloc_tables.c CC badblocks.c CC bb_inode.c CC bitmaps.c CC bitops.c CC block.c CC bmap.c CC check_desc.c CC closefs.c CC crc16.c CC csum.c CC dblist.c CC dblist_dir.c CC dirblock.c CC dirhash.c CC dir_iterate.c CC expanddir.c CC ext_attr.c CC extent.c CC finddev.c CC flushb.c CC freefs.c CC gen_bitmap.c CC get_pathname.c CC getsize.c CC getsectsize.c CC i_block.c CC icount.c CC ind_block.c CC initialize.c CC inline.c CC inode.c CC io_manager.c CC ismounted.c CC link.c CC llseek.c CC lookup.c CC mkdir.c CC mkjournal.c CC native.c CC newdir.c CC openfs.c CC read_bb.c CC read_bb_file.c CC res_gdt.c CC rw_bitmaps.c CC swapfs.c CC tdb.c CC undo_io.c CC unix_io.c CC unlink.c CC valid_blk.c CC version.c GEN_LIB libext2fs.a GEN_ELF_SOLIB libext2fs.so.2.4 make[2]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/lib/ext2fs' making all in intl make[2]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/intl' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/intl' make[1]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3' make progs make[1]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3' making all in lib/e2p make[2]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/lib/e2p' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/lib/e2p' making all in lib/ext2fs make[2]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3' make[2]: `lib/ext2fs/ext2_types.h' is up to date. make[2]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3' make[2]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/lib/ext2fs' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/lib/ext2fs' making all in intl make[2]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/intl' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/intl' making all in e2fsck make[2]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3' make[2]: `lib/blkid/blkid_types.h' is up to date. make[2]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3' make[2]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3' make[2]: `lib/uuid/uuid_types.h' is up to date. make[2]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3' make[2]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/e2fsck' COMPILE_ET prof_err.et CC gen_crc32table make[2]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/lib/et' make[2]: `compile_et' is up to date. make[2]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/lib/et' make[2]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/lib/ext2fs' make[2]: `ext2_err.h' is up to date. make[2]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/lib/ext2fs' CC dict.c COMPILE_ET prof_err.et SUBST e2fsck.8 SUBST e2fsck.conf.5 GEN32TABLE crc32table.h CC unix.c CC e2fsck.c CC super.c CC pass1.c CC pass1b.c CC pass2.c CC pass3.c CC pass4.c CC pass5.c CC journal.c CC badblocks.c CC util.c CC dirinfo.c CC dx_dirinfo.c CC ehandler.c CC problem.c CC message.c CC recovery.c CC region.c CC revoke.c CC ea_refcount.c CC rehash.c CC profile.c CC prof_err.c CC crc32.c LD e2fsck make[2]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/e2fsck' making all in debugfs make[2]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/debugfs' MK_CMDS debug_cmds.c CC debugfs.c CC util.c CC ncheck.c CC icheck.c CC ls.c CC lsdel.c CC dump.c CC set_fields.c CC logdump.c CC htree.c CC unused.c SUBST debugfs.8 CC debug_cmds.c LD debugfs make[2]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/debugfs' making all in misc make[2]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/misc' COMPILE_ET prof_err.et CC util.c COMPILE_ET prof_err.et PROFILE_TO_C mke2fs.conf CC badblocks.c CC tune2fs.c CC dumpe2fs.c CC blkid.c CC logsave.c CC e2image.c CC fsck.c CC base_device.c CC ismounted.c CC e2undo.c CC chattr.c CC lsattr.c CC uuidgen.c CC mklost+found.c CC filefrag.c SUBST tune2fs.8 CC uuidd.c SUBST mklost+found.8 SUBST mke2fs.8 SUBST dumpe2fs.8 SUBST badblocks.8 SUBST e2label.8 SUBST findfs.8 SUBST blkid.8 SUBST e2image.8 SUBST logsave.8 SUBST filefrag.8 SUBST e2undo.8 SUBST uuidd.8 SUBST fsck.8 SUBST chattr.1 SUBST lsattr.1 SUBST uuidgen.1 SUBST mke2fs.conf.5 CC e2initrd_helper.c CC mke2fs.c CC ../e2fsck/profile.c CC prof_err.c CC default_profile.c LD badblocks LD tune2fs LD dumpe2fs LD blkid LD logsave LD e2image LD fsck LD e2undo LD chattr LD lsattr LD uuidgen LD mklost+found LD filefrag LD uuidd LD e2initrd_helper LD mke2fs make[2]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/misc' making all in resize make[2]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/resize' CC extent.c CC resize2fs.c CC main.c CC online.c CC sim_progress.c CC test_extent.c SUBST resize2fs.8 LD test_extent LD resize2fs make[2]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/resize' making all in tests/progs make[2]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/tests/progs' CC test_icount.c MK_CMDS test_icount_cmds.c CC test_icount_cmds.c LD test_icount make[2]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/tests/progs' making all in po make[2]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/po' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/po' make[1]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3' make docs make[1]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3' make[1]: [docs] Error 1 (ignored) make[1]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3' >>> Source compiled. >>> Test phase [not enabled]: sys-fs/e2fsprogs-1.41.3-r1 >>> Install e2fsprogs-1.41.3-r1 into /var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/image/ category sys-fs make -j3 DESTDIR=/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/image/ install making all in lib/e2p make[1]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3' make[1]: `lib/ext2fs/ext2_types.h' is up to date. make[1]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3' making install-shlibs in lib/e2p make[1]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3' make[1]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/lib/e2p' MKINSTALLDIRS /usr/lib64 /usr/lib64 make[1]: `lib/blkid/blkid_types.h' is up to date. make[1]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3' make[1]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/lib/e2p' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/lib/e2p' mkdir /var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/image/usr mkdir /var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/image/usr/lib64 INSTALL-ELF-LIB /usr/lib64/libe2p.so.2.3 SYMLINK /usr/lib64/libe2p.so.2 make[1]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3' make[1]: `lib/uuid/uuid_types.h' is up to date. make[1]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3' SYMLINK /usr/lib64/libe2p.so make[1]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/lib/et' make[1]: `compile_et' is up to date. make[1]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/lib/et' making all in lib/ext2fs make[1]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/lib/ext2fs' make[1]: `ext2_err.h' is up to date. make[1]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/lib/ext2fs' make[1]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/lib/ext2fs' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/lib/ext2fs' LDCONFIG making all in intl make: [install-doc-libs] Error 1 (ignored) make[1]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/intl' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/intl' making install in e2fsck make[1]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/e2fsck' ACCESS DENIED open_wr: /etc/ld.so.cache~ make[1]: [install-shlibs] Error 1 (ignored) MKINSTALLDIRS /sbin /usr/share/man/man8 making install-shlibs in lib/ext2fs make[1]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/lib/ext2fs' mkdir /var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/image/sbin MKINSTALLDIRS /usr/lib64 /usr/lib64 mkdir /var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/image/usr/share mkdir /var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/image/usr/share/man mkdir /var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/image/usr/share/man/man8 mkdir /var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/image/usr/share/man/man5 INSTALL /sbin/e2fsck LINK /sbin/fsck.ext2 INSTALL-ELF-LIB /usr/lib64/libext2fs.so.2.4 LINK /sbin/fsck.ext3 LINK /sbin/fsck.ext4 SYMLINK /usr/lib64/libext2fs.so.2 LINK /sbin/fsck.ext4dev SYMLINK /usr/lib64/libext2fs.so LDCONFIG INSTALL_DATA /usr/share/man/man8/e2fsck.8 INSTALL_DATA /usr/share/man/man5/e2fsck.conf.5 ACCESS DENIED open_wr: /etc/ld.so.cache~ make[1]: [install-shlibs] Error 1 (ignored) LINK /usr/share/man/man8/fsck.ext2.8 LINK /usr/share/man/man8/fsck.ext3.8 LINK /usr/share/man/man8/fsck.ext4.8 LINK /usr/share/man/man8/fsck.ext4.8 make[1]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/e2fsck' making install in debugfs making install-shlibs in intl make[1]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/intl' make[1]: Nothing to be done for `install-shlibs'. make[1]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/intl' make[1]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/debugfs' MKINSTALLDIRS /sbin /usr/share/man/man8 INSTALL /sbin/debugfs INSTALL_DATA /usr/share/man/man8/debugfs.8 make[1]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/debugfs' making install in misc make[1]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/misc' MKINSTALLDIRS /sbin /sbin /bin /usr/share/man/man1 /usr/share/man/man8 /usr/lib64 /etc mkdir /var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/image/bin mkdir /var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/image/usr/share/man/man1 mkdir /var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/image/etc INSTALL /sbin/mke2fs INSTALL /sbin/badblocks INSTALL /sbin/tune2fs INSTALL /sbin/dumpe2fs INSTALL /sbin/blkid INSTALL /sbin/logsave INSTALL /sbin/e2image INSTALL /sbin/fsck INSTALL /sbin/e2undo INSTALL /sbin/mklost+found INSTALL /sbin/filefrag INSTALL /sbin/uuidd LINK /sbin/mkfs.ext2 LINK /sbin/mkfs.ext3 LINK /sbin/mkfs.ext4 LINK /sbin/mkfs.ext4dev LINK /sbin/e2label LINK /sbin/findfs INSTALL /bin/chattr INSTALL /bin/lsattr INSTALL /bin/uuidgen INSTALL /usr/lib64/e2initrd_helper INSTALL_DATA /usr/share/man/man8/tune2fs.8 INSTALL_DATA /usr/share/man/man8/mklost+found.8 INSTALL_DATA /usr/share/man/man8/mke2fs.8 INSTALL_DATA /usr/share/man/man8/dumpe2fs.8 INSTALL_DATA /usr/share/man/man8/badblocks.8 INSTALL_DATA /usr/share/man/man8/e2label.8 INSTALL_DATA /usr/share/man/man8/findfs.8 INSTALL_DATA /usr/share/man/man8/blkid.8 INSTALL_DATA /usr/share/man/man8/e2image.8 INSTALL_DATA /usr/share/man/man8/logsave.8 INSTALL_DATA /usr/share/man/man8/filefrag.8 INSTALL_DATA /usr/share/man/man8/e2undo.8 INSTALL_DATA /usr/share/man/man8/uuidd.8 INSTALL_DATA /usr/share/man/man8/fsck.8 LINK mkfs.ext2.8 LINK mkfs.ext3.8 LINK mkfs.ext4.8 LINK mkfs.ext4dev.8 INSTALL_DATA /usr/share/man/man1/chattr.1 INSTALL_DATA /usr/share/man/man1/lsattr.1 INSTALL_DATA /usr/share/man/man1/uuidgen.1 INSTALL_DATA /usr/share/man/man5/mke2fs.conf.5 INSTALL_DATA /etc/mke2fs.conf make[1]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/misc' making install in resize make[1]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/resize' MKINSTALLDIRS /sbin /usr/share/man/man8 INSTALL /sbin/resize2fs INSTALL_DATA /usr/share/man/man8/resize2fs.8 make[1]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/resize' making install in tests/progs make[1]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/tests/progs' make[1]: Nothing to be done for `install'. make[1]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/tests/progs' making install in po make[1]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/po' /bin/sh ../config/mkinstalldirs /var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/image//usr/share mkdir /var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/image/usr/share/locale mkdir /var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/image/usr/share/locale/es mkdir /var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/image/usr/share/locale/es/LC_MESSAGES installing es.gmo as /var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/image//usr/share/locale/es/LC_MESSAGES/e2fsprogs.mo if test "e2fsprogs" = "gettext-tools"; then \ /bin/sh ../config/mkinstalldirs /var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/image//usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /usr/bin/install -c -m 644 ./$file \ /var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/image//usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/image//usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[1]: Leaving directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/po' if test ! -d e2fsck && test ! -d debugfs && test ! -d misc && test ! -d ext2ed ; then make install-libs ; fi make -j3 DESTDIR=/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/image/ install-libs making install in lib/e2p make[1]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/lib/e2p' MKINSTALLDIRS /usr/lib64 /usr/lib64 INSTALL-ELF-LIB /usr/lib64/libe2p.so.2.3 SYMLINK /usr/lib64/libe2p.so.2 SYMLINK /usr/lib64/libe2p.so MKINSTALLDIRS /usr/lib64 /usr/include/e2p LDCONFIG mkdir /var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/image/usr/include mkdir /var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/image/usr/include/e2p mkdir /var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/image/usr/lib64/pkgconfig ACCESS DENIED open_wr: /etc/ld.so.cache~ make[1]: [install] Error 137 (ignored) INSTALL_DATA /usr/lib64/libe2p.a INSTALL_DATA /usr/include/e2p/e2p.h INSTALL_DATA /usr/lib64/pkgconfig/e2p.pc making install in lib/ext2fs make[1]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/lib/ext2fs' MKINSTALLDIRS /usr/lib64 /usr/lib64 INSTALL-ELF-LIB /usr/lib64/libext2fs.so.2.4 MKINSTALLDIRS /usr/lib64 /usr/include/ext2fs SYMLINK /usr/lib64/libext2fs.so.2 SYMLINK /usr/lib64/libext2fs.so mkdir /var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/image/usr/include/ext2fs LDCONFIG ACCESS DENIED open_wr: /etc/ld.so.cache~ make[1]: [install] Error 137 (ignored) INSTALL_DATA /usr/lib64/libext2fs.a INSTALL_DATA /usr/include/ext2fs/bitops.h INSTALL_DATA /usr/include/ext2fs/ext2fs.h INSTALL_DATA /usr/include/ext2fs/ext2_io.h INSTALL_DATA /usr/include/ext2fs/ext2_fs.h INSTALL_DATA /usr/include/ext2fs/ext2_ext_attr.h INSTALL_DATA /usr/include/ext2fs/ext3_extents.h INSTALL_DATA /usr/include/ext2fs/tdb.h INSTALL_DATA /usr/include/ext2fs/ext2_err.h INSTALL_DATA /usr/include/ext2fs/ext2_types.h INSTALL_DATA /usr/lib64/pkgconfig/ext2fs.pc making install in intl make[1]: Entering directory `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/intl' if test 'no' = yes; then \ test yes != no || /bin/sh ../config/mkinstalldirs /var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/image//usr/lib64; \ temp=/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/image//usr/lib64/t-charset.alias; \ dest=/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/image//usr/lib64/charset.alias; \ if test -f /var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/image//usr/lib64/charset.alias; then \ orig=/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/image//usr/lib64/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 /var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/image//usr/share/locale; \ test -f /var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/image//usr/share/locale/locale.alias \ && orig=/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/image//usr/share/locale/locale.alias \ || orig=./locale.alias; \ temp=/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/image//usr/share/locale/t-locale.alias; \ dest=/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/image//usr/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 `/var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/work/e2fsprogs-1.41.3/intl' >>> Completed installing e2fsprogs-1.41.3-r1 into /var/tmp/portage/sys-fs/e2fsprogs-1.41.3-r1/image/ --------------------------- ACCESS VIOLATION SUMMARY --------------------------- LOG FILE "/var/log/sandbox/sandbox-3144.log" VERSION 1.0 FORMAT: F - Function called FORMAT: S - Access Status FORMAT: P - Path as passed to function FORMAT: A - Absolute Path (not canonical) FORMAT: R - Canonical Path FORMAT: C - Command Line F: open_wr S: deny P: /etc/ld.so.cache~ A: /etc/ld.so.cache~ R: /etc/ld.so.cache~ C: /sbin/ldconfig F: open_wr S: deny P: /etc/ld.so.cache~ A: /etc/ld.so.cache~ R: /etc/ld.so.cache~ C: /sbin/ldconfig F: open_wr S: deny P: /etc/ld.so.cache~ A: /etc/ld.so.cache~ R: /etc/ld.so.cache~ C: /sbin/ldconfig F: open_wr S: deny P: /etc/ld.so.cache~ A: /etc/ld.so.cache~ R: /etc/ld.so.cache~ C: /sbin/ldconfig --------------------------------------------------------------------------------