Package: coreutils;
Reported by: Clemens Brogi <c.brogi <at> mid.de>
Date: Fri, 1 Oct 2010 07:41:02 UTC
Severity: normal
Done: Jim Meyering <jim <at> meyering.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 7142 in the body.
You can then email your comments to 7142 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
View this report as an mbox folder, status mbox, maintainer mbox
owner <at> debbugs.gnu.org, bug-coreutils <at> gnu.org
:bug#7142
; Package coreutils
.
(Fri, 01 Oct 2010 07:41:02 GMT) Full text and rfc822 format available.Clemens Brogi <c.brogi <at> mid.de>
:bug-coreutils <at> gnu.org
.
(Fri, 01 Oct 2010 07:41:02 GMT) Full text and rfc822 format available.Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Clemens Brogi <c.brogi <at> mid.de> To: bug-coreutils <at> gnu.org Subject: coreutils on Solaris 10(x86) 09/10 Date: Fri, 01 Oct 2010 09:22:08 +0200
Hi you cannot compile gnu-coreutils on the latest Solaris x86 10 (09/10), since the interface of futimens has changed. it is now: extern int futimens(int, const struct timespec[2]); System-Information uname -a: SunOS barsch 5.10 Generic_142910-17 i86pc i386 i86pc Solaris I don't know if this is an issue for gnu or oracle Regards Clemens -- Clemens Brogi SW Developer MID GmbH Eibacher Hauptstr. 141 90451 Nürnberg Telefon: +49 911-968 36-79 Fax: +49 911-968 36-10 E-Mail: c.brogi <at> mid.de WWW: http://www.mid.de Sitz des Unternehmens: Nürnberg Amtsgericht Nürnberg HRB Nr. 21108 Ust.-ID-Nr. DE 814060547 Geschäftsführer: Andreas Ditze, Jürgen Leuschel, Jochen Seemann
owner <at> debbugs.gnu.org, bug-coreutils <at> gnu.org
:bug#7142
; Package coreutils
.
(Fri, 01 Oct 2010 12:12:02 GMT) Full text and rfc822 format available.Message #8 received at 7142 <at> debbugs.gnu.org (full text, mbox):
From: Jim Meyering <jim <at> meyering.net> To: Clemens Brogi <c.brogi <at> mid.de> Cc: 7142 <at> debbugs.gnu.org Subject: Re: bug#7142: coreutils on Solaris 10(x86) 09/10 Date: Fri, 01 Oct 2010 14:14:40 +0200
Clemens Brogi wrote: > you cannot compile gnu-coreutils on the latest Solaris x86 10 (09/10), > since the interface of futimens has changed. it is now: > extern int futimens(int, const struct timespec[2]); > > System-Information > > uname -a: > SunOS barsch 5.10 Generic_142910-17 i86pc i386 i86pc Solaris > > I don't know if this is an issue for gnu or oracle Thanks for the report, but what version of coreutils did you use? If you didn't use the latest stable release, please retry with that: ftp://ftp.gnu.org/gnu/coreutils/coreutils-8.5.tar.xz ftp://ftp.gnu.org/gnu/coreutils/coreutils-8.5.tar.gz Can you tell show us the precise commands you used to configure and build, as well as the output that makes you think futimes is at fault? Note that configure-time output (especially regarding whether *utim* functions were found) can be useful, too.
owner <at> debbugs.gnu.org, bug-coreutils <at> gnu.org
:bug#7142
; Package coreutils
.
(Fri, 01 Oct 2010 12:19:02 GMT) Full text and rfc822 format available.Message #11 received at 7142 <at> debbugs.gnu.org (full text, mbox):
From: Eric Blake <eblake <at> redhat.com> To: Clemens Brogi <c.brogi <at> mid.de> Cc: 7142 <at> debbugs.gnu.org Subject: Re: bug#7142: coreutils on Solaris 10(x86) 09/10 Date: Fri, 01 Oct 2010 06:21:48 -0600
On 10/01/2010 01:22 AM, Clemens Brogi wrote: > Hi > you cannot compile gnu-coreutils on the latest Solaris x86 10 (09/10), Which version of coreutils? For example, there was a known bug where in 2007, coreutils 6.9 used the name 'futimens' internally for a different purpose than what was later standardized in POSIX 2008. But that was fixed a long time ago, and should not be a problem with the latest release of coreutils (8.5). > since the interface of futimens has changed. it is now: > extern int futimens(int, const struct timespec[2]); Yes, this is the POSIX 2008 signature, and current coreutils has no conflicts with this signature. > I don't know if this is an issue for gnu or oracle Probably neither - it is more likely a case of you trying to compile the wrong version. -- Eric Blake eblake <at> redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org
owner <at> debbugs.gnu.org, bug-coreutils <at> gnu.org
:bug#7142
; Package coreutils
.
(Fri, 01 Oct 2010 13:46:01 GMT) Full text and rfc822 format available.Message #14 received at 7142 <at> debbugs.gnu.org (full text, mbox):
From: Eric Blake <eblake <at> redhat.com> To: Clemens Brogi <c.brogi <at> mid.de>, 7142 <at> debbugs.gnu.org Subject: Re: bug#7142: coreutils on Solaris 10(x86) 09/10 Date: Fri, 01 Oct 2010 07:48:11 -0600
[Let's keep the list in the loop] On 10/01/2010 06:44 AM, Clemens Brogi wrote: > Eric Blake wrote: >> On 10/01/2010 01:22 AM, Clemens Brogi wrote: >>> Hi >>> you cannot compile gnu-coreutils on the latest Solaris x86 10 (09/10), >> > Hi > > sorry this was my fault. I used coreutils coming with the new Solaris > Companion CD, which is 5.97 OK, then maybe it's worth reporting to the provider of the Solaris Companion CD that they are shipping an ancient version. > > I was able to build 8.5 after defining LDFLAGS -lgen Which .o file needed -lgen before compilation worked? We'd like to fix that before coreutils 8.6. -- Eric Blake eblake <at> redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org
owner <at> debbugs.gnu.org, bug-coreutils <at> gnu.org
:bug#7142
; Package coreutils
.
(Fri, 01 Oct 2010 16:42:01 GMT) Full text and rfc822 format available.Message #17 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Jim Meyering <jim <at> meyering.net> To: Clemens Brogi <c.brogi <at> mid.de> Cc: bug-coreutils <at> gnu.org Subject: Re: bug#7142: coreutils on Solaris 10(x86) 09/10 Date: Fri, 01 Oct 2010 18:34:41 +0200
Clemens Brogi wrote: > Jim Meyering wrote: >> Clemens Brogi wrote: >>> you cannot compile gnu-coreutils on the latest Solaris x86 10 (09/10), >>> since the interface of futimens has changed. it is now: >>> extern int futimens(int, const struct timespec[2]); >>> >>> System-Information >>> >>> uname -a: >>> SunOS barsch 5.10 Generic_142910-17 i86pc i386 i86pc Solaris >>> >>> I don't know if this is an issue for gnu or oracle >> >> Thanks for the report, but what version of coreutils did you use? >> If you didn't use the latest stable release, please retry with that: >> >> ftp://ftp.gnu.org/gnu/coreutils/coreutils-8.5.tar.xz >> ftp://ftp.gnu.org/gnu/coreutils/coreutils-8.5.tar.gz >> >> Can you tell show us the precise commands you used to configure and build, >> as well as the output that makes you think futimes is at fault? >> Note that configure-time output (especially regarding whether *utim* >> functions were found) can be useful, too. > > Hi > > sorry this was my fault. I used coreutils coming with the new Solaris > Companion CD, which is 5.97 > > I was able to build 8.5 after defining LDFLAGS -lgen If something failed, please attach the output of running configure and make so we can fix it.
owner <at> debbugs.gnu.org, bug-coreutils <at> gnu.org
:bug#7142
; Package coreutils
.
(Mon, 04 Oct 2010 08:43:02 GMT) Full text and rfc822 format available.Message #20 received at 7142 <at> debbugs.gnu.org (full text, mbox):
From: Clemens Brogi <c.brogi <at> mid.de> To: Eric Blake <eblake <at> redhat.com> Cc: 7142 <at> debbugs.gnu.org, Jim Meyering <jim <at> meyering.net> Subject: Re: bug#7142: coreutils on Solaris 10(x86) 09/10 Date: Mon, 04 Oct 2010 10:45:29 +0200
[Message part 1 (text/plain, inline)]
Eric Blake wrote: > [Let's keep the list in the loop] > > On 10/01/2010 06:44 AM, Clemens Brogi wrote: >> Eric Blake wrote: >>> On 10/01/2010 01:22 AM, Clemens Brogi wrote: >>>> Hi >>>> you cannot compile gnu-coreutils on the latest Solaris x86 10 (09/10), >>> >> Hi >> >> sorry this was my fault. I used coreutils coming with the new Solaris >> Companion CD, which is 5.97 > > OK, then maybe it's worth reporting to the provider of the Solaris > Companion CD that they are shipping an ancient version. > >> >> I was able to build 8.5 after defining LDFLAGS -lgen > > Which .o file needed -lgen before compilation worked? We'd like to fix > that before coreutils 8.6. > Hi as far as I can figure it out, the error only occoures if I use suncc as CC I have attached the the config and make output regards Clemens ld: Schwerer Fehler: Symbolreferenzierungsfehler. Keine Ausgabe in chroot geschrieben *** Error code 1 The following command caused the error: echo " CCLD " chroot;suncc -xc99=all -g -Wl,-z,ignore -o chroot chroot.o libver.a ../lib/libcoreutils.a ../lib/libcoreutils.a make: Fatal error: Command failed for target `chroot' Current working directory /server/scratch/cbr/coreutils-8.5.suncc/coreutils-8.5/src *** Error code 1 make: Fatal error: Command failed for target `all' Current working directory /server/scratch/cbr/coreutils-8.5.suncc/coreutils-8.5/src *** Error code 1 The following command caused the error: fail= failcom='exit 1'; \ for f in x $MAKEFLAGS; do \ case $f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo all-recursive | sed s/-recursive//`; \ list='lib src doc man po tests gnulib-tests'; for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" make: Fatal error: Command failed for target `all-recursive' Current working directory /server/scratch/cbr/coreutils-8.5.suncc/coreutils-8.5 *** Error code 1 make: Fatal error: Command failed for target `all' -- Clemens Brogi SW Developer MID GmbH Eibacher Hauptstr. 141 90451 Nürnberg Telefon: +49 911-968 36-79 Fax: +49 911-968 36-10 E-Mail: c.brogi <at> mid.de WWW: http://www.mid.de Sitz des Unternehmens: Nürnberg Amtsgericht Nürnberg HRB Nr. 21108 Ust.-ID-Nr. DE 814060547 Geschäftsführer: Andreas Ditze, Jürgen Leuschel, Jochen Seemann
[config.out (text/plain, inline)]
checking for a BSD-compatible install... /opt/sfw/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /opt/sfw/bin/mkdir -p checking for gawk... nawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking for gcc... suncc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... no checking whether suncc accepts -g... yes checking for suncc option to accept ISO C89... none needed checking dependency style of suncc... none checking for suncc option to accept ISO C99... -xc99=all checking for suncc -xc99=all option to accept ISO Standard C... (cached) -xc99=all checking whether suncc -xc99=all and cc understand -c and -o together... yes checking how to run the C preprocessor... suncc -xc99=all -E checking for grep that handles long lines and -e... /usr/sfw/bin/ggrep checking for egrep... /usr/sfw/bin/ggrep -E checking for ranlib... ranlib checking whether ln -s works... yes checking build system type... i386-pc-solaris2.10 checking host system type... i386-pc-solaris2.10 checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for _LARGEFILE_SOURCE value needed for large files... no configure: autobuild project... GNU coreutils configure: autobuild revision... 8.5 configure: autobuild hostname... barsch configure: autobuild timestamp... 20101004T084031Z checking for inline... inline checking for working alloca.h... yes checking for alloca... yes checking for arpa/inet.h... yes checking for sys/socket.h... yes checking for ctype.h... yes checking for dirent.h... yes checking for errno.h... yes checking for libgen.h... yes checking for fcntl.h... yes checking for sys/param.h... yes checking for float.h... yes checking for wctype.h... yes checking for stdio_ext.h... yes checking for sys/vfs.h... yes checking for sys/fs_types.h... no checking for netdb.h... yes checking for netinet/in.h... yes checking for getopt.h... yes checking for termios.h... yes checking for sys/time.h... yes checking for grp.h... yes checking for iconv.h... yes checking for stdint.h... (cached) yes checking for wchar.h... yes checking for inttypes.h... (cached) yes checking for langinfo.h... yes checking for stddef.h... yes checking for xlocale.h... no checking for locale.h... yes checking for math.h... yes checking for sys/mman.h... yes checking for unistd.h... (cached) yes checking for sys/statvfs.h... yes checking for sys/select.h... yes checking for utmp.h... yes checking for utmpx.h... yes checking for selinux/selinux.h... no checking for signal.h... yes checking for stdarg.h... yes checking for stdio.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/utsname.h... yes checking for time.h... yes checking for utime.h... yes checking for priv.h... yes checking for sys/wait.h... yes checking for sys/ioctl.h... yes checking for hurd.h... no checking for paths.h... no checking for stropts.h... yes checking for sys/resource.h... yes checking for sys/systeminfo.h... yes checking for syslog.h... yes checking for pwd.h... yes checking for OS.h... no checking whether the preprocessor supports include_next... yes checking for d_ino member in directory struct... yes checking whether system is Windows or MSDOS... no checking for long file names... yes checking for pathconf... yes checking for btowc... yes checking for canonicalize_file_name... no checking for realpath... yes checking for chown... yes checking for fchown... yes checking for fdopendir... yes checking for dup2... yes checking for faccessat... no checking for lchmod... no checking for access... yes checking for fchdir... yes checking for fcntl... yes checking for mempcpy... no checking for isblank... yes checking for iswctype... yes checking for mbsrtowcs... yes checking for wmemchr... yes checking for wmemcpy... yes checking for wmempcpy... no checking for __fpending... yes checking for fpurge... no checking for __fpurge... yes checking for __freading... yes checking for fsync... yes checking for fstatfs... yes checking for getdelim... no checking for getdtablesize... yes checking for microuptime... no checking for nanouptime... no checking for flockfile... yes checking for funlockfile... yes checking for __fsetlocking... yes checking for tcgetattr... yes checking for tcsetattr... yes checking for gettimeofday... yes checking for nanotime... no checking for getusershell... yes checking for link... yes checking for readlink... yes checking for linkat... no checking for symlink... yes checking for lstat... yes checking for mbsinit... yes checking for mbrtowc... yes checking for mbrlen... yes checking for mbslen... no checking for isascii... yes checking for mprotect... yes checking for memchr... yes checking for getgrouplist... no checking for fchmod... yes checking for mkstemp... yes checking for alarm... yes checking for nl_langinfo... yes checking for utmpname... yes checking for utmpxname... yes checking for wcscoll... yes checking for setenv... yes checking for settimeofday... yes checking for stime... yes checking for sigaction... yes checking for sigaltstack... yes checking for siginterrupt... yes checking for stpncpy... no checking for strdup... yes checking for tzset... yes checking for strndup... no checking for symlinkat... no checking for readlinkat... no checking for localtime_r... yes checking for pipe... yes checking for futimes... no checking for futimesat... yes checking for futimens... yes checking for utimensat... yes checking for lutimes... no checking for vasnprintf... no checking for wcrtomb... yes checking for iswcntrl... yes checking for iswblank... yes checking for wcwidth... yes checking for getegid... yes checking for newlocale... no checking for sleep... yes checking for shutdown... no checking for usleep... yes checking for wctob... yes checking for strxfrm... yes checking for directio... yes checking for posix_fadvise... no checking for endgrent... yes checking for endpwent... yes checking for ftruncate... yes checking for iswspace... yes checking for mkfifo... yes checking for setgroups... yes checking for sethostname... yes checking for sync... yes checking for sysctl... no checking for sysinfo... yes checking for tcgetpgrp... yes checking for C/C++ restrict keyword... __restrict__ checking whether <wchar.h> uses 'inline' correctly... yes checking for nl_langinfo and CODESET... yes checking for a traditional french locale... none checking whether strtold conforms to C99... yes checking for size_t... yes checking whether malloc, realloc, calloc are POSIX compliant... yes checking whether // is distinct from /... no checking whether realpath works... no checking for uid_t in sys/types.h... yes checking for unistd.h... (cached) yes checking for working chown... yes checking whether chown dereferences symlinks... yes checking whether chown honors trailing slash... yes checking whether chown always updates ctime... yes checking whether byte ordering is bigendian... no checking if environ is properly declared... no checking for complete errno.h... yes checking whether strerror_r is declared... yes checking for strerror_r... yes checking whether strerror_r returns char *... no checking whether setregid is declared... yes checking type of array argument to getgroups... gid_t checking for getgroups... yes checking for working getgroups... yes checking whether lstat correctly handles trailing slash... yes checking whether unlink honors trailing slashes... yes checking whether unlink of a parent directory fails is it should... guessing yes checking for mode_t... yes checking for promoted mode_t type... mode_t checking for fchmodat... no checking for fstatat... yes checking for mkdirat... no checking for openat... yes checking for unlinkat... yes checking for fchownat... yes checking whether fchownat works with AT_SYMLINK_NOFOLLOW... yes checking for working fcntl.h... yes checking for fseeko... yes checking for st_dm_mode in struct stat... no checking whether strmode is declared... no checking for mbstate_t... yes checking whether stdin defaults to large file offsets... yes checking whether <sys/socket.h> is self-contained... yes checking for shutdown... (cached) no checking for struct sockaddr_storage... yes checking for sa_family_t... yes checking whether socket is declared without a macro... no checking whether connect is declared without a macro... no checking whether accept is declared without a macro... no checking whether bind is declared without a macro... no checking whether getpeername is declared without a macro... no checking whether getsockname is declared without a macro... no checking whether getsockopt is declared without a macro... no checking whether listen is declared without a macro... no checking whether recv is declared without a macro... no checking whether send is declared without a macro... no checking whether recvfrom is declared without a macro... no checking whether sendto is declared without a macro... no checking whether setsockopt is declared without a macro... no checking whether shutdown is declared without a macro... no checking whether accept4 is declared without a macro... no checking for library containing gethostbyname... -lnsl checking for library containing getservbyname... -lsocket checking for IPv4 sockets... yes checking for IPv6 sockets... yes checking for library containing inet_ntop... -lnsl checking whether inet_ntop is declared... yes checking whether getcwd (NULL, 0) allocates memory for result... no checking whether getcwd is declared... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking for compound literals... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_gmtoff... no checking whether getdelim is declared... no checking for arithmetic hrtime_t... yes checking for long long int... yes checking whether getline is declared... no checking for ssize_t... yes checking for getopt.h... (cached) yes checking for getopt_long_only... yes checking whether optreset is declared... no checking whether getopt_clip is declared... yes checking whether getopt is POSIX compatible... yes checking for working GNU getopt function... no checking whether getenv is declared... yes 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 struct timeval... yes checking whether gettimeofday is declared without a macro... yes 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 64-bit host... no checking for off_t... yes checking for unsigned long long int... yes checking whether stdint.h conforms to C99... no checking sys/inttypes.h usability... yes checking sys/inttypes.h presence... yes checking for sys/inttypes.h... yes checking sys/bitypes.h usability... no checking sys/bitypes.h presence... no checking for sys/bitypes.h... no checking for bit size of ptrdiff_t... 32 checking for bit size of size_t... 32 checking for bit size of sig_atomic_t... 32 checking for bit size of wchar_t... 32 checking for bit size of wint_t... 32 checking whether sig_atomic_t is signed... yes checking whether wchar_t is signed... yes checking whether wint_t is signed... yes checking for ptrdiff_t integer literal suffix... checking for size_t integer literal suffix... u checking for sig_atomic_t integer literal suffix... checking for wchar_t integer literal suffix... l checking for wint_t integer literal suffix... l checking for inttypes.h... (cached) yes checking whether the inttypes.h PRIxNN macros are broken... no checking whether imaxabs is declared... yes checking whether imaxdiv is declared... yes checking whether strtoimax is declared... yes checking whether strtoumax is declared... yes checking where to find the exponent in a 'float'... word 0 bit 23 checking whether getc_unlocked is declared... yes checking whether we are using the GNU C Library 2.1 or newer... no checking for wchar_t... yes checking whether NULL can be used in arbitrary expressions... yes checking whether imported symbols can be declared weak... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_kill in -lpthread... yes checking for multithread API to use... posix checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking whether mbrtowc and mbstate_t are properly declared... (cached) yes checking for a traditional japanese locale... none checking for a transitional chinese locale... none checking for a french Unicode locale... none checking whether mbrtowc handles incomplete characters... guessing yes checking whether mbrtowc works as well as mbtowc... guessing yes checking whether mbrtowc handles a NULL string argument... guessing yes checking whether mbrtowc has a correct return value... guessing no checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes checking for mmap... yes checking for MAP_ANONYMOUS... yes checking whether memchr works... yes checking whether memrchr is declared... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking whether <sys/select.h> is self-contained... no checking whether select is declared without a macro... yes checking for library containing setsockopt... -lsocket checking whether select supports a 0 argument... yes checking for external symbol _system_configuration... no checking for desired default level of POSIX conformance... none-specified checking whether rmdir works... yes checking whether lstat accepts an empty string... no checking for library containing setfilecon... no checking whether setenv validates arguments... yes checking search.h usability... yes checking search.h presence... yes checking for search.h... yes checking for tsearch... yes checking whether snprintf is declared... yes checking whether strdup is declared... yes checking for working strerror function... yes checking whether memmem is declared without a macro... no checking whether mempcpy is declared without a macro... no checking whether memrchr is declared without a macro... no checking whether rawmemchr is declared without a macro... no checking whether stpcpy is declared without a macro... no checking whether stpncpy is declared without a macro... no checking whether strchrnul is declared without a macro... no checking whether strdup is declared without a macro... yes checking whether strncat is declared without a macro... yes checking whether strndup is declared without a macro... no checking whether strnlen is declared without a macro... no checking whether strpbrk is declared without a macro... yes checking whether strsep is declared without a macro... no checking whether strcasestr is declared without a macro... no checking whether strtok_r is declared without a macro... yes checking whether strsignal is declared without a macro... yes checking whether strverscmp is declared without a macro... no checking whether strndup is declared... no checking whether strnlen is declared... no checking whether strsignal is declared... (cached) yes checking whether sys_siglist is declared... no checking whether stat file-mode macros are broken... no checking for struct timespec in <time.h>... 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 getchar_unlocked is declared... yes checking whether putchar_unlocked is declared... yes checking whether the utimes function works... yes checking for struct utimbuf... yes checking for wint_t... yes checking for inttypes.h... yes checking for stdint.h... yes checking for intmax_t... yes checking whether snprintf returns a byte count as in C99... yes checking for snprintf... yes checking for strnlen... no checking for wcslen... yes checking for wcsnlen... no checking for mbrtowc... (cached) yes checking for wcrtomb... (cached) yes checking whether _snprintf is declared... no checking whether printf supports size specifiers as in C99... yes checking whether printf supports 'long double' arguments... yes checking whether printf supports infinite 'double' arguments... yes checking whether printf supports infinite 'long double' arguments... no checking whether printf supports the 'a' and 'A' directives... no checking whether printf supports the 'F' directive... yes checking whether printf supports the 'n' directive... yes checking whether printf supports the 'ls' directive... no checking whether printf supports POSIX/XSI format strings with positions... yes checking whether printf supports the grouping flag... yes checking whether printf supports the left-adjust flag correctly... yes checking whether printf supports the zero flag correctly... no checking whether printf supports large precisions... yes checking whether printf survives out-of-memory conditions... no checking POSIX termios... yes checking whether use of TIOCGWINSZ requires termios.h... yes checking whether alarm is declared... yes checking whether ungetc works on arbitrary bytes... yes checking sys/acl.h usability... yes checking sys/acl.h presence... yes checking for sys/acl.h... yes checking for library containing acl_get_file... no checking for acl... yes checking for library containing acl_trivial... -lsec checking for acl_trivial... yes checking for getacl... no checking for alloca as a compiler built-in... no checking whether inet_ntop is declared without a macro... yes checking whether inet_pton is declared without a macro... yes checking whether to enable assertions... yes checking for atexit... yes checking whether btowc(0) is correct... yes checking whether btowc(EOF) is correct... guessing yes checking for GNU libc compatible calloc... yes checking whether this system has an arbitrary file name length limit... yes checking for library containing clock_gettime... -lrt checking for clock_gettime... yes checking for clock_settime... yes checking whether isblank is declared without a macro... yes checking for d_ino member in directory struct... (cached) yes checking for d_type member in directory struct... no checking whether alphasort is declared without a macro... yes checking whether dirfd is declared without a macro... no checking whether fdopendir is declared without a macro... yes checking whether scandir is declared without a macro... yes 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 whether // is distinct from /... (cached) no checking whether dup2 works... yes checking for error_at_line... no checking for euidaccess... no checking for library containing eaccess... -lgen checking for eaccess... yes checking whether fcntl handles F_DUPFD correctly... yes checking whether fcntl understands F_DUPFD_CLOEXEC... no checking whether fcntl is declared without a macro... yes checking whether openat is declared without a macro... yes checking whether fdopendir is declared... (cached) yes checking whether fdopendir works... yes checking whether fflush works on input streams... yes checking for struct stat.st_blocks... yes checking for flexible array member... yes checking for working GNU fnmatch... no checking whether isblank is declared... (cached) yes checking whether fopen recognizes a trailing slash... yes checking whether __fpending is declared... yes checking whether fpurge is declared... no checking whether frexp() can be used without linking with libm... yes checking whether frexp works... yes checking whether frexpl is declared... yes checking whether frexpl() can be used without linking with libm... no checking for sys/mount.h... yes configure: 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 statfs that truncates block counts... no checking for ftello... yes checking for fchmodat... (cached) no checking for fstatat... (cached) yes checking for mkdirat... (cached) no checking for openat... (cached) yes checking for unlinkat... (cached) yes checking for fchownat... (cached) yes checking whether fchownat works with AT_SYMLINK_NOFOLLOW... (cached) yes checking for struct statfs.f_type... no configure: checking how to do getaddrinfo, freeaddrinfo and getnameinfo checking for library containing getaddrinfo... -lsocket checking for getaddrinfo... yes checking for gai_strerror (possibly via ws2tcpip.h)... yes checking for struct sockaddr.sa_len... no checking whether getaddrinfo is declared... yes checking whether freeaddrinfo is declared... yes checking whether gai_strerror is declared... yes checking whether getnameinfo is declared... yes checking for struct addrinfo... yes checking for struct tm.tm_zone... no checking whether tzname is declared... yes checking for tzname... yes checking for flockfile... (cached) yes checking for funlockfile... (cached) yes checking whether getc_unlocked is declared... (cached) yes checking whether getgroups handles negative values... yes checking for gethostname... yes checking for HOST_NAME_MAX... 256 checking whether gethrtime is declared... yes checking for getline... no checking for flockfile... (cached) yes checking for funlockfile... (cached) yes checking whether getc_unlocked is declared... (cached) yes checking for getloadavg... yes checking for pstat_getdynamic... no checking for kstat_open in -lkstat... yes checking for perfstat_cpu_total in -lperfstat... no checking for getloadavg... yes checking whether getloadavg requires setgid... no checking sys/loadavg.h usability... yes checking sys/loadavg.h presence... yes checking for sys/loadavg.h... yes checking whether getloadavg is declared... yes checking for getpagesize... yes checking whether getpagesize is declared... yes checking whether __fsetlocking is declared... yes checking whether gettimeofday clobbers localtime buffer... no checking for gettimeofday with POSIX signature... yes checking whether getusershell is declared... yes checking for group_member... no checking host operating system... Solaris checking for library containing gethostbyname... (cached) -lnsl checking for iconv... yes checking for working iconv... no checking for iconv declaration... extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for library containing inet_ntop... (cached) -lnsl checking whether inet_ntop is declared... (cached) yes checking whether the compiler generally respects inline... yes checking whether inttypes.h conforms to C99... no checking whether INT32_MAX < INTMAX_MAX... yes checking whether INT64_MAX == LONG_MAX... no checking whether UINT32_MAX < UINTMAX_MAX... yes checking whether UINT64_MAX == ULONG_MAX... no checking whether imaxabs is declared without a macro... yes checking whether imaxdiv is declared without a macro... yes checking whether strtoimax is declared without a macro... yes checking whether strtoumax is declared without a macro... yes checking for isapipe... no checking whether pipes are FIFOs (and for their link count)... yes (0) checking whether isnan(double) can be used without linking with libm... yes checking whether isnan(float) can be used without linking with libm... yes checking whether isnan(float) works... yes checking whether isnan(long double) can be used without linking with libm... yes checking whether isnanl works... no checking where to find the exponent in a 'long double'... word 2 bit 0 checking whether langinfo.h defines CODESET... yes checking whether langinfo.h defines ERA... yes checking whether nl_langinfo is declared without a macro... yes checking for lchown... yes checking for C compiler flag to ignore unused libraries... -Wl,-z,ignore checking whether link handles trailing slash correctly... no checking whether link(2) dereferences a symlink... yes checking whether locale.h conforms to POSIX:2001... yes checking whether duplocale is declared without a macro... no checking for pthread_rwlock_t... yes checking whether lseek detects pipes... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... (cached) yes checking whether NAN macro works... yes checking whether HUGE_VAL works... yes checking whether acosl is declared without a macro... yes checking whether asinl is declared without a macro... yes checking whether atanl is declared without a macro... yes checking whether ceilf is declared without a macro... yes checking whether ceill is declared without a macro... yes checking whether cosl is declared without a macro... yes checking whether expl is declared without a macro... yes checking whether floorf is declared without a macro... yes checking whether floorl is declared without a macro... yes checking whether frexpl is declared without a macro... yes checking whether ldexpl is declared without a macro... yes checking whether logb is declared without a macro... yes checking whether logl is declared without a macro... yes checking whether round is declared without a macro... yes checking whether roundf is declared without a macro... yes checking whether roundl is declared without a macro... yes checking whether sinl is declared without a macro... yes checking whether sqrtl is declared without a macro... yes checking whether tanl is declared without a macro... yes checking whether trunc is declared without a macro... yes checking whether truncf is declared without a macro... yes checking whether truncl is declared without a macro... yes checking whether mbrtowc handles incomplete characters... (cached) guessing yes checking whether mbrtowc works as well as mbtowc... (cached) guessing yes checking whether mbrtowc handles a NULL string argument... (cached) guessing yes checking whether mbrtowc has a correct return value... (cached) guessing no checking whether mbrtowc returns 0 when parsing a NUL character... (cached) guessing yes checking whether mbrtowc handles incomplete characters... (cached) guessing yes checking whether mbrtowc works as well as mbtowc... (cached) guessing yes checking whether mbrtowc handles incomplete characters... (cached) guessing yes checking whether mbrtowc works as well as mbtowc... (cached) guessing yes checking whether mbsrtowcs works... guessing no 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 memcpy... yes checking for memmove... yes checking for mempcpy... (cached) no checking for memrchr... no checking for memset... yes checking whether mkdir handles trailing slash... yes checking whether mkdir handles trailing dot... yes checking for working mkstemp... yes checking for working mktime... no checking for listmntent... no checking for getmntinfo... no checking for sys/ucred.h... no checking for sys/mount.h... (cached) yes checking mntent.h usability... 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 for hasmntopt... yes checking sys/mntent.h usability... yes checking sys/mntent.h presence... yes checking for sys/mntent.h... yes checking for struct statfs.f_fstypename... no checking for library containing nanosleep... -lrt checking for working nanosleep... yes checking whether <netinet/in.h> is self-contained... yes checking for sys/pstat.h... no checking for sys/sysmp.h... no checking for sys/param.h... (cached) yes checking for sys/sysctl.h... no checking for sched_getaffinity... no checking for sched_getaffinity_np... no checking for pstat_getdynamic... (cached) no checking for sysmp... no checking for sysctl... (cached) no checking for obstacks... no checking whether open recognizes a trailing slash... yes checking for fchmodat... (cached) no checking for fstatat... (cached) yes checking for mkdirat... (cached) no checking for openat... (cached) yes checking for unlinkat... (cached) yes checking for fchownat... (cached) yes checking whether fchownat works with AT_SYMLINK_NOFOLLOW... (cached) yes checking for perl5.005 or newer... yes checking for sys/pstat.h... (cached) no checking for sys/sysmp.h... (cached) 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/systemcfg.h... no checking for sys/sysctl.h... (cached) no checking for pstat_getstatic... no checking for pstat_getdynamic... (cached) no checking for sysmp... (cached) no checking for getsysinfo... no checking for sysctl... (cached) no checking for table... no checking for a shell that conforms to POSIX... /bin/bash checking whether frexp can be used without linking with libm... (cached) yes checking whether frexp works... (cached) yes checking whether ldexp can be used without linking with libm... yes checking whether frexpl can be used without linking with libm... (cached) no checking whether ldexpl can be used without linking with libm... no checking for getppriv... yes checking whether program_invocation_name is declared... no checking whether program_invocation_short_name is declared... no checking for putenv compatible with GNU and SVID... no checking for raise... yes checking whether readlink signature is correct... yes checking whether readlink handles trailing slash correctly... yes checking whether getutent is declared... yes checking for struct utmpx.ut_user... yes checking for struct utmp.ut_user... yes checking for struct utmpx.ut_name... yes checking for struct utmp.ut_name... yes checking for struct utmpx.ut_type... yes checking for struct utmp.ut_type... yes checking for struct utmpx.ut_pid... yes checking for struct utmp.ut_pid... yes checking for struct utmpx.ut_id... yes checking for struct utmp.ut_id... yes checking for struct utmpx.ut_exit... yes checking for struct utmp.ut_exit... yes checking for struct utmpx.ut_exit.ut_exit... no checking for struct utmp.ut_exit.ut_exit... no checking for struct utmpx.ut_exit.e_exit... yes checking for struct utmp.ut_exit.e_exit... yes checking for struct utmpx.ut_exit.ut_termination... no checking for struct utmp.ut_exit.ut_termination... no checking for struct utmpx.ut_exit.e_termination... yes checking for struct utmp.ut_exit.e_termination... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible realloc... yes checking for working re_compile_pattern... no checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking whether isblank is declared... (cached) yes checking whether rename honors trailing slash on destination... no checking whether rename honors trailing slash on source... yes checking whether rename manages hard links correctly... yes checking whether rename manages existing destinations correctly... yes checking whether rmdir works... (cached) yes checking for rpmatch... no checking for nl_langinfo and YESEXPR... yes checking whether select supports a 0 argument... (cached) yes checking selinux/flask.h usability... no checking selinux/flask.h presence... no checking for selinux/flask.h... no checking for selinux/selinux.h... (cached) no checking selinux/context.h usability... no checking selinux/context.h presence... no checking for selinux/context.h... no checking for library containing getservbyname... (cached) -lsocket checking for sig2str... yes checking for struct sigaction.sa_sigaction... yes checking for volatile sig_atomic_t... yes checking whether sigaction is declared without a macro... yes checking whether sigaddset is declared without a macro... yes checking whether sigdelset is declared without a macro... yes checking whether sigemptyset is declared without a macro... yes checking whether sigfillset is declared without a macro... yes checking whether sigismember is declared without a macro... yes checking whether sigpending is declared without a macro... yes checking whether sigprocmask is declared without a macro... yes checking for signbit macro... yes checking for signbit compiler built-ins... no checking for sigprocmask... yes checking for stdint.h... (cached) yes checking for SIZE_MAX... yes checking for snprintf... (cached) yes checking whether snprintf respects a size of 1... yes checking for library containing setsockopt... (cached) -lsocket checking for socklen_t... yes checking for ssize_t... (cached) yes checking whether stat handles trailing slashes on directories... yes checking whether stat handles trailing slashes on files... yes checking for struct stat.st_atim.tv_nsec... yes checking whether struct stat.st_atim is of type struct timespec... yes checking for struct stat.st_birthtimespec.tv_nsec... no checking for struct stat.st_birthtimensec... no checking for struct stat.st_birthtim.tv_nsec... no checking for va_copy... yes checking whether NULL can be used in arbitrary expressions... (cached) yes checking whether stdint.h conforms to C99... (cached) no checking for sys/inttypes.h... (cached) yes checking for sys/bitypes.h... (cached) no checking for bit size of ptrdiff_t... (cached) 32 checking for bit size of size_t... (cached) 32 checking for bit size of sig_atomic_t... (cached) 32 checking for bit size of wchar_t... (cached) 32 checking for bit size of wint_t... (cached) 32 checking whether sig_atomic_t is signed... (cached) yes checking whether wchar_t is signed... (cached) yes checking whether wint_t is signed... (cached) yes checking for ptrdiff_t integer literal suffix... (cached) checking for size_t integer literal suffix... (cached) u checking for sig_atomic_t integer literal suffix... (cached) checking for wchar_t integer literal suffix... (cached) l checking for wint_t integer literal suffix... (cached) l checking whether dprintf is declared without a macro... no checking whether fpurge is declared without a macro... no checking whether fseeko is declared without a macro... yes checking whether ftello is declared without a macro... yes checking whether getdelim is declared without a macro... no checking whether getline is declared without a macro... no checking whether popen is declared without a macro... yes checking whether renameat is declared without a macro... no checking whether snprintf is declared without a macro... yes checking whether tmpfile is declared without a macro... yes checking whether vdprintf is declared without a macro... no checking whether vsnprintf is declared without a macro... yes checking for random.h... no checking for struct random_data... no checking whether atoll is declared without a macro... yes checking whether canonicalize_file_name is declared without a macro... no checking whether getloadavg is declared without a macro... yes checking whether getsubopt is declared without a macro... yes checking whether grantpt is declared without a macro... yes checking whether mkdtemp is declared without a macro... no checking whether mkostemp is declared without a macro... no checking whether mkostemps is declared without a macro... no checking whether mkstemp is declared without a macro... yes checking whether mkstemps is declared without a macro... no checking whether ptsname is declared without a macro... yes checking whether random_r is declared without a macro... no checking whether initstat_r is declared without a macro... no checking whether srandom_r is declared without a macro... no checking whether setstate_r is declared without a macro... no checking whether realpath is declared without a macro... yes checking whether rpmatch is declared without a macro... no checking whether setenv is declared without a macro... yes checking whether strtod is declared without a macro... yes checking whether strtoll is declared without a macro... yes checking whether strtoull is declared without a macro... yes checking whether unlockpt is declared without a macro... yes checking whether unsetenv is declared without a macro... yes checking for stpcpy... no checking for strcspn... yes checking for working strnlen... no checking for strpbrk... yes checking for strsignal... yes checking whether strsignal always returns a string... no checking whether _sys_siglist is declared... yes checking for working strtod... yes checking whether strtod obeys C99... yes checking whether <inttypes.h> defines strtoimax as a macro... no checking for strtoimax... yes checking for strtol... yes checking for strtoll... yes checking for strtoul... yes checking for strtoull... yes checking whether <inttypes.h> defines strtoumax as a macro... no checking for strtoumax... yes checking whether symlink handles trailing slash correctly... yes checking whether <sys/select.h> is self-contained... (cached) no checking whether select is declared without a macro... (cached) yes checking whether <sys/socket.h> is self-contained... (cached) yes checking for shutdown... (cached) no checking for struct sockaddr_storage... (cached) yes checking for sa_family_t... (cached) yes checking whether socket is declared without a macro... (cached) no checking whether connect is declared without a macro... (cached) no checking whether accept is declared without a macro... (cached) no checking whether bind is declared without a macro... (cached) no checking whether getpeername is declared without a macro... (cached) no checking whether getsockname is declared without a macro... (cached) no checking whether getsockopt is declared without a macro... (cached) no checking whether listen is declared without a macro... (cached) no checking whether recv is declared without a macro... (cached) no checking whether send is declared without a macro... (cached) no checking whether recvfrom is declared without a macro... (cached) no checking whether sendto is declared without a macro... (cached) no checking whether setsockopt is declared without a macro... (cached) no checking whether shutdown is declared without a macro... (cached) no checking whether accept4 is declared without a macro... (cached) no checking for nlink_t... yes checking whether fchmodat is declared without a macro... no checking whether fstatat is declared without a macro... yes checking whether futimens is declared without a macro... yes checking whether lchmod is declared without a macro... no checking whether lstat is declared without a macro... yes checking whether mkdirat is declared without a macro... no checking whether mkfifo is declared without a macro... yes checking whether mkfifoat is declared without a macro... no checking whether mknod is declared without a macro... yes checking whether mknodat is declared without a macro... no checking whether stat is declared without a macro... yes checking whether utimensat is declared without a macro... yes checking for struct utsname... yes checking whether uname is declared without a macro... yes checking whether localtime_r is compatible with its POSIX signature... yes checking whether tzset clobbers localtime buffer... no checking for uname... yes checking whether chown is declared without a macro... yes checking whether dup2 is declared without a macro... yes checking whether dup3 is declared without a macro... no checking whether environ is declared without a macro... no checking whether euidaccess is declared without a macro... no checking whether faccessat is declared without a macro... no checking whether fchdir is declared without a macro... yes checking whether fchownat is declared without a macro... yes checking whether fsync is declared without a macro... yes checking whether ftruncate is declared without a macro... yes checking whether getcwd is declared without a macro... yes checking whether getdomainname is declared without a macro... no checking whether getdtablesize is declared without a macro... yes checking whether getgroups is declared without a macro... yes checking whether gethostname is declared without a macro... yes checking whether getlogin is declared without a macro... yes checking whether getlogin_r is declared without a macro... yes checking whether getpagesize is declared without a macro... yes checking whether getusershell is declared without a macro... yes checking whether setusershell is declared without a macro... yes checking whether endusershell is declared without a macro... yes checking whether lchown is declared without a macro... yes checking whether link is declared without a macro... yes checking whether linkat is declared without a macro... no checking whether lseek is declared without a macro... yes checking whether pipe2 is declared without a macro... no checking whether pread is declared without a macro... yes checking whether readlink is declared without a macro... yes checking whether readlinkat is declared without a macro... no checking whether rmdir is declared without a macro... yes checking whether sleep is declared without a macro... yes checking whether symlink is declared without a macro... yes checking whether symlinkat is declared without a macro... no checking whether ttyname_r is declared without a macro... yes checking whether unlink is declared without a macro... yes checking whether unlinkat is declared without a macro... yes checking whether usleep is declared without a macro... yes checking whether unlink honors trailing slashes... (cached) yes checking whether unlink of a parent directory fails is it should... (cached) guessing yes checking whether a running program can be unlinked... yes checking for unsetenv... yes checking for unsetenv() return type... int checking whether unsetenv works on duplicates... no checking for /proc/uptime... no checking for ptrdiff_t... yes checking for vasprintf... no checking for vasprintf... (cached) no checking for nl_langinfo... (cached) yes checking for ptrdiff_t... (cached) yes checking for nl_langinfo... (cached) yes checking for ptrdiff_t... (cached) yes checking whether btowc is declared without a macro... yes checking whether wctob is declared without a macro... yes checking whether mbsinit is declared without a macro... yes checking whether mbrtowc is declared without a macro... yes checking whether mbrlen is declared without a macro... yes checking whether mbsrtowcs is declared without a macro... yes checking whether mbsnrtowcs is declared without a macro... no checking whether wcrtomb is declared without a macro... yes checking whether wcsrtombs is declared without a macro... yes checking whether wcsnrtombs is declared without a macro... no checking whether wcwidth is declared without a macro... yes checking whether mbrtowc handles incomplete characters... (cached) guessing yes checking whether mbrtowc works as well as mbtowc... (cached) guessing yes checking whether wcrtomb return value is correct... guessing no checking whether iswcntrl works... yes checking whether wcwidth is declared... (cached) yes checking whether wcwidth works reasonably in UTF-8 locales... yes checking whether use of TIOCGWINSZ requires sys/ioctl.h... no checking whether use of TIOCGWINSZ requires termios.h... (cached) yes checking whether use of struct winsize requires sys/ptem.h... no checking for stdint.h... (cached) yes checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional french locale... (cached) none checking for a turkish Unicode locale... none checking whether byte ordering is bigendian... (cached) no checking for library containing inet_pton... -lnsl checking whether inet_pton is declared... (cached) yes checking whether byte ordering is bigendian... (cached) no checking for ioctl... yes checking for ioctl with POSIX signature... yes checking where to find the exponent in a 'double'... word 1 bit 20 checking where to find the exponent in a 'float'... (cached) word 0 bit 23 checking where to find the exponent in a 'long double'... (cached) word 2 bit 0 checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional japanese locale... (cached) none checking for a transitional chinese locale... (cached) none checking for a turkish Unicode locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional japanese locale... (cached) none checking for a transitional chinese locale... (cached) none checking for a french Unicode locale... (cached) none checking for a transitional chinese locale... (cached) none checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking for mmap... (cached) yes checking for MAP_ANONYMOUS... yes checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking whether sleep is declared... (cached) yes checking for working sleep... yes checking for wchar_t... (cached) yes checking for wint_t... (cached) yes checking whether <sys/ioctl.h> declares ioctl... no checking whether ioctl is declared without a macro... yes checking for pthread_atfork... yes checking for useconds_t... yes checking whether usleep allows large arguments... yes checking for a traditional french locale... (cached) none checking for a french Unicode locale... (cached) none checking for a traditional japanese locale... (cached) none checking for a transitional chinese locale... (cached) none checking whether wctob works... guessing yes checking whether wctob is declared... (cached) yes checking for sched_yield in -lrt... yes checking for library containing strerror... none required checking for function prototypes... yes checking for string.h... (cached) yes checking for working volatile... yes checking for sys/sysctl.h... (cached) no checking for pid_t... 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 whether time.h and sys/time.h may both be included... yes checking whether geteuid is declared... yes checking whether getlogin is declared... (cached) yes checking whether getuid is declared... yes checking whether getgrgid is declared... yes checking whether getpwuid is declared... yes checking whether ttyname is declared... yes checking attr/error_context.h usability... no checking attr/error_context.h presence... no checking for attr/error_context.h... no checking attr/libattr.h usability... no checking attr/libattr.h presence... no checking for attr/libattr.h... no configure: WARNING: libattr development library was not found or not usable. configure: WARNING: GNU coreutils will be built without xattr support. checking for inline... (cached) inline checking for struct stat.st_author... no checking for ino_t... yes checking for major_t... yes checking for minor_t... yes checking for matchpathcon_init_prefix... no checking for inotify_init... no checking nfs/vfs.h usability... no checking nfs/vfs.h presence... no checking for nfs/vfs.h... no checking for struct statvfs.f_basetype... yes checking for struct statvfs.f_namemax... yes checking for library containing fdatasync... -lrt checking for fdatasync... yes checking for cap_get_file in -lcap... no configure: WARNING: libcap library was not found or not usable. configure: WARNING: GNU coreutils will be built without capability support. checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for chroot... yes checking for gethostid... yes checking whether use of struct winsize requires sys/ptem.h... (cached) no checking whether localtime caches TZ... no checking for initgroups... yes checking for syslog... yes checking for 3-argument setpriority function... yes checking ut_host in struct utmp... 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 sys/ioctl.h... (cached) 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... (cached) yes checking whether sys_siglist is declared... (cached) no checking whether _sys_siglist is declared... (cached) yes checking whether __sys_siglist is declared... no checking for main in -lypsec... no checking for main in -lldgc... no checking for library containing yp_match... no checking for library containing getspnam... none required checking shadow.h usability... yes checking shadow.h presence... yes checking for shadow.h... yes checking for struct spwd.sp_pwdp... yes checking for getspnam... yes checking for library containing crypt... none required checking for library containing __gmpz_init... no configure: WARNING: libgmp development library was not found or not usable. configure: WARNING: GNU coreutils will be built without GMP support. checking whether this is an ELF system... no checking whether NLS is requested... yes checking for msgfmt... /opt/sfw/bin/msgfmt checking for gmsgfmt... /opt/sfw/bin/msgfmt checking for xgettext... no checking for msgmerge... no checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... no checking for iconv... (cached) yes checking for working iconv... (cached) no checking for GNU gettext in libintl... no checking whether to use NLS... no checking for a traditional french locale... (cached) none 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 gnulib-tests/Makefile config.status: creating lib/config.h config.status: executing depfiles commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile
[make.out (text/plain, inline)]
make all-recursive Making all in lib GEN arg-nonnull.h GEN warn-on-use.h GEN arpa/inet.h GEN c++defs.h GEN configmake.h GEN ctype.h GEN dirent.h GEN fcntl.h GEN fnmatch.h GEN getopt.h GEN iconv.h GEN inttypes.h GEN langinfo.h GEN locale.h GEN math.h GEN netdb.h GEN unused-parameter.h GEN selinux/selinux.h GEN selinux/context.h GEN signal.h GEN stdint.h GEN stdio.h GEN stdlib.h GEN string.h GEN sys/select.h GEN sys/socket.h GEN sys/stat.h GEN sys/time.h GEN sys/utsname.h GEN time.h GEN unistd.h GEN wchar.h GEN wctype.h make all-recursive CC set-mode-acl.o CC copy-acl.o CC file-has-acl.o CC areadlink.o CC areadlink-with-size.o CC areadlinkat.o CC argv-iter.o "argv-iter.h", line 24: warning: useless declaration CC base64.o CC c-ctype.o CC c-strcasecmp.o CC c-strncasecmp.o CC close-hook.o CC diacrit.o CC exitfail.o CC fd-safer-flag.o CC dup-safer-flag.o CC file-set.o CC filevercmp.o CC freadahead.o CC freading.o CC freadptr.o CC freadseek.o CC fseterr.o CC full-read.o CC full-write.o CC getdate.o CC hash-pjw.o CC hash-triple.o CC linebuffer.o CC localcharset.o CC glthread/lock.o CC malloca.o CC mbchar.o CC mbsalign.o "mbsalign.c", line 135: warning: initializer will be sign-extended: -1 CC mbscasecmp.o CC mbslen.o CC mbsstr.o CC mbswidth.o CC memchr2.o CC memcmp2.o CC nproc.o CC openat-die.o CC printf-frexp.o CC printf-frexpl.o CC priv-set.o CC progname.o CC propername.o CC randint.o CC randperm.o CC randread.o CC rand-isaac.o CC readtokens0.o CC savewd.o CC sockets.o CC striconv.o CC strnlen1.o CC glthread/threadlib.o CC glthread/tls.o CC trim.o CC unicodeio.o CC unistr/u8-uctomb.o CC unistr/u8-uctomb-aux.o CC uniwidth/width.o CC verror.o CC version-etc.o CC version-etc-fsf.o CC xalloc-die.o CC xfreopen.o CC xgethostname.o CC xmemcoll.o CC xprintf.o CC xreadlink.o CC xstriconv.o CC xstrndup.o CC xstrtoimax.o CC xstrtoumax.o CC xvasprintf.o CC xasprintf.o CC buffer-lcm.o CC xmemxfrm.o CC argmatch.o CC asnprintf.o CC asprintf.o CC at-func2.o CC backupfile.o CC basename.o CC basename-lgpl.o CC c-strtod.o CC c-strtold.o CC canon-host.o CC canonicalize.o CC chdir-long.o CC cloexec.o CC close-stream.o CC closein.o CC closeout.o CC creat-safer.o CC cycle-check.o CC dirchownmod.o CC dirfd.o CC dirname.o CC dirname-lgpl.o CC dup-safer.o CC error.o CC euidaccess.o CC exclude.o CC faccessat.o CC fchmodat.o CC fcntl.o CC fd-safer.o CC file-type.o CC filemode.o CC filenamecat.o CC filenamecat-lgpl.o CC fnmatch.o CC fopen-safer.o CC fprintftime.o CC fpurge.o CC freopen-safer.o CC frexpl.o CC fsusage.o CC fts.o CC getcwd.o CC getdelim.o CC getline.o CC getndelim2.o CC getopt.o CC getopt1.o CC getpass.o CC gettime.o CC getugroups.o CC group-member.o CC hard-locale.o CC hash.o CC human.o CC i-ring.o CC iconv_open.o CC idcache.o CC imaxtostr.o CC isapipe.o CC isnanl.o CC link.o CC linkat.o CC long-options.o CC mbrlen.o CC mbrtowc.o CC mbsrtowcs.o CC mbsrtowcs-state.o CC md5.o CC memcasecmp.o CC memcoll.o CC mempcpy.o CC memrchr.o CC mgetgroups.o CC mkancesdirs.o CC mkdir-p.o CC mkdirat.o CC mkstemp-safer.o CC mktime.o CC modechange.o CC mountlist.o CC mpsort.o CC obstack.o CC offtostr.o CC open-safer.o CC openat-proc.o CC openat-safer.o CC opendir-safer.o CC physmem.o CC pipe-safer.o CC posixtm.o CC posixver.o CC printf-args.o CC printf-parse.o CC putenv.o CC quote.o CC quotearg.o CC readtokens.o CC readutmp.o CC regex.o CC remove.o CC rename.o CC root-dev-ino.o CC rpmatch.o CC safe-read.o CC safe-write.o CC same.o CC save-cwd.o CC savedir.o CC selinux-at.o CC settime.o CC sha1.o CC sha256.o CC sha512.o CC stpcpy.o CC stpncpy.o CC strftime.o CC stripslash.o CC strndup.o CC strnlen.o CC strsignal.o CC symlinkat.o CC tempname.o CC uinttostr.o CC umaxtostr.o CC unsetenv.o CC userspec.o CC utimecmp.o CC utimens.o CC vasnprintf.o CC vasprintf.o CC vfprintf.o CC vprintf.o CC wcrtomb.o CC write-any-file.o CC xgetcwd.o CC xmalloc.o CC xnanosleep.o CC xstrtod.o CC xstrtol.o CC xstrtol-error.o CC xstrtold.o CC xstrtoul.o CC yesno.o CC euidaccess-stat.o CC fd-reopen.o CC xfts.o CC memxfrm.o CC strintcmp.o CC strnumcmp.o AR libcoreutils.a GEN charset.alias GEN ref-add.sed GEN ref-del.sed Making all in src GEN version.c GEN version.h make all-am CC version.o AR libver.a CC chroot.o CCLD chroot Undefiniertes erstmals referenziert Symbol in Datei eaccess ../lib/libcoreutils.a(euidaccess.o) ld: Schwerer Fehler: Symbolreferenzierungsfehler. Keine Ausgabe in chroot geschrieben *** Error code 1 The following command caused the error: echo " CCLD " chroot;suncc -xc99=all -g -Wl,-z,ignore -o chroot chroot.o libver.a ../lib/libcoreutils.a ../lib/libcoreutils.a make: Fatal error: Command failed for target `chroot' Current working directory /server/scratch/cbr/coreutils-8.5.suncc/coreutils-8.5/src *** Error code 1 make: Fatal error: Command failed for target `all' Current working directory /server/scratch/cbr/coreutils-8.5.suncc/coreutils-8.5/src *** Error code 1 The following command caused the error: fail= failcom='exit 1'; \ for f in x $MAKEFLAGS; do \ case $f in \ *=* | --[!k]*);; \ *k*) failcom='fail=yes';; \ esac; \ done; \ dot_seen=no; \ target=`echo all-recursive | sed s/-recursive//`; \ list='lib src doc man po tests gnulib-tests'; for subdir in $list; do \ echo "Making $target in $subdir"; \ if test "$subdir" = "."; then \ dot_seen=yes; \ local_target="$target-am"; \ else \ local_target="$target"; \ fi; \ (CDPATH="${ZSH_VERSION+.}:" && cd $subdir && make $local_target) \ || eval $failcom; \ done; \ if test "$dot_seen" = "no"; then \ make "$target-am" || exit 1; \ fi; test -z "$fail" make: Fatal error: Command failed for target `all-recursive' Current working directory /server/scratch/cbr/coreutils-8.5.suncc/coreutils-8.5 *** Error code 1 make: Fatal error: Command failed for target `all'
owner <at> debbugs.gnu.org, bug-coreutils <at> gnu.org
:bug#7142
; Package coreutils
.
(Mon, 04 Oct 2010 17:46:02 GMT) Full text and rfc822 format available.Message #23 received at 7142 <at> debbugs.gnu.org (full text, mbox):
From: Eric Blake <eblake <at> redhat.com> To: Clemens Brogi <c.brogi <at> mid.de> Cc: 7142 <at> debbugs.gnu.org, Jim Meyering <jim <at> meyering.net> Subject: Re: bug#7142: coreutils on Solaris 10(x86) 09/10 Date: Mon, 04 Oct 2010 11:48:33 -0600
On 10/04/2010 02:45 AM, Clemens Brogi wrote: >>> I was able to build 8.5 after defining LDFLAGS -lgen >> >> Which .o file needed -lgen before compilation worked? We'd like to fix >> that before coreutils 8.6. >> > > Hi > > as far as I can figure it out, the error only occoures if I use suncc as CC > > I have attached the the config and make output Thanks - the culprit is (at least) chroot.c: > CCLD chroot > Undefiniertes erstmals referenziert > Symbol in Datei > eaccess ../lib/libcoreutils.a(euidaccess.o) > ld: Schwerer Fehler: Symbolreferenzierungsfehler. Keine Ausgabe in chroot geschrieben And the fix is probably pretty easy (in our makefile, $(LIB_EACCESS) is already -lgen on Solaris): diff --git i/src/Makefile.am w/src/Makefile.am index 00c7ff7..aaff18d 100644 --- i/src/Makefile.am +++ w/src/Makefile.am @@ -307,8 +307,9 @@ rm_LDADD += $(remove_LDADD) # for eaccess, euidaccess copy_LDADD += $(LIB_EACCESS) remove_LDADD += $(LIB_EACCESS) test_LDADD += $(LIB_EACCESS) +chroot_LDADD += $(LIB_EACCESS) # for selinux use chcon_LDADD += $(LIB_SELINUX) copy_LDADD += $(LIB_SELINUX) The problem is, I don't know the root cause for why the fix is needed, so I'm hesitant to apply the patch without figuring why, so that we can document any other function that should be looked for when maintaining the list of $(LIB_EACCESS) clients. That is, what is the actual dependency chain of symbols that ultimately ends up dragging in eaccess to resolve something present in chroot.o? 'cd gnulib; git grep eaccess lib' shows that findprog.c (irrelevant to coreutils) and euidaccess.c are the only clients that need eaccess. In turn, euidaccess is only used by faccessat.c, and I don't see any other uses of faccessat() in gnulib or in chroot.c (I do, however, see euidaccess used in remove.c, copy.c, and test.c, explaining the existing three link setups in the above patch). Meanwhile, running 'make -k' to see if any other programs are also impacted might be a useful test, as would playing with nm to figure out the dependency chain that is trying to pull in eaccess to resolve a symbol in chroot.o. -- Eric Blake eblake <at> redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org
owner <at> debbugs.gnu.org, bug-coreutils <at> gnu.org
:bug#7142
; Package coreutils
.
(Mon, 04 Oct 2010 19:35:02 GMT) Full text and rfc822 format available.Message #26 received at 7142 <at> debbugs.gnu.org (full text, mbox):
From: Paul Eggert <eggert <at> CS.UCLA.EDU> To: Clemens Brogi <c.brogi <at> mid.de> Cc: 7142 <at> debbugs.gnu.org, Eric Blake <eblake <at> redhat.com>, Jim Meyering <jim <at> meyering.net> Subject: Re: bug#7142: coreutils on Solaris 10(x86) 09/10 Date: Mon, 04 Oct 2010 12:37:33 -0700
Does the following patch to lib/openat.h fix the problem for you? --- old/lib/openat.h 2010-04-23 06:44:00.000000000 -0700 +++ new/lib/openat.h 2010-10-04 12:36:16.924755978 -0700 @@ -94,21 +94,16 @@ } #if GNULIB_FACCESSAT -/* For now, there are no wrappers named laccessat or leuidaccessat, +/* These are macros, not inline functions, so that special libraries + such as -lgen are not needed unless the macros are invoked. + + For now, there are no wrappers named laccessat or leuidaccessat, since gnulib doesn't support faccessat(,AT_SYMLINK_NOFOLLOW) and since access rights on symlinks are of limited utility. */ -static inline int -accessat (int fd, char const *file, int mode) -{ - return faccessat (fd, file, mode, 0); -} +# define accessat(fd, file, mode) faccessat (fd, file, mode, 0) +# define euidaccessat(fd, file, mode) faccessat (fd, file, mode, AT_EACCESS) -static inline int -euidaccessat (int fd, char const *file, int mode) -{ - return faccessat (fd, file, mode, AT_EACCESS); -} #endif #endif /* _GL_HEADER_OPENAT */
owner <at> debbugs.gnu.org, bug-coreutils <at> gnu.org
:bug#7142
; Package coreutils
.
(Mon, 04 Oct 2010 19:40:03 GMT) Full text and rfc822 format available.Message #29 received at 7142 <at> debbugs.gnu.org (full text, mbox):
From: Eric Blake <eblake <at> redhat.com> To: Paul Eggert <eggert <at> CS.UCLA.EDU> Cc: Clemens Brogi <c.brogi <at> mid.de>, bug-gnulib <bug-gnulib <at> gnu.org>, 7142 <at> debbugs.gnu.org, Jim Meyering <jim <at> meyering.net> Subject: Re: bug#7142: coreutils on Solaris 10(x86) 09/10 Date: Mon, 04 Oct 2010 13:42:18 -0600
[adding bug-gnulib] On 10/04/2010 01:37 PM, Paul Eggert wrote: > Does the following patch to lib/openat.h fix the problem for you? > > --- old/lib/openat.h 2010-04-23 06:44:00.000000000 -0700 > +++ new/lib/openat.h 2010-10-04 12:36:16.924755978 -0700 > @@ -94,21 +94,16 @@ > } > > #if GNULIB_FACCESSAT > -/* For now, there are no wrappers named laccessat or leuidaccessat, > +/* These are macros, not inline functions, so that special libraries > + such as -lgen are not needed unless the macros are invoked. > + > + For now, there are no wrappers named laccessat or leuidaccessat, > since gnulib doesn't support faccessat(,AT_SYMLINK_NOFOLLOW) and > since access rights on symlinks are of limited utility. */ > > -static inline int > -accessat (int fd, char const *file, int mode) > -{ > - return faccessat (fd, file, mode, 0); > -} > +# define accessat(fd, file, mode) faccessat (fd, file, mode, 0) Bingo - looks like a plausible root cause! In which case, the change to coreutils' src/Makefile.am is not necessary. -- Eric Blake eblake <at> redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org
owner <at> debbugs.gnu.org, bug-coreutils <at> gnu.org
:bug#7142
; Package coreutils
.
(Mon, 04 Oct 2010 22:33:02 GMT) Full text and rfc822 format available.Message #32 received at 7142 <at> debbugs.gnu.org (full text, mbox):
From: Paul Eggert <eggert <at> CS.UCLA.EDU> To: Bug-gnulib <bug-gnulib <at> gnu.org>, Eric Blake <eblake <at> redhat.com> Cc: Clemens Brogi <c.brogi <at> mid.de>, 7142 <at> debbugs.gnu.org, Jim Meyering <jim <at> meyering.net> Subject: Re: bug#7142: coreutils on Solaris 10(x86) 09/10 Date: Mon, 04 Oct 2010 15:35:08 -0700
Actually, as far as I can tell, nobody uses accessat or euidaccessat. How about if we just remove them from gnulib? That would be simpler.
owner <at> debbugs.gnu.org, bug-coreutils <at> gnu.org
:bug#7142
; Package coreutils
.
(Tue, 05 Oct 2010 11:54:02 GMT) Full text and rfc822 format available.Message #35 received at 7142 <at> debbugs.gnu.org (full text, mbox):
From: Jim Meyering <jim <at> meyering.net> To: Paul Eggert <eggert <at> CS.UCLA.EDU> Cc: Eric Blake <eblake <at> redhat.com>, 7142 <at> debbugs.gnu.org, Bug-gnulib <bug-gnulib <at> gnu.org>, Clemens Brogi <c.brogi <at> mid.de> Subject: Re: bug#7142: coreutils on Solaris 10(x86) 09/10 Date: Tue, 05 Oct 2010 13:56:32 +0200
Paul Eggert wrote: > Actually, as far as I can tell, nobody uses accessat > or euidaccessat. How about if we just remove them > from gnulib? That would be simpler. Hi Paul, Thanks for tracking that down. Removing those sounds fine. I see no uses either.
owner <at> debbugs.gnu.org, bug-coreutils <at> gnu.org
:bug#7142
; Package coreutils
.
(Tue, 05 Oct 2010 14:06:02 GMT) Full text and rfc822 format available.Message #38 received at 7142 <at> debbugs.gnu.org (full text, mbox):
From: Eric Blake <eblake <at> redhat.com> To: bug-gnulib <at> gnu.org Cc: c.brogi <at> mid.de, 7142 <at> debbugs.gnu.org Subject: [PATCH] faccessat: remove unused wrappers Date: Tue, 5 Oct 2010 08:08:31 -0600
* lib/openat.h (accessat, euidaccesat): Delete, since the mere presence of these wrappers dragged in -lgen on Solaris. Reported by Clemens Brogi; fix suggested by Paul Eggert. Signed-off-by: Eric Blake <eblake <at> redhat.com> --- I'm pushing this. ChangeLog | 7 +++++++ lib/openat.h | 18 +++--------------- 2 files changed, 10 insertions(+), 15 deletions(-) diff --git a/ChangeLog b/ChangeLog index edc7c8b..87559f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2010-10-05 Eric Blake <eblake <at> redhat.com> + + faccessat: remove unused wrappers + * lib/openat.h (accessat, euidaccesat): Delete, since the mere + presence of these wrappers dragged in -lgen on Solaris. + Reported by Clemens Brogi; fix suggested by Paul Eggert. + 2010-10-05 Jim Meyering <meyering <at> redhat.com> tests: require @PRAGMA_COLUMNS@ with each @PRAGMA_SYSTEM_HEADER@ diff --git a/lib/openat.h b/lib/openat.h index 11a0314..1d4432e 100644 --- a/lib/openat.h +++ b/lib/openat.h @@ -93,22 +93,10 @@ lstatat (int fd, char const *name, struct stat *st) return fstatat (fd, name, st, AT_SYMLINK_NOFOLLOW); } -#if GNULIB_FACCESSAT /* For now, there are no wrappers named laccessat or leuidaccessat, since gnulib doesn't support faccessat(,AT_SYMLINK_NOFOLLOW) and - since access rights on symlinks are of limited utility. */ - -static inline int -accessat (int fd, char const *file, int mode) -{ - return faccessat (fd, file, mode, 0); -} - -static inline int -euidaccessat (int fd, char const *file, int mode) -{ - return faccessat (fd, file, mode, AT_EACCESS); -} -#endif + since access rights on symlinks are of limited utility. Likewise, + wrappers are not provided for accessat or euidaccessat, so as to + avoid dragging in -lgen on some platforms. */ #endif /* _GL_HEADER_OPENAT */ -- 1.7.2.3
owner <at> debbugs.gnu.org, bug-coreutils <at> gnu.org
:bug#7142
; Package coreutils
.
(Tue, 05 Oct 2010 14:15:02 GMT) Full text and rfc822 format available.Message #41 received at 7142 <at> debbugs.gnu.org (full text, mbox):
From: Jim Meyering <jim <at> meyering.net> To: Eric Blake <eblake <at> redhat.com> Cc: c.brogi <at> mid.de, 7142 <at> debbugs.gnu.org, bug-gnulib <at> gnu.org Subject: Re: [PATCH] faccessat: remove unused wrappers Date: Tue, 05 Oct 2010 16:18:05 +0200
Eric Blake wrote: > * lib/openat.h (accessat, euidaccesat): Delete, since the mere > presence of these wrappers dragged in -lgen on Solaris. > Reported by Clemens Brogi; fix suggested by Paul Eggert. > > Signed-off-by: Eric Blake <eblake <at> redhat.com> > --- > > I'm pushing this. Thanks!
owner <at> debbugs.gnu.org, bug-coreutils <at> gnu.org
:bug#7142
; Package coreutils
.
(Tue, 05 Oct 2010 14:39:02 GMT) Full text and rfc822 format available.Message #44 received at 7142 <at> debbugs.gnu.org (full text, mbox):
From: Eric Blake <eblake <at> redhat.com> To: 7142 <at> debbugs.gnu.org Cc: c.brogi <at> mid.de Subject: [PATCH] build: fix build on Solaris 10 Date: Tue, 5 Oct 2010 08:41:21 -0600
* gnulib: Update to latest, for reduced -lgen scope. * bootstrap: Synchronize from upstream. Reported by Clemens Brogi, as bug #7142. --- And the coreutils counterpart. * gnulib 7c2e368...ae0a6b2 (9): > bootstrap: work with pkg-config > faccessat: remove unused wrappers > tests: require @PRAGMA_COLUMNS@ with each @PRAGMA_SYSTEM_HEADER@ > gnulib-tool: Synthesize appropriate _LDFLAGS for a libtool library. > threadlib: Make option --with-libpth-prefix work. > Avoid line length limitation from HP NonStop system header files. > read-file tests: Avoid a test failure on NonStop Kernel. > gnulib-tool: Fixes for --create-testdir with --libtool. > Avoid some lines longer than 80 characters. bootstrap | 16 +++++++++------- gnulib | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/bootstrap b/bootstrap index 7f0ee81..29802a1 100755 --- a/bootstrap +++ b/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh # Print a version string. -scriptversion=2010-09-30.21; # UTC +scriptversion=2010-10-05.14; # UTC # Bootstrap this package from checked-out sources. @@ -351,7 +351,7 @@ check_versions() { app=libtoolize fi # Honor $APP variables ($TAR, $AUTOCONF, etc.) - appvar=`echo $app | tr '[a-z]' '[A-Z]'` + appvar=`echo $app | tr 'a-z-' 'A-Z_'` test "$appvar" = TAR && appvar=AMTAR eval "app=\${$appvar-$app}" inst_ver=$(get_version $app) @@ -374,7 +374,7 @@ check_versions() { print_versions() { echo "Program Min_version" echo "----------------------" - printf "$buildreq" + printf %s "$buildreq" echo "----------------------" # can't depend on column -t } @@ -392,10 +392,12 @@ if test $use_libtool = 1; then fi if ! printf "$buildreq" | check_versions; then - test -f README-prereq && - echo "See README-prereq for notes on obtaining these prerequisite programs:" >&2 - echo - print_versions + echo >&2 + if test -f README-prereq; then + echo "See README-prereq for notes on obtaining the prerequisite programs" >&2 + else + echo "Please install the prerequisite programs" >&2 + fi exit 1 fi diff --git a/gnulib b/gnulib index 7c2e368..ae0a6b2 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 7c2e36888a6f0d63557fc2b98a8c8f3d3cb73aa3 +Subproject commit ae0a6b2df106b7ed760cc393312997adf995cc3b -- 1.7.2.3
Jim Meyering <jim <at> meyering.net>
to control <at> debbugs.gnu.org
.
(Tue, 13 Sep 2011 15:12:01 GMT) Full text and rfc822 format available.Debbugs Internal Request <help-debbugs <at> gnu.org>
to internal_control <at> debbugs.gnu.org
.
(Wed, 12 Oct 2011 11:24:05 GMT) Full text and rfc822 format available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.