Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 698178 Details for
Bug 582130
dev-libs/libxml2[python] - cross-compiling fails with "error: #error "LONG_BIT definition appears wrong for platform (bad gcc/glibc config?)."
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Cross Compile libxml2-2.9.10-.hppa/config.log
config.log (text/x-log), 100.03 KB, created by
Roy Bamford
on 2021-04-07 10:54:19 UTC
(
hide
)
Description:
Cross Compile libxml2-2.9.10-.hppa/config.log
Filename:
MIME Type:
Creator:
Roy Bamford
Created:
2021-04-07 10:54:19 UTC
Size:
100.03 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 configure, which was >generated by GNU Autoconf 2.69. Invocation command line was > > $ /usr/hppa-unknown-linux-gnu/tmp/portage/dev-libs/libxml2-2.9.10-r5/work/libxml2-2.9.10/configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=hppa-unknown-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --disable-dependency-tracking --disable-silent-rules --docdir=/usr/share/doc/libxml2-2.9.10-r5 --htmldir=/usr/share/doc/libxml2-2.9.10-r5/html --with-sysroot=/usr/hppa-unknown-linux-gnu --libdir=/usr/lib --with-html-subdir=libxml2-2.9.10-r5/html --without-run-debug --without-icu --without-lzma --enable-ipv6 --disable-static --with-readline --with-history --without-python > >## --------- ## >## Platform. ## >## --------- ## > >hostname = localhost >uname -m = x86_64 >uname -r = 5.11.2-gentoo >uname -s = Linux >uname -v = #2 SMP PREEMPT Fri Mar 5 10:13:14 GMT 2021 > >/usr/bin/uname -p = AMD Phenom(tm) II X6 1090T 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/lib/portage/python3.8/ebuild-helpers/xattr >PATH: /usr/lib/portage/python3.8/ebuild-helpers >PATH: /usr/local/sbin >PATH: /usr/local/bin >PATH: /usr/sbin >PATH: /usr/bin >PATH: /sbin >PATH: /bin >PATH: /opt/bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2420: loading site script /usr/share/config.site >| #!/bin/sh >| # Copyright 2009-2014 Gentoo Foundation >| # Distributed under the terms of the GNU General Public License v2 >| >| # provided by crossdev >| SITEDIR="/usr/share/crossdev/include/site" >| >| # user override >| ETC_SITEDIR="/etc/crossdev/include/site" >| >| config_site_arch() { >| local host="${CHOST%%-*}" >| >| case ${host} in >| arm*b*) host=armeb ;; >| arm*) host=arm ;; >| mips*l*) host=mipsel ;; >| mips*) host=mips ;; >| esac >| >| echo "${host}" >| } >| >| config_site_names() { >| local site_arch="$(config_site_arch)" >| local sites="" >| local x >| >| case ${CHOST} in >| *-linux-*) sites="${sites} linux ${site_arch}-linux" ;; >| *-darwin*) sites="${sites} darwin ${site_arch}-darwin" ;; >| mingw*|*-mingw*) sites="${sites} mingw ${site_arch}-mingw" ;; >| esac >| >| case ${CHOST} in >| *-linux-uclibc*) sites="${sites} linux-uclibc ${site_arch}-linux-uclibc" ;; >| *-linux-gnu*) sites="${sites} linux-gnu ${site_arch}-linux-gnu" ;; >| *-linux-musl*) sites="${sites} linux-musl ${site_arch}-linux-musl" ;; >| esac >| >| case ${CHOST} in >| *-linux-uclibceabi*) sites="${sites} linux-uclibceabi ${site_arch}-linux-uclibceabi" ;; >| *-linux-gnueabi*) sites="${sites} linux-gnueabi ${site_arch}-linux-gnueabi" ;; >| esac >| >| for x in ${sites} ${CHOST}; do >| [ -e "${SITEDIR}/${x}" ] && echo "${SITEDIR}/${x}" >| [ -e "${ETC_SITEDIR}/${x}" ] && echo "${ETC_SITEDIR}/${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 [ -n "${sites}" ] ; then >| for site in ${sites}; do >| echo "${0##*/}: loading site script ${site}" >| . "${site}" >| done >| fi >| unset site sites >| fi >configure:2520: checking whether to enable maintainer-specific portions of Makefiles >configure:2529: result: yes >configure:2576: checking build system type >configure:2590: result: x86_64-pc-linux-gnu >configure:2610: checking host system type >configure:2623: result: hppa-unknown-linux-gnu >configure:2703: checking for a BSD-compatible install >configure:2771: result: /usr/lib/portage/python3.8/ebuild-helpers/xattr/install -c >configure:2782: checking whether build environment is sane >configure:2837: result: yes >configure:2891: checking for hppa-unknown-linux-gnu-strip >configure:2907: found /usr/bin/hppa-unknown-linux-gnu-strip >configure:2918: result: hppa-unknown-linux-gnu-strip >configure:2983: checking for a thread-safe mkdir -p >configure:3022: result: /bin/mkdir -p >configure:3029: checking for gawk >configure:3045: found /usr/bin/gawk >configure:3056: result: gawk >configure:3067: checking whether make sets $(MAKE) >configure:3089: result: yes >configure:3118: checking whether make supports nested variables >configure:3135: result: yes >configure:3277: checking whether make supports nested variables >configure:3294: result: yes >configure:3314: checking for hppa-unknown-linux-gnu-gcc >configure:3341: result: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc >configure:3610: checking for C compiler version >configure:3619: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc --version >&5 >hppa-unknown-linux-gnu-gcc (Gentoo 10.2.0-r5 p6) 10.2.0 >Copyright (C) 2020 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:3630: $? = 0 >configure:3619: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/hppa-unknown-linux-gnu/10.2.0/lto-wrapper >Target: hppa-unknown-linux-gnu >Configured with: /var/tmp/portage/cross-hppa-unknown-linux-gnu/gcc-10.2.0-r5/work/gcc-10.2.0/configure --host=x86_64-pc-linux-gnu --target=hppa-unknown-linux-gnu --build=x86_64-pc-linux-gnu --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0 --includedir=/usr/lib/gcc/hppa-unknown-linux-gnu/10.2.0/include --datadir=/usr/share/gcc-data/hppa-unknown-linux-gnu/10.2.0 --mandir=/usr/share/gcc-data/hppa-unknown-linux-gnu/10.2.0/man --infodir=/usr/share/gcc-data/hppa-unknown-linux-gnu/10.2.0/info --with-gxx-include-dir=/usr/lib/gcc/hppa-unknown-linux-gnu/10.2.0/include/g++-v10 --with-python-dir=/share/gcc-data/hppa-unknown-linux-gnu/10.2.0/python --enable-languages=c,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 10.2.0-r5 p6' --disable-esp --enable-libstdcxx-time --with-build-config=bootstrap-lto --enable-poison-system-directories --with-sysroot=/usr/hppa-unknown-linux-gnu --disable-bootstrap --enable-__cxa_atexit --enable-clocale=gnu --disable-multilib --disable-fixed-point --enable-libgomp --disable-libssp --disable-libada --disable-systemtap --disable-vtable-verify --disable-libvtv --without-zstd --enable-lto --with-isl --disable-isl-version-check --disable-libsanitizer --enable-default-pie --disable-default-ssp >Thread model: posix >Supported LTO compression algorithms: zlib >gcc version 10.2.0 (Gentoo 10.2.0-r5 p6) >configure:3630: $? = 0 >configure:3619: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -V >&5 >hppa-unknown-linux-gnu-gcc: error: unrecognized command-line option '-V' >hppa-unknown-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:3630: $? = 1 >configure:3619: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -qversion >&5 >hppa-unknown-linux-gnu-gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'? >hppa-unknown-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:3630: $? = 1 >configure:3650: checking whether the C compiler works >configure:3672: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3676: $? = 0 >configure:3724: result: yes >configure:3727: checking for C compiler default output file name >configure:3729: result: a.out >configure:3735: checking for suffix of executables >configure:3742: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:3746: $? = 0 >configure:3768: result: >configure:3790: checking whether we are cross compiling >configure:3828: result: yes >configure:3833: checking for suffix of object files >configure:3855: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:3859: $? = 0 >configure:3880: result: o >configure:3884: checking whether we are using the GNU C compiler >configure:3903: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:3903: $? = 0 >configure:3912: result: yes >configure:3921: checking whether /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc accepts -g >configure:3941: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -g conftest.c >&5 >configure:3941: $? = 0 >configure:3982: result: yes >configure:3999: checking for /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc option to accept ISO C89 >configure:4062: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:4062: $? = 0 >configure:4075: result: none needed >configure:4100: checking whether /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc understands -c and -o together >configure:4122: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c conftest.c -o conftest2.o >configure:4125: $? = 0 >configure:4122: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c conftest.c -o conftest2.o >configure:4125: $? = 0 >configure:4137: result: yes >configure:4157: checking whether make supports the include directive >configure:4172: make -f confmf.GNU && cat confinc.out >this is the am__doit target >configure:4175: $? = 0 >configure:4194: result: yes (GNU style) >configure:4219: checking dependency style of /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc >configure:4330: result: none >configure:4346: checking whether ln -s works >configure:4350: result: yes >configure:4363: checking how to run the C preprocessor >configure:4394: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -E conftest.c >configure:4394: $? = 0 >configure:4408: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -E conftest.c >conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory > 11 | #include <ac_nonexistent.h> > | ^~~~~~~~~~~~~~~~~~ >compilation terminated. >configure:4408: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define PACKAGE "libxml2" >| #define VERSION "2.9.10" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:4433: result: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -E >configure:4453: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -E conftest.c >configure:4453: $? = 0 >configure:4467: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -E conftest.c >conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory > 11 | #include <ac_nonexistent.h> > | ^~~~~~~~~~~~~~~~~~ >compilation terminated. >configure:4467: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define PACKAGE "libxml2" >| #define VERSION "2.9.10" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:4497: checking for mv >configure:4515: found /bin/mv >configure:4528: result: /bin/mv >configure:4538: checking for tar >configure:4556: found /bin/tar >configure:4569: result: /bin/tar >configure:4579: checking for perl >configure:4597: found /usr/bin/perl >configure:4610: result: /usr/bin/perl >configure:4620: checking for wget >configure:4638: found /usr/bin/wget >configure:4651: result: /usr/bin/wget >configure:4661: checking for xmllint >configure:4679: found /usr/bin/xmllint >configure:4692: result: /usr/bin/xmllint >configure:4702: checking for xsltproc >configure:4720: found /usr/bin/xsltproc >configure:4733: result: /usr/bin/xsltproc >configure:4752: checking for hppa-unknown-linux-gnu-pkg-config >configure:4770: found /usr/bin/hppa-unknown-linux-gnu-pkg-config >configure:4782: result: /usr/bin/hppa-unknown-linux-gnu-pkg-config >configure:4850: checking pkg-config is at least version 0.9.0 >configure:4853: result: yes >configure:4908: checking how to print strings >configure:4935: result: printf >configure:4956: checking for a sed that does not truncate output >configure:5020: result: /bin/sed >configure:5038: checking for grep that handles long lines and -e >configure:5096: result: /bin/grep >configure:5101: checking for egrep >configure:5163: result: /bin/grep -E >configure:5168: checking for fgrep >configure:5230: result: /bin/grep -F >configure:5265: checking for ld used by /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc >configure:5332: result: /usr/libexec/gcc/hppa-unknown-linux-gnu/ld >configure:5339: checking if the linker (/usr/libexec/gcc/hppa-unknown-linux-gnu/ld) is GNU ld >configure:5354: result: yes >configure:5366: checking for BSD- or MS-compatible name lister (nm) >configure:5420: result: /usr/bin/hppa-unknown-linux-gnu-nm -B >configure:5550: checking the name lister (/usr/bin/hppa-unknown-linux-gnu-nm -B) interface >configure:5557: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:5560: /usr/bin/hppa-unknown-linux-gnu-nm -B "conftest.o" >configure:5563: output >00000000 B some_variable >configure:5570: result: BSD nm >configure:5574: checking the maximum length of command line arguments >configure:5710: result: 1572864 >configure:5758: checking how to convert x86_64-pc-linux-gnu file names to hppa-unknown-linux-gnu format >configure:5798: result: func_convert_file_noop >configure:5805: checking how to convert x86_64-pc-linux-gnu file names to toolchain format >configure:5825: result: func_convert_file_noop >configure:5832: checking for /usr/libexec/gcc/hppa-unknown-linux-gnu/ld option to reload object files >configure:5839: result: -r >configure:5873: checking for hppa-unknown-linux-gnu-objdump >configure:5889: found /usr/bin/hppa-unknown-linux-gnu-objdump >configure:5900: result: hppa-unknown-linux-gnu-objdump >configure:5972: checking how to recognize dependent libraries >configure:6172: result: pass_all >configure:6217: checking for hppa-unknown-linux-gnu-dlltool >configure:6247: result: no >configure:6257: checking for dlltool >configure:6287: result: no >configure:6317: checking how to associate runtime and link libraries >configure:6344: result: printf %s\n >configure:6361: checking for hppa-unknown-linux-gnu-ar >configure:6377: found /usr/bin/hppa-unknown-linux-gnu-ar >configure:6388: result: hppa-unknown-linux-gnu-ar >configure:6469: checking for archiver @FILE support >configure:6486: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:6486: $? = 0 >configure:6489: hppa-unknown-linux-gnu-ar cru libconftest.a @conftest.lst >&5 >configure:6492: $? = 0 >configure:6497: hppa-unknown-linux-gnu-ar cru libconftest.a @conftest.lst >&5 >hppa-unknown-linux-gnu-ar: conftest.o: No such file or directory >configure:6500: $? = 1 >configure:6512: result: @ >configure:6530: checking for hppa-unknown-linux-gnu-strip >configure:6557: result: hppa-unknown-linux-gnu-strip >configure:6629: checking for hppa-unknown-linux-gnu-ranlib >configure:6645: found /usr/bin/hppa-unknown-linux-gnu-ranlib >configure:6656: result: hppa-unknown-linux-gnu-ranlib >configure:6798: checking command to parse /usr/bin/hppa-unknown-linux-gnu-nm -B output from /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc object >configure:6951: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:6954: $? = 0 >configure:6958: /usr/bin/hppa-unknown-linux-gnu-nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm >configure:6961: $? = 0 >configure:7027: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c conftstm.o >&5 >configure:7030: $? = 0 >configure:7068: result: ok >configure:7115: checking for sysroot >configure:7145: result: /usr/hppa-unknown-linux-gnu >configure:7152: checking for a working dd >configure:7190: result: /bin/dd >configure:7194: checking how to truncate binary pipes >configure:7209: result: /bin/dd bs=4096 count=1 >configure:7498: checking for hppa-unknown-linux-gnu-mt >configure:7528: result: no >configure:7538: checking for mt >configure:7568: result: no >configure:7588: checking if : is a manifest tool >configure:7594: : '-?' >configure:7602: result: no >configure:8275: checking for ANSI C header files >configure:8295: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:8295: $? = 0 >configure:8379: result: yes >configure:8392: checking for sys/types.h >configure:8392: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:8392: $? = 0 >configure:8392: result: yes >configure:8392: checking for sys/stat.h >configure:8392: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:8392: $? = 0 >configure:8392: result: yes >configure:8392: checking for stdlib.h >configure:8392: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:8392: $? = 0 >configure:8392: result: yes >configure:8392: checking for string.h >configure:8392: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:8392: $? = 0 >configure:8392: result: yes >configure:8392: checking for memory.h >configure:8392: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:8392: $? = 0 >configure:8392: result: yes >configure:8392: checking for strings.h >configure:8392: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:8392: $? = 0 >configure:8392: result: yes >configure:8392: checking for inttypes.h >configure:8392: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:8392: $? = 0 >configure:8392: result: yes >configure:8392: checking for stdint.h >configure:8392: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:8392: $? = 0 >configure:8392: result: yes >configure:8392: checking for unistd.h >configure:8392: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:8392: $? = 0 >configure:8392: result: yes >configure:8406: checking for dlfcn.h >configure:8406: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:8406: $? = 0 >configure:8406: result: yes >configure:8662: checking for objdir >configure:8677: result: .libs >configure:8941: checking if /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc supports -fno-rtti -fno-exceptions >configure:8959: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer -fno-rtti -fno-exceptions conftest.c >&5 >cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C >configure:8963: $? = 0 >configure:8976: result: no >configure:9334: checking for /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc option to produce PIC >configure:9341: result: -fPIC -DPIC >configure:9349: checking if /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc PIC flag -fPIC -DPIC works >configure:9367: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer -fPIC -DPIC -DPIC conftest.c >&5 >configure:9371: $? = 0 >configure:9384: result: yes >configure:9413: checking if /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc static flag -static works >configure:9441: result: yes >configure:9456: checking if /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc supports -c -o file.o >configure:9477: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer -o out/conftest2.o conftest.c >&5 >configure:9481: $? = 0 >configure:9503: result: yes >configure:9511: checking if /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc supports -c -o file.o >configure:9558: result: yes >configure:9591: checking whether the /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc linker (/usr/libexec/gcc/hppa-unknown-linux-gnu/ld) supports shared libraries >configure:10850: result: yes >configure:10887: checking whether -lc should be explicitly linked in >configure:10895: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:10898: $? = 0 >configure:10913: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 >configure:10916: $? = 0 >configure:10930: result: no >configure:11090: checking dynamic linker characteristics >configure:11684: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed -Wl,-rpath -Wl,/foo conftest.c >&5 >configure:11684: $? = 0 >configure:11921: result: GNU/Linux ld.so >configure:12043: checking how to hardcode library paths into programs >configure:12068: result: immediate >configure:12616: checking whether stripping libraries is possible >configure:12621: result: yes >configure:12656: checking if libtool supports shared libraries >configure:12658: result: yes >configure:12661: checking whether to build shared libraries >configure:12686: result: yes >configure:12689: checking whether to build static libraries >configure:12693: result: no >configure:13215: checking for Z >configure:13222: $PKG_CONFIG --exists --print-errors "zlib" >configure:13225: $? = 0 >configure:13239: $PKG_CONFIG --exists --print-errors "zlib" >configure:13242: $? = 0 >configure:13280: result: yes >configure:13519: checking for dirent.h that defines DIR >configure:13538: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:13538: $? = 0 >configure:13546: result: yes >configure:13559: checking for library containing opendir >configure:13590: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:13590: $? = 0 >configure:13607: result: none required >configure:13674: checking for ANSI C header files >configure:13778: result: yes >configure:13788: checking fcntl.h usability >configure:13788: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:13788: $? = 0 >configure:13788: result: yes >configure:13788: checking fcntl.h presence >configure:13788: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -E conftest.c >configure:13788: $? = 0 >configure:13788: result: yes >configure:13788: checking for fcntl.h >configure:13788: result: yes >configure:13800: checking for unistd.h >configure:13800: result: yes >configure:13812: checking ctype.h usability >configure:13812: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:13812: $? = 0 >configure:13812: result: yes >configure:13812: checking ctype.h presence >configure:13812: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -E conftest.c >configure:13812: $? = 0 >configure:13812: result: yes >configure:13812: checking for ctype.h >configure:13812: result: yes >configure:13824: checking dirent.h usability >configure:13824: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:13824: $? = 0 >configure:13824: result: yes >configure:13824: checking dirent.h presence >configure:13824: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -E conftest.c >configure:13824: $? = 0 >configure:13824: result: yes >configure:13824: checking for dirent.h >configure:13824: result: yes >configure:13836: checking errno.h usability >configure:13836: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:13836: $? = 0 >configure:13836: result: yes >configure:13836: checking errno.h presence >configure:13836: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -E conftest.c >configure:13836: $? = 0 >configure:13836: result: yes >configure:13836: checking for errno.h >configure:13836: result: yes >configure:13848: checking malloc.h usability >configure:13848: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:13848: $? = 0 >configure:13848: result: yes >configure:13848: checking malloc.h presence >configure:13848: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -E conftest.c >configure:13848: $? = 0 >configure:13848: result: yes >configure:13848: checking for malloc.h >configure:13848: result: yes >configure:13860: checking stdarg.h usability >configure:13860: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:13860: $? = 0 >configure:13860: result: yes >configure:13860: checking stdarg.h presence >configure:13860: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -E conftest.c >configure:13860: $? = 0 >configure:13860: result: yes >configure:13860: checking for stdarg.h >configure:13860: result: yes >configure:13872: checking for sys/stat.h >configure:13872: result: yes >configure:13884: checking for sys/types.h >configure:13884: result: yes >configure:13896: checking for stdint.h >configure:13896: result: yes >configure:13908: checking for inttypes.h >configure:13908: result: yes >configure:13920: checking time.h usability >configure:13920: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:13920: $? = 0 >configure:13920: result: yes >configure:13920: checking time.h presence >configure:13920: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -E conftest.c >configure:13920: $? = 0 >configure:13920: result: yes >configure:13920: checking for time.h >configure:13920: result: yes >configure:13932: checking math.h usability >configure:13932: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:13932: $? = 0 >configure:13932: result: yes >configure:13932: checking math.h presence >configure:13932: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -E conftest.c >configure:13932: $? = 0 >configure:13932: result: yes >configure:13932: checking for math.h >configure:13932: result: yes >configure:13944: checking limits.h usability >configure:13944: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:13944: $? = 0 >configure:13944: result: yes >configure:13944: checking limits.h presence >configure:13944: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -E conftest.c >configure:13944: $? = 0 >configure:13944: result: yes >configure:13944: checking for limits.h >configure:13944: result: yes >configure:13956: checking float.h usability >configure:13956: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:13956: $? = 0 >configure:13956: result: yes >configure:13956: checking float.h presence >configure:13956: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -E conftest.c >configure:13956: $? = 0 >configure:13956: result: yes >configure:13956: checking for float.h >configure:13956: result: yes >configure:13968: checking for stdlib.h >configure:13968: result: yes >configure:13980: checking for sys/socket.h >configure:13980: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:13980: $? = 0 >configure:13980: result: yes >configure:13996: checking for netinet/in.h >configure:13996: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:13996: $? = 0 >configure:13996: result: yes >configure:14012: checking for arpa/inet.h >configure:14012: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:14012: $? = 0 >configure:14012: result: yes >configure:14031: checking netdb.h usability >configure:14031: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:14031: $? = 0 >configure:14031: result: yes >configure:14031: checking netdb.h presence >configure:14031: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -E conftest.c >configure:14031: $? = 0 >configure:14031: result: yes >configure:14031: checking for netdb.h >configure:14031: result: yes >configure:14043: checking sys/time.h usability >configure:14043: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:14043: $? = 0 >configure:14043: result: yes >configure:14043: checking sys/time.h presence >configure:14043: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -E conftest.c >configure:14043: $? = 0 >configure:14043: result: yes >configure:14043: checking for sys/time.h >configure:14043: result: yes >configure:14055: checking sys/select.h usability >configure:14055: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:14055: $? = 0 >configure:14055: result: yes >configure:14055: checking sys/select.h presence >configure:14055: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -E conftest.c >configure:14055: $? = 0 >configure:14055: result: yes >configure:14055: checking for sys/select.h >configure:14055: result: yes >configure:14067: checking poll.h usability >configure:14067: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:14067: $? = 0 >configure:14067: result: yes >configure:14067: checking poll.h presence >configure:14067: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -E conftest.c >configure:14067: $? = 0 >configure:14067: result: yes >configure:14067: checking for poll.h >configure:14067: result: yes >configure:14079: checking sys/mman.h usability >configure:14079: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:14079: $? = 0 >configure:14079: result: yes >configure:14079: checking sys/mman.h presence >configure:14079: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -E conftest.c >configure:14079: $? = 0 >configure:14079: result: yes >configure:14079: checking for sys/mman.h >configure:14079: result: yes >configure:14091: checking sys/timeb.h usability >configure:14091: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:14091: $? = 0 >configure:14091: result: yes >configure:14091: checking sys/timeb.h presence >configure:14091: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -E conftest.c >configure:14091: $? = 0 >configure:14091: result: yes >configure:14091: checking for sys/timeb.h >configure:14091: result: yes >configure:14103: checking signal.h usability >configure:14103: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:14103: $? = 0 >configure:14103: result: yes >configure:14103: checking signal.h presence >configure:14103: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -E conftest.c >configure:14103: $? = 0 >configure:14103: result: yes >configure:14103: checking for signal.h >configure:14103: result: yes >configure:14115: checking for arpa/nameser.h >configure:14115: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:14115: $? = 0 >configure:14115: result: yes >configure:14131: checking for resolv.h >configure:14131: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:14131: $? = 0 >configure:14131: result: yes >configure:14153: checking dl.h usability >configure:14153: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >conftest.c:86:10: fatal error: dl.h: No such file or directory > 86 | #include <dl.h> > | ^~~~~~ >compilation terminated. >configure:14153: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define PACKAGE "libxml2" >| #define VERSION "2.9.10" >| #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 HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define HAVE_DIRENT_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_MATH_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_TIMEB_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_RESOLV_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 <dl.h> >configure:14153: result: no >configure:14153: checking dl.h presence >configure:14153: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -E conftest.c >conftest.c:53:10: fatal error: dl.h: No such file or directory > 53 | #include <dl.h> > | ^~~~~~ >compilation terminated. >configure:14153: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define PACKAGE "libxml2" >| #define VERSION "2.9.10" >| #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 HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define HAVE_DIRENT_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_MATH_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_TIMEB_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_RESOLV_H 1 >| /* end confdefs.h. */ >| #include <dl.h> >configure:14153: result: no >configure:14153: checking for dl.h >configure:14153: result: no >configure:14165: checking for dlfcn.h >configure:14165: result: yes >configure:14179: checking for uint32_t >configure:14179: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:14179: $? = 0 >configure:14179: result: yes >configure:14199: checking for strftime >configure:14199: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:77:6: warning: conflicting types for built-in function 'strftime'; expected 'unsigned int(char *, unsigned int, const char *, const void *)' [-Wbuiltin-declaration-mismatch] > 77 | char strftime (); > | ^~~~~~~~ >conftest.c:65:1: note: 'strftime' is declared in header '<time.h>' > 64 | # include <limits.h> > 65 | #else >configure:14199: $? = 0 >configure:14199: result: yes >configure:14255: checking for strftime >configure:14255: result: yes >configure:14255: checking for localtime >configure:14255: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:14255: $? = 0 >configure:14255: result: yes >configure:14255: checking for gettimeofday >configure:14255: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:14255: $? = 0 >configure:14255: result: yes >configure:14255: checking for ftime >configure:14255: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:14255: $? = 0 >configure:14255: result: yes >configure:14267: checking for stat >configure:14267: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:14267: $? = 0 >configure:14267: result: yes >configure:14267: checking for signal >configure:14267: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:14267: $? = 0 >configure:14267: result: yes >configure:14279: checking for rand >configure:14279: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:14279: $? = 0 >configure:14279: result: yes >configure:14279: checking for rand_r >configure:14279: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:14279: $? = 0 >configure:14279: result: yes >configure:14279: checking for srand >configure:14279: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:14279: $? = 0 >configure:14279: result: yes >configure:14279: checking for time >configure:14279: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:14279: $? = 0 >configure:14279: result: yes >configure:14291: checking for isascii >configure:14291: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:88:6: warning: conflicting types for built-in function 'isascii'; expected 'int(int)' [-Wbuiltin-declaration-mismatch] > 88 | char isascii (); > | ^~~~~~~ >configure:14291: $? = 0 >configure:14291: result: yes >configure:14291: checking for mmap >configure:14291: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:14291: $? = 0 >configure:14291: result: yes >configure:14291: checking for munmap >configure:14291: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:14291: $? = 0 >configure:14291: result: yes >configure:14291: checking for putenv >configure:14291: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:14291: $? = 0 >configure:14291: result: yes >configure:14303: checking for va_copy >configure:14317: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:14317: $? = 0 >configure:14324: result: yes >configure:14361: checking whether va_list is an array type >configure:14374: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:14377: result: no >configure:14392: checking for library containing gethostent >configure:14423: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:14423: $? = 0 >configure:14440: result: none required >configure:14448: checking for library containing setsockopt >configure:14479: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:14479: $? = 0 >configure:14496: result: none required >configure:14504: checking for library containing connect >configure:14535: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:14535: $? = 0 >configure:14552: result: none required >configure:14561: checking for type of socket length (socklen_t) >configure:14575: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:14578: result: socklen_t * >configure:14647: checking for const gethostbyname() argument >configure:14660: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:14660: $? = 0 >configure:14667: result: yes >configure:14679: checking for const send() second argument >configure:14693: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:14693: $? = 0 >configure:14700: result: yes >configure:14712: checking whether __attribute__((destructor)) is accepted >configure:14724: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:14727: result: yes >configure:14744: checking whether to enable IPv6 >configure:14776: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:14776: $? = 0 >configure:14783: result: yes >configure:14792: checking struct sockaddr::ss_family >configure:14811: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:14811: $? = 0 >configure:14818: result: yes >configure:14863: checking for getaddrinfo >configure:14863: result: yes >configure:14924: checking for isnan >configure:14924: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:99:6: warning: conflicting types for built-in function 'isnan'; expected 'int()' [-Wbuiltin-declaration-mismatch] > 99 | char isnan (); > | ^~~~~ >conftest.c:87:1: note: 'isnan' is declared in header '<math.h>' > 86 | # include <limits.h> > 87 | #else >configure:14924: $? = 0 >configure:14924: result: yes >configure:14975: checking for isinf >configure:14975: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:100:6: warning: conflicting types for built-in function 'isinf'; expected 'int()' [-Wbuiltin-declaration-mismatch] > 100 | char isinf (); > | ^~~~~ >conftest.c:88:1: note: 'isinf' is declared in header '<math.h>' > 87 | # include <limits.h> > 88 | #else >configure:14975: $? = 0 >configure:14975: result: yes >configure:15292: checking for shl_load >configure:15292: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5 >/usr/libexec/gcc/hppa-unknown-linux-gnu/ld: /usr/hppa-unknown-linux-gnu/tmp/portage/dev-libs/libxml2-2.9.10-r5/temp/ccGGcKjR.o: in function `main': >(.text.startup+0xc): undefined reference to `shl_load' >collect2: error: ld returned 1 exit status >configure:15292: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define PACKAGE "libxml2" >| #define VERSION "2.9.10" >| #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 HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define HAVE_DIRENT_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_MATH_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_TIMEB_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_RESOLV_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_LOCALTIME 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_FTIME 1 >| #define HAVE_STAT 1 >| #define HAVE_SIGNAL 1 >| #define HAVE_RAND 1 >| #define HAVE_RAND_R 1 >| #define HAVE_SRAND 1 >| #define HAVE_TIME 1 >| #define HAVE_ISASCII 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_VA_COPY 1 >| #define XML_SOCKLEN_T socklen_t >| #define GETHOSTBYNAME_ARG_CAST /**/ >| #define SEND_ARG2_CAST /**/ >| #define ATTRIBUTE_DESTRUCTOR 1 >| #define SUPPORT_IP6 /**/ >| #define HAVE_GETADDRINFO /**/ >| #define HAVE_ISNAN /**/ >| #define HAVE_ISINF /**/ >| /* end confdefs.h. */ >| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define shl_load innocuous_shl_load >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char shl_load (); 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 shl_load >| >| /* 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 shl_load (); >| /* 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_shl_load || defined __stub___shl_load >| choke me >| #endif >| >| int >| main () >| { >| return shl_load (); >| ; >| return 0; >| } >configure:15292: result: no >configure:15297: checking for shl_load in -ldld >configure:15322: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c -ldld >&5 >/usr/libexec/gcc/hppa-unknown-linux-gnu/ld: cannot find -ldld >collect2: error: ld returned 1 exit status >configure:15322: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define PACKAGE "libxml2" >| #define VERSION "2.9.10" >| #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 HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define HAVE_DIRENT_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_MATH_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_TIMEB_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_RESOLV_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_LOCALTIME 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_FTIME 1 >| #define HAVE_STAT 1 >| #define HAVE_SIGNAL 1 >| #define HAVE_RAND 1 >| #define HAVE_RAND_R 1 >| #define HAVE_SRAND 1 >| #define HAVE_TIME 1 >| #define HAVE_ISASCII 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_VA_COPY 1 >| #define XML_SOCKLEN_T socklen_t >| #define GETHOSTBYNAME_ARG_CAST /**/ >| #define SEND_ARG2_CAST /**/ >| #define ATTRIBUTE_DESTRUCTOR 1 >| #define SUPPORT_IP6 /**/ >| #define HAVE_GETADDRINFO /**/ >| #define HAVE_ISNAN /**/ >| #define HAVE_ISINF /**/ >| /* end confdefs.h. */ >| >| /* 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 shl_load (); >| int >| main () >| { >| return shl_load (); >| ; >| return 0; >| } >configure:15331: result: no >configure:15339: checking for dlopen >configure:15339: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5 >/usr/libexec/gcc/hppa-unknown-linux-gnu/ld: /usr/hppa-unknown-linux-gnu/tmp/portage/dev-libs/libxml2-2.9.10-r5/temp/ccyj85x1.o: in function `main': >(.text.startup+0xc): undefined reference to `dlopen' >collect2: error: ld returned 1 exit status >configure:15339: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define PACKAGE "libxml2" >| #define VERSION "2.9.10" >| #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 HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define HAVE_DIRENT_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_MATH_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_TIMEB_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_RESOLV_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_LOCALTIME 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_FTIME 1 >| #define HAVE_STAT 1 >| #define HAVE_SIGNAL 1 >| #define HAVE_RAND 1 >| #define HAVE_RAND_R 1 >| #define HAVE_SRAND 1 >| #define HAVE_TIME 1 >| #define HAVE_ISASCII 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_VA_COPY 1 >| #define XML_SOCKLEN_T socklen_t >| #define GETHOSTBYNAME_ARG_CAST /**/ >| #define SEND_ARG2_CAST /**/ >| #define ATTRIBUTE_DESTRUCTOR 1 >| #define SUPPORT_IP6 /**/ >| #define HAVE_GETADDRINFO /**/ >| #define HAVE_ISNAN /**/ >| #define HAVE_ISINF /**/ >| /* end confdefs.h. */ >| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define dlopen innocuous_dlopen >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char dlopen (); 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 dlopen >| >| /* 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 dlopen (); >| /* 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_dlopen || defined __stub___dlopen >| choke me >| #endif >| >| int >| main () >| { >| return dlopen (); >| ; >| return 0; >| } >configure:15339: result: no >configure:15344: checking for dlopen in -ldl >configure:15369: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c -ldl >&5 >configure:15369: $? = 0 >configure:15378: result: yes >configure:15497: checking pthread.h usability >configure:15497: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:15497: $? = 0 >configure:15497: result: yes >configure:15497: checking pthread.h presence >configure:15497: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -E conftest.c >configure:15497: $? = 0 >configure:15497: result: yes >configure:15497: checking for pthread.h >configure:15497: result: yes >configure:15499: checking for pthread_join in -lpthread >configure:15524: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c -lpthread >&5 >configure:15524: $? = 0 >configure:15533: result: yes >configure:15611: checking for tputs in -lncurses >configure:15636: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c -lncurses >&5 >/usr/libexec/gcc/hppa-unknown-linux-gnu/ld: /usr/hppa-unknown-linux-gnu/tmp/portage/dev-libs/libxml2-2.9.10-r5/temp/ccB4tBWZ.o: in function `main': >(.text.startup+0xc): undefined reference to `tputs' >collect2: error: ld returned 1 exit status >configure:15636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define PACKAGE "libxml2" >| #define VERSION "2.9.10" >| #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 HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define HAVE_DIRENT_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_MATH_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_TIMEB_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_RESOLV_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_LOCALTIME 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_FTIME 1 >| #define HAVE_STAT 1 >| #define HAVE_SIGNAL 1 >| #define HAVE_RAND 1 >| #define HAVE_RAND_R 1 >| #define HAVE_SRAND 1 >| #define HAVE_TIME 1 >| #define HAVE_ISASCII 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_VA_COPY 1 >| #define XML_SOCKLEN_T socklen_t >| #define GETHOSTBYNAME_ARG_CAST /**/ >| #define SEND_ARG2_CAST /**/ >| #define ATTRIBUTE_DESTRUCTOR 1 >| #define SUPPORT_IP6 /**/ >| #define HAVE_GETADDRINFO /**/ >| #define HAVE_ISNAN /**/ >| #define HAVE_ISINF /**/ >| #define HAVE_DLOPEN /**/ >| #define HAVE_LIBPTHREAD /**/ >| #define HAVE_PTHREAD_H /**/ >| /* end confdefs.h. */ >| >| /* 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 tputs (); >| int >| main () >| { >| return tputs (); >| ; >| return 0; >| } >configure:15646: result: no >configure:15611: checking for tputs in -lcurses >configure:15636: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c -lcurses >&5 >/usr/libexec/gcc/hppa-unknown-linux-gnu/ld: /usr/hppa-unknown-linux-gnu/tmp/portage/dev-libs/libxml2-2.9.10-r5/temp/cc6cwkCn.o: in function `main': >(.text.startup+0xc): undefined reference to `tputs' >collect2: error: ld returned 1 exit status >configure:15636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define PACKAGE "libxml2" >| #define VERSION "2.9.10" >| #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 HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define HAVE_DIRENT_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_MATH_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_TIMEB_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_RESOLV_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_LOCALTIME 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_FTIME 1 >| #define HAVE_STAT 1 >| #define HAVE_SIGNAL 1 >| #define HAVE_RAND 1 >| #define HAVE_RAND_R 1 >| #define HAVE_SRAND 1 >| #define HAVE_TIME 1 >| #define HAVE_ISASCII 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_VA_COPY 1 >| #define XML_SOCKLEN_T socklen_t >| #define GETHOSTBYNAME_ARG_CAST /**/ >| #define SEND_ARG2_CAST /**/ >| #define ATTRIBUTE_DESTRUCTOR 1 >| #define SUPPORT_IP6 /**/ >| #define HAVE_GETADDRINFO /**/ >| #define HAVE_ISNAN /**/ >| #define HAVE_ISINF /**/ >| #define HAVE_DLOPEN /**/ >| #define HAVE_LIBPTHREAD /**/ >| #define HAVE_PTHREAD_H /**/ >| /* end confdefs.h. */ >| >| /* 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 tputs (); >| int >| main () >| { >| return tputs (); >| ; >| return 0; >| } >configure:15646: result: no >configure:15611: checking for tputs in -ltermcap >configure:15636: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c -ltermcap >&5 >/usr/libexec/gcc/hppa-unknown-linux-gnu/ld: cannot find -ltermcap >collect2: error: ld returned 1 exit status >configure:15636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define PACKAGE "libxml2" >| #define VERSION "2.9.10" >| #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 HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define HAVE_DIRENT_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_MATH_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_TIMEB_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_RESOLV_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_LOCALTIME 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_FTIME 1 >| #define HAVE_STAT 1 >| #define HAVE_SIGNAL 1 >| #define HAVE_RAND 1 >| #define HAVE_RAND_R 1 >| #define HAVE_SRAND 1 >| #define HAVE_TIME 1 >| #define HAVE_ISASCII 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_VA_COPY 1 >| #define XML_SOCKLEN_T socklen_t >| #define GETHOSTBYNAME_ARG_CAST /**/ >| #define SEND_ARG2_CAST /**/ >| #define ATTRIBUTE_DESTRUCTOR 1 >| #define SUPPORT_IP6 /**/ >| #define HAVE_GETADDRINFO /**/ >| #define HAVE_ISNAN /**/ >| #define HAVE_ISINF /**/ >| #define HAVE_DLOPEN /**/ >| #define HAVE_LIBPTHREAD /**/ >| #define HAVE_PTHREAD_H /**/ >| /* end confdefs.h. */ >| >| /* 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 tputs (); >| int >| main () >| { >| return tputs (); >| ; >| return 0; >| } >configure:15646: result: no >configure:15611: checking for tputs in -lterminfo >configure:15636: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c -lterminfo >&5 >/usr/libexec/gcc/hppa-unknown-linux-gnu/ld: cannot find -lterminfo >collect2: error: ld returned 1 exit status >configure:15636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define PACKAGE "libxml2" >| #define VERSION "2.9.10" >| #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 HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define HAVE_DIRENT_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_MATH_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_TIMEB_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_RESOLV_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_LOCALTIME 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_FTIME 1 >| #define HAVE_STAT 1 >| #define HAVE_SIGNAL 1 >| #define HAVE_RAND 1 >| #define HAVE_RAND_R 1 >| #define HAVE_SRAND 1 >| #define HAVE_TIME 1 >| #define HAVE_ISASCII 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_VA_COPY 1 >| #define XML_SOCKLEN_T socklen_t >| #define GETHOSTBYNAME_ARG_CAST /**/ >| #define SEND_ARG2_CAST /**/ >| #define ATTRIBUTE_DESTRUCTOR 1 >| #define SUPPORT_IP6 /**/ >| #define HAVE_GETADDRINFO /**/ >| #define HAVE_ISNAN /**/ >| #define HAVE_ISINF /**/ >| #define HAVE_DLOPEN /**/ >| #define HAVE_LIBPTHREAD /**/ >| #define HAVE_PTHREAD_H /**/ >| /* end confdefs.h. */ >| >| /* 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 tputs (); >| int >| main () >| { >| return tputs (); >| ; >| return 0; >| } >configure:15646: result: no >configure:15611: checking for tputs in -ltermlib >configure:15636: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c -ltermlib >&5 >/usr/libexec/gcc/hppa-unknown-linux-gnu/ld: cannot find -ltermlib >collect2: error: ld returned 1 exit status >configure:15636: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "" >| #define PACKAGE_TARNAME "" >| #define PACKAGE_VERSION "" >| #define PACKAGE_STRING "" >| #define PACKAGE_BUGREPORT "" >| #define PACKAGE_URL "" >| #define PACKAGE "libxml2" >| #define VERSION "2.9.10" >| #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 HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define HAVE_DIRENT_H 1 >| #define STDC_HEADERS 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_CTYPE_H 1 >| #define HAVE_DIRENT_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_MALLOC_H 1 >| #define HAVE_STDARG_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_TIME_H 1 >| #define HAVE_MATH_H 1 >| #define HAVE_LIMITS_H 1 >| #define HAVE_FLOAT_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_ARPA_INET_H 1 >| #define HAVE_NETDB_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_SELECT_H 1 >| #define HAVE_POLL_H 1 >| #define HAVE_SYS_MMAN_H 1 >| #define HAVE_SYS_TIMEB_H 1 >| #define HAVE_SIGNAL_H 1 >| #define HAVE_ARPA_NAMESER_H 1 >| #define HAVE_RESOLV_H 1 >| #define HAVE_DLFCN_H 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_STRFTIME 1 >| #define HAVE_LOCALTIME 1 >| #define HAVE_GETTIMEOFDAY 1 >| #define HAVE_FTIME 1 >| #define HAVE_STAT 1 >| #define HAVE_SIGNAL 1 >| #define HAVE_RAND 1 >| #define HAVE_RAND_R 1 >| #define HAVE_SRAND 1 >| #define HAVE_TIME 1 >| #define HAVE_ISASCII 1 >| #define HAVE_MMAP 1 >| #define HAVE_MUNMAP 1 >| #define HAVE_PUTENV 1 >| #define HAVE_VA_COPY 1 >| #define XML_SOCKLEN_T socklen_t >| #define GETHOSTBYNAME_ARG_CAST /**/ >| #define SEND_ARG2_CAST /**/ >| #define ATTRIBUTE_DESTRUCTOR 1 >| #define SUPPORT_IP6 /**/ >| #define HAVE_GETADDRINFO /**/ >| #define HAVE_ISNAN /**/ >| #define HAVE_ISINF /**/ >| #define HAVE_DLOPEN /**/ >| #define HAVE_LIBPTHREAD /**/ >| #define HAVE_PTHREAD_H /**/ >| /* end confdefs.h. */ >| >| /* 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 tputs (); >| int >| main () >| { >| return tputs (); >| ; >| return 0; >| } >configure:15646: result: no >configure:15655: checking readline/history.h usability >configure:15655: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:15655: $? = 0 >configure:15655: result: yes >configure:15655: checking readline/history.h presence >configure:15655: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -E conftest.c >configure:15655: $? = 0 >configure:15655: result: yes >configure:15655: checking for readline/history.h >configure:15655: result: yes >configure:15657: checking for append_history in -lhistory >configure:15682: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c -lhistory >&5 >configure:15682: $? = 0 >configure:15691: result: yes >configure:15704: checking readline/readline.h usability >configure:15704: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:15704: $? = 0 >configure:15704: result: yes >configure:15704: checking readline/readline.h presence >configure:15704: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -E conftest.c >configure:15704: $? = 0 >configure:15704: result: yes >configure:15704: checking for readline/readline.h >configure:15704: result: yes >configure:15706: checking for readline in -lreadline >configure:15731: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c -lreadline >&5 >configure:15731: $? = 0 >configure:15740: result: yes >configure:16043: checking iconv.h usability >configure:16043: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:16043: $? = 0 >configure:16043: result: yes >configure:16043: checking iconv.h presence >configure:16043: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -E conftest.c >configure:16043: $? = 0 >configure:16043: result: yes >configure:16043: checking for iconv.h >configure:16043: result: yes >configure:16045: checking for iconv >configure:16061: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5 >configure:16061: $? = 0 >configure:16063: result: yes >configure:16117: checking for iconv declaration >configure:16145: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -c -O2 -pipe -fomit-frame-pointer conftest.c >&5 >configure:16145: $? = 0 >configure:16156: result: > extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); >configure:16465: checking for printf >configure:16465: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:107:6: warning: conflicting types for built-in function 'printf'; expected 'int(const char *, ...)' [-Wbuiltin-declaration-mismatch] > 107 | char printf (); > | ^~~~~~ >conftest.c:95:1: note: 'printf' is declared in header '<stdio.h>' > 94 | # include <limits.h> > 95 | #else >configure:16465: $? = 0 >configure:16465: result: yes >configure:16465: checking for sprintf >configure:16465: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:108:6: warning: conflicting types for built-in function 'sprintf'; expected 'int(char *, const char *, ...)' [-Wbuiltin-declaration-mismatch] > 108 | char sprintf (); > | ^~~~~~~ >conftest.c:96:1: note: 'sprintf' is declared in header '<stdio.h>' > 95 | # include <limits.h> > 96 | #else >configure:16465: $? = 0 >configure:16465: result: yes >configure:16465: checking for fprintf >configure:16465: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:109:6: warning: conflicting types for built-in function 'fprintf'; expected 'int(void *, const char *, ...)' [-Wbuiltin-declaration-mismatch] > 109 | char fprintf (); > | ^~~~~~~ >conftest.c:97:1: note: 'fprintf' is declared in header '<stdio.h>' > 96 | # include <limits.h> > 97 | #else >configure:16465: $? = 0 >configure:16465: result: yes >configure:16465: checking for snprintf >configure:16465: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:110:6: warning: conflicting types for built-in function 'snprintf'; expected 'int(char *, unsigned int, const char *, ...)' [-Wbuiltin-declaration-mismatch] > 110 | char snprintf (); > | ^~~~~~~~ >conftest.c:98:1: note: 'snprintf' is declared in header '<stdio.h>' > 97 | # include <limits.h> > 98 | #else >configure:16465: $? = 0 >configure:16465: result: yes >configure:16465: checking for vfprintf >configure:16465: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:111:6: warning: conflicting types for built-in function 'vfprintf'; expected 'int(void *, const char *, void *)' [-Wbuiltin-declaration-mismatch] > 111 | char vfprintf (); > | ^~~~~~~~ >conftest.c:99:1: note: 'vfprintf' is declared in header '<stdio.h>' > 98 | # include <limits.h> > 99 | #else >configure:16465: $? = 0 >configure:16465: result: yes >configure:16465: checking for vsprintf >configure:16465: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:112:6: warning: conflicting types for built-in function 'vsprintf'; expected 'int(char *, const char *, void *)' [-Wbuiltin-declaration-mismatch] > 112 | char vsprintf (); > | ^~~~~~~~ >conftest.c:100:1: note: 'vsprintf' is declared in header '<stdio.h>' > 99 | # include <limits.h> > 100 | #else >configure:16465: $? = 0 >configure:16465: result: yes >configure:16465: checking for vsnprintf >configure:16465: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:113:6: warning: conflicting types for built-in function 'vsnprintf'; expected 'int(char *, unsigned int, const char *, void *)' [-Wbuiltin-declaration-mismatch] > 113 | char vsnprintf (); > | ^~~~~~~~~ >conftest.c:101:1: note: 'vsnprintf' is declared in header '<stdio.h>' > 100 | # include <limits.h> > 101 | #else >configure:16465: $? = 0 >configure:16465: result: yes >configure:16465: checking for sscanf >configure:16465: /usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -o conftest -O2 -pipe -fomit-frame-pointer -Wl,-O1 -Wl,--as-needed conftest.c >&5 >conftest.c:114:6: warning: conflicting types for built-in function 'sscanf'; expected 'int(const char *, const char *, ...)' [-Wbuiltin-declaration-mismatch] > 114 | char sscanf (); > | ^~~~~~ >conftest.c:102:1: note: 'sscanf' is declared in header '<stdio.h>' > 101 | # include <limits.h> > 102 | #else >configure:16465: $? = 0 >configure:16465: result: yes >configure:16628: checking that generated files are newer than configure >configure:16634: result: done >configure:16681: creating ./config.status > >## ---------------------- ## >## Running config.status. ## >## ---------------------- ## > >This file was extended by config.status, which was >generated by GNU Autoconf 2.69. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > >on localhost > >config.status:1303: creating libxml2.spec >config.status:1303: creating Makefile >config.status:1303: creating include/Makefile >config.status:1303: creating include/libxml/Makefile >config.status:1303: creating doc/Makefile >config.status:1303: creating doc/examples/Makefile >config.status:1303: creating doc/devhelp/Makefile >config.status:1303: creating example/Makefile >config.status:1303: creating python/Makefile >config.status:1303: creating python/tests/Makefile >config.status:1303: creating xstc/Makefile >config.status:1303: creating include/libxml/xmlversion.h >config.status:1303: creating libxml-2.0.pc >config.status:1303: creating libxml-2.0-uninstalled.pc >config.status:1303: creating libxml2-config.cmake >config.status:1303: creating python/setup.py >config.status:1303: creating xml2-config >config.status:1303: creating config.h >config.status:1517: executing depfiles commands >config.status:1517: executing libtool commands > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_alignof_CORBA_boolean=1 >ac_cv_alignof_CORBA_char=1 >ac_cv_alignof_CORBA_double=8 >ac_cv_alignof_CORBA_float=4 >ac_cv_alignof_CORBA_long=4 >ac_cv_alignof_CORBA_long_double=8 >ac_cv_alignof_CORBA_long_long=8 >ac_cv_alignof_CORBA_octet=1 >ac_cv_alignof_CORBA_pointer=4 >ac_cv_alignof_CORBA_short=2 >ac_cv_alignof_CORBA_struct=1 >ac_cv_alignof_CORBA_wchar=2 >ac_cv_build=x86_64-pc-linux-gnu >ac_cv_c_compiler_gnu=yes >ac_cv_c_uint32_t=yes >ac_cv_env_CC_set=set >ac_cv_env_CC_value=/usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value='-O2 -pipe -fomit-frame-pointer' >ac_cv_env_CPPFLAGS_set=set >ac_cv_env_CPPFLAGS_value= >ac_cv_env_CPP_set= >ac_cv_env_CPP_value= >ac_cv_env_ICU_CFLAGS_set= >ac_cv_env_ICU_CFLAGS_value= >ac_cv_env_ICU_LIBS_set= >ac_cv_env_ICU_LIBS_value= >ac_cv_env_LDFLAGS_set=set >ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed' >ac_cv_env_LIBS_set= >ac_cv_env_LIBS_value= >ac_cv_env_LT_SYS_LIBRARY_PATH_set= >ac_cv_env_LT_SYS_LIBRARY_PATH_value= >ac_cv_env_LZMA_CFLAGS_set= >ac_cv_env_LZMA_CFLAGS_value= >ac_cv_env_LZMA_LIBS_set= >ac_cv_env_LZMA_LIBS_value= >ac_cv_env_PKG_CONFIG_LIBDIR_set= >ac_cv_env_PKG_CONFIG_LIBDIR_value= >ac_cv_env_PKG_CONFIG_PATH_set=set >ac_cv_env_PKG_CONFIG_PATH_value=/usr/hppa-unknown-linux-gnu/usr/lib/pkgconfig/ >ac_cv_env_PKG_CONFIG_set= >ac_cv_env_PKG_CONFIG_value= >ac_cv_env_Z_CFLAGS_set= >ac_cv_env_Z_CFLAGS_value= >ac_cv_env_Z_LIBS_set= >ac_cv_env_Z_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=hppa-unknown-linux-gnu >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_file___dev_urandom_=yes >ac_cv_file__bin_bash=yes >ac_cv_file__dev_arandom=no >ac_cv_file__dev_ptc=no >ac_cv_file__dev_ptmx=yes >ac_cv_file__dev_random=yes >ac_cv_file__dev_srandom=yes >ac_cv_file__dev_urandom=yes >ac_cv_file__dev_zero=yes >ac_cv_file__usr_share_sgml_X11_defs_ent=1 >ac_cv_func_calloc_0_nonnull=yes >ac_cv_func_dlopen=no >ac_cv_func_fprintf=yes >ac_cv_func_ftime=yes >ac_cv_func_getaddrinfo=yes >ac_cv_func_gettimeofday=yes >ac_cv_func_isascii=yes >ac_cv_func_isinf=yes >ac_cv_func_isnan=yes >ac_cv_func_localtime=yes >ac_cv_func_malloc_0_nonnull=yes >ac_cv_func_mmap=yes >ac_cv_func_mmap_fixed_mapped=yes >ac_cv_func_munmap=yes >ac_cv_func_posix_getgrgid_r=yes >ac_cv_func_posix_getpwnam_r=yes >ac_cv_func_posix_getpwuid_r=yes >ac_cv_func_printf=yes >ac_cv_func_printf_unix98=yes >ac_cv_func_putenv=yes >ac_cv_func_rand=yes >ac_cv_func_rand_r=yes >ac_cv_func_realloc_0_nonnull=yes >ac_cv_func_setgrent_void=yes >ac_cv_func_setpgrp_void=yes >ac_cv_func_shl_load=no >ac_cv_func_signal=yes >ac_cv_func_snprintf=yes >ac_cv_func_sprintf=yes >ac_cv_func_srand=yes >ac_cv_func_sscanf=yes >ac_cv_func_stat=yes >ac_cv_func_strftime=yes >ac_cv_func_strnlen_working=yes >ac_cv_func_time=yes >ac_cv_func_vfprintf=yes >ac_cv_func_vsnprintf=yes >ac_cv_func_vsnprintf_c99=yes >ac_cv_func_vsprintf=yes >ac_cv_func_wait3_rusage=yes >ac_cv_have_abstract_sockets=yes >ac_cv_header_arpa_inet_h=yes >ac_cv_header_arpa_nameser_h=yes >ac_cv_header_ctype_h=yes >ac_cv_header_dirent_dirent_h=yes >ac_cv_header_dirent_h=yes >ac_cv_header_dl_h=no >ac_cv_header_dlfcn_h=yes >ac_cv_header_errno_h=yes >ac_cv_header_fcntl_h=yes >ac_cv_header_float_h=yes >ac_cv_header_iconv_h=yes >ac_cv_header_inttypes_h=yes >ac_cv_header_limits_h=yes >ac_cv_header_malloc_h=yes >ac_cv_header_math_h=yes >ac_cv_header_memory_h=yes >ac_cv_header_netdb_h=yes >ac_cv_header_netinet_in_h=yes >ac_cv_header_poll_h=yes >ac_cv_header_pthread_h=yes >ac_cv_header_pwd_h=yes >ac_cv_header_readline_history_h=yes >ac_cv_header_readline_readline_h=yes >ac_cv_header_resolv_h=yes >ac_cv_header_signal_h=yes >ac_cv_header_stdarg_h=yes >ac_cv_header_stdc=yes >ac_cv_header_stdint_h=yes >ac_cv_header_stdlib_h=yes >ac_cv_header_string_h=yes >ac_cv_header_strings_h=yes >ac_cv_header_sys_mman_h=yes >ac_cv_header_sys_select_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_timeb_h=yes >ac_cv_header_sys_types_h=yes >ac_cv_header_time_h=yes >ac_cv_header_unistd_h=yes >ac_cv_host=hppa-unknown-linux-gnu >ac_cv_lib_curses___tputs=no >ac_cv_lib_dl_dlopen=yes >ac_cv_lib_dld_shl_load=no >ac_cv_lib_history_append_history=yes >ac_cv_lib_ncurses___tputs=no >ac_cv_lib_pthread_pthread_join=yes >ac_cv_lib_readline_readline=yes >ac_cv_lib_termcap___tputs=no >ac_cv_lib_terminfo___tputs=no >ac_cv_lib_termlib___tputs=no >ac_cv_linux_vers=2 >ac_cv_objext=o >ac_cv_path_EGREP='/bin/grep -E' >ac_cv_path_FGREP='/bin/grep -F' >ac_cv_path_GREP=/bin/grep >ac_cv_path_MV=/bin/mv >ac_cv_path_PERL=/usr/bin/perl >ac_cv_path_PKG_CONFIG=/usr/bin/hppa-unknown-linux-gnu-pkg-config >ac_cv_path_SED=/bin/sed >ac_cv_path_TAR=/bin/tar >ac_cv_path_WGET=/usr/bin/wget >ac_cv_path_XMLLINT=/usr/bin/xmllint >ac_cv_path_XSLTPROC=/usr/bin/xsltproc >ac_cv_path_install='/usr/lib/portage/python3.8/ebuild-helpers/xattr/install -c' >ac_cv_path_lt_DD=/bin/dd >ac_cv_path_mkdir=/bin/mkdir >ac_cv_prog_AR=hppa-unknown-linux-gnu-ar >ac_cv_prog_AWK=gawk >ac_cv_prog_CC=/usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc >ac_cv_prog_CPP='/usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -E' >ac_cv_prog_OBJDUMP=hppa-unknown-linux-gnu-objdump >ac_cv_prog_RANLIB=hppa-unknown-linux-gnu-ranlib >ac_cv_prog_STRIP=hppa-unknown-linux-gnu-strip >ac_cv_prog_cc_c89= >ac_cv_prog_cc_g=yes >ac_cv_prog_make_make_set=yes >ac_cv_search_connect='none required' >ac_cv_search_gethostent='none required' >ac_cv_search_opendir='none required' >ac_cv_search_setsockopt='none required' >ac_cv_va_copy=yes >am_cv_CC_dependencies_compiler_type=none >am_cv_make_support_nested_variables=yes >am_cv_prog_cc_c_o=yes >bash_cv_job_control_missing=present >bash_cv_sys_named_pipes=present >fu_cv_sys_stat_statvfs=yes >gl_cv_func_btowc_eof=yes >gl_cv_func_malloc_0_nonnull=yes >gl_cv_func_re_compile_pattern_working=yes >gl_cv_func_rename_trailing_dest_slash_bug=no >gl_cv_func_rename_trailing_slash_bug=no >gl_cv_func_wcwidth_works=yes >glib_cv___va_copy=yes >glib_cv_has__inline=yes >glib_cv_has__inline__=yes >glib_cv_hasinline=yes >glib_cv_long_long_format=ll >glib_cv_rtldglobal_broken=no >glib_cv_sane_realloc=yes >glib_cv_stack_grows=no >glib_cv_uscore=no >glib_cv_va_copy=yes >glib_cv_va_val_copy=no >lf_cv_sane_realloc=yes >libIDL_cv_long_long_format=ll >lt_cv_ar_at_file=@ >lt_cv_archive_cmds_need_lc=no >lt_cv_deplibs_check_method=pass_all >lt_cv_file_magic_cmd='$MAGIC_CMD' >lt_cv_file_magic_test_file= >lt_cv_ld_reload_flag=-r >lt_cv_nm_interface='BSD nm' >lt_cv_objdir=.libs >lt_cv_path_LD=/usr/libexec/gcc/hppa-unknown-linux-gnu/ld >lt_cv_path_NM='/usr/bin/hppa-unknown-linux-gnu-nm -B' >lt_cv_path_mainfest_tool=no >lt_cv_prog_compiler_c_o=yes >lt_cv_prog_compiler_pic='-fPIC -DPIC' >lt_cv_prog_compiler_pic_works=yes >lt_cv_prog_compiler_rtti_exceptions=no >lt_cv_prog_compiler_static_works=yes >lt_cv_prog_gnu_ld=yes >lt_cv_sharedlib_from_linklib_cmd='printf %s\n' >lt_cv_shlibpath_overrides_runpath=yes >lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' >lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\''' >lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\''' >lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' >lt_cv_sys_global_symbol_to_import= >lt_cv_sys_max_cmd_len=1572864 >lt_cv_to_host_file_cmd=func_convert_file_noop >lt_cv_to_tool_file_cmd=func_convert_file_noop >lt_cv_truncate_bin='/bin/dd bs=4096 count=1' >pkg_cv_Z_CFLAGS= >pkg_cv_Z_LIBS=-lz >screen_cv_sys_bcopy_overlap=no >screen_cv_sys_fifo_broken_impl=yes >screen_cv_sys_fifo_usable=yes >screen_cv_sys_memcpy_overlap=no >screen_cv_sys_memmove_overlap=no >screen_cv_sys_select_broken_retval=no >screen_cv_sys_sockets_nofs=no >screen_cv_sys_sockets_usable=yes >screen_cv_sys_terminfo_used=yes >sudo_cv_func_unsetenv_void=no >sudo_cv_uid_t_len=10 >td_cv_buggygetaddrinfo=no >vim_cv_getcwd_broken=no >vim_cv_memmove_handles_overlap=yes >vim_cv_stat_ignores_slash=yes >vim_cv_terminfo=yes >vim_cv_toupper_broken=no >vim_cv_tty_group=world >vim_cv_tty_mode=0666 >xml_cv_iconv_arg2= >xml_cv_iconv_decl='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);' >yeti_cv_func_scanf_modif_size_t=z > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ACLOCAL='${SHELL} '\''/usr/hppa-unknown-linux-gnu/tmp/portage/dev-libs/libxml2-2.9.10-r5/work/libxml2-2.9.10/missing'\'' aclocal-1.16' >AMDEPBACKSLASH='' >AMDEP_FALSE='' >AMDEP_TRUE='#' >AMTAR='$${TAR-tar}' >AM_BACKSLASH='\' >AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' >AM_DEFAULT_VERBOSITY='1' >AM_V='$(V)' >AR='hppa-unknown-linux-gnu-ar' >AUTOCONF='${SHELL} '\''/usr/hppa-unknown-linux-gnu/tmp/portage/dev-libs/libxml2-2.9.10-r5/work/libxml2-2.9.10/missing'\'' autoconf' >AUTOHEADER='${SHELL} '\''/usr/hppa-unknown-linux-gnu/tmp/portage/dev-libs/libxml2-2.9.10-r5/work/libxml2-2.9.10/missing'\'' autoheader' >AUTOMAKE='${SHELL} '\''/usr/hppa-unknown-linux-gnu/tmp/portage/dev-libs/libxml2-2.9.10-r5/work/libxml2-2.9.10/missing'\'' automake-1.16' >AWK='gawk' >BASE_THREAD_LIBS='-lpthread' >C14N_OBJ='c14n.c' >CATALOG_OBJ='catalog.o' >CC='/usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc' >CCDEPMODE='depmode=none' >CFLAGS='-O2 -pipe -fomit-frame-pointer' >CPP='/usr/x86_64-pc-linux-gnu/hppa-unknown-linux-gnu/gcc-bin/10.2.0/hppa-unknown-linux-gnu-gcc -E' >CPPFLAGS='' >CYGPATH_W='echo' >CYGWIN_EXTRA_LDFLAGS='' >CYGWIN_EXTRA_PYTHON_LIBADD='' >DEBUG_OBJ='debugXML.o' >DEFS='-DHAVE_CONFIG_H' >DEPDIR='.deps' >DLLTOOL='false' >DOCB_OBJ='DOCBparser.o' >DSYMUTIL='' >DUMPBIN='' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >EXEEXT='' >EXTRA_CFLAGS=' -pedantic -Wall -Wextra -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Winline -Wredundant-decls -Wno-long-long -Wno-format-extra-args' >FGREP='/bin/grep -F' >FTP_OBJ='nanoftp.o' >GREP='/bin/grep' >HAVE_ISINF='' >HAVE_ISNAN='' >HTML_DIR='$(datadir)/doc/libxml2-2.9.10-r5/html' >HTML_OBJ='HTMLparser.o HTMLtree.o' >HTTP_OBJ='nanohttp.o' >ICONV_LIBS='' >ICU_CFLAGS='' >ICU_LIBS='' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' >LD='/usr/libexec/gcc/hppa-unknown-linux-gnu/ld' >LDFLAGS='-Wl,-O1 -Wl,--as-needed' >LIBOBJS='' >LIBS='' >LIBTOOL='$(SHELL) $(top_builddir)/libtool' >LIBXML_MAJOR_VERSION='2' >LIBXML_MICRO_VERSION='10' >LIBXML_MINOR_VERSION='9' >LIBXML_VERSION='2.9.10' >LIBXML_VERSION_EXTRA='' >LIBXML_VERSION_INFO='11:10:9' >LIBXML_VERSION_NUMBER='20910' >LIPO='' >LN_S='ln -s' >LTLIBOBJS='' >LT_SYS_LIBRARY_PATH='' >LZMA_CFLAGS='' >LZMA_LIBS='' >MAINT='' >MAINTAINER_MODE_FALSE='#' >MAINTAINER_MODE_TRUE='' >MAKEINFO='${SHELL} '\''/usr/hppa-unknown-linux-gnu/tmp/portage/dev-libs/libxml2-2.9.10-r5/work/libxml2-2.9.10/missing'\'' makeinfo' >MANIFEST_TOOL=':' >MKDIR_P='/bin/mkdir -p' >MODULE_EXTENSION='.so' >MODULE_PLATFORM_LIBS='-ldl' >MV='/bin/mv' >M_LIBS='-lm' >NM='/usr/bin/hppa-unknown-linux-gnu-nm -B' >NMEDIT='' >OBJDUMP='hppa-unknown-linux-gnu-objdump' >OBJEXT='o' >OTOOL64='' >OTOOL='' >PACKAGE='libxml2' >PACKAGE_BUGREPORT='' >PACKAGE_NAME='' >PACKAGE_STRING='' >PACKAGE_TARNAME='' >PACKAGE_URL='' >PACKAGE_VERSION='' >PATH_SEPARATOR=':' >PERL='/usr/bin/perl' >PKG_CONFIG='/usr/bin/hppa-unknown-linux-gnu-pkg-config' >PKG_CONFIG_LIBDIR='' >PKG_CONFIG_PATH='/usr/hppa-unknown-linux-gnu/usr/lib/pkgconfig/' >PYTHON='' >PYTHON_INCLUDES='' >PYTHON_LIBS='' >PYTHON_SITE_PACKAGES='' >PYTHON_SUBDIR='' >PYTHON_TESTS='' >PYTHON_VERSION='' >RANLIB='hppa-unknown-linux-gnu-ranlib' >RDL_LIBS='-lreadline -lhistory ' >READER_TEST='Readertests' >REBUILD_DOCS_FALSE='' >REBUILD_DOCS_TRUE='#' >RELDATE='Wed Apr 7 2021' >SED='/bin/sed' >SET_MAKE='' >SHELL='/bin/sh' >STATIC_BINARIES='' >STRIP='hppa-unknown-linux-gnu-strip' >TAR='/bin/tar' >TEST_C14N='C14Ntests' >TEST_CATALOG='Catatests' >TEST_DEBUG='Scripttests' >TEST_HTML='HTMLtests' >TEST_MODULES='ModuleTests' >TEST_PATTERN='Patterntests' >TEST_PHTML='HTMLPushtests' >TEST_PUSH='XMLPushtests' >TEST_REGEXPS='Regexptests Automatatests' >TEST_SAX='SAXtests' >TEST_SCHEMAS='Schemastests Relaxtests' >TEST_SCHEMATRON='Schematrontests' >TEST_THREADS='Threadtests' >TEST_VALID='Validtests' >TEST_VTIME='VTimingtests' >TEST_XINCLUDE='XIncludetests' >TEST_XPATH='XPathtests' >TEST_XPTR='XPtrtests' >THREADS_W32_FALSE='' >THREADS_W32_TRUE='#' >THREAD_CFLAGS=' -D_REENTRANT' >THREAD_LIBS='' >USE_VERSION_SCRIPT_FALSE='#' >USE_VERSION_SCRIPT_TRUE='' >VERSION='2.9.10' >VERSION_SCRIPT_FLAGS='-Wl,--version-script=' >WGET='/usr/bin/wget' >WIN32_EXTRA_LDFLAGS='' >WIN32_EXTRA_LIBADD='' >WIN32_EXTRA_PYTHON_LIBADD='' >WITH_C14N='1' >WITH_CATALOG='1' >WITH_DEBUG='1' >WITH_DOCB='1' >WITH_FTP='1' >WITH_HTML='1' >WITH_HTTP='1' >WITH_ICONV='1' >WITH_ICU='0' >WITH_ISO8859X='1' >WITH_LEGACY='1' >WITH_LZMA='0' >WITH_MEM_DEBUG='0' >WITH_MODULES='1' >WITH_OUTPUT='1' >WITH_PATTERN='1' >WITH_PUSH='1' >WITH_PYTHON_FALSE='' >WITH_PYTHON_TRUE='#' >WITH_READER='1' >WITH_REGEXPS='1' >WITH_RUN_DEBUG='0' >WITH_SAX1='1' >WITH_SAX1_SOURCES_FALSE='' >WITH_SAX1_SOURCES_TRUE='#' >WITH_SCHEMAS='1' >WITH_SCHEMATRON='1' >WITH_THREADS='1' >WITH_THREAD_ALLOC='0' >WITH_TREE='1' >WITH_TRIO='0' >WITH_TRIO_SOURCES_FALSE='' >WITH_TRIO_SOURCES_TRUE='#' >WITH_VALID='1' >WITH_WRITER='1' >WITH_XINCLUDE='1' >WITH_XPATH='1' >WITH_XPTR='1' >WITH_ZLIB='1' >XINCLUDE_OBJ='xinclude.o' >XMLLINT='/usr/bin/xmllint' >XML_CFLAGS='' >XML_INCLUDEDIR='-I${includedir}/libxml2' >XML_LIBDIR='-L${libdir}' >XML_LIBS='-lxml2' >XML_LIBTOOLLIBS='libxml2.la' >XML_PRIVATE_LIBS='-lz -lm ' >XPATH_OBJ='xpath.o' >XPTR_OBJ='xpointer.o' >XSLTPROC='/usr/bin/xsltproc' >Z_CFLAGS='' >Z_LIBS='-lz' >ac_ct_AR='' >ac_ct_CC='' >ac_ct_DUMPBIN='' >am__EXEEXT_FALSE='' >am__EXEEXT_TRUE='#' >am__fastdepCC_FALSE='' >am__fastdepCC_TRUE='#' >am__include='include' >am__isrc=' -I$(srcdir)' >am__leading_dot='.' >am__nodep='' >am__quote='' >am__tar='$${TAR-tar} chof - "$$tardir"' >am__untar='$${TAR-tar} xf -' >bindir='${exec_prefix}/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='/usr/share/doc/libxml2-2.9.10-r5' >dvidir='${docdir}' >exec_prefix='${prefix}' >host='hppa-unknown-linux-gnu' >host_alias='hppa-unknown-linux-gnu' >host_cpu='hppa' >host_os='linux-gnu' >host_vendor='unknown' >htmldir='/usr/share/doc/libxml2-2.9.10-r5/html' >includedir='${prefix}/include' >infodir='/usr/share/info' >install_sh='${SHELL} /usr/hppa-unknown-linux-gnu/tmp/portage/dev-libs/libxml2-2.9.10-r5/work/libxml2-2.9.10/install-sh' >libdir='/usr/lib' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var/lib' >mandir='/usr/share/man' >mkdir_p='$(MKDIR_P)' >oldincludedir='/usr/include' >pdfdir='${docdir}' >prefix='/usr' >program_transform_name='s,x,x,' >psdir='${docdir}' >pythondir='' >runstatedir='${localstatedir}/run' >sbindir='${exec_prefix}/sbin' >sharedstatedir='${prefix}/com' >sysconfdir='/etc' >target_alias='' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "" >#define PACKAGE_TARNAME "" >#define PACKAGE_VERSION "" >#define PACKAGE_STRING "" >#define PACKAGE_BUGREPORT "" >#define PACKAGE_URL "" >#define PACKAGE "libxml2" >#define VERSION "2.9.10" >#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 HAVE_DLFCN_H 1 >#define LT_OBJDIR ".libs/" >#define HAVE_DIRENT_H 1 >#define STDC_HEADERS 1 >#define HAVE_FCNTL_H 1 >#define HAVE_UNISTD_H 1 >#define HAVE_CTYPE_H 1 >#define HAVE_DIRENT_H 1 >#define HAVE_ERRNO_H 1 >#define HAVE_MALLOC_H 1 >#define HAVE_STDARG_H 1 >#define HAVE_SYS_STAT_H 1 >#define HAVE_SYS_TYPES_H 1 >#define HAVE_STDINT_H 1 >#define HAVE_INTTYPES_H 1 >#define HAVE_TIME_H 1 >#define HAVE_MATH_H 1 >#define HAVE_LIMITS_H 1 >#define HAVE_FLOAT_H 1 >#define HAVE_STDLIB_H 1 >#define HAVE_SYS_SOCKET_H 1 >#define HAVE_NETINET_IN_H 1 >#define HAVE_ARPA_INET_H 1 >#define HAVE_NETDB_H 1 >#define HAVE_SYS_TIME_H 1 >#define HAVE_SYS_SELECT_H 1 >#define HAVE_POLL_H 1 >#define HAVE_SYS_MMAN_H 1 >#define HAVE_SYS_TIMEB_H 1 >#define HAVE_SIGNAL_H 1 >#define HAVE_ARPA_NAMESER_H 1 >#define HAVE_RESOLV_H 1 >#define HAVE_DLFCN_H 1 >#define HAVE_STRFTIME 1 >#define HAVE_STRFTIME 1 >#define HAVE_LOCALTIME 1 >#define HAVE_GETTIMEOFDAY 1 >#define HAVE_FTIME 1 >#define HAVE_STAT 1 >#define HAVE_SIGNAL 1 >#define HAVE_RAND 1 >#define HAVE_RAND_R 1 >#define HAVE_SRAND 1 >#define HAVE_TIME 1 >#define HAVE_ISASCII 1 >#define HAVE_MMAP 1 >#define HAVE_MUNMAP 1 >#define HAVE_PUTENV 1 >#define HAVE_VA_COPY 1 >#define XML_SOCKLEN_T socklen_t >#define GETHOSTBYNAME_ARG_CAST /**/ >#define SEND_ARG2_CAST /**/ >#define ATTRIBUTE_DESTRUCTOR 1 >#define SUPPORT_IP6 /**/ >#define HAVE_GETADDRINFO /**/ >#define HAVE_ISNAN /**/ >#define HAVE_ISINF /**/ >#define HAVE_DLOPEN /**/ >#define HAVE_LIBPTHREAD /**/ >#define HAVE_PTHREAD_H /**/ >#define HAVE_LIBHISTORY /**/ >#define HAVE_LIBREADLINE /**/ >#define ICONV_CONST >#define HAVE_PRINTF 1 >#define HAVE_SPRINTF 1 >#define HAVE_FPRINTF 1 >#define HAVE_SNPRINTF 1 >#define HAVE_VFPRINTF 1 >#define HAVE_VSPRINTF 1 >#define HAVE_VSNPRINTF 1 >#define HAVE_SSCANF 1 > >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 582130
:
433250
|
433252
|
433254
|
669506
|
698175
| 698178 |
698181
|
698544