bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: coreutils-5.96 doesn't build (out of the box)


From: Paul Eggert
Subject: Re: coreutils-5.96 doesn't build (out of the box)
Date: Fri, 26 May 2006 22:19:38 -0700
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

Sam Sirlin <address@hidden> writes:

> 5.95 builds fine, however 5.96 does not. Note that runing autoconf
> solves the problem (configure again, make now works, though the
> color ls test fails...).
>
> On solaris sparc, 
>
> (before running autoconf)
> ...
> config.status: executing depfiles commands
> ./config.status: ./.deps/__fpending.Po: No such file or directory
> ./config.status: ./.deps/acl.Po: No such file or directory
> ./config.status: ./.deps/alloca.Po: No such file or directory

I don't observe the problem on my Solaris sparc box.  What Solaris
sparc environment are you using, exactly?  Did you start from a
freshly extracted source tree?

Please see my example transcript below.  You might try running the
exact same commands on your host, with a fresh copy, and see how your
output differs from mine.

bash-3.00$ PATH=/usr/bin:/usr/ccs/bin:/opt/SUNWspro/bin
bash-3.00$ export PATH
bash-3.00$ cc -V
cc: Sun C 5.8 Patch 121015-02 2006/03/29
usage: cc [ options] files.  Use 'cc -flags' for details
bash-3.00$ uname -a
SunOS moa.cs.ucla.edu 5.10 Generic_118833-03 sun4u sparc SUNW,Sun-Fire-280R
bash-3.00$ echo $PATH
/usr/bin:/usr/ccs/bin:/opt/SUNWspro/bin
bash-3.00$ ls -l coreutils-5.96.tar.gz 
-rw-rw-r--   1 eggert   faculty  7890721 May 26 22:03 coreutils-5.96.tar.gz
bash-3.00$ gunzip <coreutils-5.96.tar.gz | tar xf -
bash-3.00$ cd coreutils-5.96
bash-3.00$ ./configure
checking build system type... sparc-sun-solaris2.10
checking host system type... sparc-sun-solaris2.10
configure: autobuild project... GNU coreutils
configure: autobuild revision... 5.96
configure: autobuild hostname... moa.cs.ucla.edu
configure: autobuild timestamp... 20060526-220434
checking for a BSD-compatible install... build-aux/install-sh -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking for desired default level of POSIX conformance... none-specified
checking for style of include used by make... GNU
checking for gcc... no
checking for cc... cc
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... no
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking dependency style of cc... none
checking how to run the C preprocessor... cc -E
checking for grep that handles long lines and -e... /usr/xpg4/bin/grep
checking for egrep... /usr/xpg4/bin/grep -E
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 for perl5.003 or newer... yes
checking for cc option to accept ISO C99... unsupported
checking for cc option to accept ISO C89... (cached) none needed
checking for cc option to accept ISO Standard C... (cached) none needed
checking whether cc understands -c and -o together... yes
checking how to run the C preprocessor... cc -E
checking for ranlib... ranlib
checking whether ln -s works... yes
checking for uname... yes
checking for chroot... yes
checking for gethostid... yes
checking for library containing strerror... none required
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for _LARGE_FILES value needed for large files... no
checking for function prototypes... yes
checking for string.h... (cached) yes
checking whether byte ordering is bigendian... yes
checking for an ANSI C-conforming const... yes
checking for working volatile... yes
checking for inline... inline
checking for long double with more range or precision than double... yes
checking hurd.h usability... no
checking hurd.h presence... no
checking for hurd.h... no
checking paths.h usability... no
checking paths.h presence... no
checking for paths.h... no
checking priv.h usability... yes
checking priv.h presence... yes
checking for priv.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/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/systeminfo.h usability... yes
checking sys/systeminfo.h presence... yes
checking for sys/systeminfo.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/vfs.h usability... yes
checking sys/vfs.h presence... yes
checking for sys/vfs.h... yes
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 termios.h usability... yes
checking termios.h presence... yes
checking for termios.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 utmp.h usability... yes
checking utmp.h presence... yes
checking for utmp.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking for sys/types.h... (cached) yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking sys/fs_types.h usability... no
checking sys/fs_types.h presence... no
checking for sys/fs_types.h... no
checking stdio_ext.h usability... yes
checking stdio_ext.h presence... yes
checking for stdio_ext.h... yes
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking for unistd.h... (cached) 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 wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking wctype.h usability... yes
checking wctype.h presence... yes
checking for wctype.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 utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking sys/sysmacros.h usability... yes
checking sys/sysmacros.h presence... yes
checking for sys/sysmacros.h... yes
checking for sys/mount.h... yes
checking for sys/sysctl.h... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for struct stat.st_blocks... yes
checking for st_dm_mode in struct stat... no
checking for uid_t in sys/types.h... yes
checking type of array argument to getgroups... gid_t
checking for mbstate_t... yes
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for uint32_t... uint32_t
checking for UINT32_MAX... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unsigned long long... yes
checking for uintptr_t... uintptr_t
checking for UINTPTR_MAX... yes
checking whether sys/types.h defines makedev... no
checking sys/mkdev.h usability... yes
checking sys/mkdev.h presence... yes
checking for sys/mkdev.h... yes
checking host operating system... Solaris
checking whether to enable assertions... yes
checking for d_type member in directory struct... no
checking for d_ino member in directory struct... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether free is declared... yes
checking whether getenv is declared... yes
checking whether geteuid is declared... yes
checking whether getgrgid is declared... yes
checking whether getlogin is declared... yes
checking whether getpwuid is declared... yes
checking whether getuid is declared... yes
checking whether getutent is declared... yes
checking whether lseek is declared... yes
checking whether malloc is declared... yes
checking whether memchr is declared... yes
checking whether memrchr is declared... no
checking whether nanosleep is declared... yes
checking whether realloc is declared... yes
checking whether stpcpy is declared... no
checking whether strndup is declared... no
checking whether strnlen is declared... no
checking whether strstr is declared... yes
checking whether strtoul is declared... yes
checking whether strtoull is declared... yes
checking whether ttyname is declared... yes
checking for stdbool.h that conforms to C99... no
checking for _Bool... 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... yes
checking for long double... yes
checking whether system is Windows or MSDOS... no
checking for long file names... yes
checking for pathconf... yes
checking for isascii... yes
checking for mempcpy... no
checking for __fsetlocking... yes
checking for tcgetattr... yes
checking for tcsetattr... yes
checking for alarm... yes
checking for gettimeofday... yes
checking for microuptime... no
checking for nanouptime... no
checking for nanotime... no
checking for setlocale... yes
checking for iswprint... yes
checking for mbsinit... yes
checking for utmpname... yes
checking for utmpxname... yes
checking for isblank... yes
checking for mbrtowc... yes
checking for wcrtomb... yes
checking for wcscoll... yes
checking for fchdir... yes
checking for settimeofday... yes
checking for stime... yes
checking for futimes... no
checking for futimesat... yes
checking for mblen... yes
checking for mbrlen... yes
checking for tzset... yes
checking for siginterrupt... yes
checking for directio... yes
checking for endgrent... yes
checking for endpwent... yes
checking for fchmod... yes
checking for fchown... yes
checking for ftruncate... yes
checking for hasmntopt... yes
checking for iswspace... yes
checking for lchown... yes
checking for listmntent... no
checking for mkfifo... yes
checking for realpath... yes
checking for sethostname... yes
checking for sysctl... no
checking for sysinfo... yes
checking for tcgetpgrp... yes
checking for statvfs... yes
checking for fdopendir... yes
checking whether strtold conforms to C99... yes
checking for C/C++ restrict keyword... restrict
checking for IPv4 sockets... yes
checking for IPv6 sockets... yes
checking for library containing getaddrinfo... -lsocket
checking for library containing gethostbyname... -lnsl
checking for library containing getservbyname... none required
checking for getaddrinfo... yes
checking for gai_strerror... yes
checking whether getaddrinfo is declared... yes
checking whether freeaddrinfo is declared... yes
checking whether gai_strerror is declared... yes
checking for struct addrinfo... yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... no
checking for error_at_line... no
checking for struct stat.st_blocks... (cached) yes
checking for sys/mount.h... (cached) yes
checking how to get file system space usage...
checking for statvfs function (SVR4)... 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 sys/statvfs.h... (cached) yes
checking for statfs that truncates block counts... no
checking for atexit... yes
checking for dup2... yes
checking for working GNU fnmatch... no
checking whether getenv is declared... (cached) yes
checking for btowc... yes
checking for mbsrtowcs... yes
checking for mempcpy... (cached) no
checking for wmemchr... yes
checking for wmemcpy... yes
checking for wmempcpy... no
checking for wchar.h... (cached) yes
checking for wctype.h... (cached) yes
checking for gethostname... yes
checking whether getdelim is declared... no
checking whether getline is declared... no
checking for getline... no
checking for getdelim... no
checking for flockfile... yes
checking for funlockfile... yes
checking for getloadavg... yes
checking for pstat_getdynamic... no
checking for kstat_open in -lkstat... yes
checking for getloadavg... yes
checking whether getloadavg requires setgid... no
checking whether getpass is declared... yes
checking whether fflush_unlocked is declared... no
checking whether flockfile is declared... yes
checking whether fputs_unlocked is declared... no
checking whether funlockfile is declared... yes
checking whether putc_unlocked is declared... yes
checking for getusershell... yes
checking whether lstat dereferences a symlink specified with a trailing 
slash... no
checking for memchr... yes
checking for memcpy... yes
checking for memmove... yes
checking for mempcpy... (cached) no
checking whether memrchr is declared... (cached) no
checking for memrchr... no
checking for memset... yes
checking whether mkdir fails due to a trailing slash... no
checking for working mktime... no
checking whether getenv is declared... (cached) yes
checking for mkstemp... yes
checking for mkstemp limitations... no
checking whether euidaccess is declared... no
checking whether setregid is declared... yes
checking for getgroups... yes
checking for working getgroups... yes
checking for euidaccess... no
checking for library containing eaccess... -lgen
checking for eaccess... yes
checking for readlink... yes
checking for rmdir... yes
checking for rpmatch... no
checking for setenv... yes
checking for unsetenv... yes
checking for unsetenv() return type... int
checking for sig2str... yes
checking for stpcpy... no
checking for strcspn... yes
checking whether strdup is declared... yes
checking for strdup... yes
checking for strndup... no
checking whether strnlen is declared... (cached) no
checking for working strnlen... no
checking for strpbrk... yes
checking whether mbrtowc and mbstate_t are properly declared... yes
checking for working strtod... yes
checking whether <inttypes.h> defines strtoimax as a macro... no
checking for strtoimax... yes
checking for strtoll... yes
checking for strtol... yes
checking for strtoull... yes
checking for strtoul... yes
checking whether <inttypes.h> defines strtoumax as a macro... no
checking for strtoumax... yes
checking for strverscmp... no
checking whether tzset clobbers localtime buffer... no
checking for EOVERFLOW... yes
checking for signed... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for intmax_t... yes
checking for vasnprintf... no
checking for ptrdiff_t... yes
checking for snprintf... yes
checking for wcslen... yes
checking for vasprintf... no
checking for struct timespec... yes
checking whether nanosleep is declared... (cached) yes
checking for compound literals... no
checking whether struct tm is in sys/time.h or time.h... time.h
checking for library containing clock_gettime... -lrt
checking for clock_gettime... yes
checking for clock_settime... yes
checking for struct tm.tm_gmtoff... no
checking for struct tm.tm_zone... no
checking whether tzname is declared... yes
checking for tzname... yes
checking for arithmetic hrtime_t... yes
checking whether gethrtime is declared... 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... no
checking OS.h usability... no
checking OS.h presence... no
checking for OS.h... no
checking for getpagesize... yes
checking type of array argument to getgroups... (cached) gid_t
checking for nl_langinfo and CODESET... yes
checking whether we are using the GNU C Library 2.1 or newer... no
checking for iswcntrl... yes
checking for wcwidth... yes
checking whether mbrtowc and mbstate_t are properly declared... (cached) yes
checking whether wcwidth is declared... yes
checking whether mbswidth is declared in <wchar.h>... no
checking for mbstate_t... (cached) yes
checking for working memcmp... yes
checking for working strcoll... yes
checking for listmntent... (cached) no
checking for getmntinfo... no
checking for sys/ucred.h... no
checking for sys/mount.h... (cached) yes
checking mntent.h usability... no
checking mntent.h presence... no
checking for mntent.h... no
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... no
checking for two-argument getmntent function... yes
checking sys/mntent.h usability... yes
checking sys/mntent.h presence... yes
checking for sys/mntent.h... yes
checking for f_fstypename in struct statfs... no
checking for obstacks... no
checking for external symbol _system_configuration... no
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... (cached) no
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) no
checking for table... no
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking for mbstate_t... (cached) yes
checking whether mbrtowc and mbstate_t are properly declared... (cached) yes
checking whether free (NULL) is known to work... yes
checking whether getutent is declared... (cached) 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 whether off_t can be used in a switch statement... yes
checking for working re_compile_pattern... yes
checking whether closedir returns void... no
checking whether stat file-mode macros are broken... no
checking for struct stat.st_atim.tv_nsec... yes
checking whether struct stat.st_atim is of type struct timespec... yes
checking for strncasecmp... yes
checking for inline... (cached) inline
checking determine whether the utimes function works... yes
checking for struct utimbuf... yes
checking whether getcwd (NULL, 0) allocates memory for result... no
checking whether getcwd is declared... yes
checking whether strtoimax is declared... yes
checking whether strtoumax is declared... yes
checking for GNU libc compatible calloc... yes
checking whether clearerr_unlocked is declared... no
checking whether feof_unlocked is declared... no
checking whether ferror_unlocked is declared... no
checking whether fgets_unlocked is declared... no
checking whether fputc_unlocked is declared... no
checking whether fread_unlocked is declared... no
checking whether fwrite_unlocked is declared... no
checking whether getc_unlocked is declared... yes
checking whether getchar_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking for strftime... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... (cached) yes
checking for library containing nanosleep... -lrt
checking whether nanosleep works... yes
checking for SVID conformant putenv... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking whether utime accepts a null argument... yes
checking whether rename is broken... no
checking for dirent.h that defines DIR... (cached) yes
checking for library containing opendir... (cached) none required
checking for dirfd... no
checking whether dirfd is declared... no
checking whether dirfd is a macro... no
checking for dirfd... (cached) no
checking how to get the file descriptor associated with an open DIR*... dd_fd
checking sys/acl.h usability... yes
checking sys/acl.h presence... yes
checking for sys/acl.h... yes
checking for acl... yes
checking for unistd.h... (cached) yes
checking for working chown... yes
checking whether chown(2) dereferences symlinks... yes
checking for lchown... (cached) yes
checking for rmdir-not-empty errno value... 17
checking whether lstat accepts an empty string... no
checking for group_member... no
checking whether link(2) dereferences a symlink specified with a trailing 
slash... no
checking for stdio_ext.h... (cached) yes
checking for __fpending... yes
checking whether __fpending is declared... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking whether ULONG_MAX < ULLONG_MAX... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for fseeko... yes
checking for /proc/uptime... no
checking for ftruncate... (cached) yes
checking for sys/mount.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for nfs/nfs_clnt.h... no
checking for nfs/vfs.h... no
checking for struct statfs.f_basetype... no
checking for struct statvfs.f_basetype... yes
checking for struct statfs.f_fstypename... no
checking for struct statfs.f_type... no
checking for struct statvfs.f_type... no
checking for struct statfs.f_fsid.__val... no
checking for struct statvfs.f_fsid.__val... no
checking for struct statfs.f_namemax... no
checking for struct statvfs.f_namemax... yes
checking for struct statfs.f_namelen... no
checking for struct statvfs.f_namelen... no
checking for non-GNU ld... /usr/ccs/bin/ld
checking if the linker (/usr/ccs/bin/ld) is GNU ld... no
checking for shared library run path origin... done
checking for sys/param.h... (cached) yes
checking for resolvepath... yes
checking for canonicalize_file_name... no
checking whether this system has an arbitrary file name length limit... yes
checking for mempcpy... (cached) no
checking for openat... yes
checking for memrchr... (cached) no
checking for socklen_t... yes
checking for struct stat.st_author... no
checking for struct stat.st_blksize... yes
checking for ino_t... yes
checking for ssize_t... yes
checking for major_t... yes
checking for minor_t... yes
checking for getloadavg... (cached) yes
checking for pstat_getdynamic... (cached) no
checking for kstat_open in -lkstat... (cached) yes
checking for getloadavg... (cached) yes
checking whether getloadavg requires setgid... (cached) no
checking for raise... yes
checking whether setvbuf arguments are reversed... no
checking whether gettimeofday clobbers localtime buffer... no
checking for working strtod... (cached) yes
checking for library containing fdatasync... -lrt
checking for fdatasync... yes
checking for iconv... yes
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, const char * *inbuf, size_t 
*inbytesleft, char * *outbuf, size_t *outbytesleft);
checking whether a running program can be unlinked... yes
checking for fchdir... (cached) yes
checking POSIX termios... yes
checking whether use of struct winsize requires sys/ptem.h... no
checking whether localtime caches TZ... yes
checking for initgroups... yes
checking for syslog... yes
checking for 3-argument setpriority function... yes
checking ut_host in struct utmp... no
checking ut_host in struct utmpx... yes
checking for sysctl... (cached) no
checking for sys/sysctl.h... (cached) no
checking whether we can get the system boot time... yes
checking POSIX termios... (cached) yes
checking whether use of TIOCGWINSZ requires termios.h... yes
checking whether use of TIOCGWINSZ requires sys/ioctl.h... no
checking whether termios.h needs _XOPEN_SOURCE... no
checking c_line in struct termios... no
checking whether use of struct winsize requires sys/ptem.h... (cached) no
checking whether use of TIOCGWINSZ requires termios.h... (cached) yes
checking whether strsignal is declared... yes
checking whether sys_siglist is declared... no
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 floor... -lm
checking for library containing modf... none required
checking for library containing rint... none required
checking for floor... yes
checking for modf... yes
checking for rint... yes
checking for library containing yp_match... none required
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... none required
checking whether NLS is requested... yes
checking for msgfmt... no
checking for gmsgfmt... :
checking for xgettext... no
checking for msgmerge... no
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking whether NLS is requested... yes
checking for GNU gettext in libc... no
checking for iconv... (cached) yes
checking for GNU gettext in libintl... no
checking whether to use NLS... no
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/basename/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 config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
bash-3.00$ make
make  all-recursive
Making all in lib
sed -e 's/@''HAVE__BOOL''@/1/g' ./stdbool_.h > stdbool.ht
mv stdbool.ht stdbool.h
cp ./fnmatch_.h fnmatch.h-t
mv fnmatch.h-t fnmatch.h
cp ./getopt_.h getopt.h-t
mv getopt.h-t getopt.h
make  all-am
source='allocsa.c' object='allocsa.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
allocsa.c
source='fprintftime.c' object='fprintftime.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
fprintftime.c
source='full-read.c' object='full-read.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
full-read.c
source='full-write.c' object='full-write.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
full-write.c
source='localcharset.c' object='localcharset.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
localcharset.c
source='mbswidth.c' object='mbswidth.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
mbswidth.c
source='readtokens0.c' object='readtokens0.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
readtokens0.c
source='strnlen1.c' object='strnlen1.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
strnlen1.c
source='time_r.c' object='time_r.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
time_r.c
source='unicodeio.c' object='unicodeio.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
unicodeio.c
source='xalloc-die.c' object='xalloc-die.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
xalloc-die.c
source='xgethostname.c' object='xgethostname.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
xgethostname.c
source='xmemcoll.c' object='xmemcoll.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
xmemcoll.c
source='xstrndup.c' object='xstrndup.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
xstrndup.c
source='xstrtoimax.c' object='xstrtoimax.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
xstrtoimax.c
source='xstrtoumax.c' object='xstrtoumax.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
xstrtoumax.c
source='backupfile.c' object='backupfile.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
backupfile.c
source='basename.c' object='basename.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
basename.c
source='c-strtod.c' object='c-strtod.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
c-strtod.c
source='c-strtold.c' object='c-strtold.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
c-strtold.c
source='canon-host.c' object='canon-host.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
canon-host.c
source='cloexec.c' object='cloexec.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
cloexec.c
source='closeout.c' object='closeout.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
closeout.c
source='dirname.c' object='dirname.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
dirname.c
source='error.c' object='error.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
error.c
source='exclude.c' object='exclude.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
exclude.c
source='exitfail.c' object='exitfail.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
exitfail.c
source='open-safer.c' object='open-safer.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
open-safer.c
source='creat-safer.c' object='creat-safer.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
creat-safer.c
source='fd-reopen.c' object='fd-reopen.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
fd-reopen.c
source='filemode.c' object='filemode.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
filemode.c
source='filenamecat.c' object='filenamecat.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
filenamecat.c
source='file-type.c' object='file-type.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
file-type.c
source='fsusage.c' object='fsusage.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
fsusage.c
source='fnmatch.c' object='fnmatch.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
fnmatch.c
source='getline.c' object='getline.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
getline.c
source='getdelim.c' object='getdelim.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
getdelim.c
source='getpass.c' object='getpass.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
getpass.c
source='lstat.c' object='lstat.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
lstat.c
source='mempcpy.c' object='mempcpy.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
mempcpy.c
source='memrchr.c' object='memrchr.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
memrchr.c
source='mktime.c' object='mktime.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
mktime.c
source='euidaccess.c' object='euidaccess.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
euidaccess.c
source='rpmatch.c' object='rpmatch.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
rpmatch.c
source='stpcpy.c' object='stpcpy.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
stpcpy.c
source='strndup.c' object='strndup.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
strndup.c
source='strnlen.c' object='strnlen.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
strnlen.c
source='strstr.c' object='strstr.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
strstr.c
source='strverscmp.c' object='strverscmp.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
strverscmp.c
source='vasnprintf.c' object='vasnprintf.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
vasnprintf.c
source='printf-args.c' object='printf-args.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
printf-args.c
source='printf-parse.c' object='printf-parse.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
printf-parse.c
source='asnprintf.c' object='asnprintf.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
asnprintf.c
source='vasprintf.c' object='vasprintf.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
vasprintf.c
source='asprintf.c' object='asprintf.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
asprintf.c
source='getdate.c' object='getdate.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
getdate.c
source='getndelim2.c' object='getndelim2.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
getndelim2.c
source='getopt.c' object='getopt.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
getopt.c
source='getopt1.c' object='getopt1.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
getopt1.c
source='gettime.c' object='gettime.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
gettime.c
source='getugroups.c' object='getugroups.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
getugroups.c
source='hard-locale.c' object='hard-locale.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
hard-locale.c
source='hash.c' object='hash.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
hash.c
source='hash-pjw.c' object='hash-pjw.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
hash-pjw.c
source='human.c' object='human.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
human.c
source='idcache.c' object='idcache.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
idcache.c
source='imaxtostr.c' object='imaxtostr.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
imaxtostr.c
source='offtostr.c' object='offtostr.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
offtostr.c
source='umaxtostr.c' object='umaxtostr.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
umaxtostr.c
source='linebuffer.c' object='linebuffer.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
linebuffer.c
source='long-options.c' object='long-options.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
long-options.c
source='mbchar.c' object='mbchar.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
mbchar.c
source='md5.c' object='md5.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
md5.c
source='memcoll.c' object='memcoll.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
memcoll.c
source='mkdir-p.c' object='mkdir-p.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
mkdir-p.c
source='modechange.c' object='modechange.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
modechange.c
source='mountlist.c' object='mountlist.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
mountlist.c
source='obstack.c' object='obstack.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
obstack.c
source='physmem.c' object='physmem.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
physmem.c
source='posixtm.c' object='posixtm.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
posixtm.c
source='posixver.c' object='posixver.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
posixver.c
source='quotearg.c' object='quotearg.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
quotearg.c
source='quote.c' object='quote.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
quote.c
source='readtokens.c' object='readtokens.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
readtokens.c
source='readutmp.c' object='readutmp.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
readutmp.c
source='regex.c' object='regex.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
regex.c
source='safe-read.c' object='safe-read.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
safe-read.c
source='safe-write.c' object='safe-write.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
safe-write.c
source='same.c' object='same.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
same.c
source='savedir.c' object='savedir.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
savedir.c
source='save-cwd.c' object='save-cwd.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
save-cwd.c
source='settime.c' object='settime.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
settime.c
source='sha1.c' object='sha1.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
sha1.c
source='fopen-safer.c' object='fopen-safer.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
fopen-safer.c
source='mkstemp-safer.c' object='mkstemp-safer.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
mkstemp-safer.c
source='strcasecmp.c' object='strcasecmp.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
strcasecmp.c
source='strintcmp.c' object='strintcmp.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
strintcmp.c
source='strnumcmp.c' object='strnumcmp.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
strnumcmp.c
source='stripslash.c' object='stripslash.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
stripslash.c
source='dup-safer.c' object='dup-safer.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
dup-safer.c
source='fd-safer.c' object='fd-safer.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
fd-safer.c
source='pipe-safer.c' object='pipe-safer.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
pipe-safer.c
source='unlinkdir.c' object='unlinkdir.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
unlinkdir.c
source='userspec.c' object='userspec.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
userspec.c
source='utimecmp.c' object='utimecmp.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
utimecmp.c
source='utimens.c' object='utimens.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
utimens.c
source='xmalloc.c' object='xmalloc.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
xmalloc.c
source='getcwd.c' object='getcwd.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
getcwd.c
source='xgetcwd.c' object='xgetcwd.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
xgetcwd.c
source='xnanosleep.c' object='xnanosleep.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
xnanosleep.c
source='xreadlink.c' object='xreadlink.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
xreadlink.c
source='xstrtod.c' object='xstrtod.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
xstrtod.c
source='xstrtol.c' object='xstrtol.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
xstrtol.c
source='xstrtoul.c' object='xstrtoul.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
xstrtoul.c
source='yesno.c' object='yesno.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
yesno.c
source='strftime.c' object='strftime.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
strftime.c
source='putenv.c' object='putenv.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
putenv.c
source='fts.c' object='fts.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
fts.c
source='memcasecmp.c' object='memcasecmp.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
memcasecmp.c
source='argmatch.c' object='argmatch.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
argmatch.c
source='cycle-check.c' object='cycle-check.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
cycle-check.c
source='dirfd.c' object='dirfd.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
dirfd.c
source='acl.c' object='acl.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
acl.c
source='group-member.c' object='group-member.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
group-member.c
source='canonicalize.c' object='canonicalize.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
canonicalize.c
source='chdir-long.c' object='chdir-long.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
chdir-long.c
source='openat-die.c' object='openat-die.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
openat-die.c
source='xfts.c' object='xfts.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
xfts.c
source='root-dev-ino.c' object='root-dev-ino.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
root-dev-ino.c
source='version-etc-fsf.c' object='version-etc-fsf.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
version-etc-fsf.c
source='version-etc.c' object='version-etc.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
version-etc.c
source='diacrit.c' object='diacrit.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
diacrit.c
rm -f libcoreutils.a
ar cru libcoreutils.a allocsa.o fprintftime.o  full-read.o full-write.o  
localcharset.o mbswidth.o  readtokens0.o strnlen1.o time_r.o  unicodeio.o 
xalloc-die.o  xgethostname.o xmemcoll.o xstrndup.o  xstrtoimax.o xstrtoumax.o 
backupfile.o basename.o c-strtod.o c-strtold.o canon-host.o cloexec.o 
closeout.o dirname.o error.o exclude.o exitfail.o open-safer.o creat-safer.o 
fd-reopen.o filemode.o filenamecat.o file-type.o fsusage.o fnmatch.o getline.o 
getdelim.o getpass.o lstat.o mempcpy.o memrchr.o mktime.o euidaccess.o 
rpmatch.o stpcpy.o strndup.o strnlen.o strstr.o strverscmp.o vasnprintf.o 
printf-args.o printf-parse.o asnprintf.o vasprintf.o asprintf.o getdate.o 
getndelim2.o getopt.o getopt1.o gettime.o getugroups.o hard-locale.o hash.o 
hash-pjw.o human.o idcache.o imaxtostr.o offtostr.o umaxtostr.o linebuffer.o 
long-options.o mbchar.o md5.o memcoll.o mkdir-p.o modechange.o mountlist.o 
obstack.o physmem.o posixtm.o posixver.o quotearg.o quote.o readtokens.o 
readutmp.o regex.o safe-read.o safe-write.o same.o savedir.o save-cwd.o 
settime.o sha1.o fopen-safer.o mkstemp-safer.o strcasecmp.o strintcmp.o 
strnumcmp.o stripslash.o dup-safer.o fd-safer.o pipe-safer.o unlinkdir.o 
userspec.o utimecmp.o utimens.o xmalloc.o getcwd.o xgetcwd.o xnanosleep.o 
xreadlink.o xstrtod.o xstrtol.o xstrtoul.o yesno.o strftime.o putenv.o fts.o 
memcasecmp.o argmatch.o cycle-check.o dirfd.o acl.o group-member.o 
canonicalize.o chdir-long.o openat-die.o xfts.o root-dev-ino.o 
version-etc-fsf.o version-etc.o diacrit.o 
ranlib libcoreutils.a
source='t-fpending.c' object='t-fpending.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -DLIBDIR=\"/usr/local/lib\" -I. -I. -I..  -I.. -I.    -g -c 
t-fpending.c
cc  -g   -o t-fpending  t-fpending.o libcoreutils.a -lnsl -lsocket
/bin/bash ./config.charset 'sparc-sun-solaris2.10' > t-charset.alias
mv t-charset.alias charset.alias
sed -e '/^#/d' -e 's/@''PACKAGE''@/coreutils/g' ref-add.sin > t-ref-add.sed
mv t-ref-add.sed ref-add.sed
sed -e '/^#/d' -e 's/@''PACKAGE''@/coreutils/g' ref-del.sin > t-ref-del.sed
mv t-ref-del.sed ref-del.sed
Making all in src
echo '#define LOCALEDIR "/usr/local/share/locale"' >localedir.h-t
mv localedir.h-t localedir.h
make  all-am
source='lbracket.c' object='lbracket.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c lbracket.c
cc  -g   -o [  lbracket.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lgen 
-lnsl -lsocket
source='chgrp.c' object='chgrp.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c chgrp.c
source='chown-core.c' object='chown-core.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c 
chown-core.c
cc  -g   -o chgrp  chgrp.o chown-core.o ../lib/libcoreutils.a  
../lib/libcoreutils.a -lnsl -lsocket
source='chown.c' object='chown.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c chown.c
cc  -g   -o chown  chown.o chown-core.o ../lib/libcoreutils.a  
../lib/libcoreutils.a -lnsl -lsocket
source='chmod.c' object='chmod.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c chmod.c
cc  -g   -o chmod  chmod.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='cp.c' object='cp.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c cp.c
source='copy.c' object='copy.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c copy.c
source='cp-hash.c' object='cp-hash.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c cp-hash.c
cc  -g   -o cp  cp.o copy.o cp-hash.o ../lib/libcoreutils.a  
../lib/libcoreutils.a -lgen -lnsl -lsocket
source='dd.c' object='dd.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c dd.c
cc  -g   -o dd  dd.o ../lib/libcoreutils.a  ../lib/libcoreutils.a  -lrt -lnsl 
-lsocket
source='dircolors.c' object='dircolors.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c dircolors.c
cc  -g   -o dircolors  dircolors.o ../lib/libcoreutils.a  ../lib/libcoreutils.a 
-lnsl -lsocket
source='du.c' object='du.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c du.c
cc  -g   -o du  du.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl -lsocket
source='install.c' object='install.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c install.c
cc  -g   -o ginstall  install.o copy.o  cp-hash.o ../lib/libcoreutils.a  
../lib/libcoreutils.a -lgen -lnsl -lsocket
source='link.c' object='link.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c link.c
cc  -g   -o link  link.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='ln.c' object='ln.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c ln.c
cc  -g   -o ln  ln.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl -lsocket
source='ls.c' object='ls.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c ls.c
source='ls-dir.c' object='ls-dir.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c ls-dir.c
cc  -g   -o dir  ls.o ls-dir.o ../lib/libcoreutils.a  ../lib/libcoreutils.a 
-lrt -lnsl -lsocket
source='ls-vdir.c' object='ls-vdir.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c ls-vdir.c
cc  -g   -o vdir  ls.o ls-vdir.o ../lib/libcoreutils.a  ../lib/libcoreutils.a 
-lrt -lnsl -lsocket
source='ls-ls.c' object='ls-ls.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c ls-ls.c
cc  -g   -o ls  ls.o ls-ls.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lrt 
-lnsl -lsocket
source='mkdir.c' object='mkdir.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c mkdir.c
cc  -g   -o mkdir  mkdir.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='mkfifo.c' object='mkfifo.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c mkfifo.c
cc  -g   -o mkfifo  mkfifo.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='mknod.c' object='mknod.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c mknod.c
cc  -g   -o mknod  mknod.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='mv.c' object='mv.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c mv.c
source='remove.c' object='remove.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c remove.c
cc  -g   -o mv  mv.o copy.o cp-hash.o  remove.o ../lib/libcoreutils.a  
../lib/libcoreutils.a -lgen -lnsl -lsocket
source='nohup.c' object='nohup.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c nohup.c
cc  -g   -o nohup  nohup.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='readlink.c' object='readlink.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c readlink.c
cc  -g   -o readlink  readlink.o ../lib/libcoreutils.a  ../lib/libcoreutils.a 
-lnsl -lsocket
source='rm.c' object='rm.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c rm.c
cc  -g   -o rm  rm.o remove.o ../lib/libcoreutils.a  ../lib/libcoreutils.a 
-lgen -lnsl -lsocket
source='rmdir.c' object='rmdir.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c rmdir.c
cc  -g   -o rmdir  rmdir.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='shred.c' object='shred.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c shred.c
cc  -g   -o shred  shred.o ../lib/libcoreutils.a  ../lib/libcoreutils.a  -lrt 
-lnsl -lsocket
source='stat.c' object='stat.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c stat.c
cc  -g   -o stat  stat.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='sync.c' object='sync.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c sync.c
cc  -g   -o sync  sync.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='touch.c' object='touch.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c touch.c
cc  -g   -o touch  touch.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lrt 
-lnsl -lsocket
source='unlink.c' object='unlink.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c unlink.c
cc  -g   -o unlink  unlink.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='cat.c' object='cat.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c cat.c
cc  -g   -o cat  cat.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='cksum.c' object='cksum.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c cksum.c
cc  -g   -o cksum  cksum.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='comm.c' object='comm.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c comm.c
cc  -g   -o comm  comm.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='csplit.c' object='csplit.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c csplit.c
cc  -g   -o csplit  csplit.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='cut.c' object='cut.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c cut.c
cc  -g   -o cut  cut.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='expand.c' object='expand.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c expand.c
cc  -g   -o expand  expand.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='fmt.c' object='fmt.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c fmt.c
cc  -g   -o fmt  fmt.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='fold.c' object='fold.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c fold.c
cc  -g   -o fold  fold.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='head.c' object='head.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c head.c
cc  -g   -o head  head.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='join.c' object='join.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c join.c
cc  -g   -o join  join.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='md5sum.c' object='md5sum.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c md5sum.c
source='md5.c' object='md5.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c md5.c
cc  -g   -o md5sum  md5sum.o md5.o ../lib/libcoreutils.a  ../lib/libcoreutils.a 
-lnsl -lsocket
source='nl.c' object='nl.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c nl.c
cc  -g   -o nl  nl.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl -lsocket
source='od.c' object='od.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c od.c
cc  -g   -o od  od.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl -lsocket
source='paste.c' object='paste.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c paste.c
cc  -g   -o paste  paste.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='pr.c' object='pr.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c pr.c
cc  -g   -o pr  pr.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lrt -lnsl 
-lsocket
source='ptx.c' object='ptx.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c ptx.c
cc  -g   -o ptx  ptx.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='sha1sum.c' object='sha1sum.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c sha1sum.c
cc  -g   -o sha1sum  md5sum.o sha1sum.o ../lib/libcoreutils.a  
../lib/libcoreutils.a -lnsl -lsocket
source='sort.c' object='sort.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c sort.c
cc  -g   -o sort  sort.o ../lib/libcoreutils.a  ../lib/libcoreutils.a  -lnsl 
-lsocket
source='split.c' object='split.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c split.c
cc  -g   -o split  split.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='sum.c' object='sum.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c sum.c
cc  -g   -o sum  sum.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='tac.c' object='tac.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c tac.c
cc  -g   -o tac  tac.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='tail.c' object='tail.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c tail.c
cc  -g   -o tail  tail.o ../lib/libcoreutils.a  ../lib/libcoreutils.a  -lrt 
-lnsl -lsocket
source='tr.c' object='tr.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c tr.c
cc  -g   -o tr  tr.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl -lsocket
source='tsort.c' object='tsort.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c tsort.c
cc  -g   -o tsort  tsort.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='unexpand.c' object='unexpand.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c unexpand.c
cc  -g   -o unexpand  unexpand.o ../lib/libcoreutils.a  ../lib/libcoreutils.a 
-lnsl -lsocket
source='uniq.c' object='uniq.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c uniq.c
cc  -g   -o uniq  uniq.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='wc.c' object='wc.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c wc.c
cc  -g   -o wc  wc.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl -lsocket
source='basename.c' object='basename.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c basename.c
cc  -g   -o basename  basename.o ../lib/libcoreutils.a  ../lib/libcoreutils.a 
-lnsl -lsocket
source='date.c' object='date.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c date.c
cc  -g   -o date  date.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lrt 
-lnsl -lsocket
source='dirname.c' object='dirname.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c dirname.c
cc  -g   -o dirname  dirname.o ../lib/libcoreutils.a  ../lib/libcoreutils.a 
-lnsl -lsocket
source='echo.c' object='echo.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c echo.c
cc  -g   -o echo  echo.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='env.c' object='env.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c env.c
cc  -g   -o env  env.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='expr.c' object='expr.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c expr.c
cc  -g   -o expr  expr.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='factor.c' object='factor.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c factor.c
cc  -g   -o factor  factor.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='false.c' object='false.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c false.c
cc  -g   -o false  false.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='hostname.c' object='hostname.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c hostname.c
cc  -g   -o hostname  hostname.o ../lib/libcoreutils.a  ../lib/libcoreutils.a 
-lnsl -lsocket
source='id.c' object='id.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c id.c
cc  -g   -o id  id.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl -lsocket
source='kill.c' object='kill.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c kill.c
cc  -g   -o kill  kill.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='logname.c' object='logname.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c logname.c
cc  -g   -o logname  logname.o ../lib/libcoreutils.a  ../lib/libcoreutils.a 
-lnsl -lsocket
source='pathchk.c' object='pathchk.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c pathchk.c
cc  -g   -o pathchk  pathchk.o ../lib/libcoreutils.a  ../lib/libcoreutils.a 
-lgen -lnsl -lsocket
source='printenv.c' object='printenv.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c printenv.c
cc  -g   -o printenv  printenv.o ../lib/libcoreutils.a  ../lib/libcoreutils.a 
-lnsl -lsocket
source='printf.c' object='printf.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c printf.c
cc  -g   -o printf  printf.o ../lib/libcoreutils.a  ../lib/libcoreutils.a   
-lnsl -lsocket
source='pwd.c' object='pwd.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c pwd.c
cc  -g   -o pwd  pwd.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='seq.c' object='seq.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c seq.c
cc  -g   -o seq  seq.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lm -lnsl 
-lsocket
source='sleep.c' object='sleep.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c sleep.c
cc  -g   -o sleep  sleep.o ../lib/libcoreutils.a  ../lib/libcoreutils.a  -lrt 
-lnsl -lsocket
source='tee.c' object='tee.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c tee.c
cc  -g   -o tee  tee.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='test.c' object='test.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c test.c
cc  -g   -o test  test.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lgen 
-lnsl -lsocket
source='true.c' object='true.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c true.c
cc  -g   -o true  true.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='tty.c' object='tty.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c tty.c
cc  -g   -o tty  tty.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='whoami.c' object='whoami.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c whoami.c
cc  -g   -o whoami  whoami.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='yes.c' object='yes.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c yes.c
cc  -g   -o yes  yes.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='uname.c' object='uname.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c uname.c
cc  -g   -o uname  uname.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='chroot.c' object='chroot.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c chroot.c
cc  -g   -o chroot  chroot.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='hostid.c' object='hostid.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c hostid.c
cc  -g   -o hostid  hostid.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='nice.c' object='nice.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c nice.c
cc  -g   -o nice  nice.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='pinky.c' object='pinky.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c pinky.c
cc  -g   -o pinky  pinky.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='users.c' object='users.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c users.c
cc  -g   -o users  users.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='who.c' object='who.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c who.c
cc  -g   -o who  who.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='uptime.c' object='uptime.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c uptime.c
cc  -g   -o uptime  uptime.o ../lib/libcoreutils.a  ../lib/libcoreutils.a 
-lkstat -lnsl -lsocket
source='stty.c' object='stty.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c stty.c
cc  -g   -o stty  stty.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl 
-lsocket
source='df.c' object='df.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c df.c
cc  -g   -o df  df.o ../lib/libcoreutils.a  ../lib/libcoreutils.a -lnsl -lsocket
source='setuidgid.c' object='setuidgid.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c setuidgid.c
cc  -g   -o setuidgid  setuidgid.o ../lib/libcoreutils.a  ../lib/libcoreutils.a 
-lnsl -lsocket
rm -f groups groups-t
sed \
  -e 's!@''bindir''@!/usr/local/bin!' \
  -e 's/@''GNU_PACKAGE''@/GNU coreutils/' \
  -e 's/@''PACKAGE_BUGREPORT''@/address@hidden/' \
  -e 's/@''VERSION''@/5.96/' groups.sh > groups-t
chmod +x groups-t
mv groups-t groups
source='su.c' object='su.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I..  -I.. -I. -I../lib -I../lib    -g -c su.c
cc  -g   -o su  su.o ../lib/libcoreutils.a  ../lib/libcoreutils.a  -lnsl 
-lsocket
Making all in doc
Making all in man
Making all in po
Making all in tests
Making all in basename
Making all in chgrp
Making all in chmod
Making all in chown
Making all in cp
Making all in cut
Making all in dd
Making all in dircolors
Making all in du
Making all in expr
Making all in factor
Making all in fmt
Making all in head
Making all in install
Making all in join
Making all in ln
Making all in ls
Making all in ls-2
Making all in md5sum
Making all in misc
Making all in mkdir
Making all in mv
Making all in od
Making all in pr
Making all in readlink
Making all in rm
Making all in rmdir
Making all in seq
Making all in sha1sum
Making all in shred
Making all in sort
Making all in stty
Making all in sum
Making all in tac
Making all in tail
Making all in tail-2
Making all in tee
Making all in test
Making all in touch
Making all in tr
Making all in tsort
Making all in unexpand
Making all in uniq
Making all in wc
bash-3.00$ make check
Making check in lib
./t-fpending > /dev/null
make  check-am
Making check in src
rm -rf progs-readme progs-makefile
echo [ chgrp chown chmod  cp dd dircolors du  ginstall link ln dir  vdir ls 
mkdir mkfifo  mknod mv nohup readlink  rm rmdir shred stat  sync touch unlink 
cat  cksum comm csplit cut  expand fmt fold head  join md5sum nl od  paste pr 
ptx sha1sum  sort split sum tac  tail tr tsort unexpand  uniq wc basename date  
dirname echo env expr  factor false hostname id  kill logname pathchk  printenv 
printf pwd seq  sleep tee test true  tty whoami yes uname chroot hostid nice 
pinky users who uptime stty  df  groups  chroot df hostid  nice pinky stty su  
uname uptime users who \
 | tr -s ' ' '\n' | sed -e 's,$,,' \
 | LC_ALL=C sort -u > progs-makefile && \
sed -n '/^The programs .* are:/,/^[a-zA-Z]/p' ../README \
  | sed -n '/^   */s///p' | tr -s ' ' '\n' > progs-readme
diff progs-makefile progs-readme && rm -rf progs-readme progs-makefile
cd .; grep '^# *define  *S_IS' lbracket.c basename.c cat.c chgrp.c chown-core.c 
chmod.c  chown.c chown-core.c chroot.c cksum.c comm.c cp.c copy.c cp-hash.c  
csplit.c cut.c date.c dd.c df.c ls.c ls-dir.c dircolors.c  dirname.c du.c 
echo.c env.c expand.c expr.c factor.c false.c  fmt.c fold.c install.c copy.c 
cp-hash.c head.c hostid.c hostname.c  id.c join.c kill.c link.c ln.c logname.c 
ls.c ls-ls.c  md5sum.c md5.c mkdir.c mkfifo.c mknod.c mv.c copy.c cp-hash.c 
remove.c  nice.c nl.c nohup.c od.c paste.c pathchk.c pinky.c pr.c  printenv.c 
printf.c ptx.c pwd.c readlink.c rm.c remove.c  rmdir.c seq.c setuidgid.c 
md5sum.c sha1sum.c shred.c sleep.c  sort.c split.c stat.c stty.c su.c sum.c 
sync.c tac.c tail.c  tee.c test.c touch.c tr.c true.c tsort.c tty.c uname.c  
unexpand.c uniq.c unlink.c uptime.c users.c ls.c ls-vdir.c  wc.c who.c whoami.c 
yes.c && exit 1 || :
cd .; grep st_blocks lbracket.c basename.c cat.c chgrp.c chown-core.c chmod.c  
chown.c chown-core.c chroot.c cksum.c comm.c cp.c copy.c cp-hash.c  csplit.c 
cut.c date.c dd.c df.c ls.c ls-dir.c dircolors.c  dirname.c du.c echo.c env.c 
expand.c expr.c factor.c false.c  fmt.c fold.c install.c copy.c cp-hash.c 
head.c hostid.c hostname.c  id.c join.c kill.c link.c ln.c logname.c ls.c 
ls-ls.c  md5sum.c md5.c mkdir.c mkfifo.c mknod.c mv.c copy.c cp-hash.c remove.c 
 nice.c nl.c nohup.c od.c paste.c pathchk.c pinky.c pr.c  printenv.c printf.c 
ptx.c pwd.c readlink.c rm.c remove.c  rmdir.c seq.c setuidgid.c md5sum.c 
sha1sum.c shred.c sleep.c  sort.c split.c stat.c stty.c su.c sum.c sync.c tac.c 
tail.c  tee.c test.c touch.c tr.c true.c tsort.c tty.c uname.c  unexpand.c 
uniq.c unlink.c uptime.c users.c ls.c ls-vdir.c  wc.c who.c whoami.c yes.c && 
exit 1 || :
cd .; grep '^# *define .*defined' lbracket.c basename.c cat.c chgrp.c 
chown-core.c chmod.c  chown.c chown-core.c chroot.c cksum.c comm.c cp.c copy.c 
cp-hash.c  csplit.c cut.c date.c dd.c df.c ls.c ls-dir.c dircolors.c  dirname.c 
du.c echo.c env.c expand.c expr.c factor.c false.c  fmt.c fold.c install.c 
copy.c cp-hash.c head.c hostid.c hostname.c  id.c join.c kill.c link.c ln.c 
logname.c ls.c ls-ls.c  md5sum.c md5.c mkdir.c mkfifo.c mknod.c mv.c copy.c 
cp-hash.c remove.c  nice.c nl.c nohup.c od.c paste.c pathchk.c pinky.c pr.c  
printenv.c printf.c ptx.c pwd.c readlink.c rm.c remove.c  rmdir.c seq.c 
setuidgid.c md5sum.c sha1sum.c shred.c sleep.c  sort.c split.c stat.c stty.c 
su.c sum.c sync.c tac.c tail.c  tee.c test.c touch.c tr.c true.c tsort.c tty.c 
uname.c  unexpand.c uniq.c unlink.c uptime.c users.c ls.c ls-vdir.c  wc.c who.c 
whoami.c yes.c && exit 1 || :
rm -f authors-actual authors-dotdot
for i in `ls [ chgrp chown chmod  cp dd dircolors du  ginstall link ln dir  
vdir ls mkdir mkfifo  mknod mv nohup readlink  rm rmdir shred stat  sync touch 
unlink cat  cksum comm csplit cut  expand fmt fold head  join md5sum nl od  
paste pr ptx sha1sum  sort split sum tac  tail tr tsort unexpand  uniq wc 
basename date  dirname echo env expr  factor false hostname id  kill logname 
pathchk  printenv printf pwd seq  sleep tee test true  tty whoami yes uname 
chroot hostid nice pinky users who uptime stty  df  groups  chroot df hostid  
nice pinky stty su  uname uptime users who | sed -e 's,$,,' \
    | LC_ALL=C sort -u`; do                             \
  test "$i" = '[' && continue;                  \
  exe=$i;                                       \
  if test "$i" = install; then                  \
    exe=ginstall;                               \
  elif test "$i" = test; then                   \
    exe='[';                                    \
  fi;                                           \
  ./$exe --version                              \
    |sed -n '/Written by /{ s//'"$i"': /; s/,* and /, /; s/\.$//; p; }'; \
done > authors-actual
sed -n '/:/p' ../AUTHORS > authors-dotdot
diff authors-actual authors-dotdot && rm -f authors-actual authors-dotdot
make  check-am
Making check in doc
fail=0; \
grep timezone ./*.texi && fail=1; \
/usr/xpg4/bin/grep -E '(^|[^A-Za-z0-9_])IO([^A-Za-z0-9_]|$)' ./*.texi && 
fail=1; \
grep non-zero ./*.texi && fail=1; \
grep '@url{' ./*.texi && fail=1; \
/usr/xpg4/bin/grep -E '(^|[^A-Za-z0-9_])NUL([^A-Za-z0-9_]|$)' ./*.texi && 
fail=1; \
grep '\$@"' ./*.texi && fail=1; \
grep -n '[^[:punct:address@hidden' ./*.texi && fail=1; \
grep -n filename ./*.texi|grep -vE 'setfilename|{filename}' \
  && fail=1; \
perl -e 1 2> /dev/null && { perl -ne \
  '/\bPOSIX\b/ && !/address@hidden/ && !/^\* / || /{posix}/ and print,exit 1' \
  ./*.texi 2> /dev/null || fail=1; }; \
grep -iwE 'builtins?' ./*.texi && fail=1; \
grep -iwE 'path(name)?s?' ./*.texi \
  | grep -vE '@vindex PATH$|@env{PATH}' && fail=1; \
exit $fail
grep: illegal option -- E
Usage: grep -hblcnsviw pattern file . . .
grep: illegal option -- E
Usage: grep -hblcnsviw pattern file . . .
grep: illegal option -- E
Usage: grep -hblcnsviw pattern file . . .
grep: illegal option -- E
Usage: grep -hblcnsviw pattern file . . .
Making check in man
make  check-local
PATH=../src:$PATH; export PATH;         \
t=ls-files.$$;                                          \
(cd . && ls -1 *.x) | sed 's/\.x$//' | LC_ALL=C sort > $t;\
echo basename.1 cat.1 chgrp.1 chmod.1 chown.1 chroot.1 cksum.1 comm.1  cp.1 
csplit.1 cut.1 date.1 dd.1 df.1 dir.1 dircolors.1 dirname.1 du.1  echo.1 env.1 
expand.1 expr.1 factor.1 false.1 fmt.1 fold.1 groups.1  head.1 hostid.1 
hostname.1 id.1 install.1 join.1 kill.1  link.1 ln.1 logname.1  ls.1 md5sum.1 
mkdir.1 mkfifo.1 mknod.1 mv.1 nice.1 nl.1 nohup.1 od.1  paste.1 pathchk.1 
pinky.1 pr.1 printenv.1 printf.1 ptx.1 pwd.1 readlink.1  rm.1 rmdir.1 seq.1 
sha1sum.1 shred.1 sleep.1 sort.1 split.1 stat.1 stty.1  su.1 sum.1 sync.1 tac.1 
tail.1 tee.1 test.1 touch.1 tr.1 true.1 tsort.1  tty.1 uname.1 unexpand.1 
uniq.1 unlink.1 uptime.1 users.1 vdir.1 wc.1  who.1 whoami.1 yes.1 | tr -s ' ' 
'\n' | sed 's/\.1$//'   \
  | LC_ALL=C sort | diff - $t || { rm $t; exit 1; };            \
rm $t
status=0;                                       \
for p in dummy `(cd ../src && MAKEFLAGS= make -s all_programs.list)             
 | grep -v '\['`; do            \
  test $p = dummy && continue;                  \
  test $p = ginstall && p=install || : ;        \
  test -f ./$p.x                        \
    || { echo missing $p.x 1>&2; status=1; };   \
done;                                           \
exit $status
Making check in po
Making check in tests
../src/printenv POSIXLY_CORRECT >/dev/null \
  && sed s/%%/POSIXLY_CORRECT/ ./.env-warn || :
test "${CDPATH+set}" = set \
  && sed s/%%/CDPATH/ ./.env-warn || :
***********************************************************
NOTICE: Some tests may be run only as root.
  Do `make check-root' as `root' to run these tests.
***********************************************************
Making check in basename
make  check-TESTS
PASS: basic
==================
All 1 tests passed
==================
Making check in chgrp
make  check-TESTS
PASS: no-x
PASS: posix-H
PASS: basic
PASS: deref
PASS: recurse
==================
All 5 tests passed
==================
Making check in chmod
make  check-TESTS
PASS: octal
PASS: no-x
PASS: equals
PASS: equal-x
PASS: c-option
PASS: setgid
PASS: umask-x
PASS: usage
==================
All 8 tests passed
==================
Making check in chown
make  check-TESTS
***************************
NOTICE:
./basic: This test is being skipped, since it works only
when run as root.
***************************
SKIP: basic
PASS: deref
PASS: separator
======================
All 2 tests passed
(1 tests were not run)
======================
Making check in cp
make  check-TESTS
PASS: cp-deref
PASS: preserve-2
PASS: r-vs-symlink
PASS: link-preserve
PASS: backup-1
PASS: no-deref-link1
PASS: no-deref-link2
PASS: no-deref-link3
PASS: backup-is-src
PASS: same-file
PASS: cp-mv-backup
PASS: symlink-slash
PASS: slink-2-slink
PASS: fail-perm
PASS: dir-slash
./perm: This test is relatively expensive, so it is disabled by default.
To run it anyway, rerun make check with the RUN_EXPENSIVE_TESTS
environment variable set to yes.  E.g.,

  env RUN_EXPENSIVE_TESTS=yes make check

SKIP: perm
PASS: cp-HL
***************************
NOTICE:
./special-bits: This test is being skipped, since it works only
when run as root.
***************************
SKIP: special-bits
PASS: link
PASS: dir-rm-dest
PASS: cp-parents
PASS: deref-slink
PASS: dir-vs-file
PASS: into-self
======================
All 22 tests passed
(2 tests were not run)
======================
Making check in cut
make  check-TESTS
PASS: cut-tests
==================
All 1 tests passed
==================
Making check in dd
make  check-TESTS
PASS: misc
PASS: not-rewound
PASS: skip-seek
PASS: skip-seek2
3+1 records in
0+1 records out
18 bytes (18 B) copied, 0.0003154 seconds, 57.1 kB/s
PASS: unblock-sync
==================
All 5 tests passed
==================
Making check in dircolors
make  check-TESTS
PASS: simple
==================
All 1 tests passed
==================
Making check in du
make  check-TESTS
PASS: files0-from
PASS: inaccessible-cwd
PASS: deref-args
PASS: slash
./fd-leak: This test is relatively expensive, so it is disabled by default.
To run it anyway, rerun make check with the RUN_EXPENSIVE_TESTS
environment variable set to yes.  E.g.,

  env RUN_EXPENSIVE_TESTS=yes make check

SKIP: fd-leak
PASS: hard-link
./8gb: skipping this test, since this file system doesn't support
./8gb: sparse files and this test requires a file with an apparent
./8gb: size of 8GB
SKIP: 8gb
./basic: different block count/size, so skipping this test
SKIP: basic
PASS: restore-wd
PASS: exclude
PASS: no-x
PASS: no-deref
PASS: trailing-slash
PASS: deref
PASS: two-args
PASS: slink
======================
All 13 tests passed
(3 tests were not run)
======================
Making check in expr
make  check-TESTS
PASS: basic
==================
All 1 tests passed
==================
Making check in factor
make  check-TESTS
PASS: basic
==================
All 1 tests passed
==================
Making check in fmt
make  check-TESTS
PASS: basic
PASS: long-line
==================
All 2 tests passed
==================
Making check in head
make  check-TESTS
PASS: head-tests
==================
All 1 tests passed
==================
Making check in install
make  check-TESTS
PASS: trap
PASS: basic-1
PASS: create-leading
PASS: d-slashdot
==================
All 4 tests passed
==================
Making check in join
make  check-TESTS
PASS: join-tests
==================
All 1 tests passed
==================
Making check in ln
make  check-TESTS
PASS: target-1
PASS: sf-1
PASS: misc
PASS: backup-1
==================
All 4 tests passed
==================
Making check in ls
make  check-TESTS
PASS: inode
PASS: dangle
PASS: file-type
PASS: recursive
PASS: dired
PASS: infloop
PASS: rt-1
PASS: time-1
PASS: symlink-slash
PASS: follow-slink
PASS: no-arg
PASS: m-option
===================
All 12 tests passed
===================
Making check in ls-2
make  check-TESTS
PASS: tests
==================
All 1 tests passed
==================
Making check in md5sum
make  check-TESTS
PASS: basic-1
PASS: newline-1
==================
All 2 tests passed
==================
Making check in misc
make  check-TESTS
PASS: stat-printf
PASS: stat-fmt
PASS: date
./tac-continue: FULL_PARTITION_TMPDIR not defined; skipping this test
SKIP: tac-continue
PASS: close-stdout
PASS: pwd
PASS: date-sec
PASS: paste-no-nl
PASS: expand
PASS: fold
PASS: nohup
PASS: head-elide-tail
PASS: split-fail
PASS: false
tty-eof: this script requires Perl's Expect package >=1.11
SKIP: tty-eof
PASS: printf-hex
PASS: nl
PASS: split-l
PASS: printf
PASS: split-a
PASS: head-pos
PASS: sort
PASS: head-c
PASS: csplit
PASS: nice
PASS: pathchk1
======================
All 24 tests passed
(2 tests were not run)
======================
Making check in mkdir
make  check-TESTS
PASS: p-3
PASS: p-1
PASS: p-2
PASS: special-1
PASS: perm
PASS: parents
PASS: t-slash
PASS: p-slashdot
==================
All 8 tests passed
==================
Making check in mv
make  check-TESTS
PASS: no-target-dir
PASS: reply-no
./leak-fd: This test is relatively expensive, so it is disabled by default.
To run it anyway, rerun make check with the RUN_EXPENSIVE_TESTS
environment variable set to yes.  E.g.,

  env RUN_EXPENSIVE_TESTS=yes make check

SKIP: leak-fd
PASS: part-hardlink
PASS: hard-4
PASS: hard-3
PASS: hard-2
PASS: perm-1
PASS: i-link-no
PASS: part-fail
PASS: dup-source
PASS: childproof
PASS: i-4
PASS: update
PASS: i-2
PASS: mv-special-1
PASS: into-self
PASS: into-self-2
PASS: into-self-3
PASS: into-self-4
PASS: backup-is-src
PASS: i-1
PASS: hard-link-1
PASS: force
PASS: partition-perm
PASS: to-symlink
PASS: dir-file
PASS: diag
PASS: part-symlink
PASS: part-rename
PASS: trailing-slash
======================
All 30 tests passed
(1 tests were not run)
======================
Making check in od
make  check-TESTS
PASS: od-N
PASS: x8
==================
All 2 tests passed
==================
Making check in pr
make  check-TESTS
PASS: pr-tests
==================
All 1 tests passed
==================
Making check in readlink
make  check-TESTS
PASS: rl-1
PASS: can-e
PASS: can-f
PASS: can-m
==================
All 4 tests passed
==================
Making check in rm
make  check-TESTS
PASS: dot-rel
PASS: inaccessible
PASS: unread3
***************************
NOTICE:
./no-give-up: This test is being skipped, since it works only
when run as root.
***************************
SKIP: no-give-up
PASS: dir-no-w
***************************
NOTICE:
./fail-2eperm: This test is being skipped, since it works only
when run as root.
***************************
SKIP: fail-2eperm
PASS: cycle
PASS: i-no-r
PASS: fail-eperm
PASS: dangling-symlink
PASS: rm1
PASS: rm2
PASS: rm3
PASS: rm4
PASS: rm5
PASS: unread2
PASS: r-1
PASS: r-2
PASS: r-3
PASS: i-1
PASS: ir-1
PASS: f-1
PASS: sunos-1
PASS: deep-1
./hash: This test is relatively expensive, so it is disabled by default.
To run it anyway, rerun make check with the RUN_EXPENSIVE_TESTS
environment variable set to yes.  E.g.,

  env RUN_EXPENSIVE_TESTS=yes make check

SKIP: hash
PASS: isatty
======================
All 23 tests passed
(3 tests were not run)
======================
Making check in rmdir
make  check-TESTS
PASS: fail-perm
PASS: ignore
PASS: t-slash
==================
All 3 tests passed
==================
Making check in seq
make  check-TESTS
PASS: basic
==================
All 1 tests passed
==================
Making check in sha1sum
make  check-TESTS
PASS: basic-1
PASS: sample-vec
==================
All 2 tests passed
==================
Making check in shred
make  check-TESTS
PASS: remove
PASS: exact
==================
All 2 tests passed
==================
Making check in sort
make  check-TESTS
PASS: sort-tests
==================
All 1 tests passed
==================
Making check in stty
make  check-TESTS
stty: standard input: no size information for this device
./row-col-1: skipping this test: can't get window size
SKIP: row-col-1
PASS: basic-1
======================
All 1 tests passed
(1 tests were not run)
======================
Making check in sum
make  check-TESTS
PASS: basic-1
PASS: sysv
==================
All 2 tests passed
==================
Making check in tac
make  check-TESTS
PASS: tac-tests
==================
All 1 tests passed
==================
Making check in tail
make  check-TESTS
PASS: tail-tests
==================
All 1 tests passed
==================
Making check in tail-2
make  check-TESTS
./tail-n0f:/proc/29694/status: missing or 'different': skipping this test
SKIP: tail-n0f
./big-4gb: This test is relatively expensive, so it is disabled by default.
To run it anyway, rerun make check with the RUN_EXPENSIVE_TESTS
environment variable set to yes.  E.g.,

  env RUN_EXPENSIVE_TESTS=yes make check

SKIP: big-4gb
PASS: proc-ksyms
PASS: start-middle
sleeping for 7 seconds...
29731 Terminated
PASS: assert
sleeping for 7 seconds...
29747 Terminated
PASS: assert-2
======================
All 4 tests passed
(2 tests were not run)
======================
Making check in tee
make  check-TESTS
PASS: basic
PASS: dash
==================
All 2 tests passed
==================
Making check in test
make  check-TESTS
PASS: test-tests
==================
All 1 tests passed
==================
Making check in touch
make  check-TESTS
PASS: read-only
PASS: relative
PASS: not-owner
PASS: no-create-missing
PASS: fail-diag
PASS: dir-1
PASS: dangling-symlink
sleeping for 2 seconds...
sleeping for 2 seconds...
PASS: empty-file
PASS: fifo
sleeping for 2 seconds...
PASS: no-rights
PASS: obsolescent
===================
All 11 tests passed
===================
Making check in tr
make  check-TESTS
PASS: tr-tests
==================
All 1 tests passed
==================
Making check in tsort
make  check-TESTS
PASS: basic-1
==================
All 1 tests passed
==================
Making check in unexpand
make  check-TESTS
PASS: basic-1
==================
All 1 tests passed
==================
Making check in uniq
make  check-TESTS
PASS: uniq-tests
==================
All 1 tests passed
==================
Making check in wc
make  check-TESTS
PASS: wc-tests
==================
All 1 tests passed
==================
make  check-TESTS
0+1 records in
0+1 records out
1 byte (1 B) copied, 0.0002618 seconds, 3.8 kB/s
3082 Terminated
PASS: help-version
==================
All 1 tests passed
==================
bash-3.00$ 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]