Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 370582 Details for
Bug 500046
sys-apps/sed-4.2.1 CFLAGS="-O3 -DNDEBUG" - no POSIX character classes
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
configure log from the sandboxed build environment
config.log (text/plain), 147.36 KB, created by
Guenther Brunthaler
on 2014-02-16 19:38:49 UTC
(
hide
)
Description:
configure log from the sandboxed build environment
Filename:
MIME Type:
Creator:
Guenther Brunthaler
Created:
2014-02-16 19:38:49 UTC
Size:
147.36 KB
patch
obsolete
>This file contains any messages produced by compilers while >running configure, to aid debugging if configure makes a mistake. > >It was created by sed configure 4.2.1, which was >generated by GNU Autoconf 2.63. Invocation command line was > > $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --bindir=/bin --disable-acl --enable-nls > >## --------- ## >## Platform. ## >## --------- ## > >hostname = xquad >uname -m = x86_64 >uname -r = 3.10.25-gentoo-xquad-14.36 >uname -s = Linux >uname -v = #1 SMP PREEMPT Wed Feb 5 08:24:04 CET 2014 > >/usr/bin/uname -p = AMD Phenom(tm) 9600 Quad-Core Processor >/bin/uname -X = unknown > >/bin/arch = unknown >/usr/bin/arch -k = unknown >/usr/convex/getsysinfo = unknown >/usr/bin/hostinfo = unknown >/bin/machine = unknown >/usr/bin/oslevel = unknown >/bin/universe = unknown > >PATH: /usr/lib64/ccache/bin >PATH: /usr/lib64/portage/bin/ebuild-helpers >PATH: /usr/local/sbin >PATH: /usr/local/bin >PATH: /usr/sbin >PATH: /usr/bin >PATH: /sbin >PATH: /bin >PATH: /opt/bin >PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3 >PATH: /usr/x86_64-pc-linux-gnu/gnat-gcc-bin/4.3 >PATH: /usr/libexec/gnat-gcc/x86_64-pc-linux-gnu/4.3 > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2116: loading site script /usr/share/config.site >| #!/bin/bash >| # Copyright 2009 Gentoo Foundation >| # Distributed under the terms of the GNU General Public License v2 >| >| TOPDIR=/usr/share/crossdev/include/site >| >| config_site_arch() { >| local host=$(echo ${CHOST/-/ } | awk '{print $1}') >| >| [[ ${host/arm.*eb/} != ${host} ]] && host=armeb >| [[ ${host/arm/} != ${host} ]] && [[ ${host} != armeb ]] && host=arm >| >| [[ ${host/mips.*el/} != ${host} ]] && host=mipsel >| >| #[[ ${host/i[4-5]/6} != ${host} ]] && host=i686 >| >| echo ${host} >| } >| >| config_site_names() { >| local site_arch=$(config_site_arch) >| local sites="" >| local x >| >| [[ ${CHOST/-linux-/} != $CHOST ]] && sites+=" linux ${site_arch}-linux" >| [[ ${CHOST/darwin/} != $CHOST ]] && sites+=" darwin ${site_arch}-linux" >| >| [[ ${CHOST/-linux-uclibc/} != $CHOST ]] && sites+=" linux-uclibc ${site_arch}-linux-uclibc" >| [[ ${CHOST/-linux-gnu/} != $CHOST ]] && sites+=" linux-gnu ${site_arch}-linux-gnu" >| >| [[ ${CHOST/-linux-uclibceabi/} != $CHOST ]] && sites+=" linux-uclibceabi ${site_arch}-linux-uclibceabi" >| [[ ${CHOST/-linux-gnueabi/} != $CHOST ]] && sites+=" linux-gnueabi ${site_arch}-linux-gnueabi" >| >| for x in ${sites} ${CHOST}; do >| [[ -e ${TOPDIR}/${x} ]] && echo ${TOPDIR}/${x} >| done >| } >| >| # Only kick in for cross-compiles so we don't break native builds #427184 >| if [[ ${CBUILD:-${CHOST}} != ${CHOST} ]]; then >| sites="$(config_site_names)" >| if [[ ${sites} != "" ]]; then >| for site in ${sites}; do >| echo "$(basename $0): loading site script ${site}" >| . ${site} >| done >| fi >| unset site >| unset sites >| fi >configure:2331: checking for a BSD-compatible install >configure:2399: result: /usr/bin/install -c >configure:2410: checking whether build environment is sane >configure:2453: result: yes >configure:2478: checking for a thread-safe mkdir -p >configure:2517: result: /bin/mkdir -p >configure:2530: checking for gawk >configure:2546: found /usr/bin/gawk >configure:2557: result: gawk >configure:2568: checking whether make sets $(MAKE) >configure:2590: result: yes >configure:2799: checking for x86_64-pc-linux-gnu-gcc >configure:2815: found /usr/lib64/ccache/bin/x86_64-pc-linux-gnu-gcc >configure:2826: result: x86_64-pc-linux-gnu-gcc >configure:3098: checking for C compiler version >configure:3106: x86_64-pc-linux-gnu-gcc --version >&5 >x86_64-pc-linux-gnu-gcc (Gentoo 4.7.3-r1 p1.4, pie-0.5.5) 4.7.3 >Copyright (C) 2012 Free Software Foundation, Inc. >This is free software; see the source for copying conditions. There is NO >warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > >configure:3110: $? = 0 >configure:3117: x86_64-pc-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3/x86_64-pc-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-pc-linux-gnu/4.7.3/lto-wrapper >Target: x86_64-pc-linux-gnu >Configured with: /var/tmp/portage/sys-devel/gcc-4.7.3-r1/work/gcc-4.7.3/configure --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.7.3 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/include/g++-v4 --with-python-dir=/share/gcc-data/x86_64-pc-linux-gnu/4.7.3/python --enable-objc-gc --enable-languages=c,c++,java,objc,obj-c++,fortran --enable-obsolete --enable-secureplt --disable-werror --with-system-zlib --enable-nls --without-included-gettext --enable-checking=release --with-bugurl=https://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.7.3-r1 p1.4, pie-0.5.5' --enable-libstdcxx-time --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --disable-multilib --with-multilib-list=m64 --disable-altivec --disable-fixed-point --enable-targets=all --enable-libgomp --enable-libmudflap --disable-libssp --enable-lto --with-cloog --with-ppl --with-cloog-include=/usr/include/cloog-ppl --disable-ppl-version-check >Thread model: posix >gcc version 4.7.3 (Gentoo 4.7.3-r1 p1.4, pie-0.5.5) >configure:3121: $? = 0 >configure:3128: x86_64-pc-linux-gnu-gcc -V >&5 >x86_64-pc-linux-gnu-gcc: error: unrecognized command line option '-V' >x86_64-pc-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:3132: $? = 1 >configure:3155: checking for C compiler default output file name >configure:3177: x86_64-pc-linux-gnu-gcc -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:3181: $? = 0 >configure:3219: result: a.out >configure:3238: checking whether the C compiler works >configure:3248: ./a.out >configure:3252: $? = 0 >configure:3271: result: yes >configure:3278: checking whether we are cross compiling >configure:3280: result: no >configure:3283: checking for suffix of executables >configure:3290: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:3294: $? = 0 >configure:3320: result: >configure:3326: checking for suffix of object files >configure:3352: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:3356: $? = 0 >configure:3381: result: o >configure:3385: checking whether we are using the GNU C compiler >configure:3414: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:3421: $? = 0 >configure:3438: result: yes >configure:3447: checking whether x86_64-pc-linux-gnu-gcc accepts -g >configure:3477: x86_64-pc-linux-gnu-gcc -c -g -DNDEBUG conftest.c >&5 >configure:3484: $? = 0 >configure:3585: result: yes >configure:3602: checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89 >configure:3676: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:3683: $? = 0 >configure:3706: result: none needed >configure:3735: checking for style of include used by make >configure:3763: result: GNU >configure:3788: checking dependency style of x86_64-pc-linux-gnu-gcc >configure:3879: result: gcc3 >configure:3897: checking for x86_64-pc-linux-gnu-ranlib >configure:3913: found /usr/bin/x86_64-pc-linux-gnu-ranlib >configure:3924: result: x86_64-pc-linux-gnu-ranlib >configure:3992: checking build system type >configure:4010: result: x86_64-pc-linux-gnu >configure:4032: checking host system type >configure:4047: result: x86_64-pc-linux-gnu >configure:4075: checking how to run the C preprocessor >configure:4115: x86_64-pc-linux-gnu-gcc -E -DNDEBUG conftest.c >configure:4122: $? = 0 >configure:4153: x86_64-pc-linux-gnu-gcc -E -DNDEBUG conftest.c >conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:4160: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "sed" >| #define PACKAGE_TARNAME "sed" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "sed 4.2.1" >| #define PACKAGE_BUGREPORT "bug-gnu-utils@gnu.org" >| #define PACKAGE "sed" >| #define VERSION "4.2.1" >| #define SED_FEATURE_VERSION "4.2" >| #define COPYRIGHT_YEAR 2009 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:4193: result: x86_64-pc-linux-gnu-gcc -E >configure:4222: x86_64-pc-linux-gnu-gcc -E -DNDEBUG conftest.c >configure:4229: $? = 0 >configure:4260: x86_64-pc-linux-gnu-gcc -E -DNDEBUG conftest.c >conftest.c:12:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:4267: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "sed" >| #define PACKAGE_TARNAME "sed" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "sed 4.2.1" >| #define PACKAGE_BUGREPORT "bug-gnu-utils@gnu.org" >| #define PACKAGE "sed" >| #define VERSION "4.2.1" >| #define SED_FEATURE_VERSION "4.2" >| #define COPYRIGHT_YEAR 2009 >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:4307: checking for grep that handles long lines and -e >configure:4367: result: /bin/grep >configure:4372: checking for egrep >configure:4436: result: /bin/grep -E >configure:4441: checking for ANSI C header files >configure:4471: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:4478: $? = 0 >configure:4577: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:4581: $? = 0 >configure:4587: ./conftest >configure:4591: $? = 0 >configure:4609: result: yes >configure:4633: checking for sys/types.h >configure:4654: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:4661: $? = 0 >configure:4678: result: yes >configure:4633: checking for sys/stat.h >configure:4654: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:4661: $? = 0 >configure:4678: result: yes >configure:4633: checking for stdlib.h >configure:4654: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:4661: $? = 0 >configure:4678: result: yes >configure:4633: checking for string.h >configure:4654: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:4661: $? = 0 >configure:4678: result: yes >configure:4633: checking for memory.h >configure:4654: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:4661: $? = 0 >configure:4678: result: yes >configure:4633: checking for strings.h >configure:4654: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:4661: $? = 0 >configure:4678: result: yes >configure:4633: checking for inttypes.h >configure:4654: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:4661: $? = 0 >configure:4678: result: yes >configure:4633: checking for stdint.h >configure:4654: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:4661: $? = 0 >configure:4678: result: yes >configure:4633: checking for unistd.h >configure:4654: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:4661: $? = 0 >configure:4678: result: yes >configure:4705: checking minix/config.h usability >configure:4722: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >conftest.c:55:26: fatal error: minix/config.h: No such file or directory >compilation terminated. >configure:4729: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "sed" >| #define PACKAGE_TARNAME "sed" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "sed 4.2.1" >| #define PACKAGE_BUGREPORT "bug-gnu-utils@gnu.org" >| #define PACKAGE "sed" >| #define VERSION "4.2.1" >| #define SED_FEATURE_VERSION "4.2" >| #define COPYRIGHT_YEAR 2009 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <minix/config.h> >configure:4743: result: no >configure:4747: checking minix/config.h presence >configure:4762: x86_64-pc-linux-gnu-gcc -E -DNDEBUG conftest.c >conftest.c:22:26: fatal error: minix/config.h: No such file or directory >compilation terminated. >configure:4769: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "sed" >| #define PACKAGE_TARNAME "sed" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "sed 4.2.1" >| #define PACKAGE_BUGREPORT "bug-gnu-utils@gnu.org" >| #define PACKAGE "sed" >| #define VERSION "4.2.1" >| #define SED_FEATURE_VERSION "4.2" >| #define COPYRIGHT_YEAR 2009 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| /* end confdefs.h. */ >| #include <minix/config.h> >configure:4783: result: no >configure:4816: checking for minix/config.h >configure:4823: result: no >configure:4864: checking whether it is safe to define __EXTENSIONS__ >configure:4892: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:4899: $? = 0 >configure:4914: result: yes >configure:4956: checking for inline >configure:4982: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:4989: $? = 0 >configure:5007: result: inline >configure:5028: checking for working alloca.h >configure:5055: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:5062: $? = 0 >configure:5082: result: yes >configure:5092: checking for alloca >configure:5139: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:5146: $? = 0 >configure:5166: result: yes >configure:5451: checking for btowc >configure:5507: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:5514: $? = 0 >configure:5536: result: yes >configure:5451: checking for gettimeofday >configure:5507: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:5514: $? = 0 >configure:5536: result: yes >configure:5451: checking for lstat >configure:5507: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:5514: $? = 0 >configure:5536: result: yes >configure:5451: checking for mbsinit >configure:5507: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:5514: $? = 0 >configure:5536: result: yes >configure:5451: checking for mbrtowc >configure:5507: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:5514: $? = 0 >configure:5536: result: yes >configure:5451: checking for mbrlen >configure:5507: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:5514: $? = 0 >configure:5536: result: yes >configure:5451: checking for mprotect >configure:5507: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:5514: $? = 0 >configure:5536: result: yes >configure:5451: checking for pathconf >configure:5507: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:5514: $? = 0 >configure:5536: result: yes >configure:5451: checking for isblank >configure:5507: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >conftest.c:60:6: warning: conflicting types for built-in function 'isblank' [enabled by default] >configure:5514: $? = 0 >configure:5536: result: yes >configure:5451: checking for iswctype >configure:5507: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:5514: $? = 0 >configure:5536: result: yes >configure:5451: checking for wcscoll >configure:5507: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:5514: $? = 0 >configure:5536: result: yes >configure:5451: checking for wcrtomb >configure:5507: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:5514: $? = 0 >configure:5536: result: yes >configure:5451: checking for wctob >configure:5507: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:5514: $? = 0 >configure:5536: result: yes >configure:5451: checking for iswcntrl >configure:5507: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >conftest.c:65:6: warning: conflicting types for built-in function 'iswcntrl' [enabled by default] >configure:5514: $? = 0 >configure:5536: result: yes >configure:5451: checking for isatty >configure:5507: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:5514: $? = 0 >configure:5536: result: yes >configure:5451: checking for bcopy >configure:5507: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >conftest.c:67:6: warning: conflicting types for built-in function 'bcopy' [enabled by default] >configure:5514: $? = 0 >configure:5536: result: yes >configure:5451: checking for bzero >configure:5507: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >conftest.c:68:6: warning: conflicting types for built-in function 'bzero' [enabled by default] >configure:5514: $? = 0 >configure:5536: result: yes >configure:5451: checking for isascii >configure:5507: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >conftest.c:69:6: warning: conflicting types for built-in function 'isascii' [enabled by default] >configure:5514: $? = 0 >configure:5536: result: yes >configure:5451: checking for memcpy >configure:5507: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >conftest.c:70:6: warning: conflicting types for built-in function 'memcpy' [enabled by default] >configure:5514: $? = 0 >configure:5536: result: yes >configure:5451: checking for memset >configure:5507: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >conftest.c:71:6: warning: conflicting types for built-in function 'memset' [enabled by default] >configure:5514: $? = 0 >configure:5536: result: yes >configure:5451: checking for strchr >configure:5507: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >conftest.c:72:6: warning: conflicting types for built-in function 'strchr' [enabled by default] >configure:5514: $? = 0 >configure:5536: result: yes >configure:5451: checking for strtoul >configure:5507: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:5514: $? = 0 >configure:5536: result: yes >configure:5451: checking for popen >configure:5507: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:5514: $? = 0 >configure:5536: result: yes >configure:5451: checking for fchown >configure:5507: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:5514: $? = 0 >configure:5536: result: yes >configure:5451: checking for fchmod >configure:5507: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:5514: $? = 0 >configure:5536: result: yes >configure:5451: checking for setlocale >configure:5507: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:5514: $? = 0 >configure:5536: result: yes >configure:5551: checking for nl_langinfo and CODESET >configure:5577: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:5584: $? = 0 >configure:5605: result: yes >configure:5618: checking for a traditional french locale >configure:5675: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:5678: $? = 0 >configure:5715: result: none >configure:5721: checking whether system is Windows or MSDOS >configure:5750: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >conftest.c: In function 'main': >conftest.c:61:1: error: unknown type name 'neither' >conftest.c:61:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'nor' >configure:5757: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "sed" >| #define PACKAGE_TARNAME "sed" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "sed 4.2.1" >| #define PACKAGE_BUGREPORT "bug-gnu-utils@gnu.org" >| #define PACKAGE "sed" >| #define VERSION "4.2.1" >| #define SED_FEATURE_VERSION "4.2" >| #define COPYRIGHT_YEAR 2009 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_BTOWC 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCTOB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_ISATTY 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_ISASCII 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCHR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_POPEN 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LANGINFO_CODESET 1 >| /* end confdefs.h. */ >| >| int >| main () >| { >| #if !defined _WIN32 && !defined __WIN32__ && !defined __MSDOS__ && !defined __CYGWIN__ >| neither MSDOS nor Windows >| #endif >| ; >| return 0; >| } >configure:5773: result: no >configure:5867: checking whether // is distinct from / >configure:5896: result: no >configure:5908: checking whether the preprocessor supports include_next >configure:5951: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Iconftestd1b -Iconftestd2 conftest.c >&5 >configure:5958: $? = 0 >configure:6007: result: yes >configure:6048: checking errno.h usability >configure:6065: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:6072: $? = 0 >configure:6086: result: yes >configure:6090: checking errno.h presence >configure:6105: x86_64-pc-linux-gnu-gcc -E -DNDEBUG conftest.c >configure:6112: $? = 0 >configure:6126: result: yes >configure:6159: checking for errno.h >configure:6168: result: yes >configure:6048: checking sys/time.h usability >configure:6065: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:6072: $? = 0 >configure:6086: result: yes >configure:6090: checking sys/time.h presence >configure:6105: x86_64-pc-linux-gnu-gcc -E -DNDEBUG conftest.c >configure:6112: $? = 0 >configure:6126: result: yes >configure:6159: checking for sys/time.h >configure:6168: result: yes >configure:6048: checking sys/mman.h usability >configure:6065: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:6072: $? = 0 >configure:6086: result: yes >configure:6090: checking sys/mman.h presence >configure:6105: x86_64-pc-linux-gnu-gcc -E -DNDEBUG conftest.c >configure:6112: $? = 0 >configure:6126: result: yes >configure:6159: checking for sys/mman.h >configure:6168: result: yes >configure:6048: checking sys/param.h usability >configure:6065: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:6072: $? = 0 >configure:6086: result: yes >configure:6090: checking sys/param.h presence >configure:6105: x86_64-pc-linux-gnu-gcc -E -DNDEBUG conftest.c >configure:6112: $? = 0 >configure:6126: result: yes >configure:6159: checking for sys/param.h >configure:6168: result: yes >configure:6048: checking locale.h usability >configure:6065: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:6072: $? = 0 >configure:6086: result: yes >configure:6090: checking locale.h presence >configure:6105: x86_64-pc-linux-gnu-gcc -E -DNDEBUG conftest.c >configure:6112: $? = 0 >configure:6126: result: yes >configure:6159: checking for locale.h >configure:6168: result: yes >configure:6037: checking for stdint.h >configure:6044: result: yes >configure:6048: checking wchar.h usability >configure:6065: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:6072: $? = 0 >configure:6086: result: yes >configure:6090: checking wchar.h presence >configure:6105: x86_64-pc-linux-gnu-gcc -E -DNDEBUG conftest.c >configure:6112: $? = 0 >configure:6126: result: yes >configure:6159: checking for wchar.h >configure:6168: result: yes >configure:6048: checking stdio.h usability >configure:6065: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:6072: $? = 0 >configure:6086: result: yes >configure:6090: checking stdio.h presence >configure:6105: x86_64-pc-linux-gnu-gcc -E -DNDEBUG conftest.c >configure:6112: $? = 0 >configure:6126: result: yes >configure:6159: checking for stdio.h >configure:6168: result: yes >configure:6037: checking for stdlib.h >configure:6044: result: yes >configure:6048: checking sys/socket.h usability >configure:6065: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:6072: $? = 0 >configure:6086: result: yes >configure:6090: checking sys/socket.h presence >configure:6105: x86_64-pc-linux-gnu-gcc -E -DNDEBUG conftest.c >configure:6112: $? = 0 >configure:6126: result: yes >configure:6159: checking for sys/socket.h >configure:6168: result: yes >configure:6037: checking for string.h >configure:6044: result: yes >configure:6037: checking for sys/stat.h >configure:6044: result: yes >configure:6037: checking for unistd.h >configure:6044: result: yes >configure:6048: checking wctype.h usability >configure:6065: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:6072: $? = 0 >configure:6086: result: yes >configure:6090: checking wctype.h presence >configure:6105: x86_64-pc-linux-gnu-gcc -E -DNDEBUG conftest.c >configure:6112: $? = 0 >configure:6126: result: yes >configure:6159: checking for wctype.h >configure:6168: result: yes >configure:6048: checking io.h usability >configure:6065: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >conftest.c:106:16: fatal error: io.h: No such file or directory >compilation terminated. >configure:6072: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "sed" >| #define PACKAGE_TARNAME "sed" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "sed 4.2.1" >| #define PACKAGE_BUGREPORT "bug-gnu-utils@gnu.org" >| #define PACKAGE "sed" >| #define VERSION "4.2.1" >| #define SED_FEATURE_VERSION "4.2" >| #define COPYRIGHT_YEAR 2009 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_BTOWC 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCTOB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_ISATTY 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_ISASCII 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCHR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_POPEN 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 >| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 >| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 >| #define HAVE_ERRNO_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <io.h> >configure:6086: result: no >configure:6090: checking io.h presence >configure:6105: x86_64-pc-linux-gnu-gcc -E -DNDEBUG conftest.c >conftest.c:73:16: fatal error: io.h: No such file or directory >compilation terminated. >configure:6112: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "sed" >| #define PACKAGE_TARNAME "sed" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "sed 4.2.1" >| #define PACKAGE_BUGREPORT "bug-gnu-utils@gnu.org" >| #define PACKAGE "sed" >| #define VERSION "4.2.1" >| #define SED_FEATURE_VERSION "4.2" >| #define COPYRIGHT_YEAR 2009 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_BTOWC 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCTOB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_ISATTY 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_ISASCII 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCHR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_POPEN 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 >| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 >| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 >| #define HAVE_ERRNO_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| /* end confdefs.h. */ >| #include <io.h> >configure:6126: result: no >configure:6159: checking for io.h >configure:6168: result: no >configure:6048: checking limits.h usability >configure:6065: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:6072: $? = 0 >configure:6086: result: yes >configure:6090: checking limits.h presence >configure:6105: x86_64-pc-linux-gnu-gcc -E -DNDEBUG conftest.c >configure:6112: $? = 0 >configure:6126: result: yes >configure:6159: checking for limits.h >configure:6168: result: yes >configure:6048: checking stdarg.h usability >configure:6065: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:6072: $? = 0 >configure:6086: result: yes >configure:6090: checking stdarg.h presence >configure:6105: x86_64-pc-linux-gnu-gcc -E -DNDEBUG conftest.c >configure:6112: $? = 0 >configure:6126: result: yes >configure:6159: checking for stdarg.h >configure:6168: result: yes >configure:6048: checking alloca.h usability >configure:6065: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:6072: $? = 0 >configure:6086: result: yes >configure:6090: checking alloca.h presence >configure:6105: x86_64-pc-linux-gnu-gcc -E -DNDEBUG conftest.c >configure:6112: $? = 0 >configure:6126: result: yes >configure:6159: checking for alloca.h >configure:6168: result: yes >configure:6048: checking stddef.h usability >configure:6065: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:6072: $? = 0 >configure:6086: result: yes >configure:6090: checking stddef.h presence >configure:6105: x86_64-pc-linux-gnu-gcc -E -DNDEBUG conftest.c >configure:6112: $? = 0 >configure:6126: result: yes >configure:6159: checking for stddef.h >configure:6168: result: yes >configure:6048: checking sys/file.h usability >configure:6065: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:6072: $? = 0 >configure:6086: result: yes >configure:6090: checking sys/file.h presence >configure:6105: x86_64-pc-linux-gnu-gcc -E -DNDEBUG conftest.c >configure:6112: $? = 0 >configure:6126: result: yes >configure:6159: checking for sys/file.h >configure:6168: result: yes >configure:6048: checking mcheck.h usability >configure:6065: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:6072: $? = 0 >configure:6086: result: yes >configure:6090: checking mcheck.h presence >configure:6105: x86_64-pc-linux-gnu-gcc -E -DNDEBUG conftest.c >configure:6112: $? = 0 >configure:6126: result: yes >configure:6159: checking for mcheck.h >configure:6168: result: yes >configure:6187: checking for complete errno.h >configure:6243: result: yes >configure:7580: checking whether strerror_r is declared >configure:7609: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:7616: $? = 0 >configure:7631: result: yes >configure:7653: checking for strerror_r >configure:7709: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:7716: $? = 0 >configure:7738: result: yes >configure:7750: checking whether strerror_r returns char * >configure:7784: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:7791: $? = 0 >configure:7870: result: yes >configure:7956: checking whether getdelim is declared >configure:7985: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:7992: $? = 0 >configure:8007: result: yes >configure:8025: checking whether getline is declared >configure:8054: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:8061: $? = 0 >configure:8076: result: yes >configure:8112: checking getopt.h usability >configure:8129: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:8136: $? = 0 >configure:8150: result: yes >configure:8154: checking getopt.h presence >configure:8169: x86_64-pc-linux-gnu-gcc -E -DNDEBUG conftest.c >configure:8176: $? = 0 >configure:8190: result: yes >configure:8223: checking for getopt.h >configure:8232: result: yes >configure:8256: checking for getopt_long_only >configure:8312: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:8319: $? = 0 >configure:8341: result: yes >configure:8358: checking whether optreset is declared >configure:8388: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >conftest.c: In function 'main': >conftest.c:92:10: error: 'optreset' undeclared (first use in this function) >conftest.c:92:10: note: each undeclared identifier is reported only once for each function it appears in >configure:8395: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "sed" >| #define PACKAGE_TARNAME "sed" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "sed 4.2.1" >| #define PACKAGE_BUGREPORT "bug-gnu-utils@gnu.org" >| #define PACKAGE "sed" >| #define VERSION "4.2.1" >| #define SED_FEATURE_VERSION "4.2" >| #define COPYRIGHT_YEAR 2009 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_BTOWC 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCTOB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_ISATTY 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_ISASCII 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCHR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_POPEN 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 >| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 >| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 >| #define HAVE_ERRNO_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MCHECK_H 1 >| #define HAVE_DECL_STRERROR_R 1 >| #define HAVE_STRERROR_R 1 >| #define STRERROR_R_CHAR_P 1 >| #define HAVE_DECL_GETDELIM 1 >| #define HAVE_DECL_GETLINE 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| /* end confdefs.h. */ >| #include <getopt.h> >| >| int >| main () >| { >| #ifndef optreset >| (void) optreset; >| #endif >| >| ; >| return 0; >| } >configure:8410: result: no >configure:8419: checking for working GNU getopt function >configure:8513: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:8517: $? = 0 >configure:8523: ./conftest >conftest: invalid option -- '+' >configure:8527: $? = 0 >configure:8544: result: yes >configure:8551: checking whether getenv is declared >configure:8580: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:8587: $? = 0 >configure:8602: result: yes >configure:8669: checking for C/C++ restrict keyword >configure:8704: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:8711: $? = 0 >configure:8729: result: __restrict >configure:8819: checking for struct timeval >configure:8849: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:8856: $? = 0 >configure:8871: result: yes >configure:8894: checking whether getc_unlocked is declared >configure:8923: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:8930: $? = 0 >configure:8945: result: yes >configure:8964: checking whether we are using the GNU C Library 2.1 or newer >configure:8995: result: yes >configure:9011: checking whether malloc, realloc, calloc are POSIX compliant >configure:9041: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:9048: $? = 0 >configure:9064: result: yes >configure:9107: checking for mbstate_t >configure:9134: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:9141: $? = 0 >configure:9156: result: yes >configure:9179: checking for a traditional japanese locale >configure:9240: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:9243: $? = 0 >configure:9285: result: none >configure:9293: checking for a transitional chinese locale >configure:9355: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:9358: $? = 0 >configure:9384: result: none >configure:9391: checking for a french Unicode locale >configure:9455: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:9458: $? = 0 >configure:9485: result: none >configure:9514: checking whether mbrtowc handles incomplete characters >configure:9595: result: guessing yes >configure:9601: checking whether mbrtowc works as well as mbtowc >configure:9686: result: guessing yes >configure:9724: checking whether mbrtowc handles a NULL string argument >configure:9807: result: guessing yes >configure:9814: checking whether mbrtowc has a correct return value >configure:9914: result: guessing yes >configure:9920: checking whether mbrtowc returns 0 when parsing a NUL character >configure:10000: result: guessing yes >configure:10130: checking for mmap >configure:10186: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:10193: $? = 0 >configure:10213: result: yes >configure:10225: checking for MAP_ANONYMOUS >configure:10272: result: yes >configure:10309: checking for memchr >configure:10365: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >conftest.c:114:6: warning: conflicting types for built-in function 'memchr' [enabled by default] >configure:10372: $? = 0 >configure:10394: result: yes >configure:10576: checking whether memchr works >configure:10646: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:10650: $? = 0 >configure:10656: ./conftest >configure:10660: $? = 0 >configure:10677: result: yes >configure:10854: checking for special C compiler options needed for large files >configure:10949: result: no >configure:10955: checking for _FILE_OFFSET_BITS value needed for large files >configure:10990: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:10997: $? = 0 >configure:11066: result: no >configure:11223: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >conftest.c:93:10: error: unknown type name 'not' >conftest.c:93:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' >conftest.c:93:16: error: unknown type name 'universal' >configure:11230: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "sed" >| #define PACKAGE_TARNAME "sed" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "sed 4.2.1" >| #define PACKAGE_BUGREPORT "bug-gnu-utils@gnu.org" >| #define PACKAGE "sed" >| #define VERSION "4.2.1" >| #define SED_FEATURE_VERSION "4.2" >| #define COPYRIGHT_YEAR 2009 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_BTOWC 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCTOB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_ISATTY 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_ISASCII 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCHR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_POPEN 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 >| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 >| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 >| #define HAVE_ERRNO_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MCHECK_H 1 >| #define HAVE_DECL_STRERROR_R 1 >| #define HAVE_STRERROR_R 1 >| #define STRERROR_R_CHAR_P 1 >| #define HAVE_DECL_GETDELIM 1 >| #define HAVE_DECL_GETLINE 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define restrict __restrict >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_MAP_ANONYMOUS 1 >| #define HAVE_MEMCHR 1 >| /* end confdefs.h. */ >| #ifndef __APPLE_CC__ >| not a universal capable compiler >| #endif >| typedef int dummy; >| >configure:11294: checking for library containing setfilecon >configure:11373: result: no >configure:11394: checking for stdbool.h that conforms to C99 >configure:11487: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:11494: $? = 0 >configure:11509: result: yes >configure:11511: checking for _Bool >configure:11539: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:11546: $? = 0 >configure:11573: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >conftest.c: In function 'main': >conftest.c:128:20: error: expected expression before ')' token >configure:11580: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "sed" >| #define PACKAGE_TARNAME "sed" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "sed 4.2.1" >| #define PACKAGE_BUGREPORT "bug-gnu-utils@gnu.org" >| #define PACKAGE "sed" >| #define VERSION "4.2.1" >| #define SED_FEATURE_VERSION "4.2" >| #define COPYRIGHT_YEAR 2009 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_BTOWC 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCTOB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_ISATTY 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_ISASCII 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCHR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_POPEN 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 >| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 >| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 >| #define HAVE_ERRNO_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MCHECK_H 1 >| #define HAVE_DECL_STRERROR_R 1 >| #define HAVE_STRERROR_R 1 >| #define STRERROR_R_CHAR_P 1 >| #define HAVE_DECL_GETDELIM 1 >| #define HAVE_DECL_GETLINE 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define restrict __restrict >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_MAP_ANONYMOUS 1 >| #define HAVE_MEMCHR 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((_Bool))) >| return 0; >| ; >| return 0; >| } >configure:11603: result: yes >configure:11622: checking for long long int >configure:11669: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:11676: $? = 0 >configure:11723: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:11727: $? = 0 >configure:11733: ./conftest >configure:11737: $? = 0 >configure:11764: result: yes >configure:11775: checking for unsigned long long int >configure:11822: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:11829: $? = 0 >configure:11849: result: yes >configure:11873: checking for working strerror function >configure:11946: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:11950: $? = 0 >configure:11956: ./conftest >configure:11960: $? = 0 >configure:11978: result: yes >configure:12287: checking whether strndup is declared >configure:12316: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:12323: $? = 0 >configure:12338: result: yes >configure:12356: checking whether strnlen is declared >configure:12385: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:12392: $? = 0 >configure:12407: result: yes >configure:12425: checking whether stat file-mode macros are broken >configure:12462: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:12469: $? = 0 >configure:12484: result: no >configure:12498: checking whether clearerr_unlocked is declared >configure:12527: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:12534: $? = 0 >configure:12549: result: yes >configure:12567: checking whether feof_unlocked is declared >configure:12596: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:12603: $? = 0 >configure:12618: result: yes >configure:12636: checking whether ferror_unlocked is declared >configure:12665: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:12672: $? = 0 >configure:12687: result: yes >configure:12705: checking whether fflush_unlocked is declared >configure:12734: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:12741: $? = 0 >configure:12756: result: yes >configure:12774: checking whether fgets_unlocked is declared >configure:12803: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:12810: $? = 0 >configure:12825: result: yes >configure:12843: checking whether fputc_unlocked is declared >configure:12872: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:12879: $? = 0 >configure:12894: result: yes >configure:12912: checking whether fputs_unlocked is declared >configure:12941: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:12948: $? = 0 >configure:12963: result: yes >configure:12981: checking whether fread_unlocked is declared >configure:13010: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:13017: $? = 0 >configure:13032: result: yes >configure:13050: checking whether fwrite_unlocked is declared >configure:13079: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:13086: $? = 0 >configure:13101: result: yes >configure:13119: checking whether getchar_unlocked is declared >configure:13148: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:13155: $? = 0 >configure:13170: result: yes >configure:13188: checking whether putc_unlocked is declared >configure:13217: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:13224: $? = 0 >configure:13239: result: yes >configure:13257: checking whether putchar_unlocked is declared >configure:13286: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:13293: $? = 0 >configure:13308: result: yes >configure:13327: checking for wint_t >configure:13362: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:13369: $? = 0 >configure:13384: result: yes >configure:14888: checking for alloca as a compiler built-in >configure:14916: result: yes >configure:14948: checking whether btowc(EOF) is correct >configure:15024: result: guessing yes >configure:15093: checking whether // is distinct from / >configure:15122: result: no >configure:15146: checking for error_at_line >configure:15172: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:15179: $? = 0 >configure:15199: result: yes >configure:15258: checking for getdelim >configure:15314: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:15321: $? = 0 >configure:15343: result: yes >configure:15560: checking for getline >configure:15616: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:15623: $? = 0 >configure:15643: result: yes >configure:15652: checking for working getline function >configure:15713: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:15717: $? = 0 >configure:15723: ./conftest >configure:15727: $? = 0 >configure:15744: result: yes >configure:16127: checking for getpagesize >configure:16183: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:16190: $? = 0 >configure:16212: result: yes >configure:16568: checking for gettimeofday with POSIX signature >configure:16600: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >conftest.c: In function 'main': >conftest.c:122:64: warning: initialization from incompatible pointer type [enabled by default] >configure:16607: $? = 0 >configure:16622: result: yes >configure:16628: checking whether gettimeofday clobbers localtime buffer >configure:16670: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:16674: $? = 0 >configure:16680: ./conftest >configure:16684: $? = 0 >configure:16701: result: no >configure:17264: checking whether the compiler generally respects inline >configure:17295: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:17302: $? = 0 >configure:17319: result: yes >configure:17350: checking whether lstat dereferences a symlink specified with a trailing slash >configure:17386: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:17390: $? = 0 >configure:17396: ./conftest >configure:17400: $? = 0 >configure:17424: result: yes >configure:17463: checking for stdlib.h >configure:17470: result: yes >configure:17609: checking for GNU libc compatible malloc >configure:17643: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:17647: $? = 0 >configure:17653: ./conftest >configure:17657: $? = 0 >configure:17674: result: yes >configure:17805: checking whether mbrtowc handles incomplete characters >configure:17886: result: guessing yes >configure:17892: checking whether mbrtowc works as well as mbtowc >configure:17977: result: guessing yes >configure:18015: checking whether mbrtowc handles a NULL string argument >configure:18098: result: guessing yes >configure:18105: checking whether mbrtowc has a correct return value >configure:18205: result: guessing yes >configure:18211: checking whether mbrtowc returns 0 when parsing a NUL character >configure:18291: result: guessing yes >configure:18373: checking whether mbrtowc handles incomplete characters >configure:18454: result: guessing yes >configure:18460: checking whether mbrtowc works as well as mbtowc >configure:18545: result: guessing yes >configure:18612: checking for working mkstemp >configure:18656: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:18660: $? = 0 >configure:18666: ./conftest >configure:18670: $? = 0 >configure:18689: result: yes >configure:18725: checking for obstacks >configure:18756: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:18763: $? = 0 >configure:18783: result: yes >configure:18894: checking for working re_compile_pattern >configure:19045: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:19049: $? = 0 >configure:19055: ./conftest >configure:19059: $? = 1 >configure: program exited with status 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "sed" >| #define PACKAGE_TARNAME "sed" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "sed 4.2.1" >| #define PACKAGE_BUGREPORT "bug-gnu-utils@gnu.org" >| #define PACKAGE "sed" >| #define VERSION "4.2.1" >| #define SED_FEATURE_VERSION "4.2" >| #define COPYRIGHT_YEAR 2009 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_BTOWC 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCTOB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_ISATTY 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_ISASCII 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCHR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_POPEN 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 >| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 >| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 >| #define HAVE_ERRNO_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MCHECK_H 1 >| #define HAVE_DECL_STRERROR_R 1 >| #define HAVE_STRERROR_R 1 >| #define STRERROR_R_CHAR_P 1 >| #define HAVE_DECL_GETDELIM 1 >| #define HAVE_DECL_GETLINE 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define restrict __restrict >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_MAP_ANONYMOUS 1 >| #define HAVE_MEMCHR 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define HAVE_DECL_STRNDUP 1 >| #define HAVE_DECL_STRNLEN 1 >| #define HAVE_DECL_CLEARERR_UNLOCKED 1 >| #define HAVE_DECL_FEOF_UNLOCKED 1 >| #define HAVE_DECL_FERROR_UNLOCKED 1 >| #define HAVE_DECL_FFLUSH_UNLOCKED 1 >| #define HAVE_DECL_FGETS_UNLOCKED 1 >| #define HAVE_DECL_FPUTC_UNLOCKED 1 >| #define HAVE_DECL_FPUTS_UNLOCKED 1 >| #define HAVE_DECL_FREAD_UNLOCKED 1 >| #define HAVE_DECL_FWRITE_UNLOCKED 1 >| #define HAVE_DECL_GETCHAR_UNLOCKED 1 >| #define HAVE_DECL_PUTC_UNLOCKED 1 >| #define HAVE_DECL_PUTCHAR_UNLOCKED 1 >| #define HAVE_WINT_T 1 >| #define USE_ACL 0 >| #define HAVE_ALLOCA 1 >| #define HAVE_GETDELIM 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_INLINE 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 1 >| #define GNULIB_MALLOC_GNU 1 >| #define HAVE_MALLOC_POSIX 1 >| #define HAVE_OBSTACK 1 >| #define HAVE_REALLOC_POSIX 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #if HAVE_LOCALE_H >| #include <locale.h> >| #endif >| #include <limits.h> >| #include <regex.h> >| >| int >| main () >| { >| static struct re_pattern_buffer regex; >| unsigned char folded_chars[UCHAR_MAX + 1]; >| int i; >| const char *s; >| struct re_registers regs; >| >| #if HAVE_LOCALE_H >| /* http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html >| This test needs valgrind to catch the bug on Debian >| GNU/Linux 3.1 x86, but it might catch the bug better >| on other platforms and it shouldn't hurt to try the >| test here. */ >| if (setlocale (LC_ALL, "en_US.UTF-8")) >| { >| static char const pat[] = "insert into"; >| static char const data[] = >| "\xFF\0\x12\xA2\xAA\xC4\xB1,K\x12\xC4\xB1*\xACK"; >| re_set_syntax (RE_SYNTAX_GREP | RE_HAT_LISTS_NOT_NEWLINE >| | RE_ICASE); >| memset (®ex, 0, sizeof regex); >| s = re_compile_pattern (pat, sizeof pat - 1, ®ex); >| if (s) >| return 1; >| if (re_search (®ex, data, sizeof data - 1, >| 0, sizeof data - 1, ®s) >| != -1) >| return 1; >| if (! setlocale (LC_ALL, "C")) >| return 1; >| } >| #endif >| >| /* This test is from glibc bug 3957, reported by Andrew Mackey. */ >| re_set_syntax (RE_SYNTAX_EGREP | RE_HAT_LISTS_NOT_NEWLINE); >| memset (®ex, 0, sizeof regex); >| s = re_compile_pattern ("a[^x]b", 6, ®ex); >| if (s) >| return 1; >| >| /* This should fail, but succeeds for glibc-2.5. */ >| if (re_search (®ex, "a\nb", 3, 0, 3, ®s) != -1) >| return 1; >| >| /* This regular expression is from Spencer ere test number 75 >| in grep-2.3. */ >| re_set_syntax (RE_SYNTAX_POSIX_EGREP); >| memset (®ex, 0, sizeof regex); >| for (i = 0; i <= UCHAR_MAX; i++) >| folded_chars[i] = i; >| regex.translate = folded_chars; >| s = re_compile_pattern ("a[[:]:]]b\n", 11, ®ex); >| /* This should fail with _Invalid character class name_ error. */ >| if (!s) >| return 1; >| >| /* This should succeed, but does not for glibc-2.1.3. */ >| memset (®ex, 0, sizeof regex); >| s = re_compile_pattern ("{1", 2, ®ex); >| >| if (s) >| return 1; >| >| /* The following example is derived from a problem report >| against gawk from Jorge Stolfi <stolfi@ic.unicamp.br>. */ >| memset (®ex, 0, sizeof regex); >| s = re_compile_pattern ("[an\371]*n", 7, ®ex); >| if (s) >| return 1; >| >| /* This should match, but does not for glibc-2.2.1. */ >| if (re_match (®ex, "an", 2, 0, ®s) != 2) >| return 1; >| >| memset (®ex, 0, sizeof regex); >| s = re_compile_pattern ("x", 1, ®ex); >| if (s) >| return 1; >| >| /* glibc-2.2.93 does not work with a negative RANGE argument. */ >| if (re_search (®ex, "wxy", 3, 2, -2, ®s) != 1) >| return 1; >| >| /* The version of regex.c in older versions of gnulib >| ignored RE_ICASE. Detect that problem too. */ >| re_set_syntax (RE_SYNTAX_EMACS | RE_ICASE); >| memset (®ex, 0, sizeof regex); >| s = re_compile_pattern ("x", 1, ®ex); >| if (s) >| return 1; >| >| if (re_search (®ex, "WXY", 3, 0, 3, ®s) < 0) >| return 1; >| >| /* Catch a bug reported by Vin Shelton in >| http://lists.gnu.org/archive/html/bug-coreutils/2007-06/msg00089.html >| */ >| re_set_syntax (RE_SYNTAX_POSIX_BASIC >| & ~RE_CONTEXT_INVALID_DUP >| & ~RE_NO_EMPTY_RANGES); >| memset (®ex, 0, sizeof regex); >| s = re_compile_pattern ("[[:alnum:]_-]\\+$", 16, ®ex); >| if (s) >| return 1; >| >| /* REG_STARTEND was added to glibc on 2004-01-15. >| Reject older versions. */ >| if (! REG_STARTEND) >| return 1; >| >| /* Reject hosts whose regoff_t values are too narrow. >| These include glibc 2.3.5 on hosts with 64-bit ptrdiff_t >| and 32-bit int. */ >| if (sizeof (regoff_t) < sizeof (ptrdiff_t) >| || sizeof (regoff_t) < sizeof (ssize_t)) >| return 1; >| >| return 0; >| ; >| return 0; >| } >configure:19076: result: no >configure:19200: checking libintl.h usability >configure:19217: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:19224: $? = 0 >configure:19238: result: yes >configure:19242: checking libintl.h presence >configure:19257: x86_64-pc-linux-gnu-gcc -E -DNDEBUG conftest.c >configure:19264: $? = 0 >configure:19278: result: yes >configure:19311: checking for libintl.h >configure:19320: result: yes >configure:19345: checking whether isblank is declared >configure:19375: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:19382: $? = 0 >configure:19397: result: yes >configure:19420: checking whether rename is broken with a trailing slash >configure:19456: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:19460: $? = 0 >configure:19466: ./conftest >configure:19470: $? = 0 >configure:19490: result: no >configure:19492: checking whether rename is broken when the destination exists >configure:19504: result: no >configure:19547: checking for selinux/selinux.h >configure:19554: result: no >configure:19713: checking for selinux/context.h >configure:19720: result: no >configure:19865: checking for ssize_t >configure:19892: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:19899: $? = 0 >configure:19914: result: yes >configure:20044: checking whether stdint.h conforms to C99 >configure:20223: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:20230: $? = 0 >configure:20326: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:20330: $? = 0 >configure:20336: ./conftest >configure:20340: $? = 0 >configure:20365: result: yes >configure:21819: checking for random.h >configure:21840: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >conftest.c:175:20: fatal error: random.h: No such file or directory >compilation terminated. >configure:21847: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "sed" >| #define PACKAGE_TARNAME "sed" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "sed 4.2.1" >| #define PACKAGE_BUGREPORT "bug-gnu-utils@gnu.org" >| #define PACKAGE "sed" >| #define VERSION "4.2.1" >| #define SED_FEATURE_VERSION "4.2" >| #define COPYRIGHT_YEAR 2009 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_BTOWC 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCTOB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_ISATTY 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_ISASCII 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCHR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_POPEN 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 >| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 >| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 >| #define HAVE_ERRNO_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MCHECK_H 1 >| #define HAVE_DECL_STRERROR_R 1 >| #define HAVE_STRERROR_R 1 >| #define STRERROR_R_CHAR_P 1 >| #define HAVE_DECL_GETDELIM 1 >| #define HAVE_DECL_GETLINE 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define restrict __restrict >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_MAP_ANONYMOUS 1 >| #define HAVE_MEMCHR 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define HAVE_DECL_STRNDUP 1 >| #define HAVE_DECL_STRNLEN 1 >| #define HAVE_DECL_CLEARERR_UNLOCKED 1 >| #define HAVE_DECL_FEOF_UNLOCKED 1 >| #define HAVE_DECL_FERROR_UNLOCKED 1 >| #define HAVE_DECL_FFLUSH_UNLOCKED 1 >| #define HAVE_DECL_FGETS_UNLOCKED 1 >| #define HAVE_DECL_FPUTC_UNLOCKED 1 >| #define HAVE_DECL_FPUTS_UNLOCKED 1 >| #define HAVE_DECL_FREAD_UNLOCKED 1 >| #define HAVE_DECL_FWRITE_UNLOCKED 1 >| #define HAVE_DECL_GETCHAR_UNLOCKED 1 >| #define HAVE_DECL_PUTC_UNLOCKED 1 >| #define HAVE_DECL_PUTCHAR_UNLOCKED 1 >| #define HAVE_WINT_T 1 >| #define USE_ACL 0 >| #define HAVE_ALLOCA 1 >| #define HAVE_GETDELIM 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_INLINE 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 1 >| #define GNULIB_MALLOC_GNU 1 >| #define HAVE_MALLOC_POSIX 1 >| #define HAVE_OBSTACK 1 >| #define HAVE_REALLOC_POSIX 1 >| #define _REGEX_LARGE_OFFSETS 1 >| #define re_syntax_options rpl_re_syntax_options >| #define re_set_syntax rpl_re_set_syntax >| #define re_compile_pattern rpl_re_compile_pattern >| #define re_compile_fastmap rpl_re_compile_fastmap >| #define re_search rpl_re_search >| #define re_search_2 rpl_re_search_2 >| #define re_match rpl_re_match >| #define re_match_2 rpl_re_match_2 >| #define re_set_registers rpl_re_set_registers >| #define re_comp rpl_re_comp >| #define re_exec rpl_re_exec >| #define regcomp rpl_regcomp >| #define regexec rpl_regexec >| #define regerror rpl_regerror >| #define regfree rpl_regfree >| #define HAVE_LIBINTL_H 1 >| #define HAVE_DECL_ISBLANK 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| >| #include <random.h> >configure:21864: result: no >configure:21883: checking for struct random_data >configure:21916: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:21923: $? = 0 >configure:21955: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >conftest.c: In function 'main': >conftest.c:150:33: error: expected expression before ')' token >configure:21962: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "sed" >| #define PACKAGE_TARNAME "sed" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "sed 4.2.1" >| #define PACKAGE_BUGREPORT "bug-gnu-utils@gnu.org" >| #define PACKAGE "sed" >| #define VERSION "4.2.1" >| #define SED_FEATURE_VERSION "4.2" >| #define COPYRIGHT_YEAR 2009 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_BTOWC 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCTOB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_ISATTY 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_ISASCII 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCHR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_POPEN 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 >| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 >| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 >| #define HAVE_ERRNO_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MCHECK_H 1 >| #define HAVE_DECL_STRERROR_R 1 >| #define HAVE_STRERROR_R 1 >| #define STRERROR_R_CHAR_P 1 >| #define HAVE_DECL_GETDELIM 1 >| #define HAVE_DECL_GETLINE 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define restrict __restrict >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_MAP_ANONYMOUS 1 >| #define HAVE_MEMCHR 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define HAVE_DECL_STRNDUP 1 >| #define HAVE_DECL_STRNLEN 1 >| #define HAVE_DECL_CLEARERR_UNLOCKED 1 >| #define HAVE_DECL_FEOF_UNLOCKED 1 >| #define HAVE_DECL_FERROR_UNLOCKED 1 >| #define HAVE_DECL_FFLUSH_UNLOCKED 1 >| #define HAVE_DECL_FGETS_UNLOCKED 1 >| #define HAVE_DECL_FPUTC_UNLOCKED 1 >| #define HAVE_DECL_FPUTS_UNLOCKED 1 >| #define HAVE_DECL_FREAD_UNLOCKED 1 >| #define HAVE_DECL_FWRITE_UNLOCKED 1 >| #define HAVE_DECL_GETCHAR_UNLOCKED 1 >| #define HAVE_DECL_PUTC_UNLOCKED 1 >| #define HAVE_DECL_PUTCHAR_UNLOCKED 1 >| #define HAVE_WINT_T 1 >| #define USE_ACL 0 >| #define HAVE_ALLOCA 1 >| #define HAVE_GETDELIM 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_INLINE 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 1 >| #define GNULIB_MALLOC_GNU 1 >| #define HAVE_MALLOC_POSIX 1 >| #define HAVE_OBSTACK 1 >| #define HAVE_REALLOC_POSIX 1 >| #define _REGEX_LARGE_OFFSETS 1 >| #define re_syntax_options rpl_re_syntax_options >| #define re_set_syntax rpl_re_set_syntax >| #define re_compile_pattern rpl_re_compile_pattern >| #define re_compile_fastmap rpl_re_compile_fastmap >| #define re_search rpl_re_search >| #define re_search_2 rpl_re_search_2 >| #define re_match rpl_re_match >| #define re_match_2 rpl_re_match_2 >| #define re_set_registers rpl_re_set_registers >| #define re_comp rpl_re_comp >| #define re_exec rpl_re_exec >| #define regcomp rpl_regcomp >| #define regexec rpl_regexec >| #define regerror rpl_regerror >| #define regfree rpl_regfree >| #define HAVE_LIBINTL_H 1 >| #define HAVE_DECL_ISBLANK 1 >| /* end confdefs.h. */ >| #include <stdlib.h> >| #if HAVE_RANDOM_H >| # include <random.h> >| #endif >| >| >| int >| main () >| { >| if (sizeof ((struct random_data))) >| return 0; >| ; >| return 0; >| } >configure:21985: result: yes >configure:22039: checking for working strndup >configure:22187: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:22191: $? = 0 >configure:22197: ./conftest >configure:22201: $? = 0 >configure:22218: result: yes >configure:22257: checking for working strnlen >configure:22301: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:22305: $? = 0 >configure:22311: ./conftest >configure:22315: $? = 0 >configure:22332: result: yes >configure:22378: checking for strverscmp >configure:22434: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:22441: $? = 0 >configure:22463: result: yes >configure:22576: checking for nlink_t >configure:22606: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:22613: $? = 0 >configure:22642: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >conftest.c: In function 'main': >conftest.c:150:22: error: expected expression before ')' token >configure:22649: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "sed" >| #define PACKAGE_TARNAME "sed" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "sed 4.2.1" >| #define PACKAGE_BUGREPORT "bug-gnu-utils@gnu.org" >| #define PACKAGE "sed" >| #define VERSION "4.2.1" >| #define SED_FEATURE_VERSION "4.2" >| #define COPYRIGHT_YEAR 2009 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_BTOWC 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCTOB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_ISATTY 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_ISASCII 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCHR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_POPEN 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 >| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 >| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 >| #define HAVE_ERRNO_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MCHECK_H 1 >| #define HAVE_DECL_STRERROR_R 1 >| #define HAVE_STRERROR_R 1 >| #define STRERROR_R_CHAR_P 1 >| #define HAVE_DECL_GETDELIM 1 >| #define HAVE_DECL_GETLINE 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define restrict __restrict >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_MAP_ANONYMOUS 1 >| #define HAVE_MEMCHR 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define HAVE_DECL_STRNDUP 1 >| #define HAVE_DECL_STRNLEN 1 >| #define HAVE_DECL_CLEARERR_UNLOCKED 1 >| #define HAVE_DECL_FEOF_UNLOCKED 1 >| #define HAVE_DECL_FERROR_UNLOCKED 1 >| #define HAVE_DECL_FFLUSH_UNLOCKED 1 >| #define HAVE_DECL_FGETS_UNLOCKED 1 >| #define HAVE_DECL_FPUTC_UNLOCKED 1 >| #define HAVE_DECL_FPUTS_UNLOCKED 1 >| #define HAVE_DECL_FREAD_UNLOCKED 1 >| #define HAVE_DECL_FWRITE_UNLOCKED 1 >| #define HAVE_DECL_GETCHAR_UNLOCKED 1 >| #define HAVE_DECL_PUTC_UNLOCKED 1 >| #define HAVE_DECL_PUTCHAR_UNLOCKED 1 >| #define HAVE_WINT_T 1 >| #define USE_ACL 0 >| #define HAVE_ALLOCA 1 >| #define HAVE_GETDELIM 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_INLINE 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 1 >| #define GNULIB_MALLOC_GNU 1 >| #define HAVE_MALLOC_POSIX 1 >| #define HAVE_OBSTACK 1 >| #define HAVE_REALLOC_POSIX 1 >| #define _REGEX_LARGE_OFFSETS 1 >| #define re_syntax_options rpl_re_syntax_options >| #define re_set_syntax rpl_re_set_syntax >| #define re_compile_pattern rpl_re_compile_pattern >| #define re_compile_fastmap rpl_re_compile_fastmap >| #define re_search rpl_re_search >| #define re_search_2 rpl_re_search_2 >| #define re_match rpl_re_match >| #define re_match_2 rpl_re_match_2 >| #define re_set_registers rpl_re_set_registers >| #define re_comp rpl_re_comp >| #define re_exec rpl_re_exec >| #define regcomp rpl_regcomp >| #define regexec rpl_regexec >| #define regerror rpl_regerror >| #define regfree rpl_regfree >| #define HAVE_LIBINTL_H 1 >| #define HAVE_DECL_ISBLANK 1 >| #define HAVE_STRUCT_RANDOM_DATA 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRVERSCMP 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <sys/stat.h> >| >| int >| main () >| { >| if (sizeof ((nlink_t))) >| return 0; >| ; >| return 0; >| } >configure:22672: result: yes >configure:22686: checking for a thread-safe mkdir -p >configure:22725: result: /bin/mkdir -p >configure:22731: checking for a thread-safe mkdir -p >configure:22770: result: /bin/mkdir -p >configure:22933: checking whether <wchar.h> is standalone >configure:22948: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:22955: $? = 0 >configure:22970: result: yes >configure:23084: checking whether mbrtowc handles incomplete characters >configure:23165: result: guessing yes >configure:23171: checking whether mbrtowc works as well as mbtowc >configure:23256: result: guessing yes >configure:23296: checking whether wcrtomb return value is correct >configure:23387: result: guessing yes >configure:23450: checking whether wctob works >configure:23529: result: guessing yes >configure:23555: checking whether wctob is declared >configure:23594: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:23601: $? = 0 >configure:23616: result: yes >configure:23681: checking whether iswcntrl works >configure:23754: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:23758: $? = 0 >configure:23764: ./conftest >configure:23768: $? = 0 >configure:23786: result: yes >configure:23929: checking for long file names >configure:23961: result: yes >configure:23971: checking whether -lcP is needed >configure:24008: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:24012: $? = 0 >configure:24018: ./conftest >configure:24022: $? = 0 >configure:24040: result: no >configure:24054: checking for dirent.h that defines DIR >configure:24083: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:24090: $? = 0 >configure:24107: result: yes >configure:24122: checking for library containing opendir >configure:24163: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:24170: $? = 0 >configure:24201: result: none required >configure:24339: checking for an ANSI C-conforming const >configure:24414: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:24421: $? = 0 >configure:24436: result: yes >configure:24446: checking for size_t >configure:24474: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:24481: $? = 0 >configure:24508: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >conftest.c: In function 'main': >conftest.c:184:21: error: expected expression before ')' token >configure:24515: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "sed" >| #define PACKAGE_TARNAME "sed" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "sed 4.2.1" >| #define PACKAGE_BUGREPORT "bug-gnu-utils@gnu.org" >| #define PACKAGE "sed" >| #define VERSION "4.2.1" >| #define SED_FEATURE_VERSION "4.2" >| #define COPYRIGHT_YEAR 2009 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_BTOWC 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCTOB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_ISATTY 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_ISASCII 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCHR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_POPEN 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 >| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 >| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 >| #define HAVE_ERRNO_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MCHECK_H 1 >| #define HAVE_DECL_STRERROR_R 1 >| #define HAVE_STRERROR_R 1 >| #define STRERROR_R_CHAR_P 1 >| #define HAVE_DECL_GETDELIM 1 >| #define HAVE_DECL_GETLINE 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define restrict __restrict >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_MAP_ANONYMOUS 1 >| #define HAVE_MEMCHR 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define HAVE_DECL_STRNDUP 1 >| #define HAVE_DECL_STRNLEN 1 >| #define HAVE_DECL_CLEARERR_UNLOCKED 1 >| #define HAVE_DECL_FEOF_UNLOCKED 1 >| #define HAVE_DECL_FERROR_UNLOCKED 1 >| #define HAVE_DECL_FFLUSH_UNLOCKED 1 >| #define HAVE_DECL_FGETS_UNLOCKED 1 >| #define HAVE_DECL_FPUTC_UNLOCKED 1 >| #define HAVE_DECL_FPUTS_UNLOCKED 1 >| #define HAVE_DECL_FREAD_UNLOCKED 1 >| #define HAVE_DECL_FWRITE_UNLOCKED 1 >| #define HAVE_DECL_GETCHAR_UNLOCKED 1 >| #define HAVE_DECL_PUTC_UNLOCKED 1 >| #define HAVE_DECL_PUTCHAR_UNLOCKED 1 >| #define HAVE_WINT_T 1 >| #define USE_ACL 0 >| #define HAVE_ALLOCA 1 >| #define HAVE_GETDELIM 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_INLINE 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 1 >| #define GNULIB_MALLOC_GNU 1 >| #define HAVE_MALLOC_POSIX 1 >| #define HAVE_OBSTACK 1 >| #define HAVE_REALLOC_POSIX 1 >| #define _REGEX_LARGE_OFFSETS 1 >| #define re_syntax_options rpl_re_syntax_options >| #define re_set_syntax rpl_re_set_syntax >| #define re_compile_pattern rpl_re_compile_pattern >| #define re_compile_fastmap rpl_re_compile_fastmap >| #define re_search rpl_re_search >| #define re_search_2 rpl_re_search_2 >| #define re_match rpl_re_match >| #define re_match_2 rpl_re_match_2 >| #define re_set_registers rpl_re_set_registers >| #define re_comp rpl_re_comp >| #define re_exec rpl_re_exec >| #define regcomp rpl_regcomp >| #define regexec rpl_regexec >| #define regerror rpl_regerror >| #define regfree rpl_regfree >| #define HAVE_LIBINTL_H 1 >| #define HAVE_DECL_ISBLANK 1 >| #define HAVE_STRUCT_RANDOM_DATA 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRVERSCMP 1 >| #define USE_UNLOCKED_IO 1 >| #define HAVE_DECL_WCTOB 1 >| #define HAVE_LONG_FILE_NAMES 1 >| #define HAVE_DIRENT_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((size_t))) >| return 0; >| ; >| return 0; >| } >configure:24538: result: yes >configure:24550: checking for ssize_t >configure:24578: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >configure:24585: $? = 0 >configure:24612: x86_64-pc-linux-gnu-gcc -c -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG conftest.c >&5 >conftest.c: In function 'main': >conftest.c:184:22: error: expected expression before ')' token >configure:24619: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "sed" >| #define PACKAGE_TARNAME "sed" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "sed 4.2.1" >| #define PACKAGE_BUGREPORT "bug-gnu-utils@gnu.org" >| #define PACKAGE "sed" >| #define VERSION "4.2.1" >| #define SED_FEATURE_VERSION "4.2" >| #define COPYRIGHT_YEAR 2009 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_BTOWC 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCTOB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_ISATTY 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_ISASCII 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCHR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_POPEN 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 >| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 >| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 >| #define HAVE_ERRNO_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MCHECK_H 1 >| #define HAVE_DECL_STRERROR_R 1 >| #define HAVE_STRERROR_R 1 >| #define STRERROR_R_CHAR_P 1 >| #define HAVE_DECL_GETDELIM 1 >| #define HAVE_DECL_GETLINE 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define restrict __restrict >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_MAP_ANONYMOUS 1 >| #define HAVE_MEMCHR 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define HAVE_DECL_STRNDUP 1 >| #define HAVE_DECL_STRNLEN 1 >| #define HAVE_DECL_CLEARERR_UNLOCKED 1 >| #define HAVE_DECL_FEOF_UNLOCKED 1 >| #define HAVE_DECL_FERROR_UNLOCKED 1 >| #define HAVE_DECL_FFLUSH_UNLOCKED 1 >| #define HAVE_DECL_FGETS_UNLOCKED 1 >| #define HAVE_DECL_FPUTC_UNLOCKED 1 >| #define HAVE_DECL_FPUTS_UNLOCKED 1 >| #define HAVE_DECL_FREAD_UNLOCKED 1 >| #define HAVE_DECL_FWRITE_UNLOCKED 1 >| #define HAVE_DECL_GETCHAR_UNLOCKED 1 >| #define HAVE_DECL_PUTC_UNLOCKED 1 >| #define HAVE_DECL_PUTCHAR_UNLOCKED 1 >| #define HAVE_WINT_T 1 >| #define USE_ACL 0 >| #define HAVE_ALLOCA 1 >| #define HAVE_GETDELIM 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_INLINE 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 1 >| #define GNULIB_MALLOC_GNU 1 >| #define HAVE_MALLOC_POSIX 1 >| #define HAVE_OBSTACK 1 >| #define HAVE_REALLOC_POSIX 1 >| #define _REGEX_LARGE_OFFSETS 1 >| #define re_syntax_options rpl_re_syntax_options >| #define re_set_syntax rpl_re_set_syntax >| #define re_compile_pattern rpl_re_compile_pattern >| #define re_compile_fastmap rpl_re_compile_fastmap >| #define re_search rpl_re_search >| #define re_search_2 rpl_re_search_2 >| #define re_match rpl_re_match >| #define re_match_2 rpl_re_match_2 >| #define re_set_registers rpl_re_set_registers >| #define re_comp rpl_re_comp >| #define re_exec rpl_re_exec >| #define regcomp rpl_regcomp >| #define regexec rpl_regexec >| #define regerror rpl_regerror >| #define regfree rpl_regfree >| #define HAVE_LIBINTL_H 1 >| #define HAVE_DECL_ISBLANK 1 >| #define HAVE_STRUCT_RANDOM_DATA 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRVERSCMP 1 >| #define USE_UNLOCKED_IO 1 >| #define HAVE_DECL_WCTOB 1 >| #define HAVE_LONG_FILE_NAMES 1 >| #define HAVE_DIRENT_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| int >| main () >| { >| if (sizeof ((ssize_t))) >| return 0; >| ; >| return 0; >| } >configure:24642: result: yes >configure:24659: checking for vprintf >configure:24715: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >conftest.c:171:6: warning: conflicting types for built-in function 'vprintf' [enabled by default] >configure:24722: $? = 0 >configure:24744: result: yes >configure:24753: checking for _doprnt >configure:24809: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >/var/tmp/portage/sys-apps/sed-4.2.1-r1/temp/ccMQpwyJ.o: In function `main': >conftest.c:(.text.startup+0x7): undefined reference to `_doprnt' >collect2: error: ld returned 1 exit status >configure:24816: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "sed" >| #define PACKAGE_TARNAME "sed" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "sed 4.2.1" >| #define PACKAGE_BUGREPORT "bug-gnu-utils@gnu.org" >| #define PACKAGE "sed" >| #define VERSION "4.2.1" >| #define SED_FEATURE_VERSION "4.2" >| #define COPYRIGHT_YEAR 2009 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_BTOWC 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCTOB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_ISATTY 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_ISASCII 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCHR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_POPEN 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 >| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 >| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 >| #define HAVE_ERRNO_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MCHECK_H 1 >| #define HAVE_DECL_STRERROR_R 1 >| #define HAVE_STRERROR_R 1 >| #define STRERROR_R_CHAR_P 1 >| #define HAVE_DECL_GETDELIM 1 >| #define HAVE_DECL_GETLINE 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define restrict __restrict >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_MAP_ANONYMOUS 1 >| #define HAVE_MEMCHR 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define HAVE_DECL_STRNDUP 1 >| #define HAVE_DECL_STRNLEN 1 >| #define HAVE_DECL_CLEARERR_UNLOCKED 1 >| #define HAVE_DECL_FEOF_UNLOCKED 1 >| #define HAVE_DECL_FERROR_UNLOCKED 1 >| #define HAVE_DECL_FFLUSH_UNLOCKED 1 >| #define HAVE_DECL_FGETS_UNLOCKED 1 >| #define HAVE_DECL_FPUTC_UNLOCKED 1 >| #define HAVE_DECL_FPUTS_UNLOCKED 1 >| #define HAVE_DECL_FREAD_UNLOCKED 1 >| #define HAVE_DECL_FWRITE_UNLOCKED 1 >| #define HAVE_DECL_GETCHAR_UNLOCKED 1 >| #define HAVE_DECL_PUTC_UNLOCKED 1 >| #define HAVE_DECL_PUTCHAR_UNLOCKED 1 >| #define HAVE_WINT_T 1 >| #define USE_ACL 0 >| #define HAVE_ALLOCA 1 >| #define HAVE_GETDELIM 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_INLINE 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 1 >| #define GNULIB_MALLOC_GNU 1 >| #define HAVE_MALLOC_POSIX 1 >| #define HAVE_OBSTACK 1 >| #define HAVE_REALLOC_POSIX 1 >| #define _REGEX_LARGE_OFFSETS 1 >| #define re_syntax_options rpl_re_syntax_options >| #define re_set_syntax rpl_re_set_syntax >| #define re_compile_pattern rpl_re_compile_pattern >| #define re_compile_fastmap rpl_re_compile_fastmap >| #define re_search rpl_re_search >| #define re_search_2 rpl_re_search_2 >| #define re_match rpl_re_match >| #define re_match_2 rpl_re_match_2 >| #define re_set_registers rpl_re_set_registers >| #define re_comp rpl_re_comp >| #define re_exec rpl_re_exec >| #define regcomp rpl_regcomp >| #define regexec rpl_regexec >| #define regerror rpl_regerror >| #define regfree rpl_regfree >| #define HAVE_LIBINTL_H 1 >| #define HAVE_DECL_ISBLANK 1 >| #define HAVE_STRUCT_RANDOM_DATA 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRVERSCMP 1 >| #define USE_UNLOCKED_IO 1 >| #define HAVE_DECL_WCTOB 1 >| #define HAVE_LONG_FILE_NAMES 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_VPRINTF 1 >| /* end confdefs.h. */ >| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define _doprnt innocuous__doprnt >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char _doprnt (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef _doprnt >| >| /* Override any GCC internal prototype to avoid an error. >| Use char because int might match the return type of a GCC >| builtin and then its argument prototype would still apply. */ >| #ifdef __cplusplus >| extern "C" >| #endif >| char _doprnt (); >| /* The GNU C library defines this for functions which it implements >| to always fail with ENOSYS. Some functions are actually named >| something starting with __ and the normal name is an alias. */ >| #if defined __stub__doprnt || defined __stub____doprnt >| choke me >| #endif >| >| int >| main () >| { >| return _doprnt (); >| ; >| return 0; >| } >configure:24836: result: no >configure:24854: checking whether NLS is requested >configure:24863: result: yes >configure:24904: checking for msgfmt >configure: trying /usr/bin/msgfmt... >0 translated messages. >configure:24936: result: /usr/bin/msgfmt >configure:24945: checking for gmsgfmt >configure:24963: found /usr/bin/gmsgfmt >configure:24976: result: /usr/bin/gmsgfmt >configure:25027: checking for xgettext >configure: trying /usr/bin/xgettext... >/usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C >configure:25059: result: /usr/bin/xgettext >configure:25105: checking for msgmerge >configure: trying /usr/bin/msgmerge... >configure:25136: result: /usr/bin/msgmerge >configure:25193: checking for ld used by GCC >configure:25257: result: /usr/x86_64-pc-linux-gnu/bin/ld >configure:25266: checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld >configure:25279: result: yes >configure:25286: checking for shared library run path origin >configure:25299: result: done >configure:25874: checking for CFPreferencesCopyAppValue >configure:25902: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -Wl,-framework -Wl,CoreFoundation >&5 >conftest.c:149:42: fatal error: CoreFoundation/CFPreferences.h: No such file or directory >compilation terminated. >configure:25909: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "sed" >| #define PACKAGE_TARNAME "sed" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "sed 4.2.1" >| #define PACKAGE_BUGREPORT "bug-gnu-utils@gnu.org" >| #define PACKAGE "sed" >| #define VERSION "4.2.1" >| #define SED_FEATURE_VERSION "4.2" >| #define COPYRIGHT_YEAR 2009 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_BTOWC 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCTOB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_ISATTY 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_ISASCII 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCHR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_POPEN 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 >| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 >| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 >| #define HAVE_ERRNO_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MCHECK_H 1 >| #define HAVE_DECL_STRERROR_R 1 >| #define HAVE_STRERROR_R 1 >| #define STRERROR_R_CHAR_P 1 >| #define HAVE_DECL_GETDELIM 1 >| #define HAVE_DECL_GETLINE 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define restrict __restrict >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_MAP_ANONYMOUS 1 >| #define HAVE_MEMCHR 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define HAVE_DECL_STRNDUP 1 >| #define HAVE_DECL_STRNLEN 1 >| #define HAVE_DECL_CLEARERR_UNLOCKED 1 >| #define HAVE_DECL_FEOF_UNLOCKED 1 >| #define HAVE_DECL_FERROR_UNLOCKED 1 >| #define HAVE_DECL_FFLUSH_UNLOCKED 1 >| #define HAVE_DECL_FGETS_UNLOCKED 1 >| #define HAVE_DECL_FPUTC_UNLOCKED 1 >| #define HAVE_DECL_FPUTS_UNLOCKED 1 >| #define HAVE_DECL_FREAD_UNLOCKED 1 >| #define HAVE_DECL_FWRITE_UNLOCKED 1 >| #define HAVE_DECL_GETCHAR_UNLOCKED 1 >| #define HAVE_DECL_PUTC_UNLOCKED 1 >| #define HAVE_DECL_PUTCHAR_UNLOCKED 1 >| #define HAVE_WINT_T 1 >| #define USE_ACL 0 >| #define HAVE_ALLOCA 1 >| #define HAVE_GETDELIM 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_INLINE 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 1 >| #define GNULIB_MALLOC_GNU 1 >| #define HAVE_MALLOC_POSIX 1 >| #define HAVE_OBSTACK 1 >| #define HAVE_REALLOC_POSIX 1 >| #define _REGEX_LARGE_OFFSETS 1 >| #define re_syntax_options rpl_re_syntax_options >| #define re_set_syntax rpl_re_set_syntax >| #define re_compile_pattern rpl_re_compile_pattern >| #define re_compile_fastmap rpl_re_compile_fastmap >| #define re_search rpl_re_search >| #define re_search_2 rpl_re_search_2 >| #define re_match rpl_re_match >| #define re_match_2 rpl_re_match_2 >| #define re_set_registers rpl_re_set_registers >| #define re_comp rpl_re_comp >| #define re_exec rpl_re_exec >| #define regcomp rpl_regcomp >| #define regexec rpl_regexec >| #define regerror rpl_regerror >| #define regfree rpl_regfree >| #define HAVE_LIBINTL_H 1 >| #define HAVE_DECL_ISBLANK 1 >| #define HAVE_STRUCT_RANDOM_DATA 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRVERSCMP 1 >| #define USE_UNLOCKED_IO 1 >| #define HAVE_DECL_WCTOB 1 >| #define HAVE_LONG_FILE_NAMES 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_VPRINTF 1 >| /* end confdefs.h. */ >| #include <CoreFoundation/CFPreferences.h> >| int >| main () >| { >| CFPreferencesCopyAppValue(NULL, NULL) >| ; >| return 0; >| } >configure:25930: result: no >configure:25939: checking for CFLocaleCopyCurrent >configure:25967: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c -Wl,-framework -Wl,CoreFoundation >&5 >conftest.c:149:37: fatal error: CoreFoundation/CFLocale.h: No such file or directory >compilation terminated. >configure:25974: $? = 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "sed" >| #define PACKAGE_TARNAME "sed" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "sed 4.2.1" >| #define PACKAGE_BUGREPORT "bug-gnu-utils@gnu.org" >| #define PACKAGE "sed" >| #define VERSION "4.2.1" >| #define SED_FEATURE_VERSION "4.2" >| #define COPYRIGHT_YEAR 2009 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_BTOWC 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCTOB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_ISATTY 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_ISASCII 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCHR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_POPEN 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 >| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 >| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 >| #define HAVE_ERRNO_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MCHECK_H 1 >| #define HAVE_DECL_STRERROR_R 1 >| #define HAVE_STRERROR_R 1 >| #define STRERROR_R_CHAR_P 1 >| #define HAVE_DECL_GETDELIM 1 >| #define HAVE_DECL_GETLINE 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define restrict __restrict >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_MAP_ANONYMOUS 1 >| #define HAVE_MEMCHR 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define HAVE_DECL_STRNDUP 1 >| #define HAVE_DECL_STRNLEN 1 >| #define HAVE_DECL_CLEARERR_UNLOCKED 1 >| #define HAVE_DECL_FEOF_UNLOCKED 1 >| #define HAVE_DECL_FERROR_UNLOCKED 1 >| #define HAVE_DECL_FFLUSH_UNLOCKED 1 >| #define HAVE_DECL_FGETS_UNLOCKED 1 >| #define HAVE_DECL_FPUTC_UNLOCKED 1 >| #define HAVE_DECL_FPUTS_UNLOCKED 1 >| #define HAVE_DECL_FREAD_UNLOCKED 1 >| #define HAVE_DECL_FWRITE_UNLOCKED 1 >| #define HAVE_DECL_GETCHAR_UNLOCKED 1 >| #define HAVE_DECL_PUTC_UNLOCKED 1 >| #define HAVE_DECL_PUTCHAR_UNLOCKED 1 >| #define HAVE_WINT_T 1 >| #define USE_ACL 0 >| #define HAVE_ALLOCA 1 >| #define HAVE_GETDELIM 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_INLINE 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 1 >| #define GNULIB_MALLOC_GNU 1 >| #define HAVE_MALLOC_POSIX 1 >| #define HAVE_OBSTACK 1 >| #define HAVE_REALLOC_POSIX 1 >| #define _REGEX_LARGE_OFFSETS 1 >| #define re_syntax_options rpl_re_syntax_options >| #define re_set_syntax rpl_re_set_syntax >| #define re_compile_pattern rpl_re_compile_pattern >| #define re_compile_fastmap rpl_re_compile_fastmap >| #define re_search rpl_re_search >| #define re_search_2 rpl_re_search_2 >| #define re_match rpl_re_match >| #define re_match_2 rpl_re_match_2 >| #define re_set_registers rpl_re_set_registers >| #define re_comp rpl_re_comp >| #define re_exec rpl_re_exec >| #define regcomp rpl_regcomp >| #define regexec rpl_regexec >| #define regerror rpl_regerror >| #define regfree rpl_regfree >| #define HAVE_LIBINTL_H 1 >| #define HAVE_DECL_ISBLANK 1 >| #define HAVE_STRUCT_RANDOM_DATA 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRVERSCMP 1 >| #define USE_UNLOCKED_IO 1 >| #define HAVE_DECL_WCTOB 1 >| #define HAVE_LONG_FILE_NAMES 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_VPRINTF 1 >| /* end confdefs.h. */ >| #include <CoreFoundation/CFLocale.h> >| int >| main () >| { >| CFLocaleCopyCurrent(); >| ; >| return 0; >| } >configure:25995: result: no >configure:26046: checking for GNU gettext in libc >configure:26076: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:26083: $? = 0 >configure:26105: result: yes >configure:27035: checking whether to use NLS >configure:27037: result: yes >configure:27040: checking where the gettext function comes from >configure:27051: result: libc >configure:27206: checking for lstat >configure:27289: result: yes >configure:27295: checking for readlink >configure:27351: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:27358: $? = 0 >configure:27378: result: yes >configure:27399: checking whether UTF-8 case folding tests should pass >configure:27480: x86_64-pc-linux-gnu-gcc -o conftest -march=amdfam10 -O3 -pipe -fno-stack-check -DNDEBUG -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:27484: $? = 0 >configure:27490: ./conftest >configure:27494: $? = 1 >configure: program exited with status 1 >configure: failed program was: >| /* confdefs.h. */ >| #define PACKAGE_NAME "sed" >| #define PACKAGE_TARNAME "sed" >| #define PACKAGE_VERSION "4.2.1" >| #define PACKAGE_STRING "sed 4.2.1" >| #define PACKAGE_BUGREPORT "bug-gnu-utils@gnu.org" >| #define PACKAGE "sed" >| #define VERSION "4.2.1" >| #define SED_FEATURE_VERSION "4.2" >| #define COPYRIGHT_YEAR 2009 >| #define STDC_HEADERS 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_MEMORY_H 1 >| #define HAVE_STRINGS_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_UNISTD_H 1 >| #define __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_ALLOCA 1 >| #define HAVE_BTOWC 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_LSTAT 1 >| #define HAVE_MBSINIT 1 >| #define HAVE_MBRTOWC 1 >| #define HAVE_MBRLEN 1 >| #define HAVE_MPROTECT 1 >| #define HAVE_PATHCONF 1 >| #define HAVE_ISBLANK 1 >| #define HAVE_ISWCTYPE 1 >| #define HAVE_WCSCOLL 1 >| #define HAVE_WCRTOMB 1 >| #define HAVE_WCTOB 1 >| #define HAVE_ISWCNTRL 1 >| #define HAVE_ISATTY 1 >| #define HAVE_BCOPY 1 >| #define HAVE_BZERO 1 >| #define HAVE_ISASCII 1 >| #define HAVE_MEMCPY 1 >| #define HAVE_MEMSET 1 >| #define HAVE_STRCHR 1 >| #define HAVE_STRTOUL 1 >| #define HAVE_POPEN 1 >| #define HAVE_FCHOWN 1 >| #define HAVE_FCHMOD 1 >| #define HAVE_SETLOCALE 1 >| #define HAVE_LANGINFO_CODESET 1 >| #define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 >| #define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 >| #define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 >| #define HAVE_ERRNO_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_PARAM_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_WCHAR_H 1 >| #define HAVE_STDIO_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_STRING_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_WCTYPE_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_ALLOCA_H 1 >| #define HAVE_STDDEF_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_MCHECK_H 1 >| #define HAVE_DECL_STRERROR_R 1 >| #define HAVE_STRERROR_R 1 >| #define STRERROR_R_CHAR_P 1 >| #define HAVE_DECL_GETDELIM 1 >| #define HAVE_DECL_GETLINE 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_GETOPT_LONG_ONLY 1 >| #define HAVE_DECL_GETENV 1 >| #define restrict __restrict >| #define HAVE_DECL_GETC_UNLOCKED 1 >| #define HAVE_MBSTATE_T 1 >| #define HAVE_MAP_ANONYMOUS 1 >| #define HAVE_MEMCHR 1 >| #define HAVE__BOOL 1 >| #define HAVE_STDBOOL_H 1 >| #define HAVE_LONG_LONG_INT 1 >| #define HAVE_UNSIGNED_LONG_LONG_INT 1 >| #define HAVE_DECL_STRNDUP 1 >| #define HAVE_DECL_STRNLEN 1 >| #define HAVE_DECL_CLEARERR_UNLOCKED 1 >| #define HAVE_DECL_FEOF_UNLOCKED 1 >| #define HAVE_DECL_FERROR_UNLOCKED 1 >| #define HAVE_DECL_FFLUSH_UNLOCKED 1 >| #define HAVE_DECL_FGETS_UNLOCKED 1 >| #define HAVE_DECL_FPUTC_UNLOCKED 1 >| #define HAVE_DECL_FPUTS_UNLOCKED 1 >| #define HAVE_DECL_FREAD_UNLOCKED 1 >| #define HAVE_DECL_FWRITE_UNLOCKED 1 >| #define HAVE_DECL_GETCHAR_UNLOCKED 1 >| #define HAVE_DECL_PUTC_UNLOCKED 1 >| #define HAVE_DECL_PUTCHAR_UNLOCKED 1 >| #define HAVE_WINT_T 1 >| #define USE_ACL 0 >| #define HAVE_ALLOCA 1 >| #define HAVE_GETDELIM 1 >| #define HAVE_GETPAGESIZE 1 >| #define HAVE_INLINE 1 >| #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_MALLOC 1 >| #define GNULIB_MALLOC_GNU 1 >| #define HAVE_MALLOC_POSIX 1 >| #define HAVE_OBSTACK 1 >| #define HAVE_REALLOC_POSIX 1 >| #define _REGEX_LARGE_OFFSETS 1 >| #define re_syntax_options rpl_re_syntax_options >| #define re_set_syntax rpl_re_set_syntax >| #define re_compile_pattern rpl_re_compile_pattern >| #define re_compile_fastmap rpl_re_compile_fastmap >| #define re_search rpl_re_search >| #define re_search_2 rpl_re_search_2 >| #define re_match rpl_re_match >| #define re_match_2 rpl_re_match_2 >| #define re_set_registers rpl_re_set_registers >| #define re_comp rpl_re_comp >| #define re_exec rpl_re_exec >| #define regcomp rpl_regcomp >| #define regexec rpl_regexec >| #define regerror rpl_regerror >| #define regfree rpl_regfree >| #define HAVE_LIBINTL_H 1 >| #define HAVE_DECL_ISBLANK 1 >| #define HAVE_STRUCT_RANDOM_DATA 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRVERSCMP 1 >| #define USE_UNLOCKED_IO 1 >| #define HAVE_DECL_WCTOB 1 >| #define HAVE_LONG_FILE_NAMES 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_VPRINTF 1 >| #define ENABLE_NLS 1 >| #define HAVE_GETTEXT 1 >| #define HAVE_DCGETTEXT 1 >| #define ENABLE_FOLLOW_SYMLINKS /**/ >| /* end confdefs.h. */ >| >| #include <locale.h> >| #include <string.h> >| #include <stdlib.h> >| #include <wchar.h> >| #ifdef HAVE_WCTYPE_H >| #include <wctype.h> >| #endif >| >| int test(void) >| { >| char in[] = "\xD0\xB4"; >| char good[] = "\xD0\x94"; >| char out[10]; >| wchar_t in_wc, good_wc; >| if (mbtowc (&in_wc, in, 3) == -1) >| return 0; >| if (mbtowc (&good_wc, good, 3) == -1) >| return 0; >| if (towupper (in_wc) != good_wc) >| return 0; >| if (wctomb (out, good_wc) != 2) >| return 0; >| if (memcmp (out, good, 2)) >| return 0; >| return 1; >| } >| >| int main() >| { >| char *old; >| int len; >| >| /* Try hardcoding a Russian UTF-8 locale. If the name "ru_RU.UTF-8" >| is invalid, use setlocale again just to get the current locale. */ >| old = setlocale (LC_CTYPE, "ru_RU.UTF-8"); >| if (old) >| { >| if (test()) >| exit (0); >| } >| else >| old = setlocale (LC_CTYPE, "C"); >| >| /* Maybe cyrillic case folding is implemented for all UTF-8 locales. >| If the current locale is not UTF-8, the test will be skipped. */ >| len = strlen (old); >| if ((len > 6 && !strcmp (old + len - 6, ".UTF-8")) >| || (len > 6 && !strcmp (old + len - 6, ".utf-8")) >| || (len > 5 && !strcmp (old + len - 5, ".UTF8")) >| || (len > 5 && !strcmp (old + len - 5, ".utf8"))) >| >| /* ok */ >| ; >| else >| exit (1); >| >| /* Run the test in the detected UTF-8 locale. */ >| setlocale (LC_CTYPE, old); >| exit (!test ()); >| } >| >configure:27504: result: no >configure:27688: creating ./config.status > >## ---------------------- ## >## Running config.status. ## >## ---------------------- ## > >This file was extended by sed config.status 4.2.1, which was >generated by GNU Autoconf 2.63. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > >on xquad > >config.status:1290: creating bootstrap.sh >config.status:1290: creating testsuite/version.good >config.status:1290: creating Makefile >config.status:1290: creating doc/Makefile >config.status:1290: creating lib/Makefile >config.status:1290: creating sed/Makefile >config.status:1290: creating testsuite/Makefile >config.status:1290: creating po/Makefile.in >config.status:1290: creating config.h >config.status:1564: executing depfiles commands >config.status:1564: executing po-directories commands > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_build=x86_64-pc-linux-gnu >ac_cv_c_compiler_gnu=yes >ac_cv_c_const=yes >ac_cv_c_inline=inline >ac_cv_c_restrict=__restrict >ac_cv_env_CC_set= >ac_cv_env_CC_value= >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value='-march=amdfam10 -O3 -pipe -fno-stack-check' >ac_cv_env_CPPFLAGS_set=set >ac_cv_env_CPPFLAGS_value=-DNDEBUG >ac_cv_env_CPP_set= >ac_cv_env_CPP_value= >ac_cv_env_LDFLAGS_set=set >ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu' >ac_cv_env_LIBS_set= >ac_cv_env_LIBS_value= >ac_cv_env_build_alias_set=set >ac_cv_env_build_alias_value=x86_64-pc-linux-gnu >ac_cv_env_host_alias_set=set >ac_cv_env_host_alias_value=x86_64-pc-linux-gnu >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_func__doprnt=no >ac_cv_func_alloca_works=yes >ac_cv_func_bcopy=yes >ac_cv_func_btowc=yes >ac_cv_func_bzero=yes >ac_cv_func_fchmod=yes >ac_cv_func_fchown=yes >ac_cv_func_getdelim=yes >ac_cv_func_getline=yes >ac_cv_func_getopt_long_only=yes >ac_cv_func_getpagesize=yes >ac_cv_func_gettimeofday=yes >ac_cv_func_isascii=yes >ac_cv_func_isatty=yes >ac_cv_func_isblank=yes >ac_cv_func_iswcntrl=yes >ac_cv_func_iswctype=yes >ac_cv_func_lstat=yes >ac_cv_func_lstat_dereferences_slashed_symlink=yes >ac_cv_func_malloc_0_nonnull=yes >ac_cv_func_mbrlen=yes >ac_cv_func_mbrtowc=yes >ac_cv_func_mbsinit=yes >ac_cv_func_memchr=yes >ac_cv_func_memcpy=yes >ac_cv_func_memset=yes >ac_cv_func_mmap=yes >ac_cv_func_mprotect=yes >ac_cv_func_obstack=yes >ac_cv_func_pathconf=yes >ac_cv_func_popen=yes >ac_cv_func_readlink=yes >ac_cv_func_setlocale=yes >ac_cv_func_strchr=yes >ac_cv_func_strerror_r=yes >ac_cv_func_strerror_r_char_p=yes >ac_cv_func_strnlen_working=yes >ac_cv_func_strtoul=yes >ac_cv_func_strverscmp=yes >ac_cv_func_vprintf=yes >ac_cv_func_wcrtomb=yes >ac_cv_func_wcscoll=yes >ac_cv_func_wctob=yes >ac_cv_gnu_library_2_1=yes >ac_cv_have_decl_clearerr_unlocked=yes >ac_cv_have_decl_feof_unlocked=yes >ac_cv_have_decl_ferror_unlocked=yes >ac_cv_have_decl_fflush_unlocked=yes >ac_cv_have_decl_fgets_unlocked=yes >ac_cv_have_decl_fputc_unlocked=yes >ac_cv_have_decl_fputs_unlocked=yes >ac_cv_have_decl_fread_unlocked=yes >ac_cv_have_decl_fwrite_unlocked=yes >ac_cv_have_decl_getc_unlocked=yes >ac_cv_have_decl_getchar_unlocked=yes >ac_cv_have_decl_getdelim=yes >ac_cv_have_decl_getenv=yes >ac_cv_have_decl_getline=yes >ac_cv_have_decl_isblank=yes >ac_cv_have_decl_optreset=no >ac_cv_have_decl_putc_unlocked=yes >ac_cv_have_decl_putchar_unlocked=yes >ac_cv_have_decl_strerror_r=yes >ac_cv_have_decl_strndup=yes >ac_cv_have_decl_strnlen=yes >ac_cv_have_decl_wctob=yes >ac_cv_header_alloca_h=yes >ac_cv_header_dirent_dirent_h=yes >ac_cv_header_errno_h=yes >ac_cv_header_getopt_h=yes >ac_cv_header_inttypes_h=yes >ac_cv_header_io_h=no >ac_cv_header_libintl_h=yes >ac_cv_header_limits_h=yes >ac_cv_header_locale_h=yes >ac_cv_header_mcheck_h=yes >ac_cv_header_memory_h=yes >ac_cv_header_minix_config_h=no >ac_cv_header_random_h=no >ac_cv_header_selinux_context_h=no >ac_cv_header_selinux_selinux_h=no >ac_cv_header_stat_broken=no >ac_cv_header_stdarg_h=yes >ac_cv_header_stdbool_h=yes >ac_cv_header_stdc=yes >ac_cv_header_stddef_h=yes >ac_cv_header_stdint_h=yes >ac_cv_header_stdio_h=yes >ac_cv_header_stdlib_h=yes >ac_cv_header_string_h=yes >ac_cv_header_strings_h=yes >ac_cv_header_sys_file_h=yes >ac_cv_header_sys_mman_h=yes >ac_cv_header_sys_param_h=yes >ac_cv_header_sys_socket_h=yes >ac_cv_header_sys_stat_h=yes >ac_cv_header_sys_time_h=yes >ac_cv_header_sys_types_h=yes >ac_cv_header_unistd_h=yes >ac_cv_header_wchar_h=yes >ac_cv_header_wctype_h=yes >ac_cv_host=x86_64-pc-linux-gnu >ac_cv_lib_error_at_line=yes >ac_cv_objext=o >ac_cv_path_EGREP='/bin/grep -E' >ac_cv_path_GMSGFMT=/usr/bin/gmsgfmt >ac_cv_path_GREP=/bin/grep >ac_cv_path_MSGFMT=/usr/bin/msgfmt >ac_cv_path_MSGMERGE=/usr/bin/msgmerge >ac_cv_path_XGETTEXT=/usr/bin/xgettext >ac_cv_path_install='/usr/bin/install -c' >ac_cv_path_mkdir=/bin/mkdir >ac_cv_prog_AWK=gawk >ac_cv_prog_CC=x86_64-pc-linux-gnu-gcc >ac_cv_prog_CPP='x86_64-pc-linux-gnu-gcc -E' >ac_cv_prog_RANLIB=x86_64-pc-linux-gnu-ranlib >ac_cv_prog_cc_c89= >ac_cv_prog_cc_g=yes >ac_cv_prog_make_make_set=yes >ac_cv_safe_to_define___extensions__=yes >ac_cv_search_opendir='none required' >ac_cv_search_setfilecon=no >ac_cv_sys_file_offset_bits=no >ac_cv_sys_largefile_CC=no >ac_cv_sys_long_file_names=yes >ac_cv_type__Bool=yes >ac_cv_type_long_long_int=yes >ac_cv_type_mbstate_t=yes >ac_cv_type_nlink_t=yes >ac_cv_type_size_t=yes >ac_cv_type_ssize_t=yes >ac_cv_type_struct_random_data=yes >ac_cv_type_unsigned_long_long_int=yes >ac_cv_win_or_dos=no >ac_cv_working_alloca_h=yes >acl_cv_hardcode_direct=no >acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' >acl_cv_hardcode_libdir_separator= >acl_cv_hardcode_minus_L=no >acl_cv_libext=a >acl_cv_libname_spec='lib$name' >acl_cv_library_names_spec='$libname$shrext' >acl_cv_path_LD=/usr/x86_64-pc-linux-gnu/bin/ld >acl_cv_prog_gnu_ld=yes >acl_cv_rpath=done >acl_cv_shlibext=so >acl_cv_wl=-Wl, >am_cv_CC_dependencies_compiler_type=gcc3 >am_cv_func_working_getline=yes >am_cv_langinfo_codeset=yes >gl_cv_c_inline_effective=yes >gl_cv_c_multiarch=no >gl_cv_double_slash_root=no >gl_cv_func_btowc_eof='guessing yes' >gl_cv_func_gettimeofday_clobber=no >gl_cv_func_gettimeofday_posix_signature=yes >gl_cv_func_gnu_getopt=yes >gl_cv_func_iswcntrl_works=yes >gl_cv_func_malloc_posix=yes >gl_cv_func_mbrtowc_incomplete_state='guessing yes' >gl_cv_func_mbrtowc_nul_retval='guessing yes' >gl_cv_func_mbrtowc_null_arg='guessing yes' >gl_cv_func_mbrtowc_retval='guessing yes' >gl_cv_func_mbrtowc_sanitycheck='guessing yes' >gl_cv_func_memchr_works=yes >gl_cv_func_re_compile_pattern_working=no >gl_cv_func_rename_dest_exists_bug=no >gl_cv_func_rename_trailing_slash_bug=no >gl_cv_func_strndup=yes >gl_cv_func_wcrtomb_retval='guessing yes' >gl_cv_func_wctob_works='guessing yes' >gl_cv_func_working_mkstemp=yes >gl_cv_func_working_strerror=yes >gl_cv_have_include_next=yes >gl_cv_header_errno_h_complete=yes >gl_cv_header_wchar_h_standalone=yes >gl_cv_header_working_stdint_h=yes >gl_cv_next_stdint_h='<stdint.h>' >gl_cv_next_stdio_h='<stdio.h>' >gl_cv_next_stdlib_h='<stdlib.h>' >gl_cv_next_string_h='<string.h>' >gl_cv_next_sys_stat_h='<sys/stat.h>' >gl_cv_next_sys_time_h='<sys/time.h>' >gl_cv_next_unistd_h='<unistd.h>' >gl_cv_next_wchar_h='<wchar.h>' >gl_cv_next_wctype_h='<wctype.h>' >gl_cv_rpl_alloca=yes >gl_cv_sys_struct_timeval=yes >gt_cv_c_wint_t=yes >gt_cv_func_CFLocaleCopyCurrent=no >gt_cv_func_CFPreferencesCopyAppValue=no >gt_cv_func_gnugettext1_libc=yes >gt_cv_locale_fr=none >gt_cv_locale_fr_utf8=none >gt_cv_locale_ja=none >gt_cv_locale_zh_CN=none >gt_cv_ssize_t=yes >sed_cv_libcp_needed=no > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ACLOCAL='${SHELL} /var/tmp/portage/sys-apps/sed-4.2.1-r1/work/sed-4.2.1/build-aux/missing --run aclocal-1.10' >ALLOCA='' >ALLOCA_H='alloca.h' >AMDEPBACKSLASH='\' >AMDEP_FALSE='#' >AMDEP_TRUE='' >AMTAR='${SHELL} /var/tmp/portage/sys-apps/sed-4.2.1-r1/work/sed-4.2.1/build-aux/missing --run tar' >APPLE_UNIVERSAL_BUILD='0' >AUTOCONF='${SHELL} /var/tmp/portage/sys-apps/sed-4.2.1-r1/work/sed-4.2.1/build-aux/missing --run autoconf' >AUTOHEADER='${SHELL} /var/tmp/portage/sys-apps/sed-4.2.1-r1/work/sed-4.2.1/build-aux/missing --run autoheader' >AUTOMAKE='${SHELL} /var/tmp/portage/sys-apps/sed-4.2.1-r1/work/sed-4.2.1/build-aux/missing --run automake-1.10' >AWK='gawk' >BITSIZEOF_PTRDIFF_T='' >BITSIZEOF_SIG_ATOMIC_T='' >BITSIZEOF_SIZE_T='' >BITSIZEOF_WCHAR_T='' >BITSIZEOF_WINT_T='' >CC='x86_64-pc-linux-gnu-gcc' >CCDEPMODE='depmode=gcc3' >CFLAGS='-march=amdfam10 -O3 -pipe -fno-stack-check' >COPYRIGHT_YEAR='2009' >CPP='x86_64-pc-linux-gnu-gcc -E' >CPPFLAGS='-DNDEBUG' >CYGPATH_W='echo' >DEFS='-DHAVE_CONFIG_H' >DEPDIR='.deps' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >EMULTIHOP_HIDDEN='' >EMULTIHOP_VALUE='' >ENOLINK_HIDDEN='' >ENOLINK_VALUE='' >EOVERFLOW_HIDDEN='' >EOVERFLOW_VALUE='' >ERRNO_H='' >EXEEXT='' >GETOPT_H='' >GETTEXT_MACRO_VERSION='0.17' >GLIBC21='yes' >GL_COND_LIBTOOL_FALSE='' >GL_COND_LIBTOOL_TRUE='#' >GMSGFMT='/usr/bin/gmsgfmt' >GMSGFMT_015='/usr/bin/gmsgfmt' >GNULIB_ATOLL='0' >GNULIB_BTOWC='1' >GNULIB_CALLOC_POSIX='0' >GNULIB_CHOWN='0' >GNULIB_CLOSE='0' >GNULIB_DPRINTF='0' >GNULIB_DUP2='0' >GNULIB_ENVIRON='0' >GNULIB_EUIDACCESS='0' >GNULIB_FCHDIR='0' >GNULIB_FCLOSE='0' >GNULIB_FFLUSH='0' >GNULIB_FOPEN='0' >GNULIB_FPRINTF='1' >GNULIB_FPRINTF_POSIX='0' >GNULIB_FPURGE='0' >GNULIB_FPUTC='1' >GNULIB_FPUTS='1' >GNULIB_FREOPEN='0' >GNULIB_FSEEK='0' >GNULIB_FSEEKO='0' >GNULIB_FSYNC='0' >GNULIB_FTELL='0' >GNULIB_FTELLO='0' >GNULIB_FTRUNCATE='0' >GNULIB_FWRITE='1' >GNULIB_GETCWD='0' >GNULIB_GETDELIM='1' >GNULIB_GETDOMAINNAME='0' >GNULIB_GETDTABLESIZE='0' >GNULIB_GETHOSTNAME='0' >GNULIB_GETLINE='1' >GNULIB_GETLOADAVG='0' >GNULIB_GETLOGIN_R='0' >GNULIB_GETPAGESIZE='1' >GNULIB_GETSUBOPT='0' >GNULIB_GETUSERSHELL='0' >GNULIB_LCHMOD='0' >GNULIB_LCHOWN='0' >GNULIB_LINK='0' >GNULIB_LSEEK='0' >GNULIB_LSTAT='1' >GNULIB_MALLOC_POSIX='1' >GNULIB_MBRLEN='1' >GNULIB_MBRTOWC='1' >GNULIB_MBSCASECMP='0' >GNULIB_MBSCASESTR='0' >GNULIB_MBSCHR='0' >GNULIB_MBSCSPN='0' >GNULIB_MBSINIT='1' >GNULIB_MBSLEN='0' >GNULIB_MBSNCASECMP='0' >GNULIB_MBSNLEN='0' >GNULIB_MBSNRTOWCS='0' >GNULIB_MBSPBRK='0' >GNULIB_MBSPCASECMP='0' >GNULIB_MBSRCHR='0' >GNULIB_MBSRTOWCS='0' >GNULIB_MBSSEP='0' >GNULIB_MBSSPN='0' >GNULIB_MBSSTR='0' >GNULIB_MBSTOK_R='0' >GNULIB_MEMCHR='1' >GNULIB_MEMMEM='0' >GNULIB_MEMPCPY='0' >GNULIB_MEMRCHR='0' >GNULIB_MKDTEMP='0' >GNULIB_MKSTEMP='1' >GNULIB_OBSTACK_PRINTF='0' >GNULIB_OBSTACK_PRINTF_POSIX='0' >GNULIB_PERROR='0' >GNULIB_PRINTF='1' >GNULIB_PRINTF_POSIX='0' >GNULIB_PUTC='1' >GNULIB_PUTCHAR='1' >GNULIB_PUTENV='0' >GNULIB_PUTS='1' >GNULIB_RANDOM_R='0' >GNULIB_RAWMEMCHR='0' >GNULIB_READLINK='0' >GNULIB_REALLOC_POSIX='1' >GNULIB_RPMATCH='0' >GNULIB_SETENV='0' >GNULIB_SLEEP='0' >GNULIB_SNPRINTF='0' >GNULIB_SPRINTF_POSIX='0' >GNULIB_STDIO_H_SIGPIPE='0' >GNULIB_STPCPY='0' >GNULIB_STPNCPY='0' >GNULIB_STRCASESTR='0' >GNULIB_STRCHRNUL='0' >GNULIB_STRDUP='0' >GNULIB_STRERROR='1' >GNULIB_STRNDUP='1' >GNULIB_STRNLEN='1' >GNULIB_STRPBRK='0' >GNULIB_STRSEP='0' >GNULIB_STRSIGNAL='0' >GNULIB_STRSTR='0' >GNULIB_STRTOD='0' >GNULIB_STRTOK_R='0' >GNULIB_STRTOLL='0' >GNULIB_STRTOULL='0' >GNULIB_STRVERSCMP='1' >GNULIB_UNISTD_H_SIGPIPE='0' >GNULIB_UNSETENV='0' >GNULIB_VASPRINTF='0' >GNULIB_VDPRINTF='0' >GNULIB_VFPRINTF='1' >GNULIB_VFPRINTF_POSIX='0' >GNULIB_VPRINTF='1' >GNULIB_VPRINTF_POSIX='0' >GNULIB_VSNPRINTF='0' >GNULIB_VSPRINTF_POSIX='0' >GNULIB_WCRTOMB='1' >GNULIB_WCSNRTOMBS='0' >GNULIB_WCSRTOMBS='0' >GNULIB_WCTOB='1' >GNULIB_WCWIDTH='0' >GNULIB_WRITE='0' >GREP='/bin/grep' >HAVE_ATOLL='1' >HAVE_BTOWC='1' >HAVE_CALLOC_POSIX='1' >HAVE_DECL_ENVIRON='1' >HAVE_DECL_FPURGE='1' >HAVE_DECL_GETDELIM='1' >HAVE_DECL_GETLINE='1' >HAVE_DECL_GETLOADAVG='1' >HAVE_DECL_GETLOGIN_R='1' >HAVE_DECL_MEMMEM='1' >HAVE_DECL_MEMRCHR='1' >HAVE_DECL_OBSTACK_PRINTF='1' >HAVE_DECL_SNPRINTF='1' >HAVE_DECL_STRDUP='1' >HAVE_DECL_STRERROR='1' >HAVE_DECL_STRNDUP='1' >HAVE_DECL_STRNLEN='1' >HAVE_DECL_STRSIGNAL='1' >HAVE_DECL_STRTOK_R='1' >HAVE_DECL_VSNPRINTF='1' >HAVE_DECL_WCTOB='1' >HAVE_DECL_WCWIDTH='1' >HAVE_DPRINTF='1' >HAVE_DUP2='1' >HAVE_EUIDACCESS='1' >HAVE_FSEEKO='1' >HAVE_FSYNC='1' >HAVE_FTELLO='1' >HAVE_FTRUNCATE='1' >HAVE_GETDOMAINNAME='1' >HAVE_GETDTABLESIZE='1' >HAVE_GETHOSTNAME='1' >HAVE_GETPAGESIZE='1' >HAVE_GETSUBOPT='1' >HAVE_GETUSERSHELL='1' >HAVE_INTTYPES_H='1' >HAVE_ISWCNTRL='1' >HAVE_LCHMOD='1' >HAVE_LINK='1' >HAVE_LONG_LONG_INT='1' >HAVE_LSTAT='1' >HAVE_MALLOC_POSIX='1' >HAVE_MBRLEN='1' >HAVE_MBRTOWC='1' >HAVE_MBSINIT='1' >HAVE_MBSNRTOWCS='1' >HAVE_MBSRTOWCS='1' >HAVE_MEMPCPY='1' >HAVE_MKDTEMP='1' >HAVE_OS_H='0' >HAVE_RANDOM_H='0' >HAVE_RANDOM_R='1' >HAVE_RAWMEMCHR='1' >HAVE_READLINK='1' >HAVE_REALLOC_POSIX='1' >HAVE_RPMATCH='1' >HAVE_SETENV='1' >HAVE_SIGNED_SIG_ATOMIC_T='' >HAVE_SIGNED_WCHAR_T='' >HAVE_SIGNED_WINT_T='' >HAVE_SLEEP='1' >HAVE_STDINT_H='1' >HAVE_STPCPY='1' >HAVE_STPNCPY='1' >HAVE_STRCASESTR='1' >HAVE_STRCHRNUL='1' >HAVE_STRNDUP='1' >HAVE_STRPBRK='1' >HAVE_STRSEP='1' >HAVE_STRTOD='1' >HAVE_STRTOLL='1' >HAVE_STRTOULL='1' >HAVE_STRUCT_RANDOM_DATA='1' >HAVE_STRUCT_TIMEVAL='1' >HAVE_STRVERSCMP='1' >HAVE_SYS_BITYPES_H='' >HAVE_SYS_INTTYPES_H='' >HAVE_SYS_LOADAVG_H='0' >HAVE_SYS_PARAM_H='0' >HAVE_SYS_TIME_H='1' >HAVE_SYS_TYPES_H='1' >HAVE_UNISTD_H='1' >HAVE_UNSETENV='1' >HAVE_UNSIGNED_LONG_LONG_INT='1' >HAVE_VASPRINTF='1' >HAVE_VDPRINTF='1' >HAVE_WCHAR_H='1' >HAVE_WCRTOMB='1' >HAVE_WCSNRTOMBS='1' >HAVE_WCSRTOMBS='1' >HAVE_WCTYPE_H='1' >HAVE_WINT_T='1' >HAVE__BOOL='1' >INCLUDE_NEXT='include_next' >INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' >INTLLIBS='' >INTL_MACOSX_LIBS='' >LDFLAGS='-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu' >LIBICONV='-liconv' >LIBINTL='' >LIBOBJS='' >LIBS='' >LIBSED_LIBDEPS='' >LIBSED_LTLIBDEPS='' >LIB_ACL='' >LIB_SELINUX='' >LOCALCHARSET_TESTS_ENVIRONMENT='CHARSETALIASDIR="$(top_builddir)/lib"' >LOCALE_FR='none' >LOCALE_FR_UTF8='none' >LOCALE_JA='none' >LOCALE_ZH_CN='none' >LTLIBICONV='-liconv' >LTLIBINTL='' >LTLIBOBJS='' >MAKEINFO='${SHELL} /var/tmp/portage/sys-apps/sed-4.2.1-r1/work/sed-4.2.1/build-aux/missing --run makeinfo' >MKDIR_P='/bin/mkdir -p' >MSGFMT='/usr/bin/msgfmt' >MSGFMT_015='/usr/bin/msgfmt' >MSGMERGE='/usr/bin/msgmerge' >NEXT_AS_FIRST_DIRECTIVE_ERRNO_H='' >NEXT_AS_FIRST_DIRECTIVE_STDINT_H='<stdint.h>' >NEXT_AS_FIRST_DIRECTIVE_STDIO_H='<stdio.h>' >NEXT_AS_FIRST_DIRECTIVE_STDLIB_H='<stdlib.h>' >NEXT_AS_FIRST_DIRECTIVE_STRING_H='<string.h>' >NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H='<sys/stat.h>' >NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H='<sys/time.h>' >NEXT_AS_FIRST_DIRECTIVE_UNISTD_H='<unistd.h>' >NEXT_AS_FIRST_DIRECTIVE_WCHAR_H='<wchar.h>' >NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H='<wctype.h>' >NEXT_ERRNO_H='' >NEXT_STDINT_H='<stdint.h>' >NEXT_STDIO_H='<stdio.h>' >NEXT_STDLIB_H='<stdlib.h>' >NEXT_STRING_H='<string.h>' >NEXT_SYS_STAT_H='<sys/stat.h>' >NEXT_SYS_TIME_H='<sys/time.h>' >NEXT_UNISTD_H='<unistd.h>' >NEXT_WCHAR_H='<wchar.h>' >NEXT_WCTYPE_H='<wctype.h>' >OBJEXT='o' >PACKAGE='sed' >PACKAGE_BUGREPORT='bug-gnu-utils@gnu.org' >PACKAGE_NAME='sed' >PACKAGE_STRING='sed 4.2.1' >PACKAGE_TARNAME='sed' >PACKAGE_VERSION='4.2.1' >PATH_SEPARATOR=':' >POSUB='po' >PRAGMA_SYSTEM_HEADER='#pragma GCC system_header' >PTRDIFF_T_SUFFIX='' >RANLIB='x86_64-pc-linux-gnu-ranlib' >REPLACE_BTOWC='0' >REPLACE_CHOWN='0' >REPLACE_CLOSE='0' >REPLACE_DPRINTF='0' >REPLACE_FCHDIR='0' >REPLACE_FCLOSE='0' >REPLACE_FFLUSH='0' >REPLACE_FOPEN='0' >REPLACE_FPRINTF='0' >REPLACE_FPURGE='0' >REPLACE_FREOPEN='0' >REPLACE_FSEEK='0' >REPLACE_FSEEKO='0' >REPLACE_FTELL='0' >REPLACE_FTELLO='0' >REPLACE_GETCWD='0' >REPLACE_GETLINE='0' >REPLACE_GETPAGESIZE='0' >REPLACE_GETTIMEOFDAY='0' >REPLACE_ISWCNTRL='0' >REPLACE_LCHOWN='0' >REPLACE_LSEEK='0' >REPLACE_LSTAT='0' >REPLACE_MBRLEN='0' >REPLACE_MBRTOWC='0' >REPLACE_MBSINIT='0' >REPLACE_MBSNRTOWCS='0' >REPLACE_MBSRTOWCS='0' >REPLACE_MBSTATE_T='0' >REPLACE_MEMCHR='0' >REPLACE_MEMMEM='0' >REPLACE_MKDIR='0' >REPLACE_MKSTEMP='0' >REPLACE_OBSTACK_PRINTF='0' >REPLACE_PERROR='0' >REPLACE_PRINTF='0' >REPLACE_PUTENV='0' >REPLACE_SNPRINTF='0' >REPLACE_SPRINTF='0' >REPLACE_STDIO_WRITE_FUNCS='0' >REPLACE_STRCASESTR='0' >REPLACE_STRDUP='0' >REPLACE_STRERROR='0' >REPLACE_STRSIGNAL='0' >REPLACE_STRSTR='0' >REPLACE_STRTOD='0' >REPLACE_VASPRINTF='0' >REPLACE_VDPRINTF='0' >REPLACE_VFPRINTF='0' >REPLACE_VPRINTF='0' >REPLACE_VSNPRINTF='0' >REPLACE_VSPRINTF='0' >REPLACE_WCRTOMB='0' >REPLACE_WCSNRTOMBS='0' >REPLACE_WCSRTOMBS='0' >REPLACE_WCTOB='0' >REPLACE_WCWIDTH='0' >REPLACE_WRITE='0' >SED_FEATURE_VERSION='4.2' >SELINUX_CONTEXT_H='selinux/context.h' >SELINUX_SELINUX_H='selinux/selinux.h' >SET_MAKE='' >SHELL='/bin/sh' >SIG_ATOMIC_T_SUFFIX='' >SIZE_T_SUFFIX='' >STDBOOL_H='' >STDINT_H='' >STRIP='' >SYS_STAT_H='sys/stat.h' >SYS_TIME_H='' >TEST_REGEX_FALSE='' >TEST_REGEX_TRUE='#' >UNISTD_H_HAVE_WINSOCK2_H='0' >USE_ACL='0' >USE_NLS='yes' >VERSION='4.2.1' >VOID_UNSETENV='0' >WCHAR_H='' >WCHAR_T_SUFFIX='' >WCTYPE_H='' >WINT_T_SUFFIX='' >XFAIL_TESTS='utf8-1 utf8-2 utf8-3 utf8-4' >XGETTEXT='/usr/bin/xgettext' >XGETTEXT_015='/usr/bin/xgettext' >XGETTEXT_EXTRA_OPTIONS=' --flag=error:3:c-format --flag=error_at_line:5:c-format' >ac_ct_CC='' >am__fastdepCC_FALSE='#' >am__fastdepCC_TRUE='' >am__include='include' >am__isrc='' >am__leading_dot='.' >am__quote='' >am__tar='${AMTAR} chof - "$$tardir"' >am__untar='${AMTAR} xf -' >bindir='/bin' >build='x86_64-pc-linux-gnu' >build_alias='x86_64-pc-linux-gnu' >build_cpu='x86_64' >build_os='linux-gnu' >build_vendor='pc' >datadir='/usr/share' >datarootdir='${prefix}/share' >docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' >dvidir='${docdir}' >exec_prefix='${prefix}' >gl_LIBOBJS=' basename.o dirname.o exitfail.o quote.o quotearg.o regex.o stripslash.o tempname.o xmalloc.o' >gl_LTLIBOBJS=' basename.lo dirname.lo exitfail.lo quote.lo quotearg.lo regex.lo stripslash.lo tempname.lo xmalloc.lo' >gltests_LIBOBJS='' >gltests_LTLIBOBJS='' >host='x86_64-pc-linux-gnu' >host_alias='x86_64-pc-linux-gnu' >host_cpu='x86_64' >host_os='linux-gnu' >host_vendor='pc' >htmldir='${docdir}' >includedir='${prefix}/include' >infodir='/usr/share/info' >install_sh='$(SHELL) /var/tmp/portage/sys-apps/sed-4.2.1-r1/work/sed-4.2.1/build-aux/install-sh' >libdir='/usr/lib64' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var/lib' >mandir='/usr/share/man' >mkdir_p='/bin/mkdir -p' >oldincludedir='/usr/include' >pdfdir='${docdir}' >prefix='/usr' >program_transform_name='s,x,x,' >psdir='${docdir}' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >sysconfdir='/etc' >target_alias='' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >#define PACKAGE_NAME "sed" >#define PACKAGE_TARNAME "sed" >#define PACKAGE_VERSION "4.2.1" >#define PACKAGE_STRING "sed 4.2.1" >#define PACKAGE_BUGREPORT "bug-gnu-utils@gnu.org" >#define PACKAGE "sed" >#define VERSION "4.2.1" >#define SED_FEATURE_VERSION "4.2" >#define COPYRIGHT_YEAR 2009 >#define STDC_HEADERS 1 >#define HAVE_SYS_TYPES_H 1 >#define HAVE_SYS_STAT_H 1 >#define HAVE_STDLIB_H 1 >#define HAVE_STRING_H 1 >#define HAVE_MEMORY_H 1 >#define HAVE_STRINGS_H 1 >#define HAVE_INTTYPES_H 1 >#define HAVE_STDINT_H 1 >#define HAVE_UNISTD_H 1 >#define __EXTENSIONS__ 1 >#define _ALL_SOURCE 1 >#define _GNU_SOURCE 1 >#define _POSIX_PTHREAD_SEMANTICS 1 >#define _TANDEM_SOURCE 1 >#define HAVE_ALLOCA_H 1 >#define HAVE_ALLOCA 1 >#define HAVE_BTOWC 1 >#define HAVE_GETTIMEOFDAY 1 >#define HAVE_LSTAT 1 >#define HAVE_MBSINIT 1 >#define HAVE_MBRTOWC 1 >#define HAVE_MBRLEN 1 >#define HAVE_MPROTECT 1 >#define HAVE_PATHCONF 1 >#define HAVE_ISBLANK 1 >#define HAVE_ISWCTYPE 1 >#define HAVE_WCSCOLL 1 >#define HAVE_WCRTOMB 1 >#define HAVE_WCTOB 1 >#define HAVE_ISWCNTRL 1 >#define HAVE_ISATTY 1 >#define HAVE_BCOPY 1 >#define HAVE_BZERO 1 >#define HAVE_ISASCII 1 >#define HAVE_MEMCPY 1 >#define HAVE_MEMSET 1 >#define HAVE_STRCHR 1 >#define HAVE_STRTOUL 1 >#define HAVE_POPEN 1 >#define HAVE_FCHOWN 1 >#define HAVE_FCHMOD 1 >#define HAVE_SETLOCALE 1 >#define HAVE_LANGINFO_CODESET 1 >#define FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX 0 >#define FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR 0 >#define FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE 0 >#define HAVE_ERRNO_H 1 >#define HAVE_SYS_TIME_H 1 >#define HAVE_SYS_MMAN_H 1 >#define HAVE_SYS_PARAM_H 1 >#define HAVE_LOCALE_H 1 >#define HAVE_STDINT_H 1 >#define HAVE_WCHAR_H 1 >#define HAVE_STDIO_H 1 >#define HAVE_STDLIB_H 1 >#define HAVE_SYS_SOCKET_H 1 >#define HAVE_STRING_H 1 >#define HAVE_SYS_STAT_H 1 >#define HAVE_UNISTD_H 1 >#define HAVE_WCTYPE_H 1 >#define HAVE_LIMITS_H 1 >#define HAVE_STDARG_H 1 >#define HAVE_ALLOCA_H 1 >#define HAVE_STDDEF_H 1 >#define HAVE_SYS_FILE_H 1 >#define HAVE_MCHECK_H 1 >#define HAVE_DECL_STRERROR_R 1 >#define HAVE_STRERROR_R 1 >#define STRERROR_R_CHAR_P 1 >#define HAVE_DECL_GETDELIM 1 >#define HAVE_DECL_GETLINE 1 >#define HAVE_GETOPT_H 1 >#define HAVE_GETOPT_LONG_ONLY 1 >#define HAVE_DECL_GETENV 1 >#define restrict __restrict >#define HAVE_DECL_GETC_UNLOCKED 1 >#define HAVE_MBSTATE_T 1 >#define HAVE_MAP_ANONYMOUS 1 >#define HAVE_MEMCHR 1 >#define HAVE__BOOL 1 >#define HAVE_STDBOOL_H 1 >#define HAVE_LONG_LONG_INT 1 >#define HAVE_UNSIGNED_LONG_LONG_INT 1 >#define HAVE_DECL_STRNDUP 1 >#define HAVE_DECL_STRNLEN 1 >#define HAVE_DECL_CLEARERR_UNLOCKED 1 >#define HAVE_DECL_FEOF_UNLOCKED 1 >#define HAVE_DECL_FERROR_UNLOCKED 1 >#define HAVE_DECL_FFLUSH_UNLOCKED 1 >#define HAVE_DECL_FGETS_UNLOCKED 1 >#define HAVE_DECL_FPUTC_UNLOCKED 1 >#define HAVE_DECL_FPUTS_UNLOCKED 1 >#define HAVE_DECL_FREAD_UNLOCKED 1 >#define HAVE_DECL_FWRITE_UNLOCKED 1 >#define HAVE_DECL_GETCHAR_UNLOCKED 1 >#define HAVE_DECL_PUTC_UNLOCKED 1 >#define HAVE_DECL_PUTCHAR_UNLOCKED 1 >#define HAVE_WINT_T 1 >#define USE_ACL 0 >#define HAVE_ALLOCA 1 >#define HAVE_GETDELIM 1 >#define HAVE_GETPAGESIZE 1 >#define HAVE_INLINE 1 >#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1 >#define HAVE_STDLIB_H 1 >#define HAVE_MALLOC 1 >#define GNULIB_MALLOC_GNU 1 >#define HAVE_MALLOC_POSIX 1 >#define HAVE_OBSTACK 1 >#define HAVE_REALLOC_POSIX 1 >#define _REGEX_LARGE_OFFSETS 1 >#define re_syntax_options rpl_re_syntax_options >#define re_set_syntax rpl_re_set_syntax >#define re_compile_pattern rpl_re_compile_pattern >#define re_compile_fastmap rpl_re_compile_fastmap >#define re_search rpl_re_search >#define re_search_2 rpl_re_search_2 >#define re_match rpl_re_match >#define re_match_2 rpl_re_match_2 >#define re_set_registers rpl_re_set_registers >#define re_comp rpl_re_comp >#define re_exec rpl_re_exec >#define regcomp rpl_regcomp >#define regexec rpl_regexec >#define regerror rpl_regerror >#define regfree rpl_regfree >#define HAVE_LIBINTL_H 1 >#define HAVE_DECL_ISBLANK 1 >#define HAVE_STRUCT_RANDOM_DATA 1 >#define HAVE_STRNDUP 1 >#define HAVE_STRVERSCMP 1 >#define USE_UNLOCKED_IO 1 >#define HAVE_DECL_WCTOB 1 >#define HAVE_LONG_FILE_NAMES 1 >#define HAVE_DIRENT_H 1 >#define HAVE_VPRINTF 1 >#define ENABLE_NLS 1 >#define HAVE_GETTEXT 1 >#define HAVE_DCGETTEXT 1 >#define ENABLE_FOLLOW_SYMLINKS /**/ > >configure: exit 0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 500046
:
370580
| 370582