>>> Unpacking source... >>> Unpacking coreutils-6.7.tar.bz2 to /var/tmp/portage/sys-apps/coreutils-6.7-r1/work >>> Unpacking coreutils-6.7-patches-1.1.tar.bz2 to /var/tmp/portage/sys-apps/coreutils-6.7-r1/work BusyBox v1.2.2 (2006.11.12-14:42+0000) multi-call binary Usage: find [PATH...] [EXPRESSION] Search for files in a directory hierarchy. The default PATH is the current directory; default EXPRESSION is '-print' EXPRESSION may consist of: -follow Dereference symbolic links -name PATTERN File name (leading directories removed) matches PATTERN -print Print (default and assumed) -print0 Delimit output with null characters rather than newlines -type X Filetype matches X (where X is one of: f,d,l,b,c,...) -perm PERMS Permissions match any of (+NNN); all of (-NNN); or exactly (NNN) -mtime DAYS Modified time is greater than (+N); less than (-N); or exactly (N) days -mmin MINS Modified time is greater than (+N); less than (-N); or exactly (N) minutes -newer FILE Modified time is more recent than FILE's -inum N File has inode number N -exec CMD Execute CMD with all instances of {} replaced by the files matching EXPRESSION * Applying ACL patches ... * 004_all_coreutils-acl-xattr.patch ...  [ ok ] * 006_all_coreutils-acl-control.patch ...  [ ok ] * Done with patching * Applying various patches (bugfixes/updates) ... * 000_all_coreutils-i18n.patch ...  [ ok ] * 003_all_coreutils-gentoo-uname.patch ...  [ ok ] * 009_all_coreutils-tests.patch ...  [ ok ] * 030_all_coreutils-more-dir-colors.patch ...  [ ok ] * 150_all_coreutils-l10n-updates.patch ...  [ ok ] * Done with patching * Running eautoreconf in '/var/tmp/portage/sys-apps/coreutils-6.7-r1/work/coreutils-6.7' ... * Running aclocal -I m4 ...  [ ok ] * Running autoconf ...  [ ok ] * Running autoheader ...  [ ok ] * Running automake --add-missing --copy ...  [ ok ] >>> Source unpacked. >>> Compiling source in /var/tmp/portage/sys-apps/coreutils-6.7-r1/work/coreutils-6.7 ... * QA Notice: USE Flag 'xattr' not in IUSE for sys-apps/coreutils-6.7-r1 BusyBox v1.2.2 (2006.11.12-14:42+0000) multi-call binary Usage: find [PATH...] [EXPRESSION] Search for files in a directory hierarchy. The default PATH is the current directory; default EXPRESSION is '-print' EXPRESSION may consist of: -follow Dereference symbolic links -name PATTERN File name (leading directories removed) matches PATTERN -print Print (default and assumed) -print0 Delimit output with null characters rather than newlines -type X Filetype matches X (where X is one of: f,d,l,b,c,...) -perm PERMS Permissions match any of (+NNN); all of (-NNN); or exactly (NNN) -mtime DAYS Modified time is greater than (+N); less than (-N); or exactly (N) days -mmin MINS Modified time is greater than (+N); less than (-N); or exactly (N) minutes -newer FILE Modified time is more recent than FILE's -inum N File has inode number N -exec CMD Execute CMD with all instances of {} replaced by the files matching EXPRESSION ./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --enable-largefile --enable-nls --disable-acl --disable-xattr --disable-selinux --without-included-regex --build=i686-pc-linux-gnu checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu configure: autobuild project... GNU coreutils configure: autobuild revision... 6.7 configure: autobuild hostname... vinTux configure: autobuild timestamp... 20070212-203214 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 for style of include used by make... GNU checking for i686-pc-linux-gnu-gcc... i686-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 i686-pc-linux-gnu-gcc accepts -g... yes checking for i686-pc-linux-gnu-gcc option to accept ISO C89... none needed checking dependency style of i686-pc-linux-gnu-gcc... gcc3 checking for i686-pc-linux-gnu-gcc option to accept ISO C99... -std=gnu99 checking for i686-pc-linux-gnu-gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 checking whether i686-pc-linux-gnu-gcc -std=gnu99 and cc understand -c and -o together... yes checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -std=gnu99 -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking whether i686-pc-linux-gnu-gcc -std=gnu99 needs -traditional... no checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib checking whether ln -s works... yes checking for AIX... no 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 working alloca.h... yes checking for alloca... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for long long int... yes checking for long double... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking libgen.h usability... yes checking libgen.h presence... yes checking for libgen.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking stdio_ext.h usability... yes checking stdio_ext.h presence... yes checking for stdio_ext.h... yes checking sys/vfs.h usability... yes checking sys/vfs.h presence... yes checking for sys/vfs.h... yes checking sys/fs_types.h usability... no checking sys/fs_types.h presence... no checking for sys/fs_types.h... no checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking for stdint.h... (cached) yes checking for inttypes.h... (cached) yes checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking for unistd.h... (cached) yes checking sys/statvfs.h usability... yes checking sys/statvfs.h presence... yes checking for sys/statvfs.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking utmp.h usability... yes checking utmp.h presence... yes checking for utmp.h... yes checking utmpx.h usability... yes checking utmpx.h presence... yes checking for utmpx.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for sys/stat.h... (cached) yes checking priv.h usability... no checking priv.h presence... no checking for priv.h... no checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking hurd.h usability... no checking hurd.h presence... no checking for hurd.h... no checking paths.h usability... yes checking paths.h presence... yes checking for paths.h... yes checking stropts.h usability... yes checking stropts.h presence... yes checking for stropts.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/systeminfo.h usability... no checking sys/systeminfo.h presence... no checking for sys/systeminfo.h... no checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking OS.h usability... no checking OS.h presence... no checking for OS.h... no checking for d_ino member in directory struct... yes checking whether system is Windows or MSDOS... no checking for long file names... yes checking for pathconf... yes checking for canonicalize_file_name... yes checking for resolvepath... no checking for lchmod... no checking for fdopendir... yes checking for fchdir... yes checking for mempcpy... yes checking for microuptime... no checking for nanouptime... no checking for __fsetlocking... yes checking for tcgetattr... yes checking for tcsetattr... yes checking for gettimeofday... yes checking for nanotime... no checking for isascii... yes checking for mbsinit... yes checking for fchmod... yes checking for alarm... yes checking for siginterrupt... yes checking for iswprint... yes checking for utmpname... yes checking for utmpxname... yes checking for iswctype... yes checking for mbrtowc... yes checking for wcrtomb... yes checking for wcscoll... yes checking for settimeofday... yes checking for stime... yes checking for mblen... yes checking for mbrlen... yes checking for tzset... yes checking for lstat... yes checking for pipe... yes checking for futimes... yes checking for futimesat... yes checking for wcwidth... yes checking for strxfrm... yes checking for directio... no checking for endgrent... yes checking for endpwent... yes checking for fchown... yes checking for ftruncate... yes checking for iswspace... yes checking for mkfifo... yes checking for setgroups... yes checking for sethostname... yes checking for sync... yes checking for sysctl... yes checking for sysinfo... yes checking for tcgetpgrp... yes checking for inline... inline checking for C/C++ restrict keyword... restrict checking whether strtold conforms to C99... yes checking for size_t... yes checking for IPv4 sockets... yes checking for IPv6 sockets... yes configure: checking how to do getaddrinfo, freeaddrinfo and getnameinfo checking for library containing getaddrinfo... none required checking for getaddrinfo... yes checking for gai_strerror... yes checking for library containing gethostbyname... none required checking for library containing getservbyname... none required checking for gethostbyname... yes checking whether getaddrinfo is declared... yes checking whether freeaddrinfo is declared... yes checking whether gai_strerror is declared... yes checking whether getnameinfo is declared... yes checking for struct addrinfo... yes checking whether canonicalize_file_name is declared... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking whether memrchr is declared... yes checking for uid_t in sys/types.h... yes checking for unistd.h... (cached) yes checking for working chown... yes checking whether chown(2) dereferences symlinks... yes checking whether // is distinct from /... no checking whether strerror_r is declared... yes checking for strerror_r... yes checking whether strerror_r returns char *... yes checking whether euidaccess is declared... yes checking whether setregid is declared... yes checking type of array argument to getgroups... gid_t checking for getgroups... yes checking for working getgroups... yes checking for st_dm_mode in struct stat... no checking whether strmode is declared... no checking for mbstate_t... yes checking whether getcwd (NULL, 0) allocates memory for result... yes checking whether getcwd is declared... yes checking whether time.h and sys/time.h may both be included... yes checking for struct timespec... yes checking whether nanosleep is declared... yes checking for compound literals... no checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_gmtoff... yes checking whether getdelim is declared... yes checking for arithmetic hrtime_t... no checking for ssize_t... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for getopt_long_only... yes checking whether optreset is declared... no checking for working GNU getopt function... yes checking whether getenv is declared... yes checking whether getpass is declared... yes checking whether fflush_unlocked is declared... yes checking whether flockfile is declared... yes checking whether fputs_unlocked is declared... yes checking whether funlockfile is declared... yes checking whether putc_unlocked is declared... yes checking for ld used by GCC... /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for off_t... yes checking for unsigned long long int... yes checking absolute name of ... ///usr/include/stdint.h checking whether stdint.h conforms to C99... yes checking for inttypes.h... (cached) yes checking whether the inttypes.h PRIxNN macros are broken... no checking whether imaxabs is declared... yes checking whether imaxdiv is declared... yes checking whether strtoimax is declared... yes checking whether strtoumax is declared... yes checking whether lchown is declared... yes checking for nl_langinfo and CODESET... yes checking whether getc_unlocked is declared... yes checking whether we are using the GNU C Library 2.1 or newer... yes checking whether lstat dereferences a symlink specified with a trailing slash... yes checking whether byte ordering is bigendian... no checking for working memcmp... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking for working mktime... yes checking for external symbol _system_configuration... no checking for desired default level of POSIX conformance... none-specified checking whether lstat accepts an empty string... no checking whether snprintf is declared... yes checking whether strdup is declared... yes checking whether strndup is declared... yes checking whether strnlen is declared... yes checking for working strtod... yes checking whether stat file-mode macros are broken... no checking whether clearerr_unlocked is declared... yes checking whether feof_unlocked is declared... yes checking whether ferror_unlocked is declared... yes checking whether fgets_unlocked is declared... yes checking whether fputc_unlocked is declared... yes checking whether fread_unlocked is declared... yes checking whether fwrite_unlocked is declared... yes checking whether getchar_unlocked is declared... yes checking whether putchar_unlocked is declared... yes checking whether utime accepts a null argument... yes checking for struct utimbuf... yes checking determine whether the utimes function works... yes checking for EOVERFLOW... 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 POSIX termios... yes checking whether use of TIOCGWINSZ requires termios.h... no checking for alloca as a compiler built-in... yes checking whether to enable assertions... yes checking for atexit... yes checking for GNU libc compatible calloc... yes checking whether this system has an arbitrary file name length limit... yes checking for mempcpy... (cached) yes checking for openat... yes checking for memrchr... yes checking for library containing clock_gettime... -lrt checking for clock_gettime... yes checking for clock_settime... yes checking for d_ino member in directory struct... (cached) yes checking for d_type member in directory struct... yes checking for dirfd... yes checking whether dirfd is declared... yes checking whether dirfd is a macro... no checking for dup2... yes checking for error_at_line... yes checking for euidaccess... yes checking for working fcntl.h... yes checking absolute name of ... ///usr/include/fcntl.h checking for struct stat.st_blocks... yes checking for flexible array member... yes checking for working GNU fnmatch... yes checking for __fpending... yes checking whether __fpending is declared... yes checking whether free (NULL) is known to work... yes checking for sys/mount.h... yes configure: checking how to get file system space usage checking for statvfs function (SVR4)... no checking for 3-argument statfs function (DEC OSF/1)... no checking for two-argument statfs with statfs.bsize member (AIX, 4.3BSD)... yes checking dustat.h usability... no checking dustat.h presence... no checking for dustat.h... no checking sys/fs/s5param.h usability... no checking sys/fs/s5param.h presence... no checking for sys/fs/s5param.h... no checking sys/filsys.h usability... no checking sys/filsys.h presence... no checking for sys/filsys.h... no checking sys/statfs.h usability... yes checking sys/statfs.h presence... yes checking for sys/statfs.h... yes checking for statfs that truncates block counts... no checking for ftruncate... (cached) yes configure: checking how to do getaddrinfo, freeaddrinfo and getnameinfo checking for library containing getaddrinfo... (cached) none required checking for getaddrinfo... (cached) yes checking for gai_strerror... (cached) yes checking for library containing gethostbyname... (cached) none required checking for library containing getservbyname... (cached) none required checking for gethostbyname... (cached) yes checking whether getaddrinfo is declared... (cached) yes checking whether freeaddrinfo is declared... (cached) yes checking whether gai_strerror is declared... (cached) yes checking whether getnameinfo is declared... (cached) yes checking for struct addrinfo... (cached) yes checking whether getcwd handles long file names properly... yes checking for getpagesize... yes checking whether getcwd aborts when 4k < cwd_length < 16k... no checking for struct tm.tm_zone... yes checking for getdelim... yes checking for gethostname... yes checking whether gethrtime is declared... no checking whether CLOCK_MONOTONIC or CLOCK_REALTIME is defined... yes checking whether getline is declared... yes checking for getline... yes checking for working getline function... yes checking for getloadavg... yes checking for pstat_getdynamic... no checking for kstat_open in -lkstat... no checking for getloadavg... yes checking whether getloadavg requires setgid... no checking for OS.h... (cached) no checking for getpagesize... (cached) yes checking whether __fsetlocking is declared... yes checking whether gettimeofday clobbers localtime buffer... no checking type of array argument to getgroups... (cached) gid_t checking for getusershell... yes checking for group_member... yes checking host operating system... GNU/Linux 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 inet_ntop... yes checking whether inet_ntop is declared... yes checking whether the compiler generally respects inline... yes checking whether inttypes.h conforms to C99... no checking absolute name of ... ///usr/include/inttypes.h checking for isapipe... no checking whether pipes are FIFOs (and for their link count)... yes (1) checking for lchown... yes checking for flag to ignore unused libraries... -Wl,--as-needed checking whether link(2) dereferences a symlink specified with a trailing slash... no checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... (cached) yes checking for iswcntrl... yes checking for iswcntrl... (cached) yes checking whether mbrtowc and mbstate_t are properly declared... yes checking whether mbswidth is declared in ... no checking for mbstate_t... (cached) yes checking for memchr... yes checking for working strcoll... yes checking for memcpy... yes checking for memmove... yes checking for mempcpy... (cached) yes checking for memrchr... (cached) yes checking for memset... yes checking whether mkdir fails due to a trailing slash... no checking for working mkstemp... yes checking for listmntent... no checking for getmntinfo... no checking for sys/ucred.h... no checking for sys/mount.h... (cached) yes checking mntent.h usability... yes checking mntent.h presence... yes checking for mntent.h... yes checking for sys/fs_types.h... (cached) no checking for struct fsstat.f_fstypename... no checking for library containing getmntent... none required checking for getmntent... yes checking for listmntent of Cray/Unicos-9... no checking for mntctl function and struct vmount... no checking for one-argument getmntent function... yes checking sys/mntent.h usability... no checking sys/mntent.h presence... no checking for sys/mntent.h... no checking for struct statfs.f_fstypename... no checking for library containing nanosleep... none required checking for working nanosleep... yes checking for obstacks... yes checking for openat... (cached) yes checking for perl5.003 or newer... yes checking for sys/pstat.h... no checking for sys/sysmp.h... no checking for sys/sysinfo.h... yes checking for machine/hal_sysinfo.h... no checking for sys/table.h... no checking for sys/param.h... (cached) yes checking for sys/sysctl.h... yes checking for sys/systemcfg.h... no checking for pstat_getstatic... no checking for pstat_getdynamic... (cached) no checking for sysmp... no checking for getsysinfo... no checking for sysctl... (cached) yes checking for table... no checking whether struct tm is in sys/time.h or time.h... (cached) time.h checking for SVID conformant putenv... yes checking for mbstate_t... (cached) yes checking whether mbrtowc and mbstate_t are properly declared... (cached) yes checking for raise... yes checking for readlink... yes checking whether getutent is declared... yes checking for struct utmpx.ut_user... yes checking for struct utmp.ut_user... yes checking for struct utmpx.ut_name... yes checking for struct utmp.ut_name... yes checking for struct utmpx.ut_type... yes checking for struct utmp.ut_type... yes checking for struct utmpx.ut_pid... yes checking for struct utmp.ut_pid... yes checking for struct utmpx.ut_id... yes checking for struct utmp.ut_id... yes checking for struct utmpx.ut_exit... yes checking for struct utmp.ut_exit... yes checking for struct utmpx.ut_exit.ut_exit... no checking for struct utmp.ut_exit.ut_exit... no checking for struct utmpx.ut_exit.e_exit... yes checking for struct utmp.ut_exit.e_exit... yes checking for struct utmpx.ut_exit.ut_termination... no checking for struct utmp.ut_exit.ut_termination... no checking for struct utmpx.ut_exit.e_termination... yes checking for struct utmp.ut_exit.e_termination... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking whether rename is broken... no checking whether rename is broken with respect to destination slashes... no checking for rmdir... yes checking for rmdir-not-empty errno value... 39 checking for rpmatch... yes checking for setenv... yes checking for unsetenv... yes checking for unsetenv() return type... int checking for sig2str... no checking for snprintf... yes checking for socklen_t... yes checking for ssize_t... (cached) yes checking for struct stat.st_atim.tv_nsec... yes checking whether struct stat.st_atim is of type struct timespec... yes checking for va_copy... yes checking absolute name of ... (cached) ///usr/include/stdint.h checking whether stdint.h conforms to C99... (cached) yes checking for stpcpy... yes checking for strncasecmp... yes checking whether strncasecmp is declared... yes checking for strcspn... yes checking for strdup... yes checking for working strndup... yes checking for working strnlen... yes checking for strpbrk... yes checking whether defines strtoimax as a macro... no checking for strtoimax... yes checking for strtol... yes checking for strtoll... yes checking for strtoul... yes checking for strtoull... yes checking whether defines strtoumax as a macro... no checking for strtoumax... yes checking for strverscmp... yes checking whether mkdir is declared... yes checking absolute name of ... ///usr/include/sys/stat.h checking whether localtime_r is compatible with its POSIX signature... yes checking for struct timespec... (cached) yes checking whether nanosleep is declared... (cached) yes checking whether tzset clobbers localtime buffer... no checking for unistd.h... (cached) yes checking whether a running program can be unlinked... no checking for /proc/uptime... yes checking for vasnprintf... no checking for ptrdiff_t... yes checking for snprintf... (cached) yes checking for wcslen... yes checking for vasprintf... yes checking whether wcwidth is declared... yes checking whether use of TIOCGWINSZ requires sys/ioctl.h... yes checking whether use of TIOCGWINSZ requires termios.h... (cached) no checking whether use of struct winsize requires sys/ptem.h... no checking for library containing strerror... none required checking for function prototypes... yes checking for string.h... (cached) yes checking for working volatile... yes checking for long double with more range or precision than double... yes checking for sys/sysctl.h... (cached) yes checking for mode_t... yes checking for pid_t... yes checking whether sys/types.h defines makedev... yes checking whether free is declared... yes checking whether geteuid is declared... yes checking whether getlogin is declared... yes checking whether getuid is declared... yes checking whether lseek is declared... yes checking whether malloc is declared... yes checking whether memchr is declared... yes checking whether realloc is declared... yes checking whether getgrgid is declared... yes checking whether getpwuid is declared... yes checking whether ttyname is declared... yes checking whether isblank is declared... yes checking for inline... (cached) inline checking for _LARGEFILE_SOURCE value needed for large files... no checking for struct stat.st_author... no checking for ino_t... yes checking for major_t... no checking for minor_t... no checking whether setvbuf arguments are reversed... no checking nfs/vfs.h usability... no checking nfs/vfs.h presence... no checking for nfs/vfs.h... no checking for struct statfs.f_namelen... yes checking for struct statfs.f_type... yes checking for library containing fdatasync... none required checking for fdatasync... yes checking for fchdir... (cached) yes checking for uname... yes checking for chroot... yes checking for gethostid... yes checking whether use of struct winsize requires sys/ptem.h... (cached) no checking whether localtime caches TZ... no checking for initgroups... yes checking for syslog... yes checking for 3-argument setpriority function... yes checking ut_host in struct utmp... yes checking for sysctl... (cached) yes checking for sys/sysctl.h... (cached) yes checking whether we can get the system boot time... yes checking POSIX termios... (cached) yes checking whether use of TIOCGWINSZ requires sys/ioctl.h... (cached) yes checking whether termios.h needs _XOPEN_SOURCE... no checking c_line in struct termios... yes checking whether use of struct winsize requires sys/ptem.h... (cached) no checking whether use of TIOCGWINSZ requires termios.h... (cached) no checking whether strsignal is declared... yes checking whether sys_siglist is declared... yes checking whether _sys_siglist is declared... yes checking whether __sys_siglist is declared... no checking whether strtoimax is declared... (cached) yes checking whether strtoumax is declared... (cached) yes checking for main in -lypsec... no checking for main in -lldgc... no checking for library containing yp_match... no checking for library containing getspnam... none required checking shadow.h usability... yes checking shadow.h presence... yes checking for shadow.h... yes checking for struct spwd.sp_pwdp... yes checking for getspnam... yes checking for library containing crypt... -lcrypt 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 CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating lib/Makefile config.status: creating man/Makefile config.status: creating po/Makefile.in config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating tests/chgrp/Makefile config.status: creating tests/chmod/Makefile config.status: creating tests/chown/Makefile config.status: creating tests/cp/Makefile config.status: creating tests/cut/Makefile config.status: creating tests/dd/Makefile config.status: creating tests/dircolors/Makefile config.status: creating tests/du/Makefile config.status: creating tests/expr/Makefile config.status: creating tests/factor/Makefile config.status: creating tests/fmt/Makefile config.status: creating tests/head/Makefile config.status: creating tests/install/Makefile config.status: creating tests/join/Makefile config.status: creating tests/ln/Makefile config.status: creating tests/ls-2/Makefile config.status: creating tests/ls/Makefile config.status: creating tests/md5sum/Makefile config.status: creating tests/misc/Makefile config.status: creating tests/mkdir/Makefile config.status: creating tests/mv/Makefile config.status: creating tests/od/Makefile config.status: creating tests/pr/Makefile config.status: creating tests/readlink/Makefile config.status: creating tests/rm/Makefile config.status: creating tests/rmdir/Makefile config.status: creating tests/seq/Makefile config.status: creating tests/sha1sum/Makefile config.status: creating tests/shred/Makefile config.status: creating tests/sort/Makefile config.status: creating tests/stty/Makefile config.status: creating tests/sum/Makefile config.status: creating tests/tac/Makefile config.status: creating tests/tail-2/Makefile config.status: creating tests/tail/Makefile config.status: creating tests/tee/Makefile config.status: creating tests/test/Makefile config.status: creating tests/touch/Makefile config.status: creating tests/tr/Makefile config.status: creating tests/tsort/Makefile config.status: creating tests/unexpand/Makefile config.status: creating tests/uniq/Makefile config.status: creating tests/wc/Makefile config.status: creating lib/config.h config.status: executing depfiles commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile Making all in lib make[1]: Entering directory `/var/tmp/portage/sys-apps/coreutils-6.7-r1/work/coreutils-6.7/lib' { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat ./alloca_.h; \ } > alloca.h-t rm -f configmake.h-t configmake.h { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ echo '#define PREFIX "/usr"'; \ echo '#define EXEC_PREFIX "/usr"'; \ echo '#define BINDIR "/usr/bin"'; \ echo '#define SBINDIR "/usr/sbin"'; \ echo '#define LIBEXECDIR "/usr/libexec"'; \ echo '#define DATAROOTDIR "/usr/share"'; \ echo '#define DATADIR "/usr/share"'; \ echo '#define SYSCONFDIR "/etc"'; \ echo '#define SHAREDSTATEDIR "/usr/com"'; \ echo '#define LOCALSTATEDIR "/var/lib"'; \ echo '#define INCLUDEDIR "/usr/include"'; \ echo '#define OLDINCLUDEDIR "/usr/include"'; \ echo '#define DOCDIR "/usr/share/doc/coreutils"'; \ echo '#define INFODIR "/usr/share/info"'; \ echo '#define HTMLDIR "/usr/share/doc/coreutils"'; \ echo '#define DVIDIR "/usr/share/doc/coreutils"'; \ echo '#define PDFDIR "/usr/share/doc/coreutils"'; \ echo '#define PSDIR "/usr/share/doc/coreutils"'; \ echo '#define LIBDIR "/usr/lib"'; \ echo '#define LISPDIR ""'; \ echo '#define LOCALEDIR "/usr/share/locale"'; \ echo '#define MANDIR "/usr/share/man"'; \ echo '#define MANEXT ""'; \ echo '#define PKGDATADIR "/usr/share/coreutils"'; \ echo '#define PKGINCLUDEDIR "/usr/include/coreutils"'; \ echo '#define PKGLIBDIR "/usr/lib/coreutils"'; \ echo '#define PKGLIBEXECDIR ""'; \ } | sed '/""/d' > configmake.h-t mv -f alloca.h-t alloca.h rm -f fcntl.h-t fcntl.h { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''ABSOLUTE_FCNTL_H''@|"///usr/include/fcntl.h"|g' \ < ./fcntl_.h; \ } > fcntl.h-t mv fcntl.h-t fcntl.h rm -f inttypes.h-t inttypes.h { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's/@''HAVE_INTTYPES_H''@/1/g' \ -e 's|@''ABSOLUTE_INTTYPES_H''@|"///usr/include/inttypes.h"|g' \ -e 's/@''PRI_MACROS_BROKEN''@/0/g' \ -e 's/@''HAVE_LONG_LONG_INT''@/1/g' \ -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/1/g' \ -e 's/@''PRIPTR_PREFIX''@/""/g' \ -e 's/@''HAVE_DECL_IMAXABS''@/1/g' \ -e 's/@''HAVE_DECL_IMAXDIV''@/1/g' \ -e 's/@''HAVE_DECL_STRTOIMAX''@/1/g' \ -e 's/@''HAVE_DECL_STRTOUMAX''@/1/g' \ < ./inttypes_.h; \ } > inttypes.h-t mv inttypes.h-t inttypes.h test -d sys || mkdir sys rm -f sys/stat.h-t sys/stat.h { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''ABSOLUTE_SYS_STAT_H''@|"///usr/include/sys/stat.h"|g' \ < ./stat_.h; \ } > sys/stat.h-t mv sys/stat.h-t sys/stat.h mv configmake.h-t configmake.h make all-am make[2]: Entering directory `/var/tmp/portage/sys-apps/coreutils-6.7-r1/work/coreutils-6.7/lib' i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT allocsa.o -MD -MP -MF .deps/allocsa.Tpo -c -o allocsa.o allocsa.c i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT base64.o -MD -MP -MF .deps/base64.Tpo -c -o base64.o base64.c mv -f .deps/allocsa.Tpo .deps/allocsa.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT diacrit.o -MD -MP -MF .deps/diacrit.Tpo -c -o diacrit.o diacrit.c mv -f .deps/diacrit.Tpo .deps/diacrit.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT full-read.o -MD -MP -MF .deps/full-read.Tpo -c -o full-read.o full-read.c mv -f .deps/full-read.Tpo .deps/full-read.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT full-write.o -MD -MP -MF .deps/full-write.Tpo -c -o full-write.o full-write.c mv -f .deps/full-write.Tpo .deps/full-write.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT getdate.o -MD -MP -MF .deps/getdate.Tpo -c -o getdate.o getdate.c mv -f .deps/base64.Tpo .deps/base64.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT hash-pjw.o -MD -MP -MF .deps/hash-pjw.Tpo -c -o hash-pjw.o hash-pjw.c mv -f .deps/hash-pjw.Tpo .deps/hash-pjw.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT linebuffer.o -MD -MP -MF .deps/linebuffer.Tpo -c -o linebuffer.o linebuffer.c mv -f .deps/linebuffer.Tpo .deps/linebuffer.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT localcharset.o -MD -MP -MF .deps/localcharset.Tpo -c -o localcharset.o localcharset.c mv -f .deps/localcharset.Tpo .deps/localcharset.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT mbswidth.o -MD -MP -MF .deps/mbswidth.Tpo -c -o mbswidth.o mbswidth.c mv -f .deps/mbswidth.Tpo .deps/mbswidth.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT readtokens0.o -MD -MP -MF .deps/readtokens0.Tpo -c -o readtokens0.o readtokens0.c mv -f .deps/readtokens0.Tpo .deps/readtokens0.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT savewd.o -MD -MP -MF .deps/savewd.Tpo -c -o savewd.o savewd.c mv -f .deps/savewd.Tpo .deps/savewd.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT strnlen1.o -MD -MP -MF .deps/strnlen1.Tpo -c -o strnlen1.o strnlen1.c mv -f .deps/strnlen1.Tpo .deps/strnlen1.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT unicodeio.o -MD -MP -MF .deps/unicodeio.Tpo -c -o unicodeio.o unicodeio.c mv -f .deps/unicodeio.Tpo .deps/unicodeio.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT version-etc.o -MD -MP -MF .deps/version-etc.Tpo -c -o version-etc.o version-etc.c mv -f .deps/version-etc.Tpo .deps/version-etc.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT version-etc-fsf.o -MD -MP -MF .deps/version-etc-fsf.Tpo -c -o version-etc-fsf.o version-etc-fsf.c mv -f .deps/version-etc-fsf.Tpo .deps/version-etc-fsf.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT xalloc-die.o -MD -MP -MF .deps/xalloc-die.Tpo -c -o xalloc-die.o xalloc-die.c mv -f .deps/xalloc-die.Tpo .deps/xalloc-die.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT xgethostname.o -MD -MP -MF .deps/xgethostname.Tpo -c -o xgethostname.o xgethostname.c mv -f .deps/xgethostname.Tpo .deps/xgethostname.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT xmemcoll.o -MD -MP -MF .deps/xmemcoll.Tpo -c -o xmemcoll.o xmemcoll.c mv -f .deps/xmemcoll.Tpo .deps/xmemcoll.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT xstrndup.o -MD -MP -MF .deps/xstrndup.Tpo -c -o xstrndup.o xstrndup.c mv -f .deps/xstrndup.Tpo .deps/xstrndup.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT xstrtoimax.o -MD -MP -MF .deps/xstrtoimax.Tpo -c -o xstrtoimax.o xstrtoimax.c mv -f .deps/xstrtoimax.Tpo .deps/xstrtoimax.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT xstrtoumax.o -MD -MP -MF .deps/xstrtoumax.Tpo -c -o xstrtoumax.o xstrtoumax.c mv -f .deps/xstrtoumax.Tpo .deps/xstrtoumax.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT buffer-lcm.o -MD -MP -MF .deps/buffer-lcm.Tpo -c -o buffer-lcm.o buffer-lcm.c mv -f .deps/buffer-lcm.Tpo .deps/buffer-lcm.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT xmemxfrm.o -MD -MP -MF .deps/xmemxfrm.Tpo -c -o xmemxfrm.o xmemxfrm.c mv -f .deps/xmemxfrm.Tpo .deps/xmemxfrm.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT acl.o -MD -MP -MF .deps/acl.Tpo -c -o acl.o acl.c mv -f .deps/acl.Tpo .deps/acl.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT argmatch.o -MD -MP -MF .deps/argmatch.Tpo -c -o argmatch.o argmatch.c mv -f .deps/argmatch.Tpo .deps/argmatch.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT asnprintf.o -MD -MP -MF .deps/asnprintf.Tpo -c -o asnprintf.o asnprintf.c mv -f .deps/asnprintf.Tpo .deps/asnprintf.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT backupfile.o -MD -MP -MF .deps/backupfile.Tpo -c -o backupfile.o backupfile.c mv -f .deps/backupfile.Tpo .deps/backupfile.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT basename.o -MD -MP -MF .deps/basename.Tpo -c -o basename.o basename.c mv -f .deps/basename.Tpo .deps/basename.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT c-strtod.o -MD -MP -MF .deps/c-strtod.Tpo -c -o c-strtod.o c-strtod.c mv -f .deps/c-strtod.Tpo .deps/c-strtod.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT c-strtold.o -MD -MP -MF .deps/c-strtold.Tpo -c -o c-strtold.o c-strtold.c mv -f .deps/c-strtold.Tpo .deps/c-strtold.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT canon-host.o -MD -MP -MF .deps/canon-host.Tpo -c -o canon-host.o canon-host.c mv -f .deps/canon-host.Tpo .deps/canon-host.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT canonicalize.o -MD -MP -MF .deps/canonicalize.Tpo -c -o canonicalize.o canonicalize.c mv -f .deps/canonicalize.Tpo .deps/canonicalize.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT chdir-long.o -MD -MP -MF .deps/chdir-long.Tpo -c -o chdir-long.o chdir-long.c chdir-long.c: In function `cdb_advance_fd': chdir-long.c:73: warning: implicit declaration of function `openat' mv -f .deps/chdir-long.Tpo .deps/chdir-long.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT cloexec.o -MD -MP -MF .deps/cloexec.Tpo -c -o cloexec.o cloexec.c mv -f .deps/cloexec.Tpo .deps/cloexec.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT close-stream.o -MD -MP -MF .deps/close-stream.Tpo -c -o close-stream.o close-stream.c mv -f .deps/close-stream.Tpo .deps/close-stream.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT closeout.o -MD -MP -MF .deps/closeout.Tpo -c -o closeout.o closeout.c mv -f .deps/closeout.Tpo .deps/closeout.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT creat-safer.o -MD -MP -MF .deps/creat-safer.Tpo -c -o creat-safer.o creat-safer.c mv -f .deps/creat-safer.Tpo .deps/creat-safer.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT cycle-check.o -MD -MP -MF .deps/cycle-check.Tpo -c -o cycle-check.o cycle-check.c mv -f .deps/cycle-check.Tpo .deps/cycle-check.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT dirchownmod.o -MD -MP -MF .deps/dirchownmod.Tpo -c -o dirchownmod.o dirchownmod.c mv -f .deps/dirchownmod.Tpo .deps/dirchownmod.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT dirname.o -MD -MP -MF .deps/dirname.Tpo -c -o dirname.o dirname.c mv -f .deps/dirname.Tpo .deps/dirname.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT dup-safer.o -MD -MP -MF .deps/dup-safer.Tpo -c -o dup-safer.o dup-safer.c mv -f .deps/dup-safer.Tpo .deps/dup-safer.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT exclude.o -MD -MP -MF .deps/exclude.Tpo -c -o exclude.o exclude.c mv -f .deps/getdate.Tpo .deps/getdate.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT exitfail.o -MD -MP -MF .deps/exitfail.Tpo -c -o exitfail.o exitfail.c mv -f .deps/exitfail.Tpo .deps/exitfail.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT fchmodat.o -MD -MP -MF .deps/fchmodat.Tpo -c -o fchmodat.o fchmodat.c mv -f .deps/fchmodat.Tpo .deps/fchmodat.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT fd-safer.o -MD -MP -MF .deps/fd-safer.Tpo -c -o fd-safer.o fd-safer.c mv -f .deps/fd-safer.Tpo .deps/fd-safer.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT file-type.o -MD -MP -MF .deps/file-type.Tpo -c -o file-type.o file-type.c mv -f .deps/file-type.Tpo .deps/file-type.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT filemode.o -MD -MP -MF .deps/filemode.Tpo -c -o filemode.o filemode.c mv -f .deps/filemode.Tpo .deps/filemode.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT filenamecat.o -MD -MP -MF .deps/filenamecat.Tpo -c -o filenamecat.o filenamecat.c mv -f .deps/filenamecat.Tpo .deps/filenamecat.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT fopen-safer.o -MD -MP -MF .deps/fopen-safer.Tpo -c -o fopen-safer.o fopen-safer.c mv -f .deps/fopen-safer.Tpo .deps/fopen-safer.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT fprintftime.o -MD -MP -MF .deps/fprintftime.Tpo -c -o fprintftime.o fprintftime.c mv -f .deps/exclude.Tpo .deps/exclude.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT fsusage.o -MD -MP -MF .deps/fsusage.Tpo -c -o fsusage.o fsusage.c mv -f .deps/fsusage.Tpo .deps/fsusage.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT fts.o -MD -MP -MF .deps/fts.Tpo -c -o fts.o fts.c fts.c: In function `opendirat': fts.c:252: warning: implicit declaration of function `openat' fts.c: In function `fts_stat': fts.c:1393: warning: implicit declaration of function `fstatat' mv -f .deps/fprintftime.Tpo .deps/fprintftime.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT gethrxtime.o -MD -MP -MF .deps/gethrxtime.Tpo -c -o gethrxtime.o gethrxtime.c mv -f .deps/gethrxtime.Tpo .deps/gethrxtime.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT getndelim2.o -MD -MP -MF .deps/getndelim2.Tpo -c -o getndelim2.o getndelim2.c mv -f .deps/getndelim2.Tpo .deps/getndelim2.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT getpass.o -MD -MP -MF .deps/getpass.Tpo -c -o getpass.o getpass.c mv -f .deps/getpass.Tpo .deps/getpass.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT gettime.o -MD -MP -MF .deps/gettime.Tpo -c -o gettime.o gettime.c mv -f .deps/gettime.Tpo .deps/gettime.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT getugroups.o -MD -MP -MF .deps/getugroups.Tpo -c -o getugroups.o getugroups.c mv -f .deps/getugroups.Tpo .deps/getugroups.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT hard-locale.o -MD -MP -MF .deps/hard-locale.Tpo -c -o hard-locale.o hard-locale.c mv -f .deps/hard-locale.Tpo .deps/hard-locale.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT hash.o -MD -MP -MF .deps/hash.Tpo -c -o hash.o hash.c mv -f .deps/fts.Tpo .deps/fts.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT human.o -MD -MP -MF .deps/human.Tpo -c -o human.o human.c mv -f .deps/human.Tpo .deps/human.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT i-ring.o -MD -MP -MF .deps/i-ring.Tpo -c -o i-ring.o i-ring.c mv -f .deps/i-ring.Tpo .deps/i-ring.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT idcache.o -MD -MP -MF .deps/idcache.Tpo -c -o idcache.o idcache.c mv -f .deps/idcache.Tpo .deps/idcache.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT imaxtostr.o -MD -MP -MF .deps/imaxtostr.Tpo -c -o imaxtostr.o imaxtostr.c mv -f .deps/imaxtostr.Tpo .deps/imaxtostr.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT isapipe.o -MD -MP -MF .deps/isapipe.Tpo -c -o isapipe.o isapipe.c mv -f .deps/isapipe.Tpo .deps/isapipe.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT long-options.o -MD -MP -MF .deps/long-options.Tpo -c -o long-options.o long-options.c mv -f .deps/long-options.Tpo .deps/long-options.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT mbchar.o -MD -MP -MF .deps/mbchar.Tpo -c -o mbchar.o mbchar.c mv -f .deps/mbchar.Tpo .deps/mbchar.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT md5.o -MD -MP -MF .deps/md5.Tpo -c -o md5.o md5.c mv -f .deps/hash.Tpo .deps/hash.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT memcasecmp.o -MD -MP -MF .deps/memcasecmp.Tpo -c -o memcasecmp.o memcasecmp.c mv -f .deps/memcasecmp.Tpo .deps/memcasecmp.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT memcoll.o -MD -MP -MF .deps/memcoll.Tpo -c -o memcoll.o memcoll.c mv -f .deps/memcoll.Tpo .deps/memcoll.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT mkancesdirs.o -MD -MP -MF .deps/mkancesdirs.Tpo -c -o mkancesdirs.o mkancesdirs.c mv -f .deps/mkancesdirs.Tpo .deps/mkancesdirs.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT mkdir-p.o -MD -MP -MF .deps/mkdir-p.Tpo -c -o mkdir-p.o mkdir-p.c mv -f .deps/mkdir-p.Tpo .deps/mkdir-p.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT mkdirat.o -MD -MP -MF .deps/mkdirat.Tpo -c -o mkdirat.o mkdirat.c mv -f .deps/mkdirat.Tpo .deps/mkdirat.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT mkstemp-safer.o -MD -MP -MF .deps/mkstemp-safer.Tpo -c -o mkstemp-safer.o mkstemp-safer.c mv -f .deps/mkstemp-safer.Tpo .deps/mkstemp-safer.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT modechange.o -MD -MP -MF .deps/modechange.Tpo -c -o modechange.o modechange.c mv -f .deps/modechange.Tpo .deps/modechange.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT mountlist.o -MD -MP -MF .deps/mountlist.Tpo -c -o mountlist.o mountlist.c mv -f .deps/md5.Tpo .deps/md5.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT offtostr.o -MD -MP -MF .deps/offtostr.Tpo -c -o offtostr.o offtostr.c mv -f .deps/offtostr.Tpo .deps/offtostr.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT open-safer.o -MD -MP -MF .deps/open-safer.Tpo -c -o open-safer.o open-safer.c mv -f .deps/open-safer.Tpo .deps/open-safer.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT openat-die.o -MD -MP -MF .deps/openat-die.Tpo -c -o openat-die.o openat-die.c mv -f .deps/openat-die.Tpo .deps/openat-die.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT openat-proc.o -MD -MP -MF .deps/openat-proc.Tpo -c -o openat-proc.o openat-proc.c mv -f .deps/openat-proc.Tpo .deps/openat-proc.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT physmem.o -MD -MP -MF .deps/physmem.Tpo -c -o physmem.o physmem.c mv -f .deps/physmem.Tpo .deps/physmem.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT pipe-safer.o -MD -MP -MF .deps/pipe-safer.Tpo -c -o pipe-safer.o pipe-safer.c mv -f .deps/pipe-safer.Tpo .deps/pipe-safer.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT posixtm.o -MD -MP -MF .deps/posixtm.Tpo -c -o posixtm.o posixtm.c mv -f .deps/posixtm.Tpo .deps/posixtm.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT posixver.o -MD -MP -MF .deps/posixver.Tpo -c -o posixver.o posixver.c mv -f .deps/posixver.Tpo .deps/posixver.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT printf-args.o -MD -MP -MF .deps/printf-args.Tpo -c -o printf-args.o printf-args.c mv -f .deps/printf-args.Tpo .deps/printf-args.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT printf-parse.o -MD -MP -MF .deps/printf-parse.Tpo -c -o printf-parse.o printf-parse.c mv -f .deps/mountlist.Tpo .deps/mountlist.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT quote.o -MD -MP -MF .deps/quote.Tpo -c -o quote.o quote.c mv -f .deps/quote.Tpo .deps/quote.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT quotearg.o -MD -MP -MF .deps/quotearg.Tpo -c -o quotearg.o quotearg.c mv -f .deps/printf-parse.Tpo .deps/printf-parse.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT readtokens.o -MD -MP -MF .deps/readtokens.Tpo -c -o readtokens.o readtokens.c mv -f .deps/readtokens.Tpo .deps/readtokens.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT readutmp.o -MD -MP -MF .deps/readutmp.Tpo -c -o readutmp.o readutmp.c mv -f .deps/readutmp.Tpo .deps/readutmp.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT root-dev-ino.o -MD -MP -MF .deps/root-dev-ino.Tpo -c -o root-dev-ino.o root-dev-ino.c mv -f .deps/root-dev-ino.Tpo .deps/root-dev-ino.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT safe-read.o -MD -MP -MF .deps/safe-read.Tpo -c -o safe-read.o safe-read.c mv -f .deps/safe-read.Tpo .deps/safe-read.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT safe-write.o -MD -MP -MF .deps/safe-write.Tpo -c -o safe-write.o safe-write.c mv -f .deps/safe-write.Tpo .deps/safe-write.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT same.o -MD -MP -MF .deps/same.Tpo -c -o same.o same.c mv -f .deps/same.Tpo .deps/same.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT save-cwd.o -MD -MP -MF .deps/save-cwd.Tpo -c -o save-cwd.o save-cwd.c mv -f .deps/save-cwd.Tpo .deps/save-cwd.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT savedir.o -MD -MP -MF .deps/savedir.Tpo -c -o savedir.o savedir.c mv -f .deps/savedir.Tpo .deps/savedir.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT settime.o -MD -MP -MF .deps/settime.Tpo -c -o settime.o settime.c mv -f .deps/settime.Tpo .deps/settime.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT sha1.o -MD -MP -MF .deps/sha1.Tpo -c -o sha1.o sha1.c mv -f .deps/quotearg.Tpo .deps/quotearg.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT sig2str.o -MD -MP -MF .deps/sig2str.Tpo -c -o sig2str.o sig2str.c mv -f .deps/sig2str.Tpo .deps/sig2str.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT strcasecmp.o -MD -MP -MF .deps/strcasecmp.Tpo -c -o strcasecmp.o strcasecmp.c mv -f .deps/strcasecmp.Tpo .deps/strcasecmp.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT strftime.o -MD -MP -MF .deps/strftime.Tpo -c -o strftime.o strftime.c mv -f .deps/sha1.Tpo .deps/sha1.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT stripslash.o -MD -MP -MF .deps/stripslash.Tpo -c -o stripslash.o stripslash.c mv -f .deps/stripslash.Tpo .deps/stripslash.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT tempname.o -MD -MP -MF .deps/tempname.Tpo -c -o tempname.o tempname.c mv -f .deps/tempname.Tpo .deps/tempname.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT uinttostr.o -MD -MP -MF .deps/uinttostr.Tpo -c -o uinttostr.o uinttostr.c mv -f .deps/uinttostr.Tpo .deps/uinttostr.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT umaxtostr.o -MD -MP -MF .deps/umaxtostr.Tpo -c -o umaxtostr.o umaxtostr.c mv -f .deps/umaxtostr.Tpo .deps/umaxtostr.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT unlinkdir.o -MD -MP -MF .deps/unlinkdir.Tpo -c -o unlinkdir.o unlinkdir.c mv -f .deps/unlinkdir.Tpo .deps/unlinkdir.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT userspec.o -MD -MP -MF .deps/userspec.Tpo -c -o userspec.o userspec.c mv -f .deps/userspec.Tpo .deps/userspec.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT utimecmp.o -MD -MP -MF .deps/utimecmp.Tpo -c -o utimecmp.o utimecmp.c mv -f .deps/utimecmp.Tpo .deps/utimecmp.Po i686-pc-linux-gnu-gcc -std=gnu99 -I. -O2 -march=pentium4 -MT utimens.o -MD -MP -MF .deps/utimens.Tpo -c -o utimens.o utimens.c utimens.c: In function `futimens': utimens.c:117: warning: implicit declaration of function `futimesat' utimens.c:117: error: `AT_FDCWD' undeclared (first use in this function) utimens.c:117: error: (Each undeclared identifier is reported only once utimens.c:117: error: for each function it appears in.) make[2]: *** [utimens.o] Error 1 make[2]: *** Waiting for unfinished jobs.... mv -f .deps/strftime.Tpo .deps/strftime.Po make[2]: Leaving directory `/var/tmp/portage/sys-apps/coreutils-6.7-r1/work/coreutils-6.7/lib' make[1]: *** [all] Error 2 make[1]: Leaving directory `/var/tmp/portage/sys-apps/coreutils-6.7-r1/work/coreutils-6.7/lib' make: *** [all-recursive] Error 1 !!! ERROR: sys-apps/coreutils-6.7-r1 failed. Call stack: ebuild.sh, line 1614: Called dyn_compile ebuild.sh, line 971: Called qa_call 'src_compile' environment, line 3708: Called src_compile coreutils-6.7-r1.ebuild, line 99: Called die !!! emake !!! If you need support, post the topmost build error, and the call stack if relevant. !!! A complete build log is located at '/var/tmp/portage/sys-apps/coreutils-6.7-r1/temp/build.log'.