From c115a9d1c3c12ce5504a1a5169006c66cafc34e3 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 8 Feb 2011 21:45:05 +0100 Subject: many bugfixes for native adksystems and some package updates --- mk/modules.mk | 5 +- mk/package.mk | 5 +- package/bind/Makefile | 32 +- package/e2fsprogs/Makefile | 20 +- package/ffmpeg/patches/patch-configure | 17 +- package/freetype/Makefile | 6 +- .../freetype/patches/patch-builds_unix_unix-cc_in | 11 + package/krb5/Makefile | 13 +- package/libgpg-error/Makefile | 4 +- package/libgpg-error/patches/patch-configure | 31 + package/libgpg-error/patches/patch-src_Makefile_in | 25 + package/libgssglue/Makefile | 9 +- package/libiconv/patches/patch-src_Makefile_in | 11 + package/libnfsidmap/Makefile | 14 +- package/libtirpc/Makefile | 15 +- package/libvorbis/Makefile | 2 +- package/libxml2/Makefile | 15 +- package/mpd/Makefile | 2 +- package/mplayer/patches/patch-Makefile | 11 + package/nfs-utils/Makefile | 18 +- package/nfs-utils/files/nfsd.init | 3 +- package/nfs-utils/patches/patch-config_log | 5831 -------------------- .../patches/patch-tools_rpcgen_Makefile_in | 6 +- package/popt/patches/patch-ltmain_sh | 11 + package/uclibc++/Config.in.manual | 2 +- package/util-linux-ng/Makefile | 31 +- scripts/scan-pkgs.sh | 20 + target/linux/config/Config.in.fs | 12 +- target/linux/config/Config.in.fsnet | 1 + target/x86/kernel.config | 114 +- 30 files changed, 343 insertions(+), 5954 deletions(-) create mode 100644 package/freetype/patches/patch-builds_unix_unix-cc_in create mode 100644 package/libgpg-error/patches/patch-configure create mode 100644 package/libgpg-error/patches/patch-src_Makefile_in create mode 100644 package/libiconv/patches/patch-src_Makefile_in create mode 100644 package/mplayer/patches/patch-Makefile delete mode 100644 package/nfs-utils/patches/patch-config_log create mode 100644 package/popt/patches/patch-ltmain_sh diff --git a/mk/modules.mk b/mk/modules.mk index 27b02bbf7..8a8e7f2f0 100644 --- a/mk/modules.mk +++ b/mk/modules.mk @@ -995,13 +995,16 @@ $(eval $(call KMOD_template,EXT2_FS,ext2-fs,\ ,30)) endif +$(eval $(call KMOD_template,FS_MBCACHE,fs-mbcache,\ + $(MODULES_DIR)/kernel/fs/mbcache \ +,20)) + $(eval $(call KMOD_template,EXT3_FS,ext3-fs,\ $(MODULES_DIR)/kernel/fs/jbd/jbd \ $(MODULES_DIR)/kernel/fs/ext3/ext3 \ ,30)) $(eval $(call KMOD_template,EXT4_FS,ext4-fs,\ - $(MODULES_DIR)/kernel/fs/mbcache \ $(MODULES_DIR)/kernel/fs/jbd2/jbd2 \ $(MODULES_DIR)/kernel/fs/ext4/ext4 \ ,30)) diff --git a/mk/package.mk b/mk/package.mk index d572e67b0..68142df0e 100644 --- a/mk/package.mk +++ b/mk/package.mk @@ -21,10 +21,10 @@ CONFIGURE_ENV+= GCC_HONOUR_COPTS=s \ CXXFLAGS='$(strip ${TARGET_CXXFLAGS})' \ CPPFLAGS='$(strip ${TARGET_CPPFLAGS})' \ LDFLAGS='$(strip ${TARGET_LDFLAGS})' \ + ${HOST_CONFIGURE_OPTS} \ PKG_CONFIG_LIBDIR='${STAGING_TARGET_DIR}/usr/lib/pkgconfig' ifeq ($(ADK_NATIVE),) CONFIGURE_ENV+= ${TARGET_CONFIGURE_OPTS} \ - ${HOST_CONFIGURE_OPTS} \ ac_cv_func_realloc_0_nonnull=yes \ ac_cv_func_malloc_0_nonnull=yes endif @@ -50,9 +50,10 @@ MAKE_ENV+= GCC_HONOUR_COPTS=2 \ CXXFLAGS='$(strip ${TARGET_CXXFLAGS})' \ CPPFLAGS='$(strip ${TARGET_CPPFLAGS})' \ LDFLAGS='$(strip ${TARGET_LDFLAGS})' \ + ${HOST_CONFIGURE_OPTS} \ PKG_CONFIG_LIBDIR='${STAGING_TARGET_DIR}/usr/lib/pkgconfig' ifeq ($(ADK_NATIVE),) -MAKE_ENV+= ${TARGET_CONFIGURE_OPTS} ${HOST_CONFIGURE_OPTS} +MAKE_ENV+= ${TARGET_CONFIGURE_OPTS} endif MAKE_FLAGS+= ${XAKE_FLAGS} V=1 diff --git a/package/bind/Makefile b/package/bind/Makefile index 2e44d787b..8e5a66e46 100644 --- a/package/bind/Makefile +++ b/package/bind/Makefile @@ -14,15 +14,21 @@ PKG_BUILDDEP:= openssl libxml2 PKG_URL:= https://www.isc.org/software/bind/ PKG_SITES:= ftp://ftp.isc.org/isc/bind9/${PKG_VERSION}/ -PKG_SUBPKGS:= BIND_SERVER BIND_CLIENT LIBBIND BIND_RNDC BIND_CHECK BIND_DNSSEC BIND_HOST BIND_DIG -PKGSD_LIBBIND:= library for the bind software suite -PKGSC_LIBBIND:= libs -PKGSD_BIND_CLIENT:= dynamic dns client (nsupdate utility) +PKG_SUBPKGS:= BIND_SERVER BIND_NSUPDATE LIBBIND BIND_RNDC BIND_CHECK BIND_DNSSEC BIND_HOST BIND_DIG +PKGSD_BIND_NSUPDATE:= nsupdate utility +PKGSC_BIND_NSUPDATE:= dns PKGSD_BIND_RNDC:= rndc & rndc-confgen utilities +PKGSC_BIND_RNDC:= dns PKGSD_BIND_CHECK:= check utilities +PKGSC_BIND_CHECK:= dns PKGSD_BIND_DNSSEC:= dnssec utilities +PKGSC_BIND_DNSSEC:= dns PKGSD_BIND_HOST:= host utility +PKGSC_BIND_HOST:= dns PKGSD_BIND_DIG:= dig utility +PKGSC_BIND_DIG:= dns +PKGSD_LIBBIND:= library for the bind software suite +PKGSC_LIBBIND:= libs PKG_FLAVOURS_BIND_SERVER:= WITH_IPV6 PKGFD_WITH_IPV6:= enable IPv6 support @@ -30,13 +36,13 @@ PKGFD_WITH_IPV6:= enable IPv6 support include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,BIND_SERVER,bind-server,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) -$(eval $(call PKG_template,BIND_CLIENT,bind-client,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_BIND_CLIENT},${PKG_SECTION})) +$(eval $(call PKG_template,BIND_CLIENT,bind-client,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_BIND_NSUPDATE},${PKGSC_BIND_NSUPDATE})) +$(eval $(call PKG_template,BIND_RNDC,bind-rndc,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_BIND_RNDC},${PKGSC_BIND_RNDC})) +$(eval $(call PKG_template,BIND_CHECK,bind-check,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_BIND_CHECK},${PKGSC_BIND_CHECK})) +$(eval $(call PKG_template,BIND_DNSSEC,bind-dnssec,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_BIND_DNSSEC},${PKGSC_BIND_DNSSEC})) +$(eval $(call PKG_template,BIND_HOST,bind-host,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_BIND_HOST},${PKGSC_BIND_HOST})) +$(eval $(call PKG_template,BIND_DIG,bind-dig,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_BIND_DIG},${PKGSC_BIND_DIG})) $(eval $(call PKG_template,LIBBIND,libbind,${PKG_VERSION}-${PKG_RELEASE},,${PKGSD_LIBBIND},${PKGSC_LIBBIND})) -$(eval $(call PKG_template,BIND_RNDC,bind-rndc,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_BIND_RNDC},${PKG_SECTION})) -$(eval $(call PKG_template,BIND_CHECK,bind-check,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_BIND_CHECK},${PKG_SECTION})) -$(eval $(call PKG_template,BIND_DNSSEC,bind-dnssec,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_BIND_DNSSEC},${PKG_SECTION})) -$(eval $(call PKG_template,BIND_HOST,bind-host,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_BIND_HOST},${PKG_SECTION})) -$(eval $(call PKG_template,BIND_DIG,bind-dig,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_BIND_DIG},${PKG_SECTION})) CONFIGURE_ARGS+= --with-randomdev=/dev/urandom \ --disable-threads \ @@ -58,9 +64,9 @@ bind-server-install: ${INSTALL_BIN} ${WRKINST}/usr/sbin/named ${IDIR_BIND_SERVER}/usr/sbin/ ${CP} ./files/bind ${IDIR_BIND_SERVER}/etc -bind-client-install: - ${INSTALL_DIR} ${IDIR_BIND_CLIENT}/usr/bin - ${INSTALL_BIN} ${WRKINST}/usr/bin/nsupdate ${IDIR_BIND_CLIENT}/usr/bin/ +bind-nsupdate-install: + ${INSTALL_DIR} ${IDIR_BIND_NSUPDATE}/usr/bin + ${INSTALL_BIN} ${WRKINST}/usr/bin/nsupdate ${IDIR_BIND_NSUPDATE}/usr/bin/ bind-rndc-install: ${INSTALL_DIR} ${IDIR_BIND_RNDC}/usr/sbin diff --git a/package/e2fsprogs/Makefile b/package/e2fsprogs/Makefile index d0d2d1bc1..017cd1f28 100644 --- a/package/e2fsprogs/Makefile +++ b/package/e2fsprogs/Makefile @@ -16,9 +16,11 @@ PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=e2fsprogs/} PKG_CFLINE_E2FSPROGS:= default y if ADK_TARGET_ROOTFS_CF PKG_SUBPKGS:= E2FSPROGS LIBUUID LIBCOM_ERR LIBSS LIBBLKID E2FSCK_STATIC -PKG_SUBPKGS+= LIBCOM_ERR_DEV LIBSS_DEV +PKG_SUBPKGS+= LIBCOM_ERR_DEV LIBSS_DEV LIBUUID_DEV LIBBLKID_DEV PKGSD_LIBUUID:= UUID library PKGSC_LIBUUID:= libs +PKGSD_LIBUUID_DEV:= UUID headers +PKGSC_LIBUUID_DEV:= devel PKGSD_LIBCOM_ERR:= Common error library PKGSC_LIBCOM_ERR:= libs PKGSD_LIBCOM_ERR_DEV:= Common error headers @@ -27,8 +29,10 @@ PKGSD_LIBSS:= Subsystem command parsing library PKGSC_LIBSS:= libs PKGSD_LIBSS_DEV:= Subsystem command parsing headers PKGSC_LIBSS_DEV:= devel -PKGSD_LIBBLKID:= Libblkid +PKGSD_LIBBLKID:= blkid library PKGSC_LIBBLKID:= libs +PKGSD_LIBBLKID_DEV:= blkid headers +PKGSC_LIBBLKID_DEV:= devel PKGSD_E2FSCK_STATIC:= Static build of e2fsck PKGSC_E2FSCK_STATIC:= fs @@ -36,11 +40,13 @@ include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,E2FSPROGS,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) $(eval $(call PKG_template,LIBUUID,libuuid,${PKG_VERSION}-${PKG_RELEASE},,${PKGSD_LIBUUID},${PKGSC_LIBUUID})) +$(eval $(call PKG_template,LIBUUID_DEV,libuuid-dev,${PKG_VERSION}-${PKG_RELEASE},,${PKGSD_LIBUUID_DEV},${PKGSC_LIBUUID_DEV})) $(eval $(call PKG_template,LIBCOM_ERR,libcom-err,${PKG_VERSION}-${PKG_RELEASE},,${PKGSD_LIBCOM_ERR},${PKGSC_LIBCOM_ERR})) $(eval $(call PKG_template,LIBCOM_ERR_DEV,libcom-err-dev,${PKG_VERSION}-${PKG_RELEASE},,${PKGSD_LIBCOM_ERR_DEV},${PKGSC_LIBCOM_ERR_DEV})) $(eval $(call PKG_template,LIBSS,libss,${PKG_VERSION}-${PKG_RELEASE},,${PKGSD_LIBSS},${PKGSC_LIBSS})) $(eval $(call PKG_template,LIBSS_DEV,libss-dev,${PKG_VERSION}-${PKG_RELEASE},,${PKGSD_LIBSS_DEV},${PKGSC_LIBSS_DEV})) $(eval $(call PKG_template,LIBBLKID,libblkid,${PKG_VERSION}-${PKG_RELEASE},,${PKGSD_LIBBLKID},${PKGSC_LIBBLKID})) +$(eval $(call PKG_template,LIBBLKID_DEV,libblkid-dev,${PKG_VERSION}-${PKG_RELEASE},,${PKGSD_LIBBLKID_DEV},${PKGSC_LIBBLKID_DEV})) $(eval $(call PKG_template,E2FSCK_STATIC,e2fsck-static,${PKG_VERSION}-${PKG_RELEASE},,${PKGSD_E2FSCK_STATIC},${PKGSC_E2FSCK_STATIC})) CONFIGURE_ARGS+= --enable-elf-shlibs --disable-rpath @@ -72,6 +78,11 @@ libblkid-install: ${CP} ${WRKINST}/usr/lib/libblkid.so* \ ${IDIR_LIBBLKID}/usr/lib/ +libblkid-dev-install: + ${INSTALL_DIR} ${IDIR_LIBBLKID_DEV}/usr/include/blkid + ${CP} ${WRKINST}/usr/include/blkid/*.h \ + ${IDIR_LIBBLKID_DEV}/usr/include/blkid + libcom-err-install: ${INSTALL_DIR} ${IDIR_LIBCOM_ERR}/usr/lib ${CP} ${WRKINST}/usr/lib/libcom_err.so* \ @@ -101,6 +112,11 @@ libuuid-install: ${CP} ${WRKBUILD}/lib/uuid/uuid.h \ ${STAGING_TARGET_DIR}/usr/include/uuid +libuuid-dev-install: + ${INSTALL_DIR} ${IDIR_LIBUUID_DEV}/usr/include + ${CP} ${WRKBUILD}/lib/uuid/uuid.h \ + ${IDIR_LIBUUID_DEV}/usr/include + e2fsck-static-install: ${INSTALL_DIR} ${IDIR_E2FSCK_STATIC}/usr/sbin ${INSTALL_BIN} ${WRKINST}/usr/sbin/e2fsck.static \ diff --git a/package/ffmpeg/patches/patch-configure b/package/ffmpeg/patches/patch-configure index d3edea539..5f038b65e 100644 --- a/package/ffmpeg/patches/patch-configure +++ b/package/ffmpeg/patches/patch-configure @@ -1,6 +1,17 @@ ---- ffmpeg-0.6.orig/configure 2010-06-15 21:44:30.000000000 +0200 -+++ ffmpeg-0.6/configure 2010-07-12 21:34:52.258102064 +0200 -@@ -2640,7 +2640,7 @@ if enabled libdc1394; then +--- ffmpeg-0.6.1.orig/configure 2010-06-15 21:44:30.000000000 +0200 ++++ ffmpeg-0.6.1/configure 2011-02-05 19:31:24.000000000 +0100 +@@ -1689,8 +1690,8 @@ if ! check_cmd type mktemp; then + fi + + tmpfile(){ +- tmp=$(mktemp -u "${TMPDIR}/ffconf.XXXXXXXX")$2 && +- (set -C; exec > $tmp) 2>/dev/null || ++ tmp=$(mktemp "${TMPDIR}/ffconf.XXXXXXXX")$2 && ++ (set -C; rm $tmp; exec > $tmp) || + die "Unable to create temporary file in $TMPDIR." + append TMPFILES $tmp + eval $1=$tmp +@@ -2640,7 +2641,7 @@ if enabled libdc1394; then die "ERROR: No version of libdc1394 found " fi diff --git a/package/freetype/Makefile b/package/freetype/Makefile index 469859884..913f99d52 100644 --- a/package/freetype/Makefile +++ b/package/freetype/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= freetype -PKG_VERSION:= 2.3.11 -PKG_RELEASE:= 2 -PKG_MD5SUM:= a693c9a4b0121890ca71e39364ffea4a +PKG_VERSION:= 2.4.4 +PKG_RELEASE:= 1 +PKG_MD5SUM:= 9273efacffb683483e58a9e113efae9f PKG_DESCR:= A free, high-quality and portable font engine PKG_SECTION:= libs PKG_DEPENDS:= zlib diff --git a/package/freetype/patches/patch-builds_unix_unix-cc_in b/package/freetype/patches/patch-builds_unix_unix-cc_in new file mode 100644 index 000000000..b4b1df60d --- /dev/null +++ b/package/freetype/patches/patch-builds_unix_unix-cc_in @@ -0,0 +1,11 @@ +--- freetype-2.4.4.orig/builds/unix/unix-cc.in 2010-08-31 13:04:28.000000000 +0200 ++++ freetype-2.4.4/builds/unix/unix-cc.in 2011-02-05 18:05:59.000000000 +0100 +@@ -101,7 +101,7 @@ LDFLAGS := @LDFLAGS@ + CCraw_build := @CC_BUILD@ # native CC of building system + E_BUILD := @EXEEXT_BUILD@ # extension for exexutable on building system + EXPORTS_LIST := $(OBJ_DIR)/ftexport.sym +-CCexe := $(CCraw_build) # used to compile `apinames' only ++CCexe := $(CCraw_build) $(CFLAGS_FOR_BUILD) # used to compile `apinames' only + + + # Library linking diff --git a/package/krb5/Makefile b/package/krb5/Makefile index 783a63870..73fcc246e 100644 --- a/package/krb5/Makefile +++ b/package/krb5/Makefile @@ -15,9 +15,11 @@ PKG_URL:= http://web.mit.edu/kerberos/ PKG_SITES:= http://web.mit.edu/kerberos/dist/krb5/${PKG_VERSION}/ PKG_NOPARALLEL:= 1 -PKG_SUBPKGS:= KRB5_SERVER KRB5_CLIENT LIBKRB5 +PKG_SUBPKGS:= KRB5_SERVER KRB5_CLIENT LIBKRB5 LIBKRB5_DEV PKGSD_LIBKRB5:= MIT kerberos libraries PKGSC_LIBKRB5:= libs +PKGSD_LIBKRB5_DEV:= MIT kerberos headers +PKGSC_LIBKRB5_DEV:= devel PKGSD_KRB5_CLIENT:= MIT kerberos client tools PKGSC_KRB5_CLIENT:= crypto PKGSS_KRB5_CLIENT:= libkrb5 libncurses libss libcom-err @@ -34,6 +36,7 @@ include $(TOPDIR)/mk/package.mk $(eval $(call PKG_template,KRB5_SERVER,krb5-server,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) $(eval $(call PKG_template,KRB5_CLIENT,krb5-client,$(PKG_VERSION)-${PKG_RELEASE},${PKGSS_KRB5_CLIENT},${PKGSD_KRB5_CLIENT},${PKGSC_KRB5_CLIENT})) $(eval $(call PKG_template,LIBKRB5,libkrb5,$(PKG_VERSION)-${PKG_RELEASE},,${PKGSD_LIBKRB5},${PKGSC_LIBKRB5})) +$(eval $(call PKG_template,LIBKRB5_DEV,libkrb5-dev,$(PKG_VERSION)-${PKG_RELEASE},,${PKGSD_LIBKRB5_DEV},${PKGSC_LIBKRB5_DEV})) CONFIGURE_ARGS+= --disable-static \ --disable-profiled \ @@ -82,4 +85,12 @@ libkrb5-install: echo '/usr/lib/libgssapi_krb5.so mechglue_internal_krb5_init' \ > ${IDIR_LIBKRB5}/etc/gssapi_mech.conf +libkrb5-dev-install: + ${INSTALL_DIR} ${IDIR_LIBKRB5_DEV}/usr/bin + ${INSTALL_BIN} ${WRKINST}/usr/bin/krb5-config \ + ${IDIR_LIBKRB5_DEV}/usr/bin + ${INSTALL_DIR} ${IDIR_LIBKRB5_DEV}/usr/include + ${CP} ${WRKINST}/usr/include/* \ + ${IDIR_LIBKRB5_DEV}/usr/include + include ${TOPDIR}/mk/pkg-bottom.mk diff --git a/package/libgpg-error/Makefile b/package/libgpg-error/Makefile index d653ae8a5..f0c126cf8 100644 --- a/package/libgpg-error/Makefile +++ b/package/libgpg-error/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= libgpg-error -PKG_VERSION:= 1.8 +PKG_VERSION:= 1.9 PKG_RELEASE:= 1 -PKG_MD5SUM:= 1d2005268a2f096db28cf9cf77b3229a +PKG_MD5SUM:= 521b98aa9395e7eaf0ef2236233a0796 PKG_DESCR:= a helper library for common error codes and descriptions PKG_SECTION:= libs PKG_URL:= http://www.gnupg.org/ diff --git a/package/libgpg-error/patches/patch-configure b/package/libgpg-error/patches/patch-configure new file mode 100644 index 000000000..717b884db --- /dev/null +++ b/package/libgpg-error/patches/patch-configure @@ -0,0 +1,31 @@ +--- libgpg-error-1.9.orig/configure 2010-07-21 10:00:02.000000000 +0200 ++++ libgpg-error-1.9/configure 2011-02-05 15:47:20.000000000 +0100 +@@ -769,6 +769,7 @@ GMSGFMT + MSGFMT + USE_NLS + CC_FOR_BUILD ++CFLAGS_FOR_BUILD + RC + OTOOL64 + OTOOL +@@ -909,7 +910,8 @@ LDFLAGS + LIBS + CPPFLAGS + CPP +-CC_FOR_BUILD' ++CC_FOR_BUILD ++CFLAGS_FOR_BUILD' + + + # Initialize some variables set by options. +@@ -11290,8 +11292,10 @@ CC="$lt_save_CC" + $as_echo_n "checking for cc for build... " >&6; } + if test "$cross_compiling" = "yes"; then + CC_FOR_BUILD="${CC_FOR_BUILD-cc}" ++ CFLAGS_FOR_BUILD="${CFLAGS_FOR_BUILD}" + else + CC_FOR_BUILD="${CC_FOR_BUILD-$CC}" ++ CFLAGS_FOR_BUILD="${CFLAGS_FOR_BUILD-$CFLAGS}" + fi + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC_FOR_BUILD" >&5 + $as_echo "$CC_FOR_BUILD" >&6; } diff --git a/package/libgpg-error/patches/patch-src_Makefile_in b/package/libgpg-error/patches/patch-src_Makefile_in new file mode 100644 index 000000000..d19b518db --- /dev/null +++ b/package/libgpg-error/patches/patch-src_Makefile_in @@ -0,0 +1,25 @@ +--- libgpg-error-1.9.orig/src/Makefile.in 2010-07-21 10:00:00.000000000 +0200 ++++ libgpg-error-1.9/src/Makefile.in 2011-02-05 15:44:54.000000000 +0100 +@@ -149,6 +149,7 @@ BUILD_TIMESTAMP = @BUILD_TIMESTAMP@ + CC = @CC@ + CCDEPMODE = @CCDEPMODE@ + CC_FOR_BUILD = @CC_FOR_BUILD@ ++CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@ + CFLAGS = @CFLAGS@ + CPP = @CPP@ + CPPFLAGS = @CPPFLAGS@ +@@ -868,12 +869,12 @@ gpg-error.def: Makefile gpg-error.def.in + # It is correct to use $(CC_FOR_BUILD) here. We want to run the + # program at build time. + mkerrcodes: mkerrcodes.c mkerrcodes.h Makefile +- $(CC_FOR_BUILD) -I. -I$(srcdir) -o $@ $(srcdir)/mkerrcodes.c ++ $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) -I. -I$(srcdir) -o $@ $(srcdir)/mkerrcodes.c + + # It is correct to use $(CC_FOR_BUILD) here. We want to run the + # program at build time. + @HAVE_W32CE_SYSTEM_TRUE@mkw32errmap: mkw32errmap.c mkw32errmap.tab.h Makefile +-@HAVE_W32CE_SYSTEM_TRUE@ $(CC_FOR_BUILD) -I. -I$(srcdir) -o $@ $(srcdir)/mkw32errmap.c ++@HAVE_W32CE_SYSTEM_TRUE@ $(CC_FOR_BUILD) $(CC_FOR_BUILD) -I. -I$(srcdir) -o $@ $(srcdir)/mkw32errmap.c + + code-from-errno.h: mkerrcodes Makefile + ./mkerrcodes | $(AWK) -f $(srcdir)/mkerrcodes2.awk >$@ diff --git a/package/libgssglue/Makefile b/package/libgssglue/Makefile index dea01211d..4cd325af8 100644 --- a/package/libgssglue/Makefile +++ b/package/libgssglue/Makefile @@ -13,10 +13,15 @@ PKG_SITES:= http://www.citi.umich.edu/projects/nfsv4/linux/libgssglue/ include $(TOPDIR)/mk/package.mk -$(eval $(call PKG_template,LIBGSSGLUE,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) +$(eval $(call PKG_template,LIBGSSGLUE,libgssglue,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) +$(eval $(call PKG_template,LIBGSSGLUE_DEV,libgssglue-dev,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) -post-install: +libgssglue-install: $(INSTALL_DIR) $(IDIR_LIBGSSGLUE)/usr/lib $(CP) $(WRKINST)/usr/lib/libgssglue.so* $(IDIR_LIBGSSGLUE)/usr/lib/ +libgssglue-dev-install: + $(INSTALL_DIR) $(IDIR_LIBGSSGLUE_DEV)/usr/include + ${CP} $(WRKINST)/usr/include/* $(IDIR_LIBGSSGLUE_DEV)/usr/include + include ${TOPDIR}/mk/pkg-bottom.mk diff --git a/package/libiconv/patches/patch-src_Makefile_in b/package/libiconv/patches/patch-src_Makefile_in new file mode 100644 index 000000000..2763d71e4 --- /dev/null +++ b/package/libiconv/patches/patch-src_Makefile_in @@ -0,0 +1,11 @@ +--- libiconv-1.13.1.orig/src/Makefile.in 2009-06-21 13:17:33.000000000 +0200 ++++ libiconv-1.13.1/src/Makefile.in 2011-02-04 17:12:50.000000000 +0100 +@@ -113,7 +113,7 @@ install : all force + if [ ! -d $(DESTDIR)$(bindir) ] ; then $(mkinstalldirs) $(DESTDIR)$(bindir) ; fi + case "@host_os@" in \ + hpux*) $(CC) $(LDFLAGS) $(CFLAGS) $(iconv_LDFLAGS) iconv.@OBJEXT@ ../srclib/libicrt.a -L$(DESTDIR)$(libdir) -liconv @LIBINTL@ $(OBJECTS_RES_@WOE32@) `if test -n '$(DESTDIR)'; then echo " -Wl,+b -Wl,$(libdir)"; fi` -o iconv$(EXEEXT);; \ +- *) $(LIBTOOL_LINK) $(CC) $(LDFLAGS) $(CFLAGS) $(iconv_LDFLAGS) iconv.@OBJEXT@ ../srclib/libicrt.a $(DESTDIR)$(libdir)/libiconv.la @LTLIBINTL@ $(OBJECTS_RES_@WOE32@) -o iconv$(EXEEXT);; \ ++ *) $(LIBTOOL_LINK) $(CC) $(LDFLAGS) $(CFLAGS) $(iconv_LDFLAGS) iconv.@OBJEXT@ ../srclib/libicrt.a ../lib/libiconv.la @LTLIBINTL@ $(OBJECTS_RES_@WOE32@) -o iconv$(EXEEXT);; \ + esac + $(INSTALL_PROGRAM_ENV) $(LIBTOOL_INSTALL) $(INSTALL_PROGRAM) iconv$(EXEEXT) $(DESTDIR)$(bindir)/iconv$(EXEEXT) + diff --git a/package/libnfsidmap/Makefile b/package/libnfsidmap/Makefile index eca543039..71f77b634 100644 --- a/package/libnfsidmap/Makefile +++ b/package/libnfsidmap/Makefile @@ -7,20 +7,30 @@ PKG_NAME:= libnfsidmap PKG_VERSION:= 0.21b1 PKG_RELEASE:= 1 PKG_MD5SUM:= a8a44bd4aa22441fb54735dd65496b72 -PKG_DESCR:= library for NFSv4 +PKG_DESCR:= idmap library for NFSv4 PKG_SECTION:= libs PKG_URL:= http://www.citi.umich.edu/projects/nfsv4/linux/ PKG_SITES:= http://www.citi.umich.edu/projects/nfsv4/linux/libnfsidmap/ +PKG_SUBPKGS:= LIBNFSIDMAP LIBNFSIDMAP_DEV +PKGSC_LIBNFSIDMAP_DEV:= devel +PKGSD_LIBNFSIDMAP_DEV:= headers for NFSv4 idmap library + include $(TOPDIR)/mk/package.mk $(eval $(call PKG_template,LIBNFSIDMAP,${PKG_NAME},$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) +$(eval $(call PKG_template,LIBNFSIDMAP_DEV,libnfsidmap-dev,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_LIBNFSIDMAP_DEV},${PKGSC_LIBNFSIDMAP_DEV})) -post-install: +libnfsidmap-install: $(INSTALL_DIR) $(IDIR_LIBNFSIDMAP)/usr/lib $(CP) $(WRKINST)/usr/lib/libnfsidmap.so* \ $(IDIR_LIBNFSIDMAP)/usr/lib/ $(CP) $(WRKINST)/usr/lib/libnfsidmap_static.so* \ $(IDIR_LIBNFSIDMAP)/usr/lib/ +libnfsidmap-dev-install: + $(INSTALL_DIR) $(IDIR_LIBNFSIDMAP_DEV)/usr/include + $(INSTALL_DATA) ${WRKINST}/usr/include/nfsidmap.h \ + $(IDIR_LIBNFSIDMAP_DEV)/usr/include + include ${TOPDIR}/mk/pkg-bottom.mk diff --git a/package/libtirpc/Makefile b/package/libtirpc/Makefile index 4d8e4689e..83785dd1e 100644 --- a/package/libtirpc/Makefile +++ b/package/libtirpc/Makefile @@ -16,19 +16,28 @@ PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=libtirpc/} DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.bz2 +PKG_SUBPKGS:= LIBTIRPC LIBTIRPC_DEV +PKGSD_LIBTIRPC_DEV:= tirpc headers +PKGSC_LIBTIRPC_DEV:= devel + include ${TOPDIR}/mk/package.mk -$(eval $(call PKG_template,LIBTIRPC,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) +$(eval $(call PKG_template,LIBTIRPC,libtirpc,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) +$(eval $(call PKG_template,LIBTIRPC_DEV,libtirpc-dev,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_LIBTIRPC_DEV},${PKGSC_LIBTIRPC_DEV})) -ifneq (${ADK_COMPILE_NFS_UTILS_WITH_KERBEROS},y) +ifneq (${ADK_PACKAGE_NFS_UTILS_WITH_KERBEROS},y) CONFIGURE_ARGS+= --disable-gss else CONFIGURE_ARGS+= --enable-gss endif -post-install: +libtirpc-install: ${INSTALL_DIR} ${IDIR_LIBTIRPC}/usr/lib ${IDIR_LIBTIRPC}/etc ${CP} ${WRKINST}/usr/lib/libtirpc*.so* ${IDIR_LIBTIRPC}/usr/lib/ ${CP} ./files/netconfig ${IDIR_LIBTIRPC}/etc +libtirpc-dev-install: + ${INSTALL_DIR} ${IDIR_LIBTIRPC_DEV}/usr/include + ${CP} ${WRKINST}/usr/include/* ${IDIR_LIBTIRPC_DEV}/usr/include + include ${TOPDIR}/mk/pkg-bottom.mk diff --git a/package/libvorbis/Makefile b/package/libvorbis/Makefile index a980c64a7..05e01dd94 100644 --- a/package/libvorbis/Makefile +++ b/package/libvorbis/Makefile @@ -7,7 +7,7 @@ PKG_NAME:= libvorbis PKG_VERSION:= 1.2.0 PKG_RELEASE:= 1 PKG_MD5SUM:= 478646358c49f34aedcce58948793619 -PKG_DESCR:= The Vorbis General Audio Compression Codec library +PKG_DESCR:= Vorbis General Audio Compression Codec library PKG_SECTION:= libs PKG_BUILDDEP:= libogg PKG_URL:= http://www.xiph.org/vorbis/ diff --git a/package/libxml2/Makefile b/package/libxml2/Makefile index f518d4cf5..de4711225 100644 --- a/package/libxml2/Makefile +++ b/package/libxml2/Makefile @@ -14,9 +14,14 @@ PKG_BUILDDEP:= zlib PKG_URL:= http://www.xmlsoft.org/ PKG_SITES:= http://xmlsoft.org/sources/ +PKG_SUBPKGS:= LIBXML2 LIBXML2_DEV +PKGSD_LIBXML2_DEV:= XML parser headers +PKGSC_LIBXML2_DEV:= devel + include ${TOPDIR}/mk/package.mk -$(eval $(call PKG_template,LIBXML2,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) +$(eval $(call PKG_template,LIBXML2,libxml,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) +$(eval $(call PKG_template,LIBXML2_DEV,libxml2-dev,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_LIBXML2_DEV},${PKGSC_LIBXML2_DEV})) CONFIGURE_ARGS+= --without-c14n \ --without-catalog \ @@ -46,8 +51,12 @@ CONFIGURE_ARGS+= --without-c14n \ --with-xptr \ --with-zlib -post-install: +libxml2-install: ${INSTALL_DIR} ${IDIR_LIBXML2}/usr/lib - ${CP} ${WRKINST}/usr/lib/libxml2.so* ${IDIR_LIBXML2}/usr/lib/ + ${CP} ${WRKINST}/usr/lib/libxml2.so* ${IDIR_LIBXML2}/usr/lib + +libxml2-dev-install: + ${INSTALL_DIR} ${IDIR_LIBXML2_DEV}/usr/include + ${CP} ${WRKINST}/usr/include/* ${IDIR_LIBXML2_DEV}/usr/include include ${TOPDIR}/mk/pkg-bottom.mk diff --git a/package/mpd/Makefile b/package/mpd/Makefile index ecfeb77ad..402ddf332 100644 --- a/package/mpd/Makefile +++ b/package/mpd/Makefile @@ -49,7 +49,7 @@ PKGFD_WITH_FFMPEG:= enable FFMPEG support PKGFS_WITH_FFMPEG:= ffmpeg PKGFB_WITH_FFMPEG:= ffmpeg PKGFD_WITH_SHOUT:= enable Shoutcast output support -PKGFS_WITH_SHOUT:= libshout liblame libvorbis +PKGFS_WITH_SHOUT:= libshout liblame libvorbisenc PKGFB_WITH_SHOUT:= lame libvorbis libshout PKGFD_WITH_CURL:= enable CURL support PKGFS_WITH_CURL:= libcurl diff --git a/package/mplayer/patches/patch-Makefile b/package/mplayer/patches/patch-Makefile new file mode 100644 index 000000000..3f57255db --- /dev/null +++ b/package/mplayer/patches/patch-Makefile @@ -0,0 +1,11 @@ +--- mplayer-1.0-32749.orig/Makefile 2011-01-03 11:27:11.000000000 +0100 ++++ mplayer-1.0-32749/Makefile 2011-02-05 18:20:49.000000000 +0100 +@@ -816,7 +816,7 @@ mencoder$(EXESUF) mplayer$(EXESUF): + $(CC) -o $@ $^ $(EXTRALIBS) + + codec-cfg$(EXESUF): codec-cfg.c codec-cfg.h help_mp.h +- $(HOST_CC) -O -DCODECS2HTML -I. -Iffmpeg -o $@ $< ++ $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) -O -DCODECS2HTML -I. -Iffmpeg -o $@ $< + + codecs.conf.h: codec-cfg$(EXESUF) etc/codecs.conf + ./$^ > $@ diff --git a/package/nfs-utils/Makefile b/package/nfs-utils/Makefile index 1d6e9aa23..e277874c6 100644 --- a/package/nfs-utils/Makefile +++ b/package/nfs-utils/Makefile @@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk PKG_NAME:= nfs-utils PKG_VERSION:= 1.2.3 -PKG_RELEASE:= 5 +PKG_RELEASE:= 6 PKG_MD5SUM:= 1131dc5f27c4f3905a6e7ee0d594fd4d PKG_DESCR:= Utilities for NFS kernel server implementation PKG_SECTION:= net/fs @@ -23,7 +23,7 @@ PKGCB_WITHOUT_TIRPC:= portmap PKG_FLAVOURS_NFS_UTILS:=WITH_KERBEROS PKGFD_WITH_KERBEROS:= enable Kerberos support (MIT) -PKGFS_WITH_KERBEROS:= libkrb5 libevent libnfsidmap librpcsecgss libcom-err libgssglue +PKGFS_WITH_KERBEROS:= libkrb5 libevent libnfsidmap librpcsecgss libcom-err libgssglue kmod-rpcsec-gss-krb5 kmod-sunrpc-gss PKGFB_WITH_KERBEROS:= libnfsidmap krb5 libevent libgssglue librpcsecgss DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2 @@ -32,9 +32,17 @@ include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,NFS_UTILS,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) +ifeq ($(ADK_NATIVE),) +KRB5INC:= ${STAGING_TARGET_DIR}/usr +TIRPCINC:= ${STAGING_TARGET_DIR}/usr/include/tirpc +else +KRB5INC:= /usr +TIRPCINC:= /usr/include/tirpc +endif + ifeq ($(ADK_PACKAGE_NFS_UTILS_WITH_KERBEROS),y) CONFIGURE_ARGS+= --enable-nfsv4 \ - --with-krb5=${STAGING_TARGET_DIR}/usr/ \ + --with-krb5=$(KRB5INC) \ --enable-gss CONFIGURE_ENV+= LIBS="-lrpcsecgss" else @@ -44,7 +52,7 @@ endif ifeq ($(ADK_PACKAGE_NFS_UTILS_WITH_TIRPC),y) CONFIGURE_ARGS+= --enable-tirpc \ - --with-tirpcinclude=${STAGING_TARGET_DIR}/usr/include/tirpc + --with-tirpcinclude=${TIRPCINC} else CONFIGURE_ARGS+= --disable-tirpc endif @@ -57,6 +65,8 @@ CONFIGURE_ARGS+= --without-tcp-wrappers \ post-install: ${INSTALL_DIR} ${IDIR_NFS_UTILS}/usr/sbin ${IDIR_NFS_UTILS}/etc + ${INSTALL_DIR} ${IDIR_NFS_UTILS}/sbin + ${CP} ${WRKINST}/sbin/{u,}mount.nfs* ${IDIR_NFS_UTILS}/sbin ${INSTALL_DATA} ./files/rpc ${IDIR_NFS_UTILS}/etc ${INSTALL_BIN} ${WRKBUILD}/utils/exportfs/exportfs \ ${IDIR_NFS_UTILS}/usr/sbin/ diff --git a/package/nfs-utils/files/nfsd.init b/package/nfs-utils/files/nfsd.init index 26be81aa8..4f0aaabe3 100644 --- a/package/nfs-utils/files/nfsd.init +++ b/package/nfs-utils/files/nfsd.init @@ -7,7 +7,7 @@ case $1 in autostop) ;; autostart) - test x"${portmap:-NO}" = x"NO" || test x"${rpcbind:-NO}" = x"NO" && exit 0 + test x"${portmap:-NO}" = x"NO" && test x"${rpcbind:-NO}" = x"NO" && exit 0 test x"${nfs_server:-NO}" = x"NO" && exit 0 exec sh $0 start ;; @@ -32,6 +32,7 @@ stop) if [ ${nfs_server_version} -eq 4 ];then kill $(pgrep -f /usr/sbin/idmapd) kill $(pgrep -f /usr/sbin/svcgssd) + umount /var/lib/nfs/rpc_pipefs fi ;; restart) diff --git a/package/nfs-utils/patches/patch-config_log b/package/nfs-utils/patches/patch-config_log deleted file mode 100644 index f781209a4..000000000 --- a/package/nfs-utils/patches/patch-config_log +++ /dev/null @@ -1,5831 +0,0 @@ ---- nfs-utils-1.2.3.orig/config.log 2010-09-28 14:25:03.000000000 +0200 -+++ nfs-utils-1.2.3/config.log 2011-01-21 17:33:44.714914032 +0100 -@@ -4,22 +4,22 @@ running configure, to aid debugging if c - It was created by linux nfs-utils configure 1.2.3, which was - generated by GNU Autoconf 2.65. Invocation command line was - -- $ ./configure --disable-gss -+ $ /home/wbx/adk/openadk/build_ibm-x40_i686_uclibc/w-nfs-utils-1.2.3-3/nfs-utils-1.2.3/configure --build=x86_64-linux-gnu --host=i686-openadk-linux --target=i686-openadk-linux --program-prefix= --program-suffix= --prefix=/usr --bindir=/usr/bin --datadir=/usr/share --mandir=/usr/share/man --libexecdir=/usr/libexec --localstatedir=/var --sysconfdir=/etc --disable-nls --enable-shared --enable-static --disable-dependency-tracking --disable-libtool-lock --enable-nfsv4 --with-krb5=/home/wbx/adk/openadk/target_i686_uclibc/usr/ --enable-gss --enable-tirpc --with-tirpcinclude=/home/wbx/adk/openadk/target_i686_uclibc/usr/include/tirpc --without-tcp-wrappers --with-rpcgen=internal --disable-uuid - - ## --------- ## - ## Platform. ## - ## --------- ## - --hostname = TopHat.home.4dicksons.org -+hostname = chrom - uname -m = x86_64 --uname -r = 2.6.34.6-54.fc13.x86_64 -+uname -r = 2.6.31-22-server - uname -s = Linux --uname -v = #1 SMP Sun Sep 5 17:16:27 UTC 2010 -+uname -v = #70-Ubuntu SMP Thu Dec 2 00:00:57 UTC 2010 - - /usr/bin/uname -p = unknown - /bin/uname -X = unknown - --/bin/arch = x86_64 -+/bin/arch = unknown - /usr/bin/arch -k = unknown - /usr/convex/getsysinfo = unknown - /usr/bin/hostinfo = unknown -@@ -27,23 +27,18 @@ uname -v = #1 SMP Sun Sep 5 17:16:27 UTC - /usr/bin/oslevel = unknown - /bin/universe = unknown - --PATH: /usr/lib64/qt-3.3/bin --PATH: /usr/kerberos/sbin --PATH: /usr/kerberos/bin --PATH: /usr/lib64/ccache --PATH: /usr/local/bin --PATH: /bin --PATH: /usr/bin -+PATH: /home/wbx/adk/openadk/scripts -+PATH: /home/wbx/adk/openadk/bin/tools -+PATH: /home/wbx/adk/openadk/host_i686_uclibc/bin -+PATH: /home/wbx/adk/openadk/host_i686_uclibc/usr/bin -+PATH: /home/wbx/adk/openadk/target_i686_uclibc/scripts - PATH: /usr/local/sbin -+PATH: /usr/local/bin - PATH: /usr/sbin --PATH: /sbin --PATH: /sbin - PATH: /usr/bin --PATH: /usr/sbin --PATH: /usr/local/bin --PATH: /usr/local/kde/bin --PATH: /home/steved/bin --PATH: /home/steved/bin -+PATH: /sbin -+PATH: /bin -+PATH: /usr/games - - - ## ----------- ## -@@ -51,17 +46,19 @@ PATH: /home/steved/bin - ## ----------- ## - - configure:2864: checking build system type --configure:2878: result: x86_64-unknown-linux-gnu -+configure:2878: result: x86_64-pc-linux-gnu - configure:2898: checking host system type --configure:2911: result: x86_64-unknown-linux-gnu -+configure:2911: result: i686-openadk-linux-gnu - configure:2948: checking for a BSD-compatible install --configure:3016: result: /usr/bin/install -c -+configure:3016: result: /home/wbx/adk/openadk/scripts/install -c - configure:3027: checking whether build environment is sane - configure:3077: result: yes -+configure:3126: checking for i686-openadk-linux-strip -+configure:3153: result: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-strip - configure:3218: checking for a thread-safe mkdir -p - configure:3257: result: /bin/mkdir -p - configure:3270: checking for gawk --configure:3286: found /bin/gawk -+configure:3286: found /usr/bin/gawk - configure:3297: result: gawk - configure:3308: checking whether make sets $(MAKE) - configure:3330: result: yes -@@ -69,70 +66,70 @@ configure:3413: checking whether to enab - configure:3422: result: no - configure:3727: checking for style of include used by make - configure:3755: result: GNU --configure:3825: checking for gcc --configure:3841: found /usr/lib64/ccache/gcc --configure:3852: result: gcc -+configure:3785: checking for i686-openadk-linux-gcc -+configure:3812: result: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc - configure:4081: checking for C compiler version --configure:4090: gcc --version >&5 --gcc (GCC) 4.4.4 20100630 (Red Hat 4.4.4-10) -+configure:4090: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc --version >&5 -+i686-openadk-linux-uclibc-gcc (GCC) 4.5.2 - Copyright (C) 2010 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:4101: $? = 0 --configure:4090: gcc -v >&5 -+configure:4090: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -v >&5 - Using built-in specs. --Target: x86_64-redhat-linux --Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux -+COLLECT_GCC=/home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -+COLLECT_LTO_WRAPPER=/home/wbx/adk/openadk/host_i686_uclibc/libexec/gcc/i686-openadk-linux-uclibc/4.5.2/lto-wrapper -+Target: i686-openadk-linux-uclibc -+Configured with: /home/wbx/adk/openadk/toolchain_build_i686_uclibc/w-gcc-4.5.2-1/gcc-4.5.2/configure --prefix=/home/wbx/adk/openadk/host_i686_uclibc --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=i686-openadk-linux-uclibc --with-gmp=/home/wbx/adk/openadk/host_i686_uclibc --with-mpfr=/home/wbx/adk/openadk/host_i686_uclibc --with-libelf=/home/wbx/adk/openadk/host_i686_uclibc --disable-__cxa_atexit --with-gnu-ld --disable-libmudflap --disable-libgomp --disable-biarch --disable-decimal-float --disable-multilib --disable-sjlj-exceptions --disable-libstdcxx-pch --disable-ppl-version-check --disable-cloog-version-check --without-ppl --without-cloog --disable-nls --enable-libssp --enable-lto --enable-tls --enable-target-optspace --enable-languages=c,c++ --with-sysroot='/home/wbx/adk/openadk/host_i686_uclibc/../target_i686_uclibc' --with-slibdir=/home/wbx/adk/openadk/target_i686_uclibc/lib --enable-shared - Thread model: posix --gcc version 4.4.4 20100630 (Red Hat 4.4.4-10) (GCC) -+gcc version 4.5.2 (GCC) - configure:4101: $? = 0 --configure:4090: gcc -V >&5 --gcc: '-V' option must have argument -+configure:4090: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -V >&5 -+i686-openadk-linux-uclibc-gcc: '-V' option must have argument - configure:4101: $? = 1 --configure:4090: gcc -qversion >&5 --gcc: unrecognized option '-qversion' --gcc: no input files -+configure:4090: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -qversion >&5 -+i686-openadk-linux-uclibc-gcc: unrecognized option '-qversion' -+i686-openadk-linux-uclibc-gcc: no input files - configure:4101: $? = 1 - configure:4121: checking whether the C compiler works --configure:4143: gcc conftest.c >&5 -+configure:4143: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/librpcsecgss.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. - configure:4147: $? = 0 - configure:4196: result: yes - configure:4199: checking for C compiler default output file name - configure:4201: result: a.out - configure:4207: checking for suffix of executables --configure:4214: gcc -o conftest conftest.c >&5 -+configure:4214: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/librpcsecgss.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. - configure:4218: $? = 0 - configure:4240: result: - configure:4262: checking whether we are cross compiling --configure:4270: gcc -o conftest conftest.c >&5 --configure:4274: $? = 0 --configure:4281: ./conftest --configure:4285: $? = 0 --configure:4300: result: no -+configure:4300: result: yes - configure:4305: checking for suffix of object files --configure:4327: gcc -c conftest.c >&5 -+configure:4327: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include conftest.c >&5 - configure:4331: $? = 0 - configure:4352: result: o - configure:4356: checking whether we are using the GNU C compiler --configure:4375: gcc -c conftest.c >&5 -+configure:4375: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include conftest.c >&5 - configure:4375: $? = 0 - configure:4384: result: yes --configure:4393: checking whether gcc accepts -g --configure:4413: gcc -c -g conftest.c >&5 -+configure:4393: checking whether /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc accepts -g -+configure:4413: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -g -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include conftest.c >&5 - configure:4413: $? = 0 - configure:4454: result: yes --configure:4471: checking for gcc option to accept ISO C89 --configure:4535: gcc -c -g -O2 conftest.c >&5 -+configure:4471: checking for /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc option to accept ISO C89 -+configure:4535: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include conftest.c >&5 - configure:4535: $? = 0 - configure:4548: result: none needed --configure:4570: checking dependency style of gcc --configure:4680: result: gcc3 -+configure:4570: checking dependency style of /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -+configure:4680: result: none - configure:4701: checking how to run the C preprocessor --configure:4732: gcc -E conftest.c -+configure:4732: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -E -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include conftest.c - configure:4732: $? = 0 --configure:4746: gcc -E conftest.c --conftest.c:14:28: error: ac_nonexistent.h: No such file or directory -+configure:4746: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -E -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include conftest.c -+conftest.c:15:28: fatal error: ac_nonexistent.h: No such file or directory -+compilation terminated. - configure:4746: $? = 1 - configure: failed program was: - | /* confdefs.h */ -@@ -147,13 +144,15 @@ configure: failed program was: - | #define START_STATD "/usr/sbin/start-statd" - | #define NFS3_SUPPORTED 1 - | #define NFS4_SUPPORTED 1 -+| #define GSS_SUPPORTED 1 - | /* end confdefs.h. */ - | #include --configure:4771: result: gcc -E --configure:4791: gcc -E conftest.c -+configure:4771: result: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -E -+configure:4791: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -E -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include conftest.c - configure:4791: $? = 0 --configure:4805: gcc -E conftest.c --conftest.c:14:28: error: ac_nonexistent.h: No such file or directory -+configure:4805: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -E -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include conftest.c -+conftest.c:15:28: fatal error: ac_nonexistent.h: No such file or directory -+compilation terminated. - configure:4805: $? = 1 - configure: failed program was: - | /* confdefs.h */ -@@ -168,6 +167,7 @@ configure: failed program was: - | #define START_STATD "/usr/sbin/start-statd" - | #define NFS3_SUPPORTED 1 - | #define NFS4_SUPPORTED 1 -+| #define GSS_SUPPORTED 1 - | /* end confdefs.h. */ - | #include - configure:4834: checking for grep that handles long lines and -e -@@ -175,152 +175,5230 @@ configure:4892: result: /bin/grep - configure:4897: checking for egrep - configure:4959: result: /bin/grep -E - configure:4964: checking for ANSI C header files --configure:4984: gcc -c -g -O2 conftest.c >&5 -+configure:4984: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include conftest.c >&5 - configure:4984: $? = 0 --configure:5057: gcc -o conftest -g -O2 conftest.c >&5 --configure:5057: $? = 0 --configure:5057: ./conftest --configure:5057: $? = 0 - configure:5068: result: yes - configure:5081: checking for sys/types.h --configure:5081: gcc -c -g -O2 conftest.c >&5 -+configure:5081: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include conftest.c >&5 - configure:5081: $? = 0 - configure:5081: result: yes - configure:5081: checking for sys/stat.h --configure:5081: gcc -c -g -O2 conftest.c >&5 -+configure:5081: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include conftest.c >&5 - configure:5081: $? = 0 - configure:5081: result: yes - configure:5081: checking for stdlib.h --configure:5081: gcc -c -g -O2 conftest.c >&5 -+configure:5081: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include conftest.c >&5 - configure:5081: $? = 0 - configure:5081: result: yes - configure:5081: checking for string.h --configure:5081: gcc -c -g -O2 conftest.c >&5 -+configure:5081: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include conftest.c >&5 - configure:5081: $? = 0 - configure:5081: result: yes - configure:5081: checking for memory.h --configure:5081: gcc -c -g -O2 conftest.c >&5 -+configure:5081: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include conftest.c >&5 - configure:5081: $? = 0 - configure:5081: result: yes - configure:5081: checking for strings.h --configure:5081: gcc -c -g -O2 conftest.c >&5 -+configure:5081: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include conftest.c >&5 - configure:5081: $? = 0 - configure:5081: result: yes - configure:5081: checking for inttypes.h --configure:5081: gcc -c -g -O2 conftest.c >&5 -+configure:5081: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include conftest.c >&5 - configure:5081: $? = 0 - configure:5081: result: yes - configure:5081: checking for stdint.h --configure:5081: gcc -c -g -O2 conftest.c >&5 -+configure:5081: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include conftest.c >&5 - configure:5081: $? = 0 - configure:5081: result: yes - configure:5081: checking for unistd.h --configure:5081: gcc -c -g -O2 conftest.c >&5 -+configure:5081: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include conftest.c >&5 - configure:5081: $? = 0 - configure:5081: result: yes - configure:5108: checking for clnt_tli_create in -ltirpc --configure:5133: gcc -o conftest -g -O2 conftest.c -ltirpc >&5 -+configure:5133: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. - configure:5133: $? = 0 - configure:5142: result: yes --configure:5167: checking /usr/include/tirpc/netconfig.h usability --configure:5167: gcc -c -g -O2 conftest.c >&5 -+configure:5167: checking /home/wbx/adk/openadk/target_i686_uclibc/usr/include/tirpc/netconfig.h usability -+configure:5167: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include conftest.c >&5 - configure:5167: $? = 0 - configure:5167: result: yes --configure:5167: checking /usr/include/tirpc/netconfig.h presence --configure:5167: gcc -E conftest.c -+configure:5167: checking /home/wbx/adk/openadk/target_i686_uclibc/usr/include/tirpc/netconfig.h presence -+configure:5167: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -E -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include conftest.c -+configure:5167: $? = 0 -+configure:5167: result: yes -+configure:5167: checking for /home/wbx/adk/openadk/target_i686_uclibc/usr/include/tirpc/netconfig.h -+configure:5167: result: yes -+configure:5194: checking for prctl -+configure:5194: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:5194: $? = 0 -+configure:5194: result: yes -+configure:5209: checking for cap_get_proc in -lcap -+configure:5234: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -lcap -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/host_i686_uclibc/lib/gcc/i686-openadk-linux-uclibc/4.5.2/../../../../i686-openadk-linux-uclibc/bin/ld: cannot find -lcap -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+collect2: ld returned 1 exit status -+configure:5234: $? = 1 -+configure: failed program was: -+| /* confdefs.h */ -+| #define PACKAGE_NAME "linux nfs-utils" -+| #define PACKAGE_TARNAME "nfs-utils" -+| #define PACKAGE_VERSION "1.2.3" -+| #define PACKAGE_STRING "linux nfs-utils 1.2.3" -+| #define PACKAGE_BUGREPORT "linux-nfs@vger.kernel.org" -+| #define PACKAGE_URL "" -+| #define PACKAGE "nfs-utils" -+| #define VERSION "1.2.3" -+| #define START_STATD "/usr/sbin/start-statd" -+| #define NFS3_SUPPORTED 1 -+| #define NFS4_SUPPORTED 1 -+| #define GSS_SUPPORTED 1 -+| #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_LIBTIRPC 1 -+| #define HAVE__HOME_WBX_ADK_OPENADK_TARGET_I686_UCLIBC_USR_INCLUDE_TIRPC_NETCONFIG_H 1 -+| /* 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 cap_get_proc (); -+| int -+| main () -+| { -+| return cap_get_proc (); -+| ; -+| return 0; -+| } -+configure:5243: result: no -+configure:5252: checking sys/capability.h usability -+configure:5252: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include conftest.c >&5 -+conftest.c:60:28: fatal error: sys/capability.h: No such file or directory -+compilation terminated. -+configure:5252: $? = 1 -+configure: failed program was: -+| /* confdefs.h */ -+| #define PACKAGE_NAME "linux nfs-utils" -+| #define PACKAGE_TARNAME "nfs-utils" -+| #define PACKAGE_VERSION "1.2.3" -+| #define PACKAGE_STRING "linux nfs-utils 1.2.3" -+| #define PACKAGE_BUGREPORT "linux-nfs@vger.kernel.org" -+| #define PACKAGE_URL "" -+| #define PACKAGE "nfs-utils" -+| #define VERSION "1.2.3" -+| #define START_STATD "/usr/sbin/start-statd" -+| #define NFS3_SUPPORTED 1 -+| #define NFS4_SUPPORTED 1 -+| #define GSS_SUPPORTED 1 -+| #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_LIBTIRPC 1 -+| #define HAVE__HOME_WBX_ADK_OPENADK_TARGET_I686_UCLIBC_USR_INCLUDE_TIRPC_NETCONFIG_H 1 -+| /* end confdefs.h. */ -+| #include -+| #ifdef HAVE_SYS_TYPES_H -+| # include -+| #endif -+| #ifdef HAVE_SYS_STAT_H -+| # include -+| #endif -+| #ifdef STDC_HEADERS -+| # include -+| # include -+| #else -+| # ifdef HAVE_STDLIB_H -+| # include -+| # endif -+| #endif -+| #ifdef HAVE_STRING_H -+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -+| # include -+| # endif -+| # include -+| #endif -+| #ifdef HAVE_STRINGS_H -+| # include -+| #endif -+| #ifdef HAVE_INTTYPES_H -+| # include -+| #endif -+| #ifdef HAVE_STDINT_H -+| # include -+| #endif -+| #ifdef HAVE_UNISTD_H -+| # include -+| #endif -+| #include -+configure:5252: result: no -+configure:5252: checking sys/capability.h presence -+configure:5252: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -E -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include conftest.c -+conftest.c:27:28: fatal error: sys/capability.h: No such file or directory -+compilation terminated. -+configure:5252: $? = 1 -+configure: failed program was: -+| /* confdefs.h */ -+| #define PACKAGE_NAME "linux nfs-utils" -+| #define PACKAGE_TARNAME "nfs-utils" -+| #define PACKAGE_VERSION "1.2.3" -+| #define PACKAGE_STRING "linux nfs-utils 1.2.3" -+| #define PACKAGE_BUGREPORT "linux-nfs@vger.kernel.org" -+| #define PACKAGE_URL "" -+| #define PACKAGE "nfs-utils" -+| #define VERSION "1.2.3" -+| #define START_STATD "/usr/sbin/start-statd" -+| #define NFS3_SUPPORTED 1 -+| #define NFS4_SUPPORTED 1 -+| #define GSS_SUPPORTED 1 -+| #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_LIBTIRPC 1 -+| #define HAVE__HOME_WBX_ADK_OPENADK_TARGET_I686_UCLIBC_USR_INCLUDE_TIRPC_NETCONFIG_H 1 -+| /* end confdefs.h. */ -+| #include -+configure:5252: result: no -+configure:5252: checking for sys/capability.h -+configure:5252: result: no -+configure:5362: checking for special C compiler options needed for large files -+configure:5407: result: no -+configure:5413: checking for _FILE_OFFSET_BITS value needed for large files -+configure:5438: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include conftest.c >&5 -+conftest.c:33:3: warning: left shift count >= width of type -+conftest.c:33:3: warning: left shift count >= width of type -+conftest.c:34:10: warning: left shift count >= width of type -+conftest.c:34:10: warning: left shift count >= width of type -+conftest.c:33:7: error: size of array 'off_t_is_large' is negative -+conftest.c:35:9: warning: variably modified 'off_t_is_large' at file scope -+configure:5438: $? = 1 -+configure: failed program was: -+| /* confdefs.h */ -+| #define PACKAGE_NAME "linux nfs-utils" -+| #define PACKAGE_TARNAME "nfs-utils" -+| #define PACKAGE_VERSION "1.2.3" -+| #define PACKAGE_STRING "linux nfs-utils 1.2.3" -+| #define PACKAGE_BUGREPORT "linux-nfs@vger.kernel.org" -+| #define PACKAGE_URL "" -+| #define PACKAGE "nfs-utils" -+| #define VERSION "1.2.3" -+| #define START_STATD "/usr/sbin/start-statd" -+| #define NFS3_SUPPORTED 1 -+| #define NFS4_SUPPORTED 1 -+| #define GSS_SUPPORTED 1 -+| #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_LIBTIRPC 1 -+| #define HAVE__HOME_WBX_ADK_OPENADK_TARGET_I686_UCLIBC_USR_INCLUDE_TIRPC_NETCONFIG_H 1 -+| /* end confdefs.h. */ -+| #include -+| /* Check that off_t can represent 2**63 - 1 correctly. -+| We can't simply define LARGE_OFF_T to be 9223372036854775807, -+| since some C++ compilers masquerading as C compilers -+| incorrectly reject 9223372036854775807. */ -+| #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) -+| int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 -+| && LARGE_OFF_T % 2147483647 == 1) -+| ? 1 : -1]; -+| int -+| main () -+| { -+| -+| ; -+| return 0; -+| } -+configure:5462: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include conftest.c >&5 -+configure:5462: $? = 0 -+configure:5470: result: 64 -+configure:5671: checking for C++ compiler version -+configure:5680: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-g++ --version >&5 -+i686-openadk-linux-uclibc-g++ (GCC) 4.5.2 -+Copyright (C) 2010 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:5691: $? = 0 -+configure:5680: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-g++ -v >&5 -+Using built-in specs. -+COLLECT_GCC=/home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-g++ -+COLLECT_LTO_WRAPPER=/home/wbx/adk/openadk/host_i686_uclibc/libexec/gcc/i686-openadk-linux-uclibc/4.5.2/lto-wrapper -+Target: i686-openadk-linux-uclibc -+Configured with: /home/wbx/adk/openadk/toolchain_build_i686_uclibc/w-gcc-4.5.2-1/gcc-4.5.2/configure --prefix=/home/wbx/adk/openadk/host_i686_uclibc --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=i686-openadk-linux-uclibc --with-gmp=/home/wbx/adk/openadk/host_i686_uclibc --with-mpfr=/home/wbx/adk/openadk/host_i686_uclibc --with-libelf=/home/wbx/adk/openadk/host_i686_uclibc --disable-__cxa_atexit --with-gnu-ld --disable-libmudflap --disable-libgomp --disable-biarch --disable-decimal-float --disable-multilib --disable-sjlj-exceptions --disable-libstdcxx-pch --disable-ppl-version-check --disable-cloog-version-check --without-ppl --without-cloog --disable-nls --enable-libssp --enable-lto --enable-tls --enable-target-optspace --enable-languages=c,c++ --with-sysroot='/home/wbx/adk/openadk/host_i686_uclibc/../target_i686_uclibc' --with-slibdir=/home/wbx/adk/openadk/target_i686_uclibc/lib --enable-shared -+Thread model: posix -+gcc version 4.5.2 (GCC) -+configure:5691: $? = 0 -+configure:5680: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-g++ -V >&5 -+i686-openadk-linux-uclibc-g++: '-V' option must have argument -+configure:5691: $? = 1 -+configure:5680: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-g++ -qversion >&5 -+i686-openadk-linux-uclibc-g++: unrecognized option '-qversion' -+i686-openadk-linux-uclibc-g++: no input files -+configure:5691: $? = 1 -+configure:5695: checking whether we are using the GNU C++ compiler -+configure:5714: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-g++ -c -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include conftest.cpp >&5 -+configure:5714: $? = 0 -+configure:5723: result: yes -+configure:5732: checking whether /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-g++ accepts -g -+configure:5752: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-g++ -c -g -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include conftest.cpp >&5 -+configure:5752: $? = 0 -+configure:5793: result: yes -+configure:5818: checking dependency style of /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-g++ -+configure:5928: result: none -+configure:5951: checking for i686-openadk-linux-gcc -+configure:5978: result: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -+configure:6247: checking for C compiler version -+configure:6256: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc --version >&5 -+i686-openadk-linux-uclibc-gcc (GCC) 4.5.2 -+Copyright (C) 2010 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:6267: $? = 0 -+configure:6256: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -v >&5 -+Using built-in specs. -+COLLECT_GCC=/home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -+COLLECT_LTO_WRAPPER=/home/wbx/adk/openadk/host_i686_uclibc/libexec/gcc/i686-openadk-linux-uclibc/4.5.2/lto-wrapper -+Target: i686-openadk-linux-uclibc -+Configured with: /home/wbx/adk/openadk/toolchain_build_i686_uclibc/w-gcc-4.5.2-1/gcc-4.5.2/configure --prefix=/home/wbx/adk/openadk/host_i686_uclibc --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=i686-openadk-linux-uclibc --with-gmp=/home/wbx/adk/openadk/host_i686_uclibc --with-mpfr=/home/wbx/adk/openadk/host_i686_uclibc --with-libelf=/home/wbx/adk/openadk/host_i686_uclibc --disable-__cxa_atexit --with-gnu-ld --disable-libmudflap --disable-libgomp --disable-biarch --disable-decimal-float --disable-multilib --disable-sjlj-exceptions --disable-libstdcxx-pch --disable-ppl-version-check --disable-cloog-version-check --without-ppl --without-cloog --disable-nls --enable-libssp --enable-lto --enable-tls --enable-target-optspace --enable-languages=c,c++ --with-sysroot='/home/wbx/adk/openadk/host_i686_uclibc/../target_i686_uclibc' --with-slibdir=/home/wbx/adk/openadk/target_i686_uclibc/lib --enable-shared -+Thread model: posix -+gcc version 4.5.2 (GCC) -+configure:6267: $? = 0 -+configure:6256: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -V >&5 -+i686-openadk-linux-uclibc-gcc: '-V' option must have argument -+configure:6267: $? = 1 -+configure:6256: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -qversion >&5 -+i686-openadk-linux-uclibc-gcc: unrecognized option '-qversion' -+i686-openadk-linux-uclibc-gcc: no input files -+configure:6267: $? = 1 -+configure:6271: checking whether we are using the GNU C compiler -+configure:6299: result: yes -+configure:6308: checking whether /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc accepts -g -+configure:6369: result: yes -+configure:6386: checking for /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc option to accept ISO C89 -+configure:6463: result: none needed -+configure:6485: checking dependency style of /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -+configure:6595: result: none -+configure:6615: checking how to run the C preprocessor -+configure:6685: result: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -E -+configure:6705: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -E -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include conftest.c -+configure:6705: $? = 0 -+configure:6719: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -E -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include conftest.c -+conftest.c:28:28: fatal error: ac_nonexistent.h: No such file or directory -+compilation terminated. -+configure:6719: $? = 1 -+configure: failed program was: -+| /* confdefs.h */ -+| #define PACKAGE_NAME "linux nfs-utils" -+| #define PACKAGE_TARNAME "nfs-utils" -+| #define PACKAGE_VERSION "1.2.3" -+| #define PACKAGE_STRING "linux nfs-utils 1.2.3" -+| #define PACKAGE_BUGREPORT "linux-nfs@vger.kernel.org" -+| #define PACKAGE_URL "" -+| #define PACKAGE "nfs-utils" -+| #define VERSION "1.2.3" -+| #define START_STATD "/usr/sbin/start-statd" -+| #define NFS3_SUPPORTED 1 -+| #define NFS4_SUPPORTED 1 -+| #define GSS_SUPPORTED 1 -+| #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_LIBTIRPC 1 -+| #define HAVE__HOME_WBX_ADK_OPENADK_TARGET_I686_UCLIBC_USR_INCLUDE_TIRPC_NETCONFIG_H 1 -+| #define _FILE_OFFSET_BITS 64 -+| /* end confdefs.h. */ -+| #include -+configure:6748: checking whether ln -s works -+configure:6752: result: yes -+configure:6759: checking whether make sets $(MAKE) -+configure:6781: result: yes -+configure:6815: checking for a sed that does not truncate output -+configure:6879: result: /home/wbx/adk/openadk/scripts/sed -+configure:6897: checking for fgrep -+configure:6959: result: /bin/grep -F -+configure:6994: checking for ld used by /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -+configure:7061: result: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-ld -+configure:7068: checking if the linker (/home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-ld) is GNU ld -+configure:7083: result: yes -+configure:7095: checking for BSD- or MS-compatible name lister (nm) -+configure:7144: result: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-nm -+configure:7262: checking the name lister (/home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-nm) interface -+configure:7269: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include conftest.c >&5 -+configure:7272: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-nm "conftest.o" -+configure:7275: output -+00000000 B some_variable -+configure:7282: result: BSD nm -+configure:7286: checking the maximum length of command line arguments -+configure:7406: result: 3458764513820540925 -+configure:7423: checking whether the shell understands some XSI constructs -+configure:7433: result: yes -+configure:7437: checking whether the shell understands "+=" -+configure:7443: result: yes -+configure:7478: checking for /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-ld option to reload object files -+configure:7485: result: -r -+configure:7514: checking for i686-openadk-linux-objdump -+configure:7530: found /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-objdump -+configure:7541: result: i686-openadk-linux-objdump -+configure:7613: checking how to recognize dependent libraries -+configure:7809: result: pass_all -+configure:7829: checking for i686-openadk-linux-ar -+configure:7856: result: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-ar -+configure:7934: checking for i686-openadk-linux-strip -+configure:7961: result: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-strip -+configure:8033: checking for i686-openadk-linux-ranlib -+configure:8060: result: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-ranlib -+configure:8190: checking command to parse /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-nm output from /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc object -+configure:8308: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include conftest.c >&5 -+configure:8311: $? = 0 -+configure:8315: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm -+configure:8318: $? = 0 -+configure:8372: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c conftstm.o >&5 -+configure:8375: $? = 0 -+configure:8413: result: ok -+configure:9218: checking for dlfcn.h -+configure:9218: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include conftest.c >&5 -+configure:9218: $? = 0 -+configure:9218: result: yes -+configure:9343: checking for C++ compiler version -+configure:9352: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-g++ --version >&5 -+i686-openadk-linux-uclibc-g++ (GCC) 4.5.2 -+Copyright (C) 2010 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:9363: $? = 0 -+configure:9352: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-g++ -v >&5 -+Using built-in specs. -+COLLECT_GCC=/home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-g++ -+COLLECT_LTO_WRAPPER=/home/wbx/adk/openadk/host_i686_uclibc/libexec/gcc/i686-openadk-linux-uclibc/4.5.2/lto-wrapper -+Target: i686-openadk-linux-uclibc -+Configured with: /home/wbx/adk/openadk/toolchain_build_i686_uclibc/w-gcc-4.5.2-1/gcc-4.5.2/configure --prefix=/home/wbx/adk/openadk/host_i686_uclibc --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=i686-openadk-linux-uclibc --with-gmp=/home/wbx/adk/openadk/host_i686_uclibc --with-mpfr=/home/wbx/adk/openadk/host_i686_uclibc --with-libelf=/home/wbx/adk/openadk/host_i686_uclibc --disable-__cxa_atexit --with-gnu-ld --disable-libmudflap --disable-libgomp --disable-biarch --disable-decimal-float --disable-multilib --disable-sjlj-exceptions --disable-libstdcxx-pch --disable-ppl-version-check --disable-cloog-version-check --without-ppl --without-cloog --disable-nls --enable-libssp --enable-lto --enable-tls --enable-target-optspace --enable-languages=c,c++ --with-sysroot='/home/wbx/adk/openadk/host_i686_uclibc/../target_i686_uclibc' --with-slibdir=/home/wbx/adk/openadk/target_i686_uclibc/lib --enable-shared -+Thread model: posix -+gcc version 4.5.2 (GCC) -+configure:9363: $? = 0 -+configure:9352: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-g++ -V >&5 -+i686-openadk-linux-uclibc-g++: '-V' option must have argument -+configure:9363: $? = 1 -+configure:9352: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-g++ -qversion >&5 -+i686-openadk-linux-uclibc-g++: unrecognized option '-qversion' -+i686-openadk-linux-uclibc-g++: no input files -+configure:9363: $? = 1 -+configure:9367: checking whether we are using the GNU C++ compiler -+configure:9395: result: yes -+configure:9404: checking whether /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-g++ accepts -g -+configure:9465: result: yes -+configure:9490: checking dependency style of /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-g++ -+configure:9600: result: none -+configure:9623: checking how to run the C++ preprocessor -+configure:9650: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-g++ -E -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include conftest.cpp -+configure:9650: $? = 0 -+configure:9664: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-g++ -E -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include conftest.cpp -+conftest.cpp:29:28: fatal error: ac_nonexistent.h: No such file or directory -+compilation terminated. -+configure:9664: $? = 1 -+configure: failed program was: -+| /* confdefs.h */ -+| #define PACKAGE_NAME "linux nfs-utils" -+| #define PACKAGE_TARNAME "nfs-utils" -+| #define PACKAGE_VERSION "1.2.3" -+| #define PACKAGE_STRING "linux nfs-utils 1.2.3" -+| #define PACKAGE_BUGREPORT "linux-nfs@vger.kernel.org" -+| #define PACKAGE_URL "" -+| #define PACKAGE "nfs-utils" -+| #define VERSION "1.2.3" -+| #define START_STATD "/usr/sbin/start-statd" -+| #define NFS3_SUPPORTED 1 -+| #define NFS4_SUPPORTED 1 -+| #define GSS_SUPPORTED 1 -+| #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_LIBTIRPC 1 -+| #define HAVE__HOME_WBX_ADK_OPENADK_TARGET_I686_UCLIBC_USR_INCLUDE_TIRPC_NETCONFIG_H 1 -+| #define _FILE_OFFSET_BITS 64 -+| #define HAVE_DLFCN_H 1 -+| /* end confdefs.h. */ -+| #include -+configure:9689: result: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-g++ -E -+configure:9709: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-g++ -E -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include conftest.cpp -+configure:9709: $? = 0 -+configure:9723: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-g++ -E -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include conftest.cpp -+conftest.cpp:29:28: fatal error: ac_nonexistent.h: No such file or directory -+compilation terminated. -+configure:9723: $? = 1 -+configure: failed program was: -+| /* confdefs.h */ -+| #define PACKAGE_NAME "linux nfs-utils" -+| #define PACKAGE_TARNAME "nfs-utils" -+| #define PACKAGE_VERSION "1.2.3" -+| #define PACKAGE_STRING "linux nfs-utils 1.2.3" -+| #define PACKAGE_BUGREPORT "linux-nfs@vger.kernel.org" -+| #define PACKAGE_URL "" -+| #define PACKAGE "nfs-utils" -+| #define VERSION "1.2.3" -+| #define START_STATD "/usr/sbin/start-statd" -+| #define NFS3_SUPPORTED 1 -+| #define NFS4_SUPPORTED 1 -+| #define GSS_SUPPORTED 1 -+| #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_LIBTIRPC 1 -+| #define HAVE__HOME_WBX_ADK_OPENADK_TARGET_I686_UCLIBC_USR_INCLUDE_TIRPC_NETCONFIG_H 1 -+| #define _FILE_OFFSET_BITS 64 -+| #define HAVE_DLFCN_H 1 -+| /* end confdefs.h. */ -+| #include -+configure:9929: checking for objdir -+configure:9944: result: .libs -+configure:10240: checking if /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc supports -fno-rtti -fno-exceptions -+configure:10258: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -fno-rtti -fno-exceptions conftest.c >&5 -+cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C -+configure:10262: $? = 0 -+configure:10275: result: no -+configure:10295: checking for /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc option to produce PIC -+configure:10567: result: -fPIC -DPIC -+configure:10579: checking if /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc PIC flag -fPIC -DPIC works -+configure:10597: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -fPIC -DPIC -DPIC conftest.c >&5 -+configure:10601: $? = 0 -+configure:10614: result: yes -+configure:10638: checking if /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc static flag -static works -+configure:10666: result: yes -+configure:10681: checking if /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc supports -c -o file.o -+configure:10702: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -o out/conftest2.o conftest.c >&5 -+configure:10706: $? = 0 -+configure:10728: result: yes -+configure:10736: checking if /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc supports -c -o file.o -+configure:10783: result: yes -+configure:10816: checking whether the /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc linker (/home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-ld) supports shared libraries -+configure:11802: result: yes -+configure:11839: checking whether -lc should be explicitly linked in -+configure:11844: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include conftest.c >&5 -+configure:11847: $? = 0 -+configure:11862: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 -+configure:11865: $? = 0 -+configure:11877: result: no -+configure:12041: checking dynamic linker characteristics -+configure:12474: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -Wl,-rpath -Wl,/foo conftest.c -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:12474: $? = 0 -+configure:12695: result: GNU/Linux ld.so -+configure:12797: checking how to hardcode library paths into programs -+configure:12822: result: immediate -+configure:13342: checking whether stripping libraries is possible -+configure:13347: result: yes -+configure:13382: checking if libtool supports shared libraries -+configure:13384: result: yes -+configure:13387: checking whether to build shared libraries -+configure:13408: result: yes -+configure:13411: checking whether to build static libraries -+configure:13415: result: yes -+configure:13565: checking for ld used by /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-g++ -+configure:13632: result: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-ld -+configure:13639: checking if the linker (/home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-ld) is GNU ld -+configure:13654: result: yes -+configure:13709: checking whether the /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-g++ linker (/home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-ld) supports shared libraries -+configure:14622: result: yes -+configure:14650: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-g++ -c -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include conftest.cpp >&5 -+configure:14653: $? = 0 -+configure:14835: checking for /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-g++ option to produce PIC -+configure:15152: result: -fPIC -DPIC -+configure:15161: checking if /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-g++ PIC flag -fPIC -DPIC works -+configure:15179: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-g++ -c -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -fPIC -DPIC -DPIC conftest.cpp >&5 -+configure:15183: $? = 0 -+configure:15196: result: yes -+configure:15217: checking if /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-g++ static flag -static works -+configure:15245: result: yes -+configure:15257: checking if /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-g++ supports -c -o file.o -+configure:15278: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-g++ -c -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -o out/conftest2.o conftest.cpp >&5 -+configure:15282: $? = 0 -+configure:15304: result: yes -+configure:15309: checking if /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-g++ supports -c -o file.o -+configure:15356: result: yes -+configure:15386: checking whether the /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-g++ linker (/home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-ld) supports shared libraries -+configure:15412: result: yes -+configure:15549: checking dynamic linker characteristics -+configure:15930: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-g++ -o conftest -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -Wl,-rpath -Wl,/foo conftest.cpp -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:15930: $? = 0 -+configure:16151: result: GNU/Linux ld.so -+configure:16202: checking how to hardcode library paths into programs -+configure:16227: result: immediate -+configure:16286: checking whether /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc and cc understand -c and -o together -+configure:16317: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c conftest.c -o conftest2.o >&5 -+configure:16321: $? = 0 -+configure:16327: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c conftest.c -o conftest2.o >&5 -+configure:16331: $? = 0 -+configure:16342: cc -c conftest.c >&5 -+configure:16346: $? = 0 -+configure:16354: cc -c conftest.c -o conftest2.o >&5 -+configure:16358: $? = 0 -+configure:16364: cc -c conftest.c -o conftest2.o >&5 -+configure:16368: $? = 0 -+configure:16386: result: yes -+configure:16423: checking for i686-openadk-linux-ar -+configure:16450: result: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-ar -+configure:16515: checking for i686-openadk-linux-ld -+configure:16542: result: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-ld -+configure:16605: checking for ANSI C header files -+configure:16709: result: yes -+configure:16718: checking for GNU libc2 -+configure:16732: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -E -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include conftest.c -+configure:16732: $? = 0 -+configure:16740: result: yes -+configure:16748: checking for BSD signal semantics -+configure:16797: result: no -+configure:16805: checking for gethostbyname -+configure:16805: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+/tmp/ccoPHc9A.o: In function `main': -+conftest.c:(.text+0x12): warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:16805: $? = 0 -+configure:16805: result: yes -+configure:16853: checking for connect -+configure:16853: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:16853: $? = 0 -+configure:16853: result: yes -+configure:16902: checking for getaddrinfo -+configure:16902: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:16902: $? = 0 -+configure:16902: result: yes -+configure:16910: checking for getrpcbynumber -+configure:16910: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:16910: $? = 0 -+configure:16910: result: yes -+configure:16918: checking for getservbyname -+configure:16918: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:16918: $? = 0 -+configure:16918: result: yes -+configure:16926: checking for crypt in -lcrypt -+configure:16951: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -lcrypt -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:16951: $? = 0 -+configure:16960: result: yes -+configure:16970: checking for event_dispatch in -levent -+configure:16995: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -levent -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:16995: $? = 0 -+configure:17004: result: yes -+configure:17015: checking event.h usability -+configure:17015: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:17015: $? = 0 -+configure:17015: result: yes -+configure:17015: checking event.h presence -+configure:17015: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -E -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c -+configure:17015: $? = 0 -+configure:17015: result: yes -+configure:17015: checking for event.h -+configure:17015: result: yes -+configure:17032: checking for nfs4_init_name_mapping in -lnfsidmap -+configure:17057: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -lnfsidmap -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libnfsidmap.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:17057: $? = 0 -+configure:17066: result: yes -+configure:17077: checking nfsidmap.h usability -+configure:17077: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:17077: $? = 0 -+configure:17077: result: yes -+configure:17077: checking nfsidmap.h presence -+configure:17077: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -E -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c -+configure:17077: $? = 0 -+configure:17077: result: yes -+configure:17077: checking for nfsidmap.h -+configure:17077: result: yes -+configure:17090: checking for nfs4_set_debug in -lnfsidmap -+configure:17115: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -lnfsidmap -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libnfsidmap.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:17115: $? = 0 -+configure:17124: result: yes -+configure:17142: checking for i686-openadk-linux-pkg-config -+configure:17175: result: no -+configure:17185: checking for pkg-config -+configure:17203: found /usr/bin/pkg-config -+configure:17215: result: /usr/bin/pkg-config -+configure:17227: WARNING: using cross tools not prefixed with host triplet -+configure:17240: checking pkg-config is at least version 0.9.0 -+configure:17243: result: yes -+configure:17256: checking for GSSGLUE -+configure:17263: $PKG_CONFIG --exists --print-errors "libgssglue >= 0.1" -+configure:17266: $? = 0 -+configure:17279: $PKG_CONFIG --exists --print-errors "libgssglue >= 0.1" -+configure:17282: $? = 0 -+configure:17336: result: yes -+configure:17590: checking for getnameinfo -+configure:17590: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:17590: $? = 0 -+configure:17590: result: yes -+configure:17600: checking for nfs4_init_name_mapping in -lnfsidmap -+configure:17634: result: yes -+configure:17645: checking for nfsidmap.h -+configure:17645: result: yes -+configure:17658: checking for nfs4_set_debug in -lnfsidmap -+configure:17692: result: yes -+configure:17705: checking spkm3.h usability -+configure:17705: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+conftest.c:69:19: fatal error: spkm3.h: No such file or directory -+compilation terminated. -+configure:17705: $? = 1 -+configure: failed program was: -+| /* confdefs.h */ -+| #define PACKAGE_NAME "linux nfs-utils" -+| #define PACKAGE_TARNAME "nfs-utils" -+| #define PACKAGE_VERSION "1.2.3" -+| #define PACKAGE_STRING "linux nfs-utils 1.2.3" -+| #define PACKAGE_BUGREPORT "linux-nfs@vger.kernel.org" -+| #define PACKAGE_URL "" -+| #define PACKAGE "nfs-utils" -+| #define VERSION "1.2.3" -+| #define START_STATD "/usr/sbin/start-statd" -+| #define NFS3_SUPPORTED 1 -+| #define NFS4_SUPPORTED 1 -+| #define GSS_SUPPORTED 1 -+| #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_LIBTIRPC 1 -+| #define HAVE__HOME_WBX_ADK_OPENADK_TARGET_I686_UCLIBC_USR_INCLUDE_TIRPC_NETCONFIG_H 1 -+| #define _FILE_OFFSET_BITS 64 -+| #define HAVE_DLFCN_H 1 -+| #define LT_OBJDIR ".libs/" -+| #define STDC_HEADERS 1 -+| #define HAVE_EVENT_H 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| /* end confdefs.h. */ -+| #include -+| #ifdef HAVE_SYS_TYPES_H -+| # include -+| #endif -+| #ifdef HAVE_SYS_STAT_H -+| # include -+| #endif -+| #ifdef STDC_HEADERS -+| # include -+| # include -+| #else -+| # ifdef HAVE_STDLIB_H -+| # include -+| # endif -+| #endif -+| #ifdef HAVE_STRING_H -+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -+| # include -+| # endif -+| # include -+| #endif -+| #ifdef HAVE_STRINGS_H -+| # include -+| #endif -+| #ifdef HAVE_INTTYPES_H -+| # include -+| #endif -+| #ifdef HAVE_STDINT_H -+| # include -+| #endif -+| #ifdef HAVE_UNISTD_H -+| # include -+| #endif -+| #include -+configure:17705: result: no -+configure:17705: checking spkm3.h presence -+configure:17705: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -E -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c -+conftest.c:36:19: fatal error: spkm3.h: No such file or directory -+compilation terminated. -+configure:17705: $? = 1 -+configure: failed program was: -+| /* confdefs.h */ -+| #define PACKAGE_NAME "linux nfs-utils" -+| #define PACKAGE_TARNAME "nfs-utils" -+| #define PACKAGE_VERSION "1.2.3" -+| #define PACKAGE_STRING "linux nfs-utils 1.2.3" -+| #define PACKAGE_BUGREPORT "linux-nfs@vger.kernel.org" -+| #define PACKAGE_URL "" -+| #define PACKAGE "nfs-utils" -+| #define VERSION "1.2.3" -+| #define START_STATD "/usr/sbin/start-statd" -+| #define NFS3_SUPPORTED 1 -+| #define NFS4_SUPPORTED 1 -+| #define GSS_SUPPORTED 1 -+| #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_LIBTIRPC 1 -+| #define HAVE__HOME_WBX_ADK_OPENADK_TARGET_I686_UCLIBC_USR_INCLUDE_TIRPC_NETCONFIG_H 1 -+| #define _FILE_OFFSET_BITS 64 -+| #define HAVE_DLFCN_H 1 -+| #define LT_OBJDIR ".libs/" -+| #define STDC_HEADERS 1 -+| #define HAVE_EVENT_H 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| /* end confdefs.h. */ -+| #include -+configure:17705: result: no -+configure:17705: checking for spkm3.h -+configure:17705: result: no -+configure:17712: WARNING: Could not locate SPKM3 header; will not have SPKM3 support -+configure:17720: checking for Kerberos v5 -+configure:17791: result: /home/wbx/adk/openadk/target_i686_uclibc/usr/ -+configure:17805: checking for gss_krb5_export_lucid_sec_context in -lgssapi_krb5 -+configure:17830: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -lgssapi_krb5 -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib $(PROG_RPATH_FLAGS) -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv -ldl -ltirpc -lrpcsecgss >&5 -+i686-openadk-linux-uclibc-gcc: $(PROG_RPATH_FLAGS): No such file or directory -+configure:17830: $? = 1 -+configure: failed program was: -+| /* confdefs.h */ -+| #define PACKAGE_NAME "linux nfs-utils" -+| #define PACKAGE_TARNAME "nfs-utils" -+| #define PACKAGE_VERSION "1.2.3" -+| #define PACKAGE_STRING "linux nfs-utils 1.2.3" -+| #define PACKAGE_BUGREPORT "linux-nfs@vger.kernel.org" -+| #define PACKAGE_URL "" -+| #define PACKAGE "nfs-utils" -+| #define VERSION "1.2.3" -+| #define START_STATD "/usr/sbin/start-statd" -+| #define NFS3_SUPPORTED 1 -+| #define NFS4_SUPPORTED 1 -+| #define GSS_SUPPORTED 1 -+| #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_LIBTIRPC 1 -+| #define HAVE__HOME_WBX_ADK_OPENADK_TARGET_I686_UCLIBC_USR_INCLUDE_TIRPC_NETCONFIG_H 1 -+| #define _FILE_OFFSET_BITS 64 -+| #define HAVE_DLFCN_H 1 -+| #define LT_OBJDIR ".libs/" -+| #define STDC_HEADERS 1 -+| #define HAVE_EVENT_H 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define KRB5_VERSION 181 -+| #define HAVE_KRB5 1 -+| /* 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 gss_krb5_export_lucid_sec_context (); -+| int -+| main () -+| { -+| return gss_krb5_export_lucid_sec_context (); -+| ; -+| return 0; -+| } -+configure:17840: result: no -+configure:17850: checking for gss_krb5_set_allowable_enctypes in -lgssapi_krb5 -+configure:17875: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -lgssapi_krb5 -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib $(PROG_RPATH_FLAGS) -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv -ldl -ltirpc -lrpcsecgss >&5 -+i686-openadk-linux-uclibc-gcc: $(PROG_RPATH_FLAGS): No such file or directory -+configure:17875: $? = 1 -+configure: failed program was: -+| /* confdefs.h */ -+| #define PACKAGE_NAME "linux nfs-utils" -+| #define PACKAGE_TARNAME "nfs-utils" -+| #define PACKAGE_VERSION "1.2.3" -+| #define PACKAGE_STRING "linux nfs-utils 1.2.3" -+| #define PACKAGE_BUGREPORT "linux-nfs@vger.kernel.org" -+| #define PACKAGE_URL "" -+| #define PACKAGE "nfs-utils" -+| #define VERSION "1.2.3" -+| #define START_STATD "/usr/sbin/start-statd" -+| #define NFS3_SUPPORTED 1 -+| #define NFS4_SUPPORTED 1 -+| #define GSS_SUPPORTED 1 -+| #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_LIBTIRPC 1 -+| #define HAVE__HOME_WBX_ADK_OPENADK_TARGET_I686_UCLIBC_USR_INCLUDE_TIRPC_NETCONFIG_H 1 -+| #define _FILE_OFFSET_BITS 64 -+| #define HAVE_DLFCN_H 1 -+| #define LT_OBJDIR ".libs/" -+| #define STDC_HEADERS 1 -+| #define HAVE_EVENT_H 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define KRB5_VERSION 181 -+| #define HAVE_KRB5 1 -+| /* 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 gss_krb5_set_allowable_enctypes (); -+| int -+| main () -+| { -+| return gss_krb5_set_allowable_enctypes (); -+| ; -+| return 0; -+| } -+configure:17885: result: no -+configure:17895: checking for gss_krb5_ccache_name in -lgssapi_krb5 -+configure:17920: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -lgssapi_krb5 -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib $(PROG_RPATH_FLAGS) -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv -ldl -ltirpc -lrpcsecgss >&5 -+i686-openadk-linux-uclibc-gcc: $(PROG_RPATH_FLAGS): No such file or directory -+configure:17920: $? = 1 -+configure: failed program was: -+| /* confdefs.h */ -+| #define PACKAGE_NAME "linux nfs-utils" -+| #define PACKAGE_TARNAME "nfs-utils" -+| #define PACKAGE_VERSION "1.2.3" -+| #define PACKAGE_STRING "linux nfs-utils 1.2.3" -+| #define PACKAGE_BUGREPORT "linux-nfs@vger.kernel.org" -+| #define PACKAGE_URL "" -+| #define PACKAGE "nfs-utils" -+| #define VERSION "1.2.3" -+| #define START_STATD "/usr/sbin/start-statd" -+| #define NFS3_SUPPORTED 1 -+| #define NFS4_SUPPORTED 1 -+| #define GSS_SUPPORTED 1 -+| #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_LIBTIRPC 1 -+| #define HAVE__HOME_WBX_ADK_OPENADK_TARGET_I686_UCLIBC_USR_INCLUDE_TIRPC_NETCONFIG_H 1 -+| #define _FILE_OFFSET_BITS 64 -+| #define HAVE_DLFCN_H 1 -+| #define LT_OBJDIR ".libs/" -+| #define STDC_HEADERS 1 -+| #define HAVE_EVENT_H 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define KRB5_VERSION 181 -+| #define HAVE_KRB5 1 -+| /* 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 gss_krb5_ccache_name (); -+| int -+| main () -+| { -+| return gss_krb5_ccache_name (); -+| ; -+| return 0; -+| } -+configure:17930: result: no -+configure:17941: checking for krb5_get_error_message in -lgssapi_krb5 -+configure:17966: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -lgssapi_krb5 -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib $(PROG_RPATH_FLAGS) -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv -ldl -ltirpc -lrpcsecgss >&5 -+i686-openadk-linux-uclibc-gcc: $(PROG_RPATH_FLAGS): No such file or directory -+configure:17966: $? = 1 -+configure: failed program was: -+| /* confdefs.h */ -+| #define PACKAGE_NAME "linux nfs-utils" -+| #define PACKAGE_TARNAME "nfs-utils" -+| #define PACKAGE_VERSION "1.2.3" -+| #define PACKAGE_STRING "linux nfs-utils 1.2.3" -+| #define PACKAGE_BUGREPORT "linux-nfs@vger.kernel.org" -+| #define PACKAGE_URL "" -+| #define PACKAGE "nfs-utils" -+| #define VERSION "1.2.3" -+| #define START_STATD "/usr/sbin/start-statd" -+| #define NFS3_SUPPORTED 1 -+| #define NFS4_SUPPORTED 1 -+| #define GSS_SUPPORTED 1 -+| #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_LIBTIRPC 1 -+| #define HAVE__HOME_WBX_ADK_OPENADK_TARGET_I686_UCLIBC_USR_INCLUDE_TIRPC_NETCONFIG_H 1 -+| #define _FILE_OFFSET_BITS 64 -+| #define HAVE_DLFCN_H 1 -+| #define LT_OBJDIR ".libs/" -+| #define STDC_HEADERS 1 -+| #define HAVE_EVENT_H 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define KRB5_VERSION 181 -+| #define HAVE_KRB5 1 -+| /* 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 krb5_get_error_message (); -+| int -+| main () -+| { -+| return krb5_get_error_message (); -+| ; -+| return 0; -+| } -+configure:17976: result: no -+configure:17987: checking for krb5_get_init_creds_opt_set_addressless in -lgssapi_krb5 -+configure:18012: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -lgssapi_krb5 -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib $(PROG_RPATH_FLAGS) -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv -ldl -ltirpc -lrpcsecgss >&5 -+i686-openadk-linux-uclibc-gcc: $(PROG_RPATH_FLAGS): No such file or directory -+configure:18012: $? = 1 -+configure: failed program was: -+| /* confdefs.h */ -+| #define PACKAGE_NAME "linux nfs-utils" -+| #define PACKAGE_TARNAME "nfs-utils" -+| #define PACKAGE_VERSION "1.2.3" -+| #define PACKAGE_STRING "linux nfs-utils 1.2.3" -+| #define PACKAGE_BUGREPORT "linux-nfs@vger.kernel.org" -+| #define PACKAGE_URL "" -+| #define PACKAGE "nfs-utils" -+| #define VERSION "1.2.3" -+| #define START_STATD "/usr/sbin/start-statd" -+| #define NFS3_SUPPORTED 1 -+| #define NFS4_SUPPORTED 1 -+| #define GSS_SUPPORTED 1 -+| #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_LIBTIRPC 1 -+| #define HAVE__HOME_WBX_ADK_OPENADK_TARGET_I686_UCLIBC_USR_INCLUDE_TIRPC_NETCONFIG_H 1 -+| #define _FILE_OFFSET_BITS 64 -+| #define HAVE_DLFCN_H 1 -+| #define LT_OBJDIR ".libs/" -+| #define STDC_HEADERS 1 -+| #define HAVE_EVENT_H 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define KRB5_VERSION 181 -+| #define HAVE_KRB5 1 -+| /* 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 krb5_get_init_creds_opt_set_addressless (); -+| int -+| main () -+| { -+| return krb5_get_init_creds_opt_set_addressless (); -+| ; -+| return 0; -+| } -+configure:18022: result: no -+configure:18143: checking whether AI_ADDRCONFIG is declared -+configure:18143: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:18143: $? = 0 -+configure:18143: result: yes -+configure:18195: checking arpa/inet.h usability -+configure:18195: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:18195: $? = 0 -+configure:18195: result: yes -+configure:18195: checking arpa/inet.h presence -+configure:18195: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -E -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c -+configure:18195: $? = 0 -+configure:18195: result: yes -+configure:18195: checking for arpa/inet.h -+configure:18195: result: yes -+configure:18195: checking fcntl.h usability -+configure:18195: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:18195: $? = 0 -+configure:18195: result: yes -+configure:18195: checking fcntl.h presence -+configure:18195: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -E -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c -+configure:18195: $? = 0 -+configure:18195: result: yes -+configure:18195: checking for fcntl.h -+configure:18195: result: yes -+configure:18195: checking libintl.h usability -+configure:18195: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:18195: $? = 0 -+configure:18195: result: yes -+configure:18195: checking libintl.h presence -+configure:18195: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -E -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c -+configure:18195: $? = 0 -+configure:18195: result: yes -+configure:18195: checking for libintl.h -+configure:18195: result: yes -+configure:18195: checking limits.h usability -+configure:18195: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:18195: $? = 0 -+configure:18195: result: yes -+configure:18195: checking limits.h presence -+configure:18195: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -E -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c -+configure:18195: $? = 0 -+configure:18195: result: yes -+configure:18195: checking for limits.h -+configure:18195: result: yes -+configure:18195: checking malloc.h usability -+configure:18195: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:18195: $? = 0 -+configure:18195: result: yes -+configure:18195: checking malloc.h presence -+configure:18195: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -E -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c -+configure:18195: $? = 0 -+configure:18195: result: yes -+configure:18195: checking for malloc.h -+configure:18195: result: yes -+configure:18195: checking for memory.h -+configure:18195: result: yes -+configure:18195: checking netdb.h usability -+configure:18195: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:18195: $? = 0 -+configure:18195: result: yes -+configure:18195: checking netdb.h presence -+configure:18195: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -E -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c -+configure:18195: $? = 0 -+configure:18195: result: yes -+configure:18195: checking for netdb.h -+configure:18195: result: yes -+configure:18195: checking netinet/in.h usability -+configure:18195: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:18195: $? = 0 -+configure:18195: result: yes -+configure:18195: checking netinet/in.h presence -+configure:18195: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -E -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c -+configure:18195: $? = 0 -+configure:18195: result: yes -+configure:18195: checking for netinet/in.h -+configure:18195: result: yes -+configure:18195: checking paths.h usability -+configure:18195: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:18195: $? = 0 -+configure:18195: result: yes -+configure:18195: checking paths.h presence -+configure:18195: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -E -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c -+configure:18195: $? = 0 -+configure:18195: result: yes -+configure:18195: checking for paths.h -+configure:18195: result: yes -+configure:18195: checking for stdlib.h -+configure:18195: result: yes -+configure:18195: checking for string.h -+configure:18195: result: yes -+configure:18195: checking sys/file.h usability -+configure:18195: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:18195: $? = 0 -+configure:18195: result: yes -+configure:18195: checking sys/file.h presence -+configure:18195: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -E -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c -+configure:18195: $? = 0 -+configure:18195: result: yes -+configure:18195: checking for sys/file.h -+configure:18195: result: yes -+configure:18195: checking sys/ioctl.h usability -+configure:18195: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:18195: $? = 0 -+configure:18195: result: yes -+configure:18195: checking sys/ioctl.h presence -+configure:18195: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -E -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c -+configure:18195: $? = 0 -+configure:18195: result: yes -+configure:18195: checking for sys/ioctl.h -+configure:18195: result: yes -+configure:18195: checking sys/mount.h usability -+configure:18195: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:18195: $? = 0 -+configure:18195: result: yes -+configure:18195: checking sys/mount.h presence -+configure:18195: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -E -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c -+configure:18195: $? = 0 -+configure:18195: result: yes -+configure:18195: checking for sys/mount.h -+configure:18195: result: yes -+configure:18195: checking sys/param.h usability -+configure:18195: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:18195: $? = 0 -+configure:18195: result: yes -+configure:18195: checking sys/param.h presence -+configure:18195: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -E -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c -+configure:18195: $? = 0 -+configure:18195: result: yes -+configure:18195: checking for sys/param.h -+configure:18195: result: yes -+configure:18195: checking sys/socket.h usability -+configure:18195: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:18195: $? = 0 -+configure:18195: result: yes -+configure:18195: checking sys/socket.h presence -+configure:18195: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -E -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c -+configure:18195: $? = 0 -+configure:18195: result: yes -+configure:18195: checking for sys/socket.h -+configure:18195: result: yes -+configure:18195: checking sys/time.h usability -+configure:18195: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:18195: $? = 0 -+configure:18195: result: yes -+configure:18195: checking sys/time.h presence -+configure:18195: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -E -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c -+configure:18195: $? = 0 -+configure:18195: result: yes -+configure:18195: checking for sys/time.h -+configure:18195: result: yes -+configure:18195: checking sys/vfs.h usability -+configure:18195: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:18195: $? = 0 -+configure:18195: result: yes -+configure:18195: checking sys/vfs.h presence -+configure:18195: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -E -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c -+configure:18195: $? = 0 -+configure:18195: result: yes -+configure:18195: checking for sys/vfs.h -+configure:18195: result: yes -+configure:18195: checking syslog.h usability -+configure:18195: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:18195: $? = 0 -+configure:18195: result: yes -+configure:18195: checking syslog.h presence -+configure:18195: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -E -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c -+configure:18195: $? = 0 -+configure:18195: result: yes -+configure:18195: checking for syslog.h -+configure:18195: result: yes -+configure:18195: checking for unistd.h -+configure:18195: result: yes -+configure:18195: checking com_err.h usability -+configure:18195: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+conftest.c:92:21: fatal error: com_err.h: No such file or directory -+compilation terminated. -+configure:18195: $? = 1 -+configure: failed program was: -+| /* confdefs.h */ -+| #define PACKAGE_NAME "linux nfs-utils" -+| #define PACKAGE_TARNAME "nfs-utils" -+| #define PACKAGE_VERSION "1.2.3" -+| #define PACKAGE_STRING "linux nfs-utils 1.2.3" -+| #define PACKAGE_BUGREPORT "linux-nfs@vger.kernel.org" -+| #define PACKAGE_URL "" -+| #define PACKAGE "nfs-utils" -+| #define VERSION "1.2.3" -+| #define START_STATD "/usr/sbin/start-statd" -+| #define NFS3_SUPPORTED 1 -+| #define NFS4_SUPPORTED 1 -+| #define GSS_SUPPORTED 1 -+| #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_LIBTIRPC 1 -+| #define HAVE__HOME_WBX_ADK_OPENADK_TARGET_I686_UCLIBC_USR_INCLUDE_TIRPC_NETCONFIG_H 1 -+| #define _FILE_OFFSET_BITS 64 -+| #define HAVE_DLFCN_H 1 -+| #define LT_OBJDIR ".libs/" -+| #define STDC_HEADERS 1 -+| #define HAVE_EVENT_H 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define KRB5_VERSION 181 -+| #define HAVE_KRB5 1 -+| #define HAVE_DECL_AI_ADDRCONFIG 1 -+| #define HAVE_ARPA_INET_H 1 -+| #define HAVE_FCNTL_H 1 -+| #define HAVE_LIBINTL_H 1 -+| #define HAVE_LIMITS_H 1 -+| #define HAVE_MALLOC_H 1 -+| #define HAVE_MEMORY_H 1 -+| #define HAVE_NETDB_H 1 -+| #define HAVE_NETINET_IN_H 1 -+| #define HAVE_PATHS_H 1 -+| #define HAVE_STDLIB_H 1 -+| #define HAVE_STRING_H 1 -+| #define HAVE_SYS_FILE_H 1 -+| #define HAVE_SYS_IOCTL_H 1 -+| #define HAVE_SYS_MOUNT_H 1 -+| #define HAVE_SYS_PARAM_H 1 -+| #define HAVE_SYS_SOCKET_H 1 -+| #define HAVE_SYS_TIME_H 1 -+| #define HAVE_SYS_VFS_H 1 -+| #define HAVE_SYSLOG_H 1 -+| #define HAVE_UNISTD_H 1 -+| /* end confdefs.h. */ -+| #include -+| #ifdef HAVE_SYS_TYPES_H -+| # include -+| #endif -+| #ifdef HAVE_SYS_STAT_H -+| # include -+| #endif -+| #ifdef STDC_HEADERS -+| # include -+| # include -+| #else -+| # ifdef HAVE_STDLIB_H -+| # include -+| # endif -+| #endif -+| #ifdef HAVE_STRING_H -+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -+| # include -+| # endif -+| # include -+| #endif -+| #ifdef HAVE_STRINGS_H -+| # include -+| #endif -+| #ifdef HAVE_INTTYPES_H -+| # include -+| #endif -+| #ifdef HAVE_STDINT_H -+| # include -+| #endif -+| #ifdef HAVE_UNISTD_H -+| # include -+| #endif -+| #include -+configure:18195: result: no -+configure:18195: checking com_err.h presence -+configure:18195: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -E -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c -+conftest.c:59:21: fatal error: com_err.h: No such file or directory -+compilation terminated. -+configure:18195: $? = 1 -+configure: failed program was: -+| /* confdefs.h */ -+| #define PACKAGE_NAME "linux nfs-utils" -+| #define PACKAGE_TARNAME "nfs-utils" -+| #define PACKAGE_VERSION "1.2.3" -+| #define PACKAGE_STRING "linux nfs-utils 1.2.3" -+| #define PACKAGE_BUGREPORT "linux-nfs@vger.kernel.org" -+| #define PACKAGE_URL "" -+| #define PACKAGE "nfs-utils" -+| #define VERSION "1.2.3" -+| #define START_STATD "/usr/sbin/start-statd" -+| #define NFS3_SUPPORTED 1 -+| #define NFS4_SUPPORTED 1 -+| #define GSS_SUPPORTED 1 -+| #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_LIBTIRPC 1 -+| #define HAVE__HOME_WBX_ADK_OPENADK_TARGET_I686_UCLIBC_USR_INCLUDE_TIRPC_NETCONFIG_H 1 -+| #define _FILE_OFFSET_BITS 64 -+| #define HAVE_DLFCN_H 1 -+| #define LT_OBJDIR ".libs/" -+| #define STDC_HEADERS 1 -+| #define HAVE_EVENT_H 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define KRB5_VERSION 181 -+| #define HAVE_KRB5 1 -+| #define HAVE_DECL_AI_ADDRCONFIG 1 -+| #define HAVE_ARPA_INET_H 1 -+| #define HAVE_FCNTL_H 1 -+| #define HAVE_LIBINTL_H 1 -+| #define HAVE_LIMITS_H 1 -+| #define HAVE_MALLOC_H 1 -+| #define HAVE_MEMORY_H 1 -+| #define HAVE_NETDB_H 1 -+| #define HAVE_NETINET_IN_H 1 -+| #define HAVE_PATHS_H 1 -+| #define HAVE_STDLIB_H 1 -+| #define HAVE_STRING_H 1 -+| #define HAVE_SYS_FILE_H 1 -+| #define HAVE_SYS_IOCTL_H 1 -+| #define HAVE_SYS_MOUNT_H 1 -+| #define HAVE_SYS_PARAM_H 1 -+| #define HAVE_SYS_SOCKET_H 1 -+| #define HAVE_SYS_TIME_H 1 -+| #define HAVE_SYS_VFS_H 1 -+| #define HAVE_SYSLOG_H 1 -+| #define HAVE_UNISTD_H 1 -+| /* end confdefs.h. */ -+| #include -+configure:18195: result: no -+configure:18195: checking for com_err.h -+configure:18195: result: no -+configure:18195: checking et/com_err.h usability -+configure:18195: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:18195: $? = 0 -+configure:18195: result: yes -+configure:18195: checking et/com_err.h presence -+configure:18195: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -E -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c -+configure:18195: $? = 0 -+configure:18195: result: yes -+configure:18195: checking for et/com_err.h -+configure:18195: result: yes -+configure:18195: checking ifaddrs.h usability -+configure:18195: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:18195: $? = 0 -+configure:18195: result: yes -+configure:18195: checking ifaddrs.h presence -+configure:18195: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -E -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c -+configure:18195: $? = 0 -+configure:18195: result: yes -+configure:18195: checking for ifaddrs.h -+configure:18195: result: yes -+configure:18207: checking for an ANSI C-conforming const -+configure:18272: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:18272: $? = 0 -+configure:18279: result: yes -+configure:18287: checking for uid_t in sys/types.h -+configure:18306: result: yes -+configure:18317: checking for inline -+configure:18333: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:18333: $? = 0 -+configure:18341: result: inline -+configure:18359: checking for off_t -+configure:18359: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:18359: $? = 0 -+configure:18359: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+conftest.c: In function 'main': -+conftest.c:97:20: error: expected expression before ')' token -+configure:18359: $? = 1 -+configure: failed program was: -+| /* confdefs.h */ -+| #define PACKAGE_NAME "linux nfs-utils" -+| #define PACKAGE_TARNAME "nfs-utils" -+| #define PACKAGE_VERSION "1.2.3" -+| #define PACKAGE_STRING "linux nfs-utils 1.2.3" -+| #define PACKAGE_BUGREPORT "linux-nfs@vger.kernel.org" -+| #define PACKAGE_URL "" -+| #define PACKAGE "nfs-utils" -+| #define VERSION "1.2.3" -+| #define START_STATD "/usr/sbin/start-statd" -+| #define NFS3_SUPPORTED 1 -+| #define NFS4_SUPPORTED 1 -+| #define GSS_SUPPORTED 1 -+| #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_LIBTIRPC 1 -+| #define HAVE__HOME_WBX_ADK_OPENADK_TARGET_I686_UCLIBC_USR_INCLUDE_TIRPC_NETCONFIG_H 1 -+| #define _FILE_OFFSET_BITS 64 -+| #define HAVE_DLFCN_H 1 -+| #define LT_OBJDIR ".libs/" -+| #define STDC_HEADERS 1 -+| #define HAVE_EVENT_H 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define KRB5_VERSION 181 -+| #define HAVE_KRB5 1 -+| #define HAVE_DECL_AI_ADDRCONFIG 1 -+| #define HAVE_ARPA_INET_H 1 -+| #define HAVE_FCNTL_H 1 -+| #define HAVE_LIBINTL_H 1 -+| #define HAVE_LIMITS_H 1 -+| #define HAVE_MALLOC_H 1 -+| #define HAVE_MEMORY_H 1 -+| #define HAVE_NETDB_H 1 -+| #define HAVE_NETINET_IN_H 1 -+| #define HAVE_PATHS_H 1 -+| #define HAVE_STDLIB_H 1 -+| #define HAVE_STRING_H 1 -+| #define HAVE_SYS_FILE_H 1 -+| #define HAVE_SYS_IOCTL_H 1 -+| #define HAVE_SYS_MOUNT_H 1 -+| #define HAVE_SYS_PARAM_H 1 -+| #define HAVE_SYS_SOCKET_H 1 -+| #define HAVE_SYS_TIME_H 1 -+| #define HAVE_SYS_VFS_H 1 -+| #define HAVE_SYSLOG_H 1 -+| #define HAVE_UNISTD_H 1 -+| #define HAVE_ET_COM_ERR_H 1 -+| #define HAVE_IFADDRS_H 1 -+| /* end confdefs.h. */ -+| #include -+| #ifdef HAVE_SYS_TYPES_H -+| # include -+| #endif -+| #ifdef HAVE_SYS_STAT_H -+| # include -+| #endif -+| #ifdef STDC_HEADERS -+| # include -+| # include -+| #else -+| # ifdef HAVE_STDLIB_H -+| # include -+| # endif -+| #endif -+| #ifdef HAVE_STRING_H -+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -+| # include -+| # endif -+| # include -+| #endif -+| #ifdef HAVE_STRINGS_H -+| # include -+| #endif -+| #ifdef HAVE_INTTYPES_H -+| # include -+| #endif -+| #ifdef HAVE_STDINT_H -+| # include -+| #endif -+| #ifdef HAVE_UNISTD_H -+| # include -+| #endif -+| int -+| main () -+| { -+| if (sizeof ((off_t))) -+| return 0; -+| ; -+| return 0; -+| } -+configure:18359: result: yes -+configure:18370: checking for pid_t -+configure:18370: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:18370: $? = 0 -+configure:18370: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+conftest.c: In function 'main': -+conftest.c:97:20: error: expected expression before ')' token -+configure:18370: $? = 1 -+configure: failed program was: -+| /* confdefs.h */ -+| #define PACKAGE_NAME "linux nfs-utils" -+| #define PACKAGE_TARNAME "nfs-utils" -+| #define PACKAGE_VERSION "1.2.3" -+| #define PACKAGE_STRING "linux nfs-utils 1.2.3" -+| #define PACKAGE_BUGREPORT "linux-nfs@vger.kernel.org" -+| #define PACKAGE_URL "" -+| #define PACKAGE "nfs-utils" -+| #define VERSION "1.2.3" -+| #define START_STATD "/usr/sbin/start-statd" -+| #define NFS3_SUPPORTED 1 -+| #define NFS4_SUPPORTED 1 -+| #define GSS_SUPPORTED 1 -+| #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_LIBTIRPC 1 -+| #define HAVE__HOME_WBX_ADK_OPENADK_TARGET_I686_UCLIBC_USR_INCLUDE_TIRPC_NETCONFIG_H 1 -+| #define _FILE_OFFSET_BITS 64 -+| #define HAVE_DLFCN_H 1 -+| #define LT_OBJDIR ".libs/" -+| #define STDC_HEADERS 1 -+| #define HAVE_EVENT_H 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define KRB5_VERSION 181 -+| #define HAVE_KRB5 1 -+| #define HAVE_DECL_AI_ADDRCONFIG 1 -+| #define HAVE_ARPA_INET_H 1 -+| #define HAVE_FCNTL_H 1 -+| #define HAVE_LIBINTL_H 1 -+| #define HAVE_LIMITS_H 1 -+| #define HAVE_MALLOC_H 1 -+| #define HAVE_MEMORY_H 1 -+| #define HAVE_NETDB_H 1 -+| #define HAVE_NETINET_IN_H 1 -+| #define HAVE_PATHS_H 1 -+| #define HAVE_STDLIB_H 1 -+| #define HAVE_STRING_H 1 -+| #define HAVE_SYS_FILE_H 1 -+| #define HAVE_SYS_IOCTL_H 1 -+| #define HAVE_SYS_MOUNT_H 1 -+| #define HAVE_SYS_PARAM_H 1 -+| #define HAVE_SYS_SOCKET_H 1 -+| #define HAVE_SYS_TIME_H 1 -+| #define HAVE_SYS_VFS_H 1 -+| #define HAVE_SYSLOG_H 1 -+| #define HAVE_UNISTD_H 1 -+| #define HAVE_ET_COM_ERR_H 1 -+| #define HAVE_IFADDRS_H 1 -+| /* end confdefs.h. */ -+| #include -+| #ifdef HAVE_SYS_TYPES_H -+| # include -+| #endif -+| #ifdef HAVE_SYS_STAT_H -+| # include -+| #endif -+| #ifdef STDC_HEADERS -+| # include -+| # include -+| #else -+| # ifdef HAVE_STDLIB_H -+| # include -+| # endif -+| #endif -+| #ifdef HAVE_STRING_H -+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -+| # include -+| # endif -+| # include -+| #endif -+| #ifdef HAVE_STRINGS_H -+| # include -+| #endif -+| #ifdef HAVE_INTTYPES_H -+| # include -+| #endif -+| #ifdef HAVE_STDINT_H -+| # include -+| #endif -+| #ifdef HAVE_UNISTD_H -+| # include -+| #endif -+| int -+| main () -+| { -+| if (sizeof ((pid_t))) -+| return 0; -+| ; -+| return 0; -+| } -+configure:18370: result: yes -+configure:18381: checking for size_t -+configure:18381: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:18381: $? = 0 -+configure:18381: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+conftest.c: In function 'main': -+conftest.c:97:21: error: expected expression before ')' token -+configure:18381: $? = 1 -+configure: failed program was: -+| /* confdefs.h */ -+| #define PACKAGE_NAME "linux nfs-utils" -+| #define PACKAGE_TARNAME "nfs-utils" -+| #define PACKAGE_VERSION "1.2.3" -+| #define PACKAGE_STRING "linux nfs-utils 1.2.3" -+| #define PACKAGE_BUGREPORT "linux-nfs@vger.kernel.org" -+| #define PACKAGE_URL "" -+| #define PACKAGE "nfs-utils" -+| #define VERSION "1.2.3" -+| #define START_STATD "/usr/sbin/start-statd" -+| #define NFS3_SUPPORTED 1 -+| #define NFS4_SUPPORTED 1 -+| #define GSS_SUPPORTED 1 -+| #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_LIBTIRPC 1 -+| #define HAVE__HOME_WBX_ADK_OPENADK_TARGET_I686_UCLIBC_USR_INCLUDE_TIRPC_NETCONFIG_H 1 -+| #define _FILE_OFFSET_BITS 64 -+| #define HAVE_DLFCN_H 1 -+| #define LT_OBJDIR ".libs/" -+| #define STDC_HEADERS 1 -+| #define HAVE_EVENT_H 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define KRB5_VERSION 181 -+| #define HAVE_KRB5 1 -+| #define HAVE_DECL_AI_ADDRCONFIG 1 -+| #define HAVE_ARPA_INET_H 1 -+| #define HAVE_FCNTL_H 1 -+| #define HAVE_LIBINTL_H 1 -+| #define HAVE_LIMITS_H 1 -+| #define HAVE_MALLOC_H 1 -+| #define HAVE_MEMORY_H 1 -+| #define HAVE_NETDB_H 1 -+| #define HAVE_NETINET_IN_H 1 -+| #define HAVE_PATHS_H 1 -+| #define HAVE_STDLIB_H 1 -+| #define HAVE_STRING_H 1 -+| #define HAVE_SYS_FILE_H 1 -+| #define HAVE_SYS_IOCTL_H 1 -+| #define HAVE_SYS_MOUNT_H 1 -+| #define HAVE_SYS_PARAM_H 1 -+| #define HAVE_SYS_SOCKET_H 1 -+| #define HAVE_SYS_TIME_H 1 -+| #define HAVE_SYS_VFS_H 1 -+| #define HAVE_SYSLOG_H 1 -+| #define HAVE_UNISTD_H 1 -+| #define HAVE_ET_COM_ERR_H 1 -+| #define HAVE_IFADDRS_H 1 -+| /* end confdefs.h. */ -+| #include -+| #ifdef HAVE_SYS_TYPES_H -+| # include -+| #endif -+| #ifdef HAVE_SYS_STAT_H -+| # include -+| #endif -+| #ifdef STDC_HEADERS -+| # include -+| # include -+| #else -+| # ifdef HAVE_STDLIB_H -+| # include -+| # endif -+| #endif -+| #ifdef HAVE_STRING_H -+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -+| # include -+| # endif -+| # include -+| #endif -+| #ifdef HAVE_STRINGS_H -+| # include -+| #endif -+| #ifdef HAVE_INTTYPES_H -+| # include -+| #endif -+| #ifdef HAVE_STDINT_H -+| # include -+| #endif -+| #ifdef HAVE_UNISTD_H -+| # include -+| #endif -+| int -+| main () -+| { -+| if (sizeof ((size_t))) -+| return 0; -+| ; -+| return 0; -+| } -+configure:18381: result: yes -+configure:18392: checking whether time.h and sys/time.h may both be included -+configure:18412: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:18412: $? = 0 -+configure:18419: result: yes -+configure:18427: checking whether struct tm is in sys/time.h or time.h -+configure:18447: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:18447: $? = 0 -+configure:18454: result: time.h -+configure:18465: checking for working alloca.h -+configure:18482: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:18482: $? = 0 -+configure:18490: result: yes -+configure:18498: checking for alloca -+configure:18535: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:18535: $? = 0 -+configure:18543: result: yes -+configure:18656: checking for dirent.h that defines DIR -+configure:18675: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:18675: $? = 0 -+configure:18683: result: yes -+configure:18697: checking for library containing opendir -+configure:18728: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:18728: $? = 0 -+configure:18745: result: none required -+configure:18812: checking whether closedir returns void -+configure:18846: result: yes -+configure:18854: checking for error_at_line -+configure:18870: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:18870: $? = 0 -+configure:18878: result: yes -+configure:18891: checking vfork.h usability -+configure:18891: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+conftest.c:99:19: fatal error: vfork.h: No such file or directory -+compilation terminated. -+configure:18891: $? = 1 -+configure: failed program was: -+| /* confdefs.h */ -+| #define PACKAGE_NAME "linux nfs-utils" -+| #define PACKAGE_TARNAME "nfs-utils" -+| #define PACKAGE_VERSION "1.2.3" -+| #define PACKAGE_STRING "linux nfs-utils 1.2.3" -+| #define PACKAGE_BUGREPORT "linux-nfs@vger.kernel.org" -+| #define PACKAGE_URL "" -+| #define PACKAGE "nfs-utils" -+| #define VERSION "1.2.3" -+| #define START_STATD "/usr/sbin/start-statd" -+| #define NFS3_SUPPORTED 1 -+| #define NFS4_SUPPORTED 1 -+| #define GSS_SUPPORTED 1 -+| #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_LIBTIRPC 1 -+| #define HAVE__HOME_WBX_ADK_OPENADK_TARGET_I686_UCLIBC_USR_INCLUDE_TIRPC_NETCONFIG_H 1 -+| #define _FILE_OFFSET_BITS 64 -+| #define HAVE_DLFCN_H 1 -+| #define LT_OBJDIR ".libs/" -+| #define STDC_HEADERS 1 -+| #define HAVE_EVENT_H 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define KRB5_VERSION 181 -+| #define HAVE_KRB5 1 -+| #define HAVE_DECL_AI_ADDRCONFIG 1 -+| #define HAVE_ARPA_INET_H 1 -+| #define HAVE_FCNTL_H 1 -+| #define HAVE_LIBINTL_H 1 -+| #define HAVE_LIMITS_H 1 -+| #define HAVE_MALLOC_H 1 -+| #define HAVE_MEMORY_H 1 -+| #define HAVE_NETDB_H 1 -+| #define HAVE_NETINET_IN_H 1 -+| #define HAVE_PATHS_H 1 -+| #define HAVE_STDLIB_H 1 -+| #define HAVE_STRING_H 1 -+| #define HAVE_SYS_FILE_H 1 -+| #define HAVE_SYS_IOCTL_H 1 -+| #define HAVE_SYS_MOUNT_H 1 -+| #define HAVE_SYS_PARAM_H 1 -+| #define HAVE_SYS_SOCKET_H 1 -+| #define HAVE_SYS_TIME_H 1 -+| #define HAVE_SYS_VFS_H 1 -+| #define HAVE_SYSLOG_H 1 -+| #define HAVE_UNISTD_H 1 -+| #define HAVE_ET_COM_ERR_H 1 -+| #define HAVE_IFADDRS_H 1 -+| #define TIME_WITH_SYS_TIME 1 -+| #define HAVE_ALLOCA_H 1 -+| #define HAVE_ALLOCA 1 -+| #define HAVE_DIRENT_H 1 -+| #define CLOSEDIR_VOID 1 -+| /* end confdefs.h. */ -+| #include -+| #ifdef HAVE_SYS_TYPES_H -+| # include -+| #endif -+| #ifdef HAVE_SYS_STAT_H -+| # include -+| #endif -+| #ifdef STDC_HEADERS -+| # include -+| # include -+| #else -+| # ifdef HAVE_STDLIB_H -+| # include -+| # endif -+| #endif -+| #ifdef HAVE_STRING_H -+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -+| # include -+| # endif -+| # include -+| #endif -+| #ifdef HAVE_STRINGS_H -+| # include -+| #endif -+| #ifdef HAVE_INTTYPES_H -+| # include -+| #endif -+| #ifdef HAVE_STDINT_H -+| # include -+| #endif -+| #ifdef HAVE_UNISTD_H -+| # include -+| #endif -+| #include -+configure:18891: result: no -+configure:18891: checking vfork.h presence -+configure:18891: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -E -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c -+conftest.c:66:19: fatal error: vfork.h: No such file or directory -+compilation terminated. -+configure:18891: $? = 1 -+configure: failed program was: -+| /* confdefs.h */ -+| #define PACKAGE_NAME "linux nfs-utils" -+| #define PACKAGE_TARNAME "nfs-utils" -+| #define PACKAGE_VERSION "1.2.3" -+| #define PACKAGE_STRING "linux nfs-utils 1.2.3" -+| #define PACKAGE_BUGREPORT "linux-nfs@vger.kernel.org" -+| #define PACKAGE_URL "" -+| #define PACKAGE "nfs-utils" -+| #define VERSION "1.2.3" -+| #define START_STATD "/usr/sbin/start-statd" -+| #define NFS3_SUPPORTED 1 -+| #define NFS4_SUPPORTED 1 -+| #define GSS_SUPPORTED 1 -+| #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_LIBTIRPC 1 -+| #define HAVE__HOME_WBX_ADK_OPENADK_TARGET_I686_UCLIBC_USR_INCLUDE_TIRPC_NETCONFIG_H 1 -+| #define _FILE_OFFSET_BITS 64 -+| #define HAVE_DLFCN_H 1 -+| #define LT_OBJDIR ".libs/" -+| #define STDC_HEADERS 1 -+| #define HAVE_EVENT_H 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define KRB5_VERSION 181 -+| #define HAVE_KRB5 1 -+| #define HAVE_DECL_AI_ADDRCONFIG 1 -+| #define HAVE_ARPA_INET_H 1 -+| #define HAVE_FCNTL_H 1 -+| #define HAVE_LIBINTL_H 1 -+| #define HAVE_LIMITS_H 1 -+| #define HAVE_MALLOC_H 1 -+| #define HAVE_MEMORY_H 1 -+| #define HAVE_NETDB_H 1 -+| #define HAVE_NETINET_IN_H 1 -+| #define HAVE_PATHS_H 1 -+| #define HAVE_STDLIB_H 1 -+| #define HAVE_STRING_H 1 -+| #define HAVE_SYS_FILE_H 1 -+| #define HAVE_SYS_IOCTL_H 1 -+| #define HAVE_SYS_MOUNT_H 1 -+| #define HAVE_SYS_PARAM_H 1 -+| #define HAVE_SYS_SOCKET_H 1 -+| #define HAVE_SYS_TIME_H 1 -+| #define HAVE_SYS_VFS_H 1 -+| #define HAVE_SYSLOG_H 1 -+| #define HAVE_UNISTD_H 1 -+| #define HAVE_ET_COM_ERR_H 1 -+| #define HAVE_IFADDRS_H 1 -+| #define TIME_WITH_SYS_TIME 1 -+| #define HAVE_ALLOCA_H 1 -+| #define HAVE_ALLOCA 1 -+| #define HAVE_DIRENT_H 1 -+| #define CLOSEDIR_VOID 1 -+| /* end confdefs.h. */ -+| #include -+configure:18891: result: no -+configure:18891: checking for vfork.h -+configure:18891: result: no -+configure:18904: checking for fork -+configure:18904: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+conftest.c:89:6: warning: conflicting types for built-in function 'fork' -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:18904: $? = 0 -+configure:18904: result: yes -+configure:18904: checking for vfork -+configure:18904: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:18904: $? = 0 -+configure:18904: result: yes -+configure:18915: checking for working fork -+configure:18947: result: cross -+configure:18963: WARNING: result yes guessed because of cross compilation -+configure:18968: checking for working vfork -+configure:19078: result: yes -+configure:19103: checking type of array argument to getgroups -+configure:19162: result: gid_t -+configure:19170: checking for getgroups -+configure:19170: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:19170: $? = 0 -+configure:19170: result: yes -+configure:19225: checking for working getgroups -+configure:19256: result: no -+configure:19270: checking for library containing getmntent -+configure:19301: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:19301: $? = 0 -+configure:19318: result: none required -+configure:19333: checking whether /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc needs -traditional -+configure:19367: result: no -+configure:19374: checking whether lstat correctly handles trailing slash -+configure:19417: result: no -+configure:19436: checking whether lstat accepts an empty string -+configure:19466: result: yes -+configure:19482: checking whether lstat correctly handles trailing slash -+configure:19525: result: no -+configure:19544: checking whether sys/types.h defines makedev -+configure:19560: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:19560: $? = 0 -+configure:19569: result: yes -+configure:19595: checking for working memcmp -+configure:19648: result: no -+configure:19661: checking sys/select.h usability -+configure:19661: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:19661: $? = 0 -+configure:19661: result: yes -+configure:19661: checking sys/select.h presence -+configure:19661: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -E -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c -+configure:19661: $? = 0 -+configure:19661: result: yes -+configure:19661: checking for sys/select.h -+configure:19661: result: yes -+configure:19661: checking for sys/socket.h -+configure:19661: result: yes -+configure:19672: checking types of arguments for select -+configure:19700: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:19700: $? = 0 -+configure:19711: result: int,fd_set *,struct timeval * -+configure:19734: checking return type of signal handlers -+configure:19752: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+conftest.c: In function 'main': -+conftest.c:84:1: error: void value not ignored as it ought to be -+configure:19752: $? = 1 -+configure: failed program was: -+| /* confdefs.h */ -+| #define PACKAGE_NAME "linux nfs-utils" -+| #define PACKAGE_TARNAME "nfs-utils" -+| #define PACKAGE_VERSION "1.2.3" -+| #define PACKAGE_STRING "linux nfs-utils 1.2.3" -+| #define PACKAGE_BUGREPORT "linux-nfs@vger.kernel.org" -+| #define PACKAGE_URL "" -+| #define PACKAGE "nfs-utils" -+| #define VERSION "1.2.3" -+| #define START_STATD "/usr/sbin/start-statd" -+| #define NFS3_SUPPORTED 1 -+| #define NFS4_SUPPORTED 1 -+| #define GSS_SUPPORTED 1 -+| #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_LIBTIRPC 1 -+| #define HAVE__HOME_WBX_ADK_OPENADK_TARGET_I686_UCLIBC_USR_INCLUDE_TIRPC_NETCONFIG_H 1 -+| #define _FILE_OFFSET_BITS 64 -+| #define HAVE_DLFCN_H 1 -+| #define LT_OBJDIR ".libs/" -+| #define STDC_HEADERS 1 -+| #define HAVE_EVENT_H 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define KRB5_VERSION 181 -+| #define HAVE_KRB5 1 -+| #define HAVE_DECL_AI_ADDRCONFIG 1 -+| #define HAVE_ARPA_INET_H 1 -+| #define HAVE_FCNTL_H 1 -+| #define HAVE_LIBINTL_H 1 -+| #define HAVE_LIMITS_H 1 -+| #define HAVE_MALLOC_H 1 -+| #define HAVE_MEMORY_H 1 -+| #define HAVE_NETDB_H 1 -+| #define HAVE_NETINET_IN_H 1 -+| #define HAVE_PATHS_H 1 -+| #define HAVE_STDLIB_H 1 -+| #define HAVE_STRING_H 1 -+| #define HAVE_SYS_FILE_H 1 -+| #define HAVE_SYS_IOCTL_H 1 -+| #define HAVE_SYS_MOUNT_H 1 -+| #define HAVE_SYS_PARAM_H 1 -+| #define HAVE_SYS_SOCKET_H 1 -+| #define HAVE_SYS_TIME_H 1 -+| #define HAVE_SYS_VFS_H 1 -+| #define HAVE_SYSLOG_H 1 -+| #define HAVE_UNISTD_H 1 -+| #define HAVE_ET_COM_ERR_H 1 -+| #define HAVE_IFADDRS_H 1 -+| #define TIME_WITH_SYS_TIME 1 -+| #define HAVE_ALLOCA_H 1 -+| #define HAVE_ALLOCA 1 -+| #define HAVE_DIRENT_H 1 -+| #define CLOSEDIR_VOID 1 -+| #define HAVE_FORK 1 -+| #define HAVE_VFORK 1 -+| #define HAVE_WORKING_VFORK 1 -+| #define HAVE_WORKING_FORK 1 -+| #define GETGROUPS_T gid_t -+| #define HAVE_GETMNTENT 1 -+| #define HAVE_LSTAT_EMPTY_STRING_BUG 1 -+| #define HAVE_SYS_SELECT_H 1 -+| #define HAVE_SYS_SOCKET_H 1 -+| #define SELECT_TYPE_ARG1 int -+| #define SELECT_TYPE_ARG234 (fd_set *) -+| #define SELECT_TYPE_ARG5 (struct timeval *) -+| /* end confdefs.h. */ -+| #include -+| #include -+| -+| int -+| main () -+| { -+| return *(signal (0, 0)) (0) == 1; -+| ; -+| return 0; -+| } -+configure:19759: result: void -+configure:19767: checking whether stat accepts an empty string -+configure:19797: result: yes -+configure:19815: checking for vprintf -+configure:19815: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+conftest.c:103:6: warning: conflicting types for built-in function 'vprintf' -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:19815: $? = 0 -+configure:19815: result: yes -+configure:19821: checking for _doprnt -+configure:19821: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+/tmp/ccFobr1P.o: In function `main': -+conftest.c:(.text+0x12): undefined reference to `_doprnt' -+collect2: ld returned 1 exit status -+configure:19821: $? = 1 -+configure: failed program was: -+| /* confdefs.h */ -+| #define PACKAGE_NAME "linux nfs-utils" -+| #define PACKAGE_TARNAME "nfs-utils" -+| #define PACKAGE_VERSION "1.2.3" -+| #define PACKAGE_STRING "linux nfs-utils 1.2.3" -+| #define PACKAGE_BUGREPORT "linux-nfs@vger.kernel.org" -+| #define PACKAGE_URL "" -+| #define PACKAGE "nfs-utils" -+| #define VERSION "1.2.3" -+| #define START_STATD "/usr/sbin/start-statd" -+| #define NFS3_SUPPORTED 1 -+| #define NFS4_SUPPORTED 1 -+| #define GSS_SUPPORTED 1 -+| #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_LIBTIRPC 1 -+| #define HAVE__HOME_WBX_ADK_OPENADK_TARGET_I686_UCLIBC_USR_INCLUDE_TIRPC_NETCONFIG_H 1 -+| #define _FILE_OFFSET_BITS 64 -+| #define HAVE_DLFCN_H 1 -+| #define LT_OBJDIR ".libs/" -+| #define STDC_HEADERS 1 -+| #define HAVE_EVENT_H 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define KRB5_VERSION 181 -+| #define HAVE_KRB5 1 -+| #define HAVE_DECL_AI_ADDRCONFIG 1 -+| #define HAVE_ARPA_INET_H 1 -+| #define HAVE_FCNTL_H 1 -+| #define HAVE_LIBINTL_H 1 -+| #define HAVE_LIMITS_H 1 -+| #define HAVE_MALLOC_H 1 -+| #define HAVE_MEMORY_H 1 -+| #define HAVE_NETDB_H 1 -+| #define HAVE_NETINET_IN_H 1 -+| #define HAVE_PATHS_H 1 -+| #define HAVE_STDLIB_H 1 -+| #define HAVE_STRING_H 1 -+| #define HAVE_SYS_FILE_H 1 -+| #define HAVE_SYS_IOCTL_H 1 -+| #define HAVE_SYS_MOUNT_H 1 -+| #define HAVE_SYS_PARAM_H 1 -+| #define HAVE_SYS_SOCKET_H 1 -+| #define HAVE_SYS_TIME_H 1 -+| #define HAVE_SYS_VFS_H 1 -+| #define HAVE_SYSLOG_H 1 -+| #define HAVE_UNISTD_H 1 -+| #define HAVE_ET_COM_ERR_H 1 -+| #define HAVE_IFADDRS_H 1 -+| #define TIME_WITH_SYS_TIME 1 -+| #define HAVE_ALLOCA_H 1 -+| #define HAVE_ALLOCA 1 -+| #define HAVE_DIRENT_H 1 -+| #define CLOSEDIR_VOID 1 -+| #define HAVE_FORK 1 -+| #define HAVE_VFORK 1 -+| #define HAVE_WORKING_VFORK 1 -+| #define HAVE_WORKING_FORK 1 -+| #define GETGROUPS_T gid_t -+| #define HAVE_GETMNTENT 1 -+| #define HAVE_LSTAT_EMPTY_STRING_BUG 1 -+| #define HAVE_SYS_SELECT_H 1 -+| #define HAVE_SYS_SOCKET_H 1 -+| #define SELECT_TYPE_ARG1 int -+| #define SELECT_TYPE_ARG234 (fd_set *) -+| #define SELECT_TYPE_ARG5 (struct timeval *) -+| #define RETSIGTYPE void -+| #define HAVE_STAT_EMPTY_STRING_BUG 1 -+| #define HAVE_VPRINTF 1 -+| /* end confdefs.h. */ -+| /* Define _doprnt to an innocuous variant, in case declares _doprnt. -+| For example, HP-UX 11i declares gettimeofday. */ -+| #define _doprnt innocuous__doprnt -+| -+| /* System header to define __stub macros and hopefully few prototypes, -+| which can conflict with char _doprnt (); below. -+| Prefer to if __STDC__ is defined, since -+| exists even on freestanding compilers. */ -+| -+| #ifdef __STDC__ -+| # include -+| #else -+| # include -+| #endif -+| -+| #undef _doprnt -+| -+| /* Override any GCC internal prototype to avoid an error. -+| Use char because int might match the return type of a GCC -+| builtin and then its argument prototype would still apply. */ -+| #ifdef __cplusplus -+| extern "C" -+| #endif -+| char _doprnt (); -+| /* The GNU C library defines this for functions which it implements -+| to always fail with ENOSYS. Some functions are actually named -+| something starting with __ and the normal name is an alias. */ -+| #if defined __stub__doprnt || defined __stub____doprnt -+| choke me -+| #endif -+| -+| int -+| main () -+| { -+| return _doprnt (); -+| ; -+| return 0; -+| } -+configure:19821: result: no -+configure:19840: checking for alarm -+configure:19840: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:19840: $? = 0 -+configure:19840: result: yes -+configure:19840: checking for atexit -+configure:19840: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:19840: $? = 0 -+configure:19840: result: yes -+configure:19840: checking for dup2 -+configure:19840: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:19840: $? = 0 -+configure:19840: result: yes -+configure:19840: checking for fdatasync -+configure:19840: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:19840: $? = 0 -+configure:19840: result: yes -+configure:19840: checking for ftruncate -+configure:19840: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:19840: $? = 0 -+configure:19840: result: yes -+configure:19840: checking for getcwd -+configure:19840: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:19840: $? = 0 -+configure:19840: result: yes -+configure:19840: checking for gethostbyaddr -+configure:19840: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+/tmp/ccMsHpoy.o: In function `main': -+conftest.c:(.text+0x12): warning: gethostbyaddr is obsolescent, use getaddrinfo() instead. -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:19840: $? = 0 -+configure:19840: result: yes -+configure:19840: checking for gethostbyname -+configure:19840: result: yes -+configure:19840: checking for gethostname -+configure:19840: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:19840: $? = 0 -+configure:19840: result: yes -+configure:19840: checking for getmntent -+configure:19840: result: yes -+configure:19840: checking for getnameinfo -+configure:19840: result: yes -+configure:19840: checking for getrpcbyname -+configure:19840: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:19840: $? = 0 -+configure:19840: result: yes -+configure:19840: checking for getifaddrs -+configure:19840: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:19840: $? = 0 -+configure:19840: result: yes -+configure:19840: checking for gettimeofday -+configure:19840: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:19840: $? = 0 -+configure:19840: result: yes -+configure:19840: checking for hasmntopt -+configure:19840: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:19840: $? = 0 -+configure:19840: result: yes -+configure:19840: checking for inet_ntoa -+configure:19840: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:19840: $? = 0 -+configure:19840: result: yes -+configure:19840: checking for innetgr -+configure:19840: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+/tmp/cc8RLUnr.o: In function `main': -+conftest.c:(.text+0x12): undefined reference to `innetgr' -+collect2: ld returned 1 exit status -+configure:19840: $? = 1 -+configure: failed program was: -+| /* confdefs.h */ -+| #define PACKAGE_NAME "linux nfs-utils" -+| #define PACKAGE_TARNAME "nfs-utils" -+| #define PACKAGE_VERSION "1.2.3" -+| #define PACKAGE_STRING "linux nfs-utils 1.2.3" -+| #define PACKAGE_BUGREPORT "linux-nfs@vger.kernel.org" -+| #define PACKAGE_URL "" -+| #define PACKAGE "nfs-utils" -+| #define VERSION "1.2.3" -+| #define START_STATD "/usr/sbin/start-statd" -+| #define NFS3_SUPPORTED 1 -+| #define NFS4_SUPPORTED 1 -+| #define GSS_SUPPORTED 1 -+| #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_LIBTIRPC 1 -+| #define HAVE__HOME_WBX_ADK_OPENADK_TARGET_I686_UCLIBC_USR_INCLUDE_TIRPC_NETCONFIG_H 1 -+| #define _FILE_OFFSET_BITS 64 -+| #define HAVE_DLFCN_H 1 -+| #define LT_OBJDIR ".libs/" -+| #define STDC_HEADERS 1 -+| #define HAVE_EVENT_H 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define KRB5_VERSION 181 -+| #define HAVE_KRB5 1 -+| #define HAVE_DECL_AI_ADDRCONFIG 1 -+| #define HAVE_ARPA_INET_H 1 -+| #define HAVE_FCNTL_H 1 -+| #define HAVE_LIBINTL_H 1 -+| #define HAVE_LIMITS_H 1 -+| #define HAVE_MALLOC_H 1 -+| #define HAVE_MEMORY_H 1 -+| #define HAVE_NETDB_H 1 -+| #define HAVE_NETINET_IN_H 1 -+| #define HAVE_PATHS_H 1 -+| #define HAVE_STDLIB_H 1 -+| #define HAVE_STRING_H 1 -+| #define HAVE_SYS_FILE_H 1 -+| #define HAVE_SYS_IOCTL_H 1 -+| #define HAVE_SYS_MOUNT_H 1 -+| #define HAVE_SYS_PARAM_H 1 -+| #define HAVE_SYS_SOCKET_H 1 -+| #define HAVE_SYS_TIME_H 1 -+| #define HAVE_SYS_VFS_H 1 -+| #define HAVE_SYSLOG_H 1 -+| #define HAVE_UNISTD_H 1 -+| #define HAVE_ET_COM_ERR_H 1 -+| #define HAVE_IFADDRS_H 1 -+| #define TIME_WITH_SYS_TIME 1 -+| #define HAVE_ALLOCA_H 1 -+| #define HAVE_ALLOCA 1 -+| #define HAVE_DIRENT_H 1 -+| #define CLOSEDIR_VOID 1 -+| #define HAVE_FORK 1 -+| #define HAVE_VFORK 1 -+| #define HAVE_WORKING_VFORK 1 -+| #define HAVE_WORKING_FORK 1 -+| #define GETGROUPS_T gid_t -+| #define HAVE_GETMNTENT 1 -+| #define HAVE_LSTAT_EMPTY_STRING_BUG 1 -+| #define HAVE_SYS_SELECT_H 1 -+| #define HAVE_SYS_SOCKET_H 1 -+| #define SELECT_TYPE_ARG1 int -+| #define SELECT_TYPE_ARG234 (fd_set *) -+| #define SELECT_TYPE_ARG5 (struct timeval *) -+| #define RETSIGTYPE void -+| #define HAVE_STAT_EMPTY_STRING_BUG 1 -+| #define HAVE_VPRINTF 1 -+| #define HAVE_ALARM 1 -+| #define HAVE_ATEXIT 1 -+| #define HAVE_DUP2 1 -+| #define HAVE_FDATASYNC 1 -+| #define HAVE_FTRUNCATE 1 -+| #define HAVE_GETCWD 1 -+| #define HAVE_GETHOSTBYADDR 1 -+| #define HAVE_GETHOSTBYNAME 1 -+| #define HAVE_GETHOSTNAME 1 -+| #define HAVE_GETMNTENT 1 -+| #define HAVE_GETNAMEINFO 1 -+| #define HAVE_GETRPCBYNAME 1 -+| #define HAVE_GETIFADDRS 1 -+| #define HAVE_GETTIMEOFDAY 1 -+| #define HAVE_HASMNTOPT 1 -+| #define HAVE_INET_NTOA 1 -+| /* end confdefs.h. */ -+| /* Define innetgr to an innocuous variant, in case declares innetgr. -+| For example, HP-UX 11i declares gettimeofday. */ -+| #define innetgr innocuous_innetgr -+| -+| /* System header to define __stub macros and hopefully few prototypes, -+| which can conflict with char innetgr (); below. -+| Prefer to if __STDC__ is defined, since -+| exists even on freestanding compilers. */ -+| -+| #ifdef __STDC__ -+| # include -+| #else -+| # include -+| #endif -+| -+| #undef innetgr -+| -+| /* 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 innetgr (); -+| /* 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_innetgr || defined __stub___innetgr -+| choke me -+| #endif -+| -+| int -+| main () -+| { -+| return innetgr (); -+| ; -+| return 0; -+| } -+configure:19840: result: no -+configure:19840: checking for memset -+configure:19840: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+conftest.c:120:6: warning: conflicting types for built-in function 'memset' -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:19840: $? = 0 -+configure:19840: result: yes -+configure:19840: checking for mkdir -+configure:19840: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:19840: $? = 0 -+configure:19840: result: yes -+configure:19840: checking for pathconf -+configure:19840: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:19840: $? = 0 -+configure:19840: result: yes -+configure:19840: checking for realpath -+configure:19840: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:19840: $? = 0 -+configure:19840: result: yes -+configure:19840: checking for rmdir -+configure:19840: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:19840: $? = 0 -+configure:19840: result: yes -+configure:19840: checking for select -+configure:19840: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:19840: $? = 0 -+configure:19840: result: yes -+configure:19840: checking for socket -+configure:19840: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:19840: $? = 0 -+configure:19840: result: yes -+configure:19840: checking for strcasecmp -+configure:19840: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+conftest.c:127:6: warning: conflicting types for built-in function 'strcasecmp' -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:19840: $? = 0 -+configure:19840: result: yes -+configure:19840: checking for strchr -+configure:19840: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+conftest.c:128:6: warning: conflicting types for built-in function 'strchr' -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:19840: $? = 0 -+configure:19840: result: yes -+configure:19840: checking for strdup -+configure:19840: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+conftest.c:129:6: warning: conflicting types for built-in function 'strdup' -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:19840: $? = 0 -+configure:19840: result: yes -+configure:19840: checking for strerror -+configure:19840: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:19840: $? = 0 -+configure:19840: result: yes -+configure:19840: checking for strrchr -+configure:19840: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+conftest.c:131:6: warning: conflicting types for built-in function 'strrchr' -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:19840: $? = 0 -+configure:19840: result: yes -+configure:19840: checking for strtol -+configure:19840: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:19840: $? = 0 -+configure:19840: result: yes -+configure:19840: checking for strtoul -+configure:19840: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:19840: $? = 0 -+configure:19840: result: yes -+configure:19840: checking for sigprocmask -+configure:19840: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -o conftest -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib conftest.c -ltirpc -lrpcsecgss >&5 -+/home/wbx/adk/openadk/target_i686_uclibc/usr/lib/libtirpc.so: warning: gethostbyname is obsolescent, use getnameinfo() instead. -+configure:19840: $? = 0 -+configure:19840: result: yes -+configure:19856: checking size of short -+configure:19861: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:19861: $? = 0 -+configure:19861: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+conftest.c: In function 'main': -+conftest.c:148:12: error: size of array 'test_array' is negative -+configure:19861: $? = 1 -+configure: failed program was: -+| /* confdefs.h */ -+| #define PACKAGE_NAME "linux nfs-utils" -+| #define PACKAGE_TARNAME "nfs-utils" -+| #define PACKAGE_VERSION "1.2.3" -+| #define PACKAGE_STRING "linux nfs-utils 1.2.3" -+| #define PACKAGE_BUGREPORT "linux-nfs@vger.kernel.org" -+| #define PACKAGE_URL "" -+| #define PACKAGE "nfs-utils" -+| #define VERSION "1.2.3" -+| #define START_STATD "/usr/sbin/start-statd" -+| #define NFS3_SUPPORTED 1 -+| #define NFS4_SUPPORTED 1 -+| #define GSS_SUPPORTED 1 -+| #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_LIBTIRPC 1 -+| #define HAVE__HOME_WBX_ADK_OPENADK_TARGET_I686_UCLIBC_USR_INCLUDE_TIRPC_NETCONFIG_H 1 -+| #define _FILE_OFFSET_BITS 64 -+| #define HAVE_DLFCN_H 1 -+| #define LT_OBJDIR ".libs/" -+| #define STDC_HEADERS 1 -+| #define HAVE_EVENT_H 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define KRB5_VERSION 181 -+| #define HAVE_KRB5 1 -+| #define HAVE_DECL_AI_ADDRCONFIG 1 -+| #define HAVE_ARPA_INET_H 1 -+| #define HAVE_FCNTL_H 1 -+| #define HAVE_LIBINTL_H 1 -+| #define HAVE_LIMITS_H 1 -+| #define HAVE_MALLOC_H 1 -+| #define HAVE_MEMORY_H 1 -+| #define HAVE_NETDB_H 1 -+| #define HAVE_NETINET_IN_H 1 -+| #define HAVE_PATHS_H 1 -+| #define HAVE_STDLIB_H 1 -+| #define HAVE_STRING_H 1 -+| #define HAVE_SYS_FILE_H 1 -+| #define HAVE_SYS_IOCTL_H 1 -+| #define HAVE_SYS_MOUNT_H 1 -+| #define HAVE_SYS_PARAM_H 1 -+| #define HAVE_SYS_SOCKET_H 1 -+| #define HAVE_SYS_TIME_H 1 -+| #define HAVE_SYS_VFS_H 1 -+| #define HAVE_SYSLOG_H 1 -+| #define HAVE_UNISTD_H 1 -+| #define HAVE_ET_COM_ERR_H 1 -+| #define HAVE_IFADDRS_H 1 -+| #define TIME_WITH_SYS_TIME 1 -+| #define HAVE_ALLOCA_H 1 -+| #define HAVE_ALLOCA 1 -+| #define HAVE_DIRENT_H 1 -+| #define CLOSEDIR_VOID 1 -+| #define HAVE_FORK 1 -+| #define HAVE_VFORK 1 -+| #define HAVE_WORKING_VFORK 1 -+| #define HAVE_WORKING_FORK 1 -+| #define GETGROUPS_T gid_t -+| #define HAVE_GETMNTENT 1 -+| #define HAVE_LSTAT_EMPTY_STRING_BUG 1 -+| #define HAVE_SYS_SELECT_H 1 -+| #define HAVE_SYS_SOCKET_H 1 -+| #define SELECT_TYPE_ARG1 int -+| #define SELECT_TYPE_ARG234 (fd_set *) -+| #define SELECT_TYPE_ARG5 (struct timeval *) -+| #define RETSIGTYPE void -+| #define HAVE_STAT_EMPTY_STRING_BUG 1 -+| #define HAVE_VPRINTF 1 -+| #define HAVE_ALARM 1 -+| #define HAVE_ATEXIT 1 -+| #define HAVE_DUP2 1 -+| #define HAVE_FDATASYNC 1 -+| #define HAVE_FTRUNCATE 1 -+| #define HAVE_GETCWD 1 -+| #define HAVE_GETHOSTBYADDR 1 -+| #define HAVE_GETHOSTBYNAME 1 -+| #define HAVE_GETHOSTNAME 1 -+| #define HAVE_GETMNTENT 1 -+| #define HAVE_GETNAMEINFO 1 -+| #define HAVE_GETRPCBYNAME 1 -+| #define HAVE_GETIFADDRS 1 -+| #define HAVE_GETTIMEOFDAY 1 -+| #define HAVE_HASMNTOPT 1 -+| #define HAVE_INET_NTOA 1 -+| #define HAVE_MEMSET 1 -+| #define HAVE_MKDIR 1 -+| #define HAVE_PATHCONF 1 -+| #define HAVE_REALPATH 1 -+| #define HAVE_RMDIR 1 -+| #define HAVE_SELECT 1 -+| #define HAVE_SOCKET 1 -+| #define HAVE_STRCASECMP 1 -+| #define HAVE_STRCHR 1 -+| #define HAVE_STRDUP 1 -+| #define HAVE_STRERROR 1 -+| #define HAVE_STRRCHR 1 -+| #define HAVE_STRTOL 1 -+| #define HAVE_STRTOUL 1 -+| #define HAVE_SIGPROCMASK 1 -+| /* end confdefs.h. */ -+| #include -+| #ifdef HAVE_SYS_TYPES_H -+| # include -+| #endif -+| #ifdef HAVE_SYS_STAT_H -+| # include -+| #endif -+| #ifdef STDC_HEADERS -+| # include -+| # include -+| #else -+| # ifdef HAVE_STDLIB_H -+| # include -+| # endif -+| #endif -+| #ifdef HAVE_STRING_H -+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -+| # include -+| # endif -+| # include -+| #endif -+| #ifdef HAVE_STRINGS_H -+| # include -+| #endif -+| #ifdef HAVE_INTTYPES_H -+| # include -+| #endif -+| #ifdef HAVE_STDINT_H -+| # include -+| #endif -+| #ifdef HAVE_UNISTD_H -+| # include -+| #endif -+| int -+| main () -+| { -+| static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= 0)]; -+| test_array [0] = 0 -+| -+| ; -+| return 0; -+| } -+configure:19861: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+conftest.c: In function 'main': -+conftest.c:148:12: error: size of array 'test_array' is negative -+configure:19861: $? = 1 -+configure: failed program was: -+| /* confdefs.h */ -+| #define PACKAGE_NAME "linux nfs-utils" -+| #define PACKAGE_TARNAME "nfs-utils" -+| #define PACKAGE_VERSION "1.2.3" -+| #define PACKAGE_STRING "linux nfs-utils 1.2.3" -+| #define PACKAGE_BUGREPORT "linux-nfs@vger.kernel.org" -+| #define PACKAGE_URL "" -+| #define PACKAGE "nfs-utils" -+| #define VERSION "1.2.3" -+| #define START_STATD "/usr/sbin/start-statd" -+| #define NFS3_SUPPORTED 1 -+| #define NFS4_SUPPORTED 1 -+| #define GSS_SUPPORTED 1 -+| #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_LIBTIRPC 1 -+| #define HAVE__HOME_WBX_ADK_OPENADK_TARGET_I686_UCLIBC_USR_INCLUDE_TIRPC_NETCONFIG_H 1 -+| #define _FILE_OFFSET_BITS 64 -+| #define HAVE_DLFCN_H 1 -+| #define LT_OBJDIR ".libs/" -+| #define STDC_HEADERS 1 -+| #define HAVE_EVENT_H 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define KRB5_VERSION 181 -+| #define HAVE_KRB5 1 -+| #define HAVE_DECL_AI_ADDRCONFIG 1 -+| #define HAVE_ARPA_INET_H 1 -+| #define HAVE_FCNTL_H 1 -+| #define HAVE_LIBINTL_H 1 -+| #define HAVE_LIMITS_H 1 -+| #define HAVE_MALLOC_H 1 -+| #define HAVE_MEMORY_H 1 -+| #define HAVE_NETDB_H 1 -+| #define HAVE_NETINET_IN_H 1 -+| #define HAVE_PATHS_H 1 -+| #define HAVE_STDLIB_H 1 -+| #define HAVE_STRING_H 1 -+| #define HAVE_SYS_FILE_H 1 -+| #define HAVE_SYS_IOCTL_H 1 -+| #define HAVE_SYS_MOUNT_H 1 -+| #define HAVE_SYS_PARAM_H 1 -+| #define HAVE_SYS_SOCKET_H 1 -+| #define HAVE_SYS_TIME_H 1 -+| #define HAVE_SYS_VFS_H 1 -+| #define HAVE_SYSLOG_H 1 -+| #define HAVE_UNISTD_H 1 -+| #define HAVE_ET_COM_ERR_H 1 -+| #define HAVE_IFADDRS_H 1 -+| #define TIME_WITH_SYS_TIME 1 -+| #define HAVE_ALLOCA_H 1 -+| #define HAVE_ALLOCA 1 -+| #define HAVE_DIRENT_H 1 -+| #define CLOSEDIR_VOID 1 -+| #define HAVE_FORK 1 -+| #define HAVE_VFORK 1 -+| #define HAVE_WORKING_VFORK 1 -+| #define HAVE_WORKING_FORK 1 -+| #define GETGROUPS_T gid_t -+| #define HAVE_GETMNTENT 1 -+| #define HAVE_LSTAT_EMPTY_STRING_BUG 1 -+| #define HAVE_SYS_SELECT_H 1 -+| #define HAVE_SYS_SOCKET_H 1 -+| #define SELECT_TYPE_ARG1 int -+| #define SELECT_TYPE_ARG234 (fd_set *) -+| #define SELECT_TYPE_ARG5 (struct timeval *) -+| #define RETSIGTYPE void -+| #define HAVE_STAT_EMPTY_STRING_BUG 1 -+| #define HAVE_VPRINTF 1 -+| #define HAVE_ALARM 1 -+| #define HAVE_ATEXIT 1 -+| #define HAVE_DUP2 1 -+| #define HAVE_FDATASYNC 1 -+| #define HAVE_FTRUNCATE 1 -+| #define HAVE_GETCWD 1 -+| #define HAVE_GETHOSTBYADDR 1 -+| #define HAVE_GETHOSTBYNAME 1 -+| #define HAVE_GETHOSTNAME 1 -+| #define HAVE_GETMNTENT 1 -+| #define HAVE_GETNAMEINFO 1 -+| #define HAVE_GETRPCBYNAME 1 -+| #define HAVE_GETIFADDRS 1 -+| #define HAVE_GETTIMEOFDAY 1 -+| #define HAVE_HASMNTOPT 1 -+| #define HAVE_INET_NTOA 1 -+| #define HAVE_MEMSET 1 -+| #define HAVE_MKDIR 1 -+| #define HAVE_PATHCONF 1 -+| #define HAVE_REALPATH 1 -+| #define HAVE_RMDIR 1 -+| #define HAVE_SELECT 1 -+| #define HAVE_SOCKET 1 -+| #define HAVE_STRCASECMP 1 -+| #define HAVE_STRCHR 1 -+| #define HAVE_STRDUP 1 -+| #define HAVE_STRERROR 1 -+| #define HAVE_STRRCHR 1 -+| #define HAVE_STRTOL 1 -+| #define HAVE_STRTOUL 1 -+| #define HAVE_SIGPROCMASK 1 -+| /* end confdefs.h. */ -+| #include -+| #ifdef HAVE_SYS_TYPES_H -+| # include -+| #endif -+| #ifdef HAVE_SYS_STAT_H -+| # include -+| #endif -+| #ifdef STDC_HEADERS -+| # include -+| # include -+| #else -+| # ifdef HAVE_STDLIB_H -+| # include -+| # endif -+| #endif -+| #ifdef HAVE_STRING_H -+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -+| # include -+| # endif -+| # include -+| #endif -+| #ifdef HAVE_STRINGS_H -+| # include -+| #endif -+| #ifdef HAVE_INTTYPES_H -+| # include -+| #endif -+| #ifdef HAVE_STDINT_H -+| # include -+| #endif -+| #ifdef HAVE_UNISTD_H -+| # include -+| #endif -+| int -+| main () -+| { -+| static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= 1)]; -+| test_array [0] = 0 -+| -+| ; -+| return 0; -+| } -+configure:19861: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:19861: $? = 0 -+configure:19861: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:19861: $? = 0 -+configure:19876: result: 2 -+configure:19890: checking size of int -+configure:19895: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:19895: $? = 0 -+configure:19895: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+conftest.c: In function 'main': -+conftest.c:149:12: error: size of array 'test_array' is negative -+configure:19895: $? = 1 -+configure: failed program was: -+| /* confdefs.h */ -+| #define PACKAGE_NAME "linux nfs-utils" -+| #define PACKAGE_TARNAME "nfs-utils" -+| #define PACKAGE_VERSION "1.2.3" -+| #define PACKAGE_STRING "linux nfs-utils 1.2.3" -+| #define PACKAGE_BUGREPORT "linux-nfs@vger.kernel.org" -+| #define PACKAGE_URL "" -+| #define PACKAGE "nfs-utils" -+| #define VERSION "1.2.3" -+| #define START_STATD "/usr/sbin/start-statd" -+| #define NFS3_SUPPORTED 1 -+| #define NFS4_SUPPORTED 1 -+| #define GSS_SUPPORTED 1 -+| #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_LIBTIRPC 1 -+| #define HAVE__HOME_WBX_ADK_OPENADK_TARGET_I686_UCLIBC_USR_INCLUDE_TIRPC_NETCONFIG_H 1 -+| #define _FILE_OFFSET_BITS 64 -+| #define HAVE_DLFCN_H 1 -+| #define LT_OBJDIR ".libs/" -+| #define STDC_HEADERS 1 -+| #define HAVE_EVENT_H 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define KRB5_VERSION 181 -+| #define HAVE_KRB5 1 -+| #define HAVE_DECL_AI_ADDRCONFIG 1 -+| #define HAVE_ARPA_INET_H 1 -+| #define HAVE_FCNTL_H 1 -+| #define HAVE_LIBINTL_H 1 -+| #define HAVE_LIMITS_H 1 -+| #define HAVE_MALLOC_H 1 -+| #define HAVE_MEMORY_H 1 -+| #define HAVE_NETDB_H 1 -+| #define HAVE_NETINET_IN_H 1 -+| #define HAVE_PATHS_H 1 -+| #define HAVE_STDLIB_H 1 -+| #define HAVE_STRING_H 1 -+| #define HAVE_SYS_FILE_H 1 -+| #define HAVE_SYS_IOCTL_H 1 -+| #define HAVE_SYS_MOUNT_H 1 -+| #define HAVE_SYS_PARAM_H 1 -+| #define HAVE_SYS_SOCKET_H 1 -+| #define HAVE_SYS_TIME_H 1 -+| #define HAVE_SYS_VFS_H 1 -+| #define HAVE_SYSLOG_H 1 -+| #define HAVE_UNISTD_H 1 -+| #define HAVE_ET_COM_ERR_H 1 -+| #define HAVE_IFADDRS_H 1 -+| #define TIME_WITH_SYS_TIME 1 -+| #define HAVE_ALLOCA_H 1 -+| #define HAVE_ALLOCA 1 -+| #define HAVE_DIRENT_H 1 -+| #define CLOSEDIR_VOID 1 -+| #define HAVE_FORK 1 -+| #define HAVE_VFORK 1 -+| #define HAVE_WORKING_VFORK 1 -+| #define HAVE_WORKING_FORK 1 -+| #define GETGROUPS_T gid_t -+| #define HAVE_GETMNTENT 1 -+| #define HAVE_LSTAT_EMPTY_STRING_BUG 1 -+| #define HAVE_SYS_SELECT_H 1 -+| #define HAVE_SYS_SOCKET_H 1 -+| #define SELECT_TYPE_ARG1 int -+| #define SELECT_TYPE_ARG234 (fd_set *) -+| #define SELECT_TYPE_ARG5 (struct timeval *) -+| #define RETSIGTYPE void -+| #define HAVE_STAT_EMPTY_STRING_BUG 1 -+| #define HAVE_VPRINTF 1 -+| #define HAVE_ALARM 1 -+| #define HAVE_ATEXIT 1 -+| #define HAVE_DUP2 1 -+| #define HAVE_FDATASYNC 1 -+| #define HAVE_FTRUNCATE 1 -+| #define HAVE_GETCWD 1 -+| #define HAVE_GETHOSTBYADDR 1 -+| #define HAVE_GETHOSTBYNAME 1 -+| #define HAVE_GETHOSTNAME 1 -+| #define HAVE_GETMNTENT 1 -+| #define HAVE_GETNAMEINFO 1 -+| #define HAVE_GETRPCBYNAME 1 -+| #define HAVE_GETIFADDRS 1 -+| #define HAVE_GETTIMEOFDAY 1 -+| #define HAVE_HASMNTOPT 1 -+| #define HAVE_INET_NTOA 1 -+| #define HAVE_MEMSET 1 -+| #define HAVE_MKDIR 1 -+| #define HAVE_PATHCONF 1 -+| #define HAVE_REALPATH 1 -+| #define HAVE_RMDIR 1 -+| #define HAVE_SELECT 1 -+| #define HAVE_SOCKET 1 -+| #define HAVE_STRCASECMP 1 -+| #define HAVE_STRCHR 1 -+| #define HAVE_STRDUP 1 -+| #define HAVE_STRERROR 1 -+| #define HAVE_STRRCHR 1 -+| #define HAVE_STRTOL 1 -+| #define HAVE_STRTOUL 1 -+| #define HAVE_SIGPROCMASK 1 -+| #define SIZEOF_SHORT 2 -+| /* end confdefs.h. */ -+| #include -+| #ifdef HAVE_SYS_TYPES_H -+| # include -+| #endif -+| #ifdef HAVE_SYS_STAT_H -+| # include -+| #endif -+| #ifdef STDC_HEADERS -+| # include -+| # include -+| #else -+| # ifdef HAVE_STDLIB_H -+| # include -+| # endif -+| #endif -+| #ifdef HAVE_STRING_H -+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -+| # include -+| # endif -+| # include -+| #endif -+| #ifdef HAVE_STRINGS_H -+| # include -+| #endif -+| #ifdef HAVE_INTTYPES_H -+| # include -+| #endif -+| #ifdef HAVE_STDINT_H -+| # include -+| #endif -+| #ifdef HAVE_UNISTD_H -+| # include -+| #endif -+| int -+| main () -+| { -+| static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 0)]; -+| test_array [0] = 0 -+| -+| ; -+| return 0; -+| } -+configure:19895: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+conftest.c: In function 'main': -+conftest.c:149:12: error: size of array 'test_array' is negative -+configure:19895: $? = 1 -+configure: failed program was: -+| /* confdefs.h */ -+| #define PACKAGE_NAME "linux nfs-utils" -+| #define PACKAGE_TARNAME "nfs-utils" -+| #define PACKAGE_VERSION "1.2.3" -+| #define PACKAGE_STRING "linux nfs-utils 1.2.3" -+| #define PACKAGE_BUGREPORT "linux-nfs@vger.kernel.org" -+| #define PACKAGE_URL "" -+| #define PACKAGE "nfs-utils" -+| #define VERSION "1.2.3" -+| #define START_STATD "/usr/sbin/start-statd" -+| #define NFS3_SUPPORTED 1 -+| #define NFS4_SUPPORTED 1 -+| #define GSS_SUPPORTED 1 -+| #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_LIBTIRPC 1 -+| #define HAVE__HOME_WBX_ADK_OPENADK_TARGET_I686_UCLIBC_USR_INCLUDE_TIRPC_NETCONFIG_H 1 -+| #define _FILE_OFFSET_BITS 64 -+| #define HAVE_DLFCN_H 1 -+| #define LT_OBJDIR ".libs/" -+| #define STDC_HEADERS 1 -+| #define HAVE_EVENT_H 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define KRB5_VERSION 181 -+| #define HAVE_KRB5 1 -+| #define HAVE_DECL_AI_ADDRCONFIG 1 -+| #define HAVE_ARPA_INET_H 1 -+| #define HAVE_FCNTL_H 1 -+| #define HAVE_LIBINTL_H 1 -+| #define HAVE_LIMITS_H 1 -+| #define HAVE_MALLOC_H 1 -+| #define HAVE_MEMORY_H 1 -+| #define HAVE_NETDB_H 1 -+| #define HAVE_NETINET_IN_H 1 -+| #define HAVE_PATHS_H 1 -+| #define HAVE_STDLIB_H 1 -+| #define HAVE_STRING_H 1 -+| #define HAVE_SYS_FILE_H 1 -+| #define HAVE_SYS_IOCTL_H 1 -+| #define HAVE_SYS_MOUNT_H 1 -+| #define HAVE_SYS_PARAM_H 1 -+| #define HAVE_SYS_SOCKET_H 1 -+| #define HAVE_SYS_TIME_H 1 -+| #define HAVE_SYS_VFS_H 1 -+| #define HAVE_SYSLOG_H 1 -+| #define HAVE_UNISTD_H 1 -+| #define HAVE_ET_COM_ERR_H 1 -+| #define HAVE_IFADDRS_H 1 -+| #define TIME_WITH_SYS_TIME 1 -+| #define HAVE_ALLOCA_H 1 -+| #define HAVE_ALLOCA 1 -+| #define HAVE_DIRENT_H 1 -+| #define CLOSEDIR_VOID 1 -+| #define HAVE_FORK 1 -+| #define HAVE_VFORK 1 -+| #define HAVE_WORKING_VFORK 1 -+| #define HAVE_WORKING_FORK 1 -+| #define GETGROUPS_T gid_t -+| #define HAVE_GETMNTENT 1 -+| #define HAVE_LSTAT_EMPTY_STRING_BUG 1 -+| #define HAVE_SYS_SELECT_H 1 -+| #define HAVE_SYS_SOCKET_H 1 -+| #define SELECT_TYPE_ARG1 int -+| #define SELECT_TYPE_ARG234 (fd_set *) -+| #define SELECT_TYPE_ARG5 (struct timeval *) -+| #define RETSIGTYPE void -+| #define HAVE_STAT_EMPTY_STRING_BUG 1 -+| #define HAVE_VPRINTF 1 -+| #define HAVE_ALARM 1 -+| #define HAVE_ATEXIT 1 -+| #define HAVE_DUP2 1 -+| #define HAVE_FDATASYNC 1 -+| #define HAVE_FTRUNCATE 1 -+| #define HAVE_GETCWD 1 -+| #define HAVE_GETHOSTBYADDR 1 -+| #define HAVE_GETHOSTBYNAME 1 -+| #define HAVE_GETHOSTNAME 1 -+| #define HAVE_GETMNTENT 1 -+| #define HAVE_GETNAMEINFO 1 -+| #define HAVE_GETRPCBYNAME 1 -+| #define HAVE_GETIFADDRS 1 -+| #define HAVE_GETTIMEOFDAY 1 -+| #define HAVE_HASMNTOPT 1 -+| #define HAVE_INET_NTOA 1 -+| #define HAVE_MEMSET 1 -+| #define HAVE_MKDIR 1 -+| #define HAVE_PATHCONF 1 -+| #define HAVE_REALPATH 1 -+| #define HAVE_RMDIR 1 -+| #define HAVE_SELECT 1 -+| #define HAVE_SOCKET 1 -+| #define HAVE_STRCASECMP 1 -+| #define HAVE_STRCHR 1 -+| #define HAVE_STRDUP 1 -+| #define HAVE_STRERROR 1 -+| #define HAVE_STRRCHR 1 -+| #define HAVE_STRTOL 1 -+| #define HAVE_STRTOUL 1 -+| #define HAVE_SIGPROCMASK 1 -+| #define SIZEOF_SHORT 2 -+| /* end confdefs.h. */ -+| #include -+| #ifdef HAVE_SYS_TYPES_H -+| # include -+| #endif -+| #ifdef HAVE_SYS_STAT_H -+| # include -+| #endif -+| #ifdef STDC_HEADERS -+| # include -+| # include -+| #else -+| # ifdef HAVE_STDLIB_H -+| # include -+| # endif -+| #endif -+| #ifdef HAVE_STRING_H -+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -+| # include -+| # endif -+| # include -+| #endif -+| #ifdef HAVE_STRINGS_H -+| # include -+| #endif -+| #ifdef HAVE_INTTYPES_H -+| # include -+| #endif -+| #ifdef HAVE_STDINT_H -+| # include -+| #endif -+| #ifdef HAVE_UNISTD_H -+| # include -+| #endif -+| int -+| main () -+| { -+| static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 1)]; -+| test_array [0] = 0 -+| -+| ; -+| return 0; -+| } -+configure:19895: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+conftest.c: In function 'main': -+conftest.c:149:12: error: size of array 'test_array' is negative -+configure:19895: $? = 1 -+configure: failed program was: -+| /* confdefs.h */ -+| #define PACKAGE_NAME "linux nfs-utils" -+| #define PACKAGE_TARNAME "nfs-utils" -+| #define PACKAGE_VERSION "1.2.3" -+| #define PACKAGE_STRING "linux nfs-utils 1.2.3" -+| #define PACKAGE_BUGREPORT "linux-nfs@vger.kernel.org" -+| #define PACKAGE_URL "" -+| #define PACKAGE "nfs-utils" -+| #define VERSION "1.2.3" -+| #define START_STATD "/usr/sbin/start-statd" -+| #define NFS3_SUPPORTED 1 -+| #define NFS4_SUPPORTED 1 -+| #define GSS_SUPPORTED 1 -+| #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_LIBTIRPC 1 -+| #define HAVE__HOME_WBX_ADK_OPENADK_TARGET_I686_UCLIBC_USR_INCLUDE_TIRPC_NETCONFIG_H 1 -+| #define _FILE_OFFSET_BITS 64 -+| #define HAVE_DLFCN_H 1 -+| #define LT_OBJDIR ".libs/" -+| #define STDC_HEADERS 1 -+| #define HAVE_EVENT_H 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define KRB5_VERSION 181 -+| #define HAVE_KRB5 1 -+| #define HAVE_DECL_AI_ADDRCONFIG 1 -+| #define HAVE_ARPA_INET_H 1 -+| #define HAVE_FCNTL_H 1 -+| #define HAVE_LIBINTL_H 1 -+| #define HAVE_LIMITS_H 1 -+| #define HAVE_MALLOC_H 1 -+| #define HAVE_MEMORY_H 1 -+| #define HAVE_NETDB_H 1 -+| #define HAVE_NETINET_IN_H 1 -+| #define HAVE_PATHS_H 1 -+| #define HAVE_STDLIB_H 1 -+| #define HAVE_STRING_H 1 -+| #define HAVE_SYS_FILE_H 1 -+| #define HAVE_SYS_IOCTL_H 1 -+| #define HAVE_SYS_MOUNT_H 1 -+| #define HAVE_SYS_PARAM_H 1 -+| #define HAVE_SYS_SOCKET_H 1 -+| #define HAVE_SYS_TIME_H 1 -+| #define HAVE_SYS_VFS_H 1 -+| #define HAVE_SYSLOG_H 1 -+| #define HAVE_UNISTD_H 1 -+| #define HAVE_ET_COM_ERR_H 1 -+| #define HAVE_IFADDRS_H 1 -+| #define TIME_WITH_SYS_TIME 1 -+| #define HAVE_ALLOCA_H 1 -+| #define HAVE_ALLOCA 1 -+| #define HAVE_DIRENT_H 1 -+| #define CLOSEDIR_VOID 1 -+| #define HAVE_FORK 1 -+| #define HAVE_VFORK 1 -+| #define HAVE_WORKING_VFORK 1 -+| #define HAVE_WORKING_FORK 1 -+| #define GETGROUPS_T gid_t -+| #define HAVE_GETMNTENT 1 -+| #define HAVE_LSTAT_EMPTY_STRING_BUG 1 -+| #define HAVE_SYS_SELECT_H 1 -+| #define HAVE_SYS_SOCKET_H 1 -+| #define SELECT_TYPE_ARG1 int -+| #define SELECT_TYPE_ARG234 (fd_set *) -+| #define SELECT_TYPE_ARG5 (struct timeval *) -+| #define RETSIGTYPE void -+| #define HAVE_STAT_EMPTY_STRING_BUG 1 -+| #define HAVE_VPRINTF 1 -+| #define HAVE_ALARM 1 -+| #define HAVE_ATEXIT 1 -+| #define HAVE_DUP2 1 -+| #define HAVE_FDATASYNC 1 -+| #define HAVE_FTRUNCATE 1 -+| #define HAVE_GETCWD 1 -+| #define HAVE_GETHOSTBYADDR 1 -+| #define HAVE_GETHOSTBYNAME 1 -+| #define HAVE_GETHOSTNAME 1 -+| #define HAVE_GETMNTENT 1 -+| #define HAVE_GETNAMEINFO 1 -+| #define HAVE_GETRPCBYNAME 1 -+| #define HAVE_GETIFADDRS 1 -+| #define HAVE_GETTIMEOFDAY 1 -+| #define HAVE_HASMNTOPT 1 -+| #define HAVE_INET_NTOA 1 -+| #define HAVE_MEMSET 1 -+| #define HAVE_MKDIR 1 -+| #define HAVE_PATHCONF 1 -+| #define HAVE_REALPATH 1 -+| #define HAVE_RMDIR 1 -+| #define HAVE_SELECT 1 -+| #define HAVE_SOCKET 1 -+| #define HAVE_STRCASECMP 1 -+| #define HAVE_STRCHR 1 -+| #define HAVE_STRDUP 1 -+| #define HAVE_STRERROR 1 -+| #define HAVE_STRRCHR 1 -+| #define HAVE_STRTOL 1 -+| #define HAVE_STRTOUL 1 -+| #define HAVE_SIGPROCMASK 1 -+| #define SIZEOF_SHORT 2 -+| /* end confdefs.h. */ -+| #include -+| #ifdef HAVE_SYS_TYPES_H -+| # include -+| #endif -+| #ifdef HAVE_SYS_STAT_H -+| # include -+| #endif -+| #ifdef STDC_HEADERS -+| # include -+| # include -+| #else -+| # ifdef HAVE_STDLIB_H -+| # include -+| # endif -+| #endif -+| #ifdef HAVE_STRING_H -+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -+| # include -+| # endif -+| # include -+| #endif -+| #ifdef HAVE_STRINGS_H -+| # include -+| #endif -+| #ifdef HAVE_INTTYPES_H -+| # include -+| #endif -+| #ifdef HAVE_STDINT_H -+| # include -+| #endif -+| #ifdef HAVE_UNISTD_H -+| # include -+| #endif -+| int -+| main () -+| { -+| static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 3)]; -+| test_array [0] = 0 -+| -+| ; -+| return 0; -+| } -+configure:19895: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:19895: $? = 0 -+configure:19895: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:19895: $? = 0 -+configure:19895: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:19895: $? = 0 -+configure:19910: result: 4 -+configure:19924: checking size of long -+configure:19929: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:19929: $? = 0 -+configure:19929: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+conftest.c: In function 'main': -+conftest.c:150:12: error: size of array 'test_array' is negative -+configure:19929: $? = 1 -+configure: failed program was: -+| /* confdefs.h */ -+| #define PACKAGE_NAME "linux nfs-utils" -+| #define PACKAGE_TARNAME "nfs-utils" -+| #define PACKAGE_VERSION "1.2.3" -+| #define PACKAGE_STRING "linux nfs-utils 1.2.3" -+| #define PACKAGE_BUGREPORT "linux-nfs@vger.kernel.org" -+| #define PACKAGE_URL "" -+| #define PACKAGE "nfs-utils" -+| #define VERSION "1.2.3" -+| #define START_STATD "/usr/sbin/start-statd" -+| #define NFS3_SUPPORTED 1 -+| #define NFS4_SUPPORTED 1 -+| #define GSS_SUPPORTED 1 -+| #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_LIBTIRPC 1 -+| #define HAVE__HOME_WBX_ADK_OPENADK_TARGET_I686_UCLIBC_USR_INCLUDE_TIRPC_NETCONFIG_H 1 -+| #define _FILE_OFFSET_BITS 64 -+| #define HAVE_DLFCN_H 1 -+| #define LT_OBJDIR ".libs/" -+| #define STDC_HEADERS 1 -+| #define HAVE_EVENT_H 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define KRB5_VERSION 181 -+| #define HAVE_KRB5 1 -+| #define HAVE_DECL_AI_ADDRCONFIG 1 -+| #define HAVE_ARPA_INET_H 1 -+| #define HAVE_FCNTL_H 1 -+| #define HAVE_LIBINTL_H 1 -+| #define HAVE_LIMITS_H 1 -+| #define HAVE_MALLOC_H 1 -+| #define HAVE_MEMORY_H 1 -+| #define HAVE_NETDB_H 1 -+| #define HAVE_NETINET_IN_H 1 -+| #define HAVE_PATHS_H 1 -+| #define HAVE_STDLIB_H 1 -+| #define HAVE_STRING_H 1 -+| #define HAVE_SYS_FILE_H 1 -+| #define HAVE_SYS_IOCTL_H 1 -+| #define HAVE_SYS_MOUNT_H 1 -+| #define HAVE_SYS_PARAM_H 1 -+| #define HAVE_SYS_SOCKET_H 1 -+| #define HAVE_SYS_TIME_H 1 -+| #define HAVE_SYS_VFS_H 1 -+| #define HAVE_SYSLOG_H 1 -+| #define HAVE_UNISTD_H 1 -+| #define HAVE_ET_COM_ERR_H 1 -+| #define HAVE_IFADDRS_H 1 -+| #define TIME_WITH_SYS_TIME 1 -+| #define HAVE_ALLOCA_H 1 -+| #define HAVE_ALLOCA 1 -+| #define HAVE_DIRENT_H 1 -+| #define CLOSEDIR_VOID 1 -+| #define HAVE_FORK 1 -+| #define HAVE_VFORK 1 -+| #define HAVE_WORKING_VFORK 1 -+| #define HAVE_WORKING_FORK 1 -+| #define GETGROUPS_T gid_t -+| #define HAVE_GETMNTENT 1 -+| #define HAVE_LSTAT_EMPTY_STRING_BUG 1 -+| #define HAVE_SYS_SELECT_H 1 -+| #define HAVE_SYS_SOCKET_H 1 -+| #define SELECT_TYPE_ARG1 int -+| #define SELECT_TYPE_ARG234 (fd_set *) -+| #define SELECT_TYPE_ARG5 (struct timeval *) -+| #define RETSIGTYPE void -+| #define HAVE_STAT_EMPTY_STRING_BUG 1 -+| #define HAVE_VPRINTF 1 -+| #define HAVE_ALARM 1 -+| #define HAVE_ATEXIT 1 -+| #define HAVE_DUP2 1 -+| #define HAVE_FDATASYNC 1 -+| #define HAVE_FTRUNCATE 1 -+| #define HAVE_GETCWD 1 -+| #define HAVE_GETHOSTBYADDR 1 -+| #define HAVE_GETHOSTBYNAME 1 -+| #define HAVE_GETHOSTNAME 1 -+| #define HAVE_GETMNTENT 1 -+| #define HAVE_GETNAMEINFO 1 -+| #define HAVE_GETRPCBYNAME 1 -+| #define HAVE_GETIFADDRS 1 -+| #define HAVE_GETTIMEOFDAY 1 -+| #define HAVE_HASMNTOPT 1 -+| #define HAVE_INET_NTOA 1 -+| #define HAVE_MEMSET 1 -+| #define HAVE_MKDIR 1 -+| #define HAVE_PATHCONF 1 -+| #define HAVE_REALPATH 1 -+| #define HAVE_RMDIR 1 -+| #define HAVE_SELECT 1 -+| #define HAVE_SOCKET 1 -+| #define HAVE_STRCASECMP 1 -+| #define HAVE_STRCHR 1 -+| #define HAVE_STRDUP 1 -+| #define HAVE_STRERROR 1 -+| #define HAVE_STRRCHR 1 -+| #define HAVE_STRTOL 1 -+| #define HAVE_STRTOUL 1 -+| #define HAVE_SIGPROCMASK 1 -+| #define SIZEOF_SHORT 2 -+| #define SIZEOF_INT 4 -+| /* end confdefs.h. */ -+| #include -+| #ifdef HAVE_SYS_TYPES_H -+| # include -+| #endif -+| #ifdef HAVE_SYS_STAT_H -+| # include -+| #endif -+| #ifdef STDC_HEADERS -+| # include -+| # include -+| #else -+| # ifdef HAVE_STDLIB_H -+| # include -+| # endif -+| #endif -+| #ifdef HAVE_STRING_H -+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -+| # include -+| # endif -+| # include -+| #endif -+| #ifdef HAVE_STRINGS_H -+| # include -+| #endif -+| #ifdef HAVE_INTTYPES_H -+| # include -+| #endif -+| #ifdef HAVE_STDINT_H -+| # include -+| #endif -+| #ifdef HAVE_UNISTD_H -+| # include -+| #endif -+| int -+| main () -+| { -+| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 0)]; -+| test_array [0] = 0 -+| -+| ; -+| return 0; -+| } -+configure:19929: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+conftest.c: In function 'main': -+conftest.c:150:12: error: size of array 'test_array' is negative -+configure:19929: $? = 1 -+configure: failed program was: -+| /* confdefs.h */ -+| #define PACKAGE_NAME "linux nfs-utils" -+| #define PACKAGE_TARNAME "nfs-utils" -+| #define PACKAGE_VERSION "1.2.3" -+| #define PACKAGE_STRING "linux nfs-utils 1.2.3" -+| #define PACKAGE_BUGREPORT "linux-nfs@vger.kernel.org" -+| #define PACKAGE_URL "" -+| #define PACKAGE "nfs-utils" -+| #define VERSION "1.2.3" -+| #define START_STATD "/usr/sbin/start-statd" -+| #define NFS3_SUPPORTED 1 -+| #define NFS4_SUPPORTED 1 -+| #define GSS_SUPPORTED 1 -+| #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_LIBTIRPC 1 -+| #define HAVE__HOME_WBX_ADK_OPENADK_TARGET_I686_UCLIBC_USR_INCLUDE_TIRPC_NETCONFIG_H 1 -+| #define _FILE_OFFSET_BITS 64 -+| #define HAVE_DLFCN_H 1 -+| #define LT_OBJDIR ".libs/" -+| #define STDC_HEADERS 1 -+| #define HAVE_EVENT_H 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define KRB5_VERSION 181 -+| #define HAVE_KRB5 1 -+| #define HAVE_DECL_AI_ADDRCONFIG 1 -+| #define HAVE_ARPA_INET_H 1 -+| #define HAVE_FCNTL_H 1 -+| #define HAVE_LIBINTL_H 1 -+| #define HAVE_LIMITS_H 1 -+| #define HAVE_MALLOC_H 1 -+| #define HAVE_MEMORY_H 1 -+| #define HAVE_NETDB_H 1 -+| #define HAVE_NETINET_IN_H 1 -+| #define HAVE_PATHS_H 1 -+| #define HAVE_STDLIB_H 1 -+| #define HAVE_STRING_H 1 -+| #define HAVE_SYS_FILE_H 1 -+| #define HAVE_SYS_IOCTL_H 1 -+| #define HAVE_SYS_MOUNT_H 1 -+| #define HAVE_SYS_PARAM_H 1 -+| #define HAVE_SYS_SOCKET_H 1 -+| #define HAVE_SYS_TIME_H 1 -+| #define HAVE_SYS_VFS_H 1 -+| #define HAVE_SYSLOG_H 1 -+| #define HAVE_UNISTD_H 1 -+| #define HAVE_ET_COM_ERR_H 1 -+| #define HAVE_IFADDRS_H 1 -+| #define TIME_WITH_SYS_TIME 1 -+| #define HAVE_ALLOCA_H 1 -+| #define HAVE_ALLOCA 1 -+| #define HAVE_DIRENT_H 1 -+| #define CLOSEDIR_VOID 1 -+| #define HAVE_FORK 1 -+| #define HAVE_VFORK 1 -+| #define HAVE_WORKING_VFORK 1 -+| #define HAVE_WORKING_FORK 1 -+| #define GETGROUPS_T gid_t -+| #define HAVE_GETMNTENT 1 -+| #define HAVE_LSTAT_EMPTY_STRING_BUG 1 -+| #define HAVE_SYS_SELECT_H 1 -+| #define HAVE_SYS_SOCKET_H 1 -+| #define SELECT_TYPE_ARG1 int -+| #define SELECT_TYPE_ARG234 (fd_set *) -+| #define SELECT_TYPE_ARG5 (struct timeval *) -+| #define RETSIGTYPE void -+| #define HAVE_STAT_EMPTY_STRING_BUG 1 -+| #define HAVE_VPRINTF 1 -+| #define HAVE_ALARM 1 -+| #define HAVE_ATEXIT 1 -+| #define HAVE_DUP2 1 -+| #define HAVE_FDATASYNC 1 -+| #define HAVE_FTRUNCATE 1 -+| #define HAVE_GETCWD 1 -+| #define HAVE_GETHOSTBYADDR 1 -+| #define HAVE_GETHOSTBYNAME 1 -+| #define HAVE_GETHOSTNAME 1 -+| #define HAVE_GETMNTENT 1 -+| #define HAVE_GETNAMEINFO 1 -+| #define HAVE_GETRPCBYNAME 1 -+| #define HAVE_GETIFADDRS 1 -+| #define HAVE_GETTIMEOFDAY 1 -+| #define HAVE_HASMNTOPT 1 -+| #define HAVE_INET_NTOA 1 -+| #define HAVE_MEMSET 1 -+| #define HAVE_MKDIR 1 -+| #define HAVE_PATHCONF 1 -+| #define HAVE_REALPATH 1 -+| #define HAVE_RMDIR 1 -+| #define HAVE_SELECT 1 -+| #define HAVE_SOCKET 1 -+| #define HAVE_STRCASECMP 1 -+| #define HAVE_STRCHR 1 -+| #define HAVE_STRDUP 1 -+| #define HAVE_STRERROR 1 -+| #define HAVE_STRRCHR 1 -+| #define HAVE_STRTOL 1 -+| #define HAVE_STRTOUL 1 -+| #define HAVE_SIGPROCMASK 1 -+| #define SIZEOF_SHORT 2 -+| #define SIZEOF_INT 4 -+| /* end confdefs.h. */ -+| #include -+| #ifdef HAVE_SYS_TYPES_H -+| # include -+| #endif -+| #ifdef HAVE_SYS_STAT_H -+| # include -+| #endif -+| #ifdef STDC_HEADERS -+| # include -+| # include -+| #else -+| # ifdef HAVE_STDLIB_H -+| # include -+| # endif -+| #endif -+| #ifdef HAVE_STRING_H -+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -+| # include -+| # endif -+| # include -+| #endif -+| #ifdef HAVE_STRINGS_H -+| # include -+| #endif -+| #ifdef HAVE_INTTYPES_H -+| # include -+| #endif -+| #ifdef HAVE_STDINT_H -+| # include -+| #endif -+| #ifdef HAVE_UNISTD_H -+| # include -+| #endif -+| int -+| main () -+| { -+| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 1)]; -+| test_array [0] = 0 -+| -+| ; -+| return 0; -+| } -+configure:19929: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+conftest.c: In function 'main': -+conftest.c:150:12: error: size of array 'test_array' is negative -+configure:19929: $? = 1 -+configure: failed program was: -+| /* confdefs.h */ -+| #define PACKAGE_NAME "linux nfs-utils" -+| #define PACKAGE_TARNAME "nfs-utils" -+| #define PACKAGE_VERSION "1.2.3" -+| #define PACKAGE_STRING "linux nfs-utils 1.2.3" -+| #define PACKAGE_BUGREPORT "linux-nfs@vger.kernel.org" -+| #define PACKAGE_URL "" -+| #define PACKAGE "nfs-utils" -+| #define VERSION "1.2.3" -+| #define START_STATD "/usr/sbin/start-statd" -+| #define NFS3_SUPPORTED 1 -+| #define NFS4_SUPPORTED 1 -+| #define GSS_SUPPORTED 1 -+| #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_LIBTIRPC 1 -+| #define HAVE__HOME_WBX_ADK_OPENADK_TARGET_I686_UCLIBC_USR_INCLUDE_TIRPC_NETCONFIG_H 1 -+| #define _FILE_OFFSET_BITS 64 -+| #define HAVE_DLFCN_H 1 -+| #define LT_OBJDIR ".libs/" -+| #define STDC_HEADERS 1 -+| #define HAVE_EVENT_H 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define KRB5_VERSION 181 -+| #define HAVE_KRB5 1 -+| #define HAVE_DECL_AI_ADDRCONFIG 1 -+| #define HAVE_ARPA_INET_H 1 -+| #define HAVE_FCNTL_H 1 -+| #define HAVE_LIBINTL_H 1 -+| #define HAVE_LIMITS_H 1 -+| #define HAVE_MALLOC_H 1 -+| #define HAVE_MEMORY_H 1 -+| #define HAVE_NETDB_H 1 -+| #define HAVE_NETINET_IN_H 1 -+| #define HAVE_PATHS_H 1 -+| #define HAVE_STDLIB_H 1 -+| #define HAVE_STRING_H 1 -+| #define HAVE_SYS_FILE_H 1 -+| #define HAVE_SYS_IOCTL_H 1 -+| #define HAVE_SYS_MOUNT_H 1 -+| #define HAVE_SYS_PARAM_H 1 -+| #define HAVE_SYS_SOCKET_H 1 -+| #define HAVE_SYS_TIME_H 1 -+| #define HAVE_SYS_VFS_H 1 -+| #define HAVE_SYSLOG_H 1 -+| #define HAVE_UNISTD_H 1 -+| #define HAVE_ET_COM_ERR_H 1 -+| #define HAVE_IFADDRS_H 1 -+| #define TIME_WITH_SYS_TIME 1 -+| #define HAVE_ALLOCA_H 1 -+| #define HAVE_ALLOCA 1 -+| #define HAVE_DIRENT_H 1 -+| #define CLOSEDIR_VOID 1 -+| #define HAVE_FORK 1 -+| #define HAVE_VFORK 1 -+| #define HAVE_WORKING_VFORK 1 -+| #define HAVE_WORKING_FORK 1 -+| #define GETGROUPS_T gid_t -+| #define HAVE_GETMNTENT 1 -+| #define HAVE_LSTAT_EMPTY_STRING_BUG 1 -+| #define HAVE_SYS_SELECT_H 1 -+| #define HAVE_SYS_SOCKET_H 1 -+| #define SELECT_TYPE_ARG1 int -+| #define SELECT_TYPE_ARG234 (fd_set *) -+| #define SELECT_TYPE_ARG5 (struct timeval *) -+| #define RETSIGTYPE void -+| #define HAVE_STAT_EMPTY_STRING_BUG 1 -+| #define HAVE_VPRINTF 1 -+| #define HAVE_ALARM 1 -+| #define HAVE_ATEXIT 1 -+| #define HAVE_DUP2 1 -+| #define HAVE_FDATASYNC 1 -+| #define HAVE_FTRUNCATE 1 -+| #define HAVE_GETCWD 1 -+| #define HAVE_GETHOSTBYADDR 1 -+| #define HAVE_GETHOSTBYNAME 1 -+| #define HAVE_GETHOSTNAME 1 -+| #define HAVE_GETMNTENT 1 -+| #define HAVE_GETNAMEINFO 1 -+| #define HAVE_GETRPCBYNAME 1 -+| #define HAVE_GETIFADDRS 1 -+| #define HAVE_GETTIMEOFDAY 1 -+| #define HAVE_HASMNTOPT 1 -+| #define HAVE_INET_NTOA 1 -+| #define HAVE_MEMSET 1 -+| #define HAVE_MKDIR 1 -+| #define HAVE_PATHCONF 1 -+| #define HAVE_REALPATH 1 -+| #define HAVE_RMDIR 1 -+| #define HAVE_SELECT 1 -+| #define HAVE_SOCKET 1 -+| #define HAVE_STRCASECMP 1 -+| #define HAVE_STRCHR 1 -+| #define HAVE_STRDUP 1 -+| #define HAVE_STRERROR 1 -+| #define HAVE_STRRCHR 1 -+| #define HAVE_STRTOL 1 -+| #define HAVE_STRTOUL 1 -+| #define HAVE_SIGPROCMASK 1 -+| #define SIZEOF_SHORT 2 -+| #define SIZEOF_INT 4 -+| /* end confdefs.h. */ -+| #include -+| #ifdef HAVE_SYS_TYPES_H -+| # include -+| #endif -+| #ifdef HAVE_SYS_STAT_H -+| # include -+| #endif -+| #ifdef STDC_HEADERS -+| # include -+| # include -+| #else -+| # ifdef HAVE_STDLIB_H -+| # include -+| # endif -+| #endif -+| #ifdef HAVE_STRING_H -+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -+| # include -+| # endif -+| # include -+| #endif -+| #ifdef HAVE_STRINGS_H -+| # include -+| #endif -+| #ifdef HAVE_INTTYPES_H -+| # include -+| #endif -+| #ifdef HAVE_STDINT_H -+| # include -+| #endif -+| #ifdef HAVE_UNISTD_H -+| # include -+| #endif -+| int -+| main () -+| { -+| static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 3)]; -+| test_array [0] = 0 -+| -+| ; -+| return 0; -+| } -+configure:19929: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:19929: $? = 0 -+configure:19929: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:19929: $? = 0 -+configure:19929: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:19929: $? = 0 -+configure:19944: result: 4 -+configure:19958: checking size of size_t -+configure:19963: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:19963: $? = 0 -+configure:19963: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+conftest.c: In function 'main': -+conftest.c:151:12: error: size of array 'test_array' is negative -+configure:19963: $? = 1 -+configure: failed program was: -+| /* confdefs.h */ -+| #define PACKAGE_NAME "linux nfs-utils" -+| #define PACKAGE_TARNAME "nfs-utils" -+| #define PACKAGE_VERSION "1.2.3" -+| #define PACKAGE_STRING "linux nfs-utils 1.2.3" -+| #define PACKAGE_BUGREPORT "linux-nfs@vger.kernel.org" -+| #define PACKAGE_URL "" -+| #define PACKAGE "nfs-utils" -+| #define VERSION "1.2.3" -+| #define START_STATD "/usr/sbin/start-statd" -+| #define NFS3_SUPPORTED 1 -+| #define NFS4_SUPPORTED 1 -+| #define GSS_SUPPORTED 1 -+| #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_LIBTIRPC 1 -+| #define HAVE__HOME_WBX_ADK_OPENADK_TARGET_I686_UCLIBC_USR_INCLUDE_TIRPC_NETCONFIG_H 1 -+| #define _FILE_OFFSET_BITS 64 -+| #define HAVE_DLFCN_H 1 -+| #define LT_OBJDIR ".libs/" -+| #define STDC_HEADERS 1 -+| #define HAVE_EVENT_H 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define KRB5_VERSION 181 -+| #define HAVE_KRB5 1 -+| #define HAVE_DECL_AI_ADDRCONFIG 1 -+| #define HAVE_ARPA_INET_H 1 -+| #define HAVE_FCNTL_H 1 -+| #define HAVE_LIBINTL_H 1 -+| #define HAVE_LIMITS_H 1 -+| #define HAVE_MALLOC_H 1 -+| #define HAVE_MEMORY_H 1 -+| #define HAVE_NETDB_H 1 -+| #define HAVE_NETINET_IN_H 1 -+| #define HAVE_PATHS_H 1 -+| #define HAVE_STDLIB_H 1 -+| #define HAVE_STRING_H 1 -+| #define HAVE_SYS_FILE_H 1 -+| #define HAVE_SYS_IOCTL_H 1 -+| #define HAVE_SYS_MOUNT_H 1 -+| #define HAVE_SYS_PARAM_H 1 -+| #define HAVE_SYS_SOCKET_H 1 -+| #define HAVE_SYS_TIME_H 1 -+| #define HAVE_SYS_VFS_H 1 -+| #define HAVE_SYSLOG_H 1 -+| #define HAVE_UNISTD_H 1 -+| #define HAVE_ET_COM_ERR_H 1 -+| #define HAVE_IFADDRS_H 1 -+| #define TIME_WITH_SYS_TIME 1 -+| #define HAVE_ALLOCA_H 1 -+| #define HAVE_ALLOCA 1 -+| #define HAVE_DIRENT_H 1 -+| #define CLOSEDIR_VOID 1 -+| #define HAVE_FORK 1 -+| #define HAVE_VFORK 1 -+| #define HAVE_WORKING_VFORK 1 -+| #define HAVE_WORKING_FORK 1 -+| #define GETGROUPS_T gid_t -+| #define HAVE_GETMNTENT 1 -+| #define HAVE_LSTAT_EMPTY_STRING_BUG 1 -+| #define HAVE_SYS_SELECT_H 1 -+| #define HAVE_SYS_SOCKET_H 1 -+| #define SELECT_TYPE_ARG1 int -+| #define SELECT_TYPE_ARG234 (fd_set *) -+| #define SELECT_TYPE_ARG5 (struct timeval *) -+| #define RETSIGTYPE void -+| #define HAVE_STAT_EMPTY_STRING_BUG 1 -+| #define HAVE_VPRINTF 1 -+| #define HAVE_ALARM 1 -+| #define HAVE_ATEXIT 1 -+| #define HAVE_DUP2 1 -+| #define HAVE_FDATASYNC 1 -+| #define HAVE_FTRUNCATE 1 -+| #define HAVE_GETCWD 1 -+| #define HAVE_GETHOSTBYADDR 1 -+| #define HAVE_GETHOSTBYNAME 1 -+| #define HAVE_GETHOSTNAME 1 -+| #define HAVE_GETMNTENT 1 -+| #define HAVE_GETNAMEINFO 1 -+| #define HAVE_GETRPCBYNAME 1 -+| #define HAVE_GETIFADDRS 1 -+| #define HAVE_GETTIMEOFDAY 1 -+| #define HAVE_HASMNTOPT 1 -+| #define HAVE_INET_NTOA 1 -+| #define HAVE_MEMSET 1 -+| #define HAVE_MKDIR 1 -+| #define HAVE_PATHCONF 1 -+| #define HAVE_REALPATH 1 -+| #define HAVE_RMDIR 1 -+| #define HAVE_SELECT 1 -+| #define HAVE_SOCKET 1 -+| #define HAVE_STRCASECMP 1 -+| #define HAVE_STRCHR 1 -+| #define HAVE_STRDUP 1 -+| #define HAVE_STRERROR 1 -+| #define HAVE_STRRCHR 1 -+| #define HAVE_STRTOL 1 -+| #define HAVE_STRTOUL 1 -+| #define HAVE_SIGPROCMASK 1 -+| #define SIZEOF_SHORT 2 -+| #define SIZEOF_INT 4 -+| #define SIZEOF_LONG 4 -+| /* end confdefs.h. */ -+| #include -+| #ifdef HAVE_SYS_TYPES_H -+| # include -+| #endif -+| #ifdef HAVE_SYS_STAT_H -+| # include -+| #endif -+| #ifdef STDC_HEADERS -+| # include -+| # include -+| #else -+| # ifdef HAVE_STDLIB_H -+| # include -+| # endif -+| #endif -+| #ifdef HAVE_STRING_H -+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -+| # include -+| # endif -+| # include -+| #endif -+| #ifdef HAVE_STRINGS_H -+| # include -+| #endif -+| #ifdef HAVE_INTTYPES_H -+| # include -+| #endif -+| #ifdef HAVE_STDINT_H -+| # include -+| #endif -+| #ifdef HAVE_UNISTD_H -+| # include -+| #endif -+| int -+| main () -+| { -+| static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 0)]; -+| test_array [0] = 0 -+| -+| ; -+| return 0; -+| } -+configure:19963: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+conftest.c: In function 'main': -+conftest.c:151:12: error: size of array 'test_array' is negative -+configure:19963: $? = 1 -+configure: failed program was: -+| /* confdefs.h */ -+| #define PACKAGE_NAME "linux nfs-utils" -+| #define PACKAGE_TARNAME "nfs-utils" -+| #define PACKAGE_VERSION "1.2.3" -+| #define PACKAGE_STRING "linux nfs-utils 1.2.3" -+| #define PACKAGE_BUGREPORT "linux-nfs@vger.kernel.org" -+| #define PACKAGE_URL "" -+| #define PACKAGE "nfs-utils" -+| #define VERSION "1.2.3" -+| #define START_STATD "/usr/sbin/start-statd" -+| #define NFS3_SUPPORTED 1 -+| #define NFS4_SUPPORTED 1 -+| #define GSS_SUPPORTED 1 -+| #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_LIBTIRPC 1 -+| #define HAVE__HOME_WBX_ADK_OPENADK_TARGET_I686_UCLIBC_USR_INCLUDE_TIRPC_NETCONFIG_H 1 -+| #define _FILE_OFFSET_BITS 64 -+| #define HAVE_DLFCN_H 1 -+| #define LT_OBJDIR ".libs/" -+| #define STDC_HEADERS 1 -+| #define HAVE_EVENT_H 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define KRB5_VERSION 181 -+| #define HAVE_KRB5 1 -+| #define HAVE_DECL_AI_ADDRCONFIG 1 -+| #define HAVE_ARPA_INET_H 1 -+| #define HAVE_FCNTL_H 1 -+| #define HAVE_LIBINTL_H 1 -+| #define HAVE_LIMITS_H 1 -+| #define HAVE_MALLOC_H 1 -+| #define HAVE_MEMORY_H 1 -+| #define HAVE_NETDB_H 1 -+| #define HAVE_NETINET_IN_H 1 -+| #define HAVE_PATHS_H 1 -+| #define HAVE_STDLIB_H 1 -+| #define HAVE_STRING_H 1 -+| #define HAVE_SYS_FILE_H 1 -+| #define HAVE_SYS_IOCTL_H 1 -+| #define HAVE_SYS_MOUNT_H 1 -+| #define HAVE_SYS_PARAM_H 1 -+| #define HAVE_SYS_SOCKET_H 1 -+| #define HAVE_SYS_TIME_H 1 -+| #define HAVE_SYS_VFS_H 1 -+| #define HAVE_SYSLOG_H 1 -+| #define HAVE_UNISTD_H 1 -+| #define HAVE_ET_COM_ERR_H 1 -+| #define HAVE_IFADDRS_H 1 -+| #define TIME_WITH_SYS_TIME 1 -+| #define HAVE_ALLOCA_H 1 -+| #define HAVE_ALLOCA 1 -+| #define HAVE_DIRENT_H 1 -+| #define CLOSEDIR_VOID 1 -+| #define HAVE_FORK 1 -+| #define HAVE_VFORK 1 -+| #define HAVE_WORKING_VFORK 1 -+| #define HAVE_WORKING_FORK 1 -+| #define GETGROUPS_T gid_t -+| #define HAVE_GETMNTENT 1 -+| #define HAVE_LSTAT_EMPTY_STRING_BUG 1 -+| #define HAVE_SYS_SELECT_H 1 -+| #define HAVE_SYS_SOCKET_H 1 -+| #define SELECT_TYPE_ARG1 int -+| #define SELECT_TYPE_ARG234 (fd_set *) -+| #define SELECT_TYPE_ARG5 (struct timeval *) -+| #define RETSIGTYPE void -+| #define HAVE_STAT_EMPTY_STRING_BUG 1 -+| #define HAVE_VPRINTF 1 -+| #define HAVE_ALARM 1 -+| #define HAVE_ATEXIT 1 -+| #define HAVE_DUP2 1 -+| #define HAVE_FDATASYNC 1 -+| #define HAVE_FTRUNCATE 1 -+| #define HAVE_GETCWD 1 -+| #define HAVE_GETHOSTBYADDR 1 -+| #define HAVE_GETHOSTBYNAME 1 -+| #define HAVE_GETHOSTNAME 1 -+| #define HAVE_GETMNTENT 1 -+| #define HAVE_GETNAMEINFO 1 -+| #define HAVE_GETRPCBYNAME 1 -+| #define HAVE_GETIFADDRS 1 -+| #define HAVE_GETTIMEOFDAY 1 -+| #define HAVE_HASMNTOPT 1 -+| #define HAVE_INET_NTOA 1 -+| #define HAVE_MEMSET 1 -+| #define HAVE_MKDIR 1 -+| #define HAVE_PATHCONF 1 -+| #define HAVE_REALPATH 1 -+| #define HAVE_RMDIR 1 -+| #define HAVE_SELECT 1 -+| #define HAVE_SOCKET 1 -+| #define HAVE_STRCASECMP 1 -+| #define HAVE_STRCHR 1 -+| #define HAVE_STRDUP 1 -+| #define HAVE_STRERROR 1 -+| #define HAVE_STRRCHR 1 -+| #define HAVE_STRTOL 1 -+| #define HAVE_STRTOUL 1 -+| #define HAVE_SIGPROCMASK 1 -+| #define SIZEOF_SHORT 2 -+| #define SIZEOF_INT 4 -+| #define SIZEOF_LONG 4 -+| /* end confdefs.h. */ -+| #include -+| #ifdef HAVE_SYS_TYPES_H -+| # include -+| #endif -+| #ifdef HAVE_SYS_STAT_H -+| # include -+| #endif -+| #ifdef STDC_HEADERS -+| # include -+| # include -+| #else -+| # ifdef HAVE_STDLIB_H -+| # include -+| # endif -+| #endif -+| #ifdef HAVE_STRING_H -+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -+| # include -+| # endif -+| # include -+| #endif -+| #ifdef HAVE_STRINGS_H -+| # include -+| #endif -+| #ifdef HAVE_INTTYPES_H -+| # include -+| #endif -+| #ifdef HAVE_STDINT_H -+| # include -+| #endif -+| #ifdef HAVE_UNISTD_H -+| # include -+| #endif -+| int -+| main () -+| { -+| static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 1)]; -+| test_array [0] = 0 -+| -+| ; -+| return 0; -+| } -+configure:19963: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+conftest.c: In function 'main': -+conftest.c:151:12: error: size of array 'test_array' is negative -+configure:19963: $? = 1 -+configure: failed program was: -+| /* confdefs.h */ -+| #define PACKAGE_NAME "linux nfs-utils" -+| #define PACKAGE_TARNAME "nfs-utils" -+| #define PACKAGE_VERSION "1.2.3" -+| #define PACKAGE_STRING "linux nfs-utils 1.2.3" -+| #define PACKAGE_BUGREPORT "linux-nfs@vger.kernel.org" -+| #define PACKAGE_URL "" -+| #define PACKAGE "nfs-utils" -+| #define VERSION "1.2.3" -+| #define START_STATD "/usr/sbin/start-statd" -+| #define NFS3_SUPPORTED 1 -+| #define NFS4_SUPPORTED 1 -+| #define GSS_SUPPORTED 1 -+| #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_LIBTIRPC 1 -+| #define HAVE__HOME_WBX_ADK_OPENADK_TARGET_I686_UCLIBC_USR_INCLUDE_TIRPC_NETCONFIG_H 1 -+| #define _FILE_OFFSET_BITS 64 -+| #define HAVE_DLFCN_H 1 -+| #define LT_OBJDIR ".libs/" -+| #define STDC_HEADERS 1 -+| #define HAVE_EVENT_H 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define KRB5_VERSION 181 -+| #define HAVE_KRB5 1 -+| #define HAVE_DECL_AI_ADDRCONFIG 1 -+| #define HAVE_ARPA_INET_H 1 -+| #define HAVE_FCNTL_H 1 -+| #define HAVE_LIBINTL_H 1 -+| #define HAVE_LIMITS_H 1 -+| #define HAVE_MALLOC_H 1 -+| #define HAVE_MEMORY_H 1 -+| #define HAVE_NETDB_H 1 -+| #define HAVE_NETINET_IN_H 1 -+| #define HAVE_PATHS_H 1 -+| #define HAVE_STDLIB_H 1 -+| #define HAVE_STRING_H 1 -+| #define HAVE_SYS_FILE_H 1 -+| #define HAVE_SYS_IOCTL_H 1 -+| #define HAVE_SYS_MOUNT_H 1 -+| #define HAVE_SYS_PARAM_H 1 -+| #define HAVE_SYS_SOCKET_H 1 -+| #define HAVE_SYS_TIME_H 1 -+| #define HAVE_SYS_VFS_H 1 -+| #define HAVE_SYSLOG_H 1 -+| #define HAVE_UNISTD_H 1 -+| #define HAVE_ET_COM_ERR_H 1 -+| #define HAVE_IFADDRS_H 1 -+| #define TIME_WITH_SYS_TIME 1 -+| #define HAVE_ALLOCA_H 1 -+| #define HAVE_ALLOCA 1 -+| #define HAVE_DIRENT_H 1 -+| #define CLOSEDIR_VOID 1 -+| #define HAVE_FORK 1 -+| #define HAVE_VFORK 1 -+| #define HAVE_WORKING_VFORK 1 -+| #define HAVE_WORKING_FORK 1 -+| #define GETGROUPS_T gid_t -+| #define HAVE_GETMNTENT 1 -+| #define HAVE_LSTAT_EMPTY_STRING_BUG 1 -+| #define HAVE_SYS_SELECT_H 1 -+| #define HAVE_SYS_SOCKET_H 1 -+| #define SELECT_TYPE_ARG1 int -+| #define SELECT_TYPE_ARG234 (fd_set *) -+| #define SELECT_TYPE_ARG5 (struct timeval *) -+| #define RETSIGTYPE void -+| #define HAVE_STAT_EMPTY_STRING_BUG 1 -+| #define HAVE_VPRINTF 1 -+| #define HAVE_ALARM 1 -+| #define HAVE_ATEXIT 1 -+| #define HAVE_DUP2 1 -+| #define HAVE_FDATASYNC 1 -+| #define HAVE_FTRUNCATE 1 -+| #define HAVE_GETCWD 1 -+| #define HAVE_GETHOSTBYADDR 1 -+| #define HAVE_GETHOSTBYNAME 1 -+| #define HAVE_GETHOSTNAME 1 -+| #define HAVE_GETMNTENT 1 -+| #define HAVE_GETNAMEINFO 1 -+| #define HAVE_GETRPCBYNAME 1 -+| #define HAVE_GETIFADDRS 1 -+| #define HAVE_GETTIMEOFDAY 1 -+| #define HAVE_HASMNTOPT 1 -+| #define HAVE_INET_NTOA 1 -+| #define HAVE_MEMSET 1 -+| #define HAVE_MKDIR 1 -+| #define HAVE_PATHCONF 1 -+| #define HAVE_REALPATH 1 -+| #define HAVE_RMDIR 1 -+| #define HAVE_SELECT 1 -+| #define HAVE_SOCKET 1 -+| #define HAVE_STRCASECMP 1 -+| #define HAVE_STRCHR 1 -+| #define HAVE_STRDUP 1 -+| #define HAVE_STRERROR 1 -+| #define HAVE_STRRCHR 1 -+| #define HAVE_STRTOL 1 -+| #define HAVE_STRTOUL 1 -+| #define HAVE_SIGPROCMASK 1 -+| #define SIZEOF_SHORT 2 -+| #define SIZEOF_INT 4 -+| #define SIZEOF_LONG 4 -+| /* end confdefs.h. */ -+| #include -+| #ifdef HAVE_SYS_TYPES_H -+| # include -+| #endif -+| #ifdef HAVE_SYS_STAT_H -+| # include -+| #endif -+| #ifdef STDC_HEADERS -+| # include -+| # include -+| #else -+| # ifdef HAVE_STDLIB_H -+| # include -+| # endif -+| #endif -+| #ifdef HAVE_STRING_H -+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -+| # include -+| # endif -+| # include -+| #endif -+| #ifdef HAVE_STRINGS_H -+| # include -+| #endif -+| #ifdef HAVE_INTTYPES_H -+| # include -+| #endif -+| #ifdef HAVE_STDINT_H -+| # include -+| #endif -+| #ifdef HAVE_UNISTD_H -+| # include -+| #endif -+| int -+| main () -+| { -+| static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 3)]; -+| test_array [0] = 0 -+| -+| ; -+| return 0; -+| } -+configure:19963: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:19963: $? = 0 -+configure:19963: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:19963: $? = 0 -+configure:19963: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:19963: $? = 0 -+configure:19978: result: 4 -+configure:19992: checking size of socklen_t -+configure:19997: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:19997: $? = 0 -+configure:19997: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+conftest.c: In function 'main': -+conftest.c:152:12: error: size of array 'test_array' is negative -+configure:19997: $? = 1 -+configure: failed program was: -+| /* confdefs.h */ -+| #define PACKAGE_NAME "linux nfs-utils" -+| #define PACKAGE_TARNAME "nfs-utils" -+| #define PACKAGE_VERSION "1.2.3" -+| #define PACKAGE_STRING "linux nfs-utils 1.2.3" -+| #define PACKAGE_BUGREPORT "linux-nfs@vger.kernel.org" -+| #define PACKAGE_URL "" -+| #define PACKAGE "nfs-utils" -+| #define VERSION "1.2.3" -+| #define START_STATD "/usr/sbin/start-statd" -+| #define NFS3_SUPPORTED 1 -+| #define NFS4_SUPPORTED 1 -+| #define GSS_SUPPORTED 1 -+| #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_LIBTIRPC 1 -+| #define HAVE__HOME_WBX_ADK_OPENADK_TARGET_I686_UCLIBC_USR_INCLUDE_TIRPC_NETCONFIG_H 1 -+| #define _FILE_OFFSET_BITS 64 -+| #define HAVE_DLFCN_H 1 -+| #define LT_OBJDIR ".libs/" -+| #define STDC_HEADERS 1 -+| #define HAVE_EVENT_H 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define KRB5_VERSION 181 -+| #define HAVE_KRB5 1 -+| #define HAVE_DECL_AI_ADDRCONFIG 1 -+| #define HAVE_ARPA_INET_H 1 -+| #define HAVE_FCNTL_H 1 -+| #define HAVE_LIBINTL_H 1 -+| #define HAVE_LIMITS_H 1 -+| #define HAVE_MALLOC_H 1 -+| #define HAVE_MEMORY_H 1 -+| #define HAVE_NETDB_H 1 -+| #define HAVE_NETINET_IN_H 1 -+| #define HAVE_PATHS_H 1 -+| #define HAVE_STDLIB_H 1 -+| #define HAVE_STRING_H 1 -+| #define HAVE_SYS_FILE_H 1 -+| #define HAVE_SYS_IOCTL_H 1 -+| #define HAVE_SYS_MOUNT_H 1 -+| #define HAVE_SYS_PARAM_H 1 -+| #define HAVE_SYS_SOCKET_H 1 -+| #define HAVE_SYS_TIME_H 1 -+| #define HAVE_SYS_VFS_H 1 -+| #define HAVE_SYSLOG_H 1 -+| #define HAVE_UNISTD_H 1 -+| #define HAVE_ET_COM_ERR_H 1 -+| #define HAVE_IFADDRS_H 1 -+| #define TIME_WITH_SYS_TIME 1 -+| #define HAVE_ALLOCA_H 1 -+| #define HAVE_ALLOCA 1 -+| #define HAVE_DIRENT_H 1 -+| #define CLOSEDIR_VOID 1 -+| #define HAVE_FORK 1 -+| #define HAVE_VFORK 1 -+| #define HAVE_WORKING_VFORK 1 -+| #define HAVE_WORKING_FORK 1 -+| #define GETGROUPS_T gid_t -+| #define HAVE_GETMNTENT 1 -+| #define HAVE_LSTAT_EMPTY_STRING_BUG 1 -+| #define HAVE_SYS_SELECT_H 1 -+| #define HAVE_SYS_SOCKET_H 1 -+| #define SELECT_TYPE_ARG1 int -+| #define SELECT_TYPE_ARG234 (fd_set *) -+| #define SELECT_TYPE_ARG5 (struct timeval *) -+| #define RETSIGTYPE void -+| #define HAVE_STAT_EMPTY_STRING_BUG 1 -+| #define HAVE_VPRINTF 1 -+| #define HAVE_ALARM 1 -+| #define HAVE_ATEXIT 1 -+| #define HAVE_DUP2 1 -+| #define HAVE_FDATASYNC 1 -+| #define HAVE_FTRUNCATE 1 -+| #define HAVE_GETCWD 1 -+| #define HAVE_GETHOSTBYADDR 1 -+| #define HAVE_GETHOSTBYNAME 1 -+| #define HAVE_GETHOSTNAME 1 -+| #define HAVE_GETMNTENT 1 -+| #define HAVE_GETNAMEINFO 1 -+| #define HAVE_GETRPCBYNAME 1 -+| #define HAVE_GETIFADDRS 1 -+| #define HAVE_GETTIMEOFDAY 1 -+| #define HAVE_HASMNTOPT 1 -+| #define HAVE_INET_NTOA 1 -+| #define HAVE_MEMSET 1 -+| #define HAVE_MKDIR 1 -+| #define HAVE_PATHCONF 1 -+| #define HAVE_REALPATH 1 -+| #define HAVE_RMDIR 1 -+| #define HAVE_SELECT 1 -+| #define HAVE_SOCKET 1 -+| #define HAVE_STRCASECMP 1 -+| #define HAVE_STRCHR 1 -+| #define HAVE_STRDUP 1 -+| #define HAVE_STRERROR 1 -+| #define HAVE_STRRCHR 1 -+| #define HAVE_STRTOL 1 -+| #define HAVE_STRTOUL 1 -+| #define HAVE_SIGPROCMASK 1 -+| #define SIZEOF_SHORT 2 -+| #define SIZEOF_INT 4 -+| #define SIZEOF_LONG 4 -+| #define SIZEOF_SIZE_T 4 -+| /* end confdefs.h. */ -+| #include -+| #ifdef HAVE_SYS_TYPES_H -+| # include -+| #endif -+| #ifdef HAVE_SYS_STAT_H -+| # include -+| #endif -+| #ifdef STDC_HEADERS -+| # include -+| # include -+| #else -+| # ifdef HAVE_STDLIB_H -+| # include -+| # endif -+| #endif -+| #ifdef HAVE_STRING_H -+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -+| # include -+| # endif -+| # include -+| #endif -+| #ifdef HAVE_STRINGS_H -+| # include -+| #endif -+| #ifdef HAVE_INTTYPES_H -+| # include -+| #endif -+| #ifdef HAVE_STDINT_H -+| # include -+| #endif -+| #ifdef HAVE_UNISTD_H -+| # include -+| #endif -+| int -+| main () -+| { -+| static int test_array [1 - 2 * !(((long int) (sizeof (socklen_t))) <= 0)]; -+| test_array [0] = 0 -+| -+| ; -+| return 0; -+| } -+configure:19997: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+conftest.c: In function 'main': -+conftest.c:152:12: error: size of array 'test_array' is negative -+configure:19997: $? = 1 -+configure: failed program was: -+| /* confdefs.h */ -+| #define PACKAGE_NAME "linux nfs-utils" -+| #define PACKAGE_TARNAME "nfs-utils" -+| #define PACKAGE_VERSION "1.2.3" -+| #define PACKAGE_STRING "linux nfs-utils 1.2.3" -+| #define PACKAGE_BUGREPORT "linux-nfs@vger.kernel.org" -+| #define PACKAGE_URL "" -+| #define PACKAGE "nfs-utils" -+| #define VERSION "1.2.3" -+| #define START_STATD "/usr/sbin/start-statd" -+| #define NFS3_SUPPORTED 1 -+| #define NFS4_SUPPORTED 1 -+| #define GSS_SUPPORTED 1 -+| #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_LIBTIRPC 1 -+| #define HAVE__HOME_WBX_ADK_OPENADK_TARGET_I686_UCLIBC_USR_INCLUDE_TIRPC_NETCONFIG_H 1 -+| #define _FILE_OFFSET_BITS 64 -+| #define HAVE_DLFCN_H 1 -+| #define LT_OBJDIR ".libs/" -+| #define STDC_HEADERS 1 -+| #define HAVE_EVENT_H 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define KRB5_VERSION 181 -+| #define HAVE_KRB5 1 -+| #define HAVE_DECL_AI_ADDRCONFIG 1 -+| #define HAVE_ARPA_INET_H 1 -+| #define HAVE_FCNTL_H 1 -+| #define HAVE_LIBINTL_H 1 -+| #define HAVE_LIMITS_H 1 -+| #define HAVE_MALLOC_H 1 -+| #define HAVE_MEMORY_H 1 -+| #define HAVE_NETDB_H 1 -+| #define HAVE_NETINET_IN_H 1 -+| #define HAVE_PATHS_H 1 -+| #define HAVE_STDLIB_H 1 -+| #define HAVE_STRING_H 1 -+| #define HAVE_SYS_FILE_H 1 -+| #define HAVE_SYS_IOCTL_H 1 -+| #define HAVE_SYS_MOUNT_H 1 -+| #define HAVE_SYS_PARAM_H 1 -+| #define HAVE_SYS_SOCKET_H 1 -+| #define HAVE_SYS_TIME_H 1 -+| #define HAVE_SYS_VFS_H 1 -+| #define HAVE_SYSLOG_H 1 -+| #define HAVE_UNISTD_H 1 -+| #define HAVE_ET_COM_ERR_H 1 -+| #define HAVE_IFADDRS_H 1 -+| #define TIME_WITH_SYS_TIME 1 -+| #define HAVE_ALLOCA_H 1 -+| #define HAVE_ALLOCA 1 -+| #define HAVE_DIRENT_H 1 -+| #define CLOSEDIR_VOID 1 -+| #define HAVE_FORK 1 -+| #define HAVE_VFORK 1 -+| #define HAVE_WORKING_VFORK 1 -+| #define HAVE_WORKING_FORK 1 -+| #define GETGROUPS_T gid_t -+| #define HAVE_GETMNTENT 1 -+| #define HAVE_LSTAT_EMPTY_STRING_BUG 1 -+| #define HAVE_SYS_SELECT_H 1 -+| #define HAVE_SYS_SOCKET_H 1 -+| #define SELECT_TYPE_ARG1 int -+| #define SELECT_TYPE_ARG234 (fd_set *) -+| #define SELECT_TYPE_ARG5 (struct timeval *) -+| #define RETSIGTYPE void -+| #define HAVE_STAT_EMPTY_STRING_BUG 1 -+| #define HAVE_VPRINTF 1 -+| #define HAVE_ALARM 1 -+| #define HAVE_ATEXIT 1 -+| #define HAVE_DUP2 1 -+| #define HAVE_FDATASYNC 1 -+| #define HAVE_FTRUNCATE 1 -+| #define HAVE_GETCWD 1 -+| #define HAVE_GETHOSTBYADDR 1 -+| #define HAVE_GETHOSTBYNAME 1 -+| #define HAVE_GETHOSTNAME 1 -+| #define HAVE_GETMNTENT 1 -+| #define HAVE_GETNAMEINFO 1 -+| #define HAVE_GETRPCBYNAME 1 -+| #define HAVE_GETIFADDRS 1 -+| #define HAVE_GETTIMEOFDAY 1 -+| #define HAVE_HASMNTOPT 1 -+| #define HAVE_INET_NTOA 1 -+| #define HAVE_MEMSET 1 -+| #define HAVE_MKDIR 1 -+| #define HAVE_PATHCONF 1 -+| #define HAVE_REALPATH 1 -+| #define HAVE_RMDIR 1 -+| #define HAVE_SELECT 1 -+| #define HAVE_SOCKET 1 -+| #define HAVE_STRCASECMP 1 -+| #define HAVE_STRCHR 1 -+| #define HAVE_STRDUP 1 -+| #define HAVE_STRERROR 1 -+| #define HAVE_STRRCHR 1 -+| #define HAVE_STRTOL 1 -+| #define HAVE_STRTOUL 1 -+| #define HAVE_SIGPROCMASK 1 -+| #define SIZEOF_SHORT 2 -+| #define SIZEOF_INT 4 -+| #define SIZEOF_LONG 4 -+| #define SIZEOF_SIZE_T 4 -+| /* end confdefs.h. */ -+| #include -+| #ifdef HAVE_SYS_TYPES_H -+| # include -+| #endif -+| #ifdef HAVE_SYS_STAT_H -+| # include -+| #endif -+| #ifdef STDC_HEADERS -+| # include -+| # include -+| #else -+| # ifdef HAVE_STDLIB_H -+| # include -+| # endif -+| #endif -+| #ifdef HAVE_STRING_H -+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -+| # include -+| # endif -+| # include -+| #endif -+| #ifdef HAVE_STRINGS_H -+| # include -+| #endif -+| #ifdef HAVE_INTTYPES_H -+| # include -+| #endif -+| #ifdef HAVE_STDINT_H -+| # include -+| #endif -+| #ifdef HAVE_UNISTD_H -+| # include -+| #endif -+| int -+| main () -+| { -+| static int test_array [1 - 2 * !(((long int) (sizeof (socklen_t))) <= 1)]; -+| test_array [0] = 0 -+| -+| ; -+| return 0; -+| } -+configure:19997: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+conftest.c: In function 'main': -+conftest.c:152:12: error: size of array 'test_array' is negative -+configure:19997: $? = 1 -+configure: failed program was: -+| /* confdefs.h */ -+| #define PACKAGE_NAME "linux nfs-utils" -+| #define PACKAGE_TARNAME "nfs-utils" -+| #define PACKAGE_VERSION "1.2.3" -+| #define PACKAGE_STRING "linux nfs-utils 1.2.3" -+| #define PACKAGE_BUGREPORT "linux-nfs@vger.kernel.org" -+| #define PACKAGE_URL "" -+| #define PACKAGE "nfs-utils" -+| #define VERSION "1.2.3" -+| #define START_STATD "/usr/sbin/start-statd" -+| #define NFS3_SUPPORTED 1 -+| #define NFS4_SUPPORTED 1 -+| #define GSS_SUPPORTED 1 -+| #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_LIBTIRPC 1 -+| #define HAVE__HOME_WBX_ADK_OPENADK_TARGET_I686_UCLIBC_USR_INCLUDE_TIRPC_NETCONFIG_H 1 -+| #define _FILE_OFFSET_BITS 64 -+| #define HAVE_DLFCN_H 1 -+| #define LT_OBJDIR ".libs/" -+| #define STDC_HEADERS 1 -+| #define HAVE_EVENT_H 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define HAVE_NFSIDMAP_H 1 -+| #define HAVE_NFS4_SET_DEBUG 1 -+| #define KRB5_VERSION 181 -+| #define HAVE_KRB5 1 -+| #define HAVE_DECL_AI_ADDRCONFIG 1 -+| #define HAVE_ARPA_INET_H 1 -+| #define HAVE_FCNTL_H 1 -+| #define HAVE_LIBINTL_H 1 -+| #define HAVE_LIMITS_H 1 -+| #define HAVE_MALLOC_H 1 -+| #define HAVE_MEMORY_H 1 -+| #define HAVE_NETDB_H 1 -+| #define HAVE_NETINET_IN_H 1 -+| #define HAVE_PATHS_H 1 -+| #define HAVE_STDLIB_H 1 -+| #define HAVE_STRING_H 1 -+| #define HAVE_SYS_FILE_H 1 -+| #define HAVE_SYS_IOCTL_H 1 -+| #define HAVE_SYS_MOUNT_H 1 -+| #define HAVE_SYS_PARAM_H 1 -+| #define HAVE_SYS_SOCKET_H 1 -+| #define HAVE_SYS_TIME_H 1 -+| #define HAVE_SYS_VFS_H 1 -+| #define HAVE_SYSLOG_H 1 -+| #define HAVE_UNISTD_H 1 -+| #define HAVE_ET_COM_ERR_H 1 -+| #define HAVE_IFADDRS_H 1 -+| #define TIME_WITH_SYS_TIME 1 -+| #define HAVE_ALLOCA_H 1 -+| #define HAVE_ALLOCA 1 -+| #define HAVE_DIRENT_H 1 -+| #define CLOSEDIR_VOID 1 -+| #define HAVE_FORK 1 -+| #define HAVE_VFORK 1 -+| #define HAVE_WORKING_VFORK 1 -+| #define HAVE_WORKING_FORK 1 -+| #define GETGROUPS_T gid_t -+| #define HAVE_GETMNTENT 1 -+| #define HAVE_LSTAT_EMPTY_STRING_BUG 1 -+| #define HAVE_SYS_SELECT_H 1 -+| #define HAVE_SYS_SOCKET_H 1 -+| #define SELECT_TYPE_ARG1 int -+| #define SELECT_TYPE_ARG234 (fd_set *) -+| #define SELECT_TYPE_ARG5 (struct timeval *) -+| #define RETSIGTYPE void -+| #define HAVE_STAT_EMPTY_STRING_BUG 1 -+| #define HAVE_VPRINTF 1 -+| #define HAVE_ALARM 1 -+| #define HAVE_ATEXIT 1 -+| #define HAVE_DUP2 1 -+| #define HAVE_FDATASYNC 1 -+| #define HAVE_FTRUNCATE 1 -+| #define HAVE_GETCWD 1 -+| #define HAVE_GETHOSTBYADDR 1 -+| #define HAVE_GETHOSTBYNAME 1 -+| #define HAVE_GETHOSTNAME 1 -+| #define HAVE_GETMNTENT 1 -+| #define HAVE_GETNAMEINFO 1 -+| #define HAVE_GETRPCBYNAME 1 -+| #define HAVE_GETIFADDRS 1 -+| #define HAVE_GETTIMEOFDAY 1 -+| #define HAVE_HASMNTOPT 1 -+| #define HAVE_INET_NTOA 1 -+| #define HAVE_MEMSET 1 -+| #define HAVE_MKDIR 1 -+| #define HAVE_PATHCONF 1 -+| #define HAVE_REALPATH 1 -+| #define HAVE_RMDIR 1 -+| #define HAVE_SELECT 1 -+| #define HAVE_SOCKET 1 -+| #define HAVE_STRCASECMP 1 -+| #define HAVE_STRCHR 1 -+| #define HAVE_STRDUP 1 -+| #define HAVE_STRERROR 1 -+| #define HAVE_STRRCHR 1 -+| #define HAVE_STRTOL 1 -+| #define HAVE_STRTOUL 1 -+| #define HAVE_SIGPROCMASK 1 -+| #define SIZEOF_SHORT 2 -+| #define SIZEOF_INT 4 -+| #define SIZEOF_LONG 4 -+| #define SIZEOF_SIZE_T 4 -+| /* end confdefs.h. */ -+| #include -+| #ifdef HAVE_SYS_TYPES_H -+| # include -+| #endif -+| #ifdef HAVE_SYS_STAT_H -+| # include -+| #endif -+| #ifdef STDC_HEADERS -+| # include -+| # include -+| #else -+| # ifdef HAVE_STDLIB_H -+| # include -+| # endif -+| #endif -+| #ifdef HAVE_STRING_H -+| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H -+| # include -+| # endif -+| # include -+| #endif -+| #ifdef HAVE_STRINGS_H -+| # include -+| #endif -+| #ifdef HAVE_INTTYPES_H -+| # include -+| #endif -+| #ifdef HAVE_STDINT_H -+| # include -+| #endif -+| #ifdef HAVE_UNISTD_H -+| # include -+| #endif -+| int -+| main () -+| { -+| static int test_array [1 - 2 * !(((long int) (sizeof (socklen_t))) <= 3)]; -+| test_array [0] = 0 -+| -+| ; -+| return 0; -+| } -+configure:19997: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:19997: $? = 0 -+configure:19997: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:19997: $? = 0 -+configure:19997: /home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -c -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE conftest.c >&5 -+configure:19997: $? = 0 -+configure:20012: result: 4 -+configure:20234: creating ./config.status -+ -+## ---------------------- ## -+## Running config.status. ## -+## ---------------------- ## -+ -+This file was extended by linux nfs-utils config.status 1.2.3, which was -+generated by GNU Autoconf 2.65. Invocation command line was -+ -+ CONFIG_FILES = -+ CONFIG_HEADERS = -+ CONFIG_LINKS = -+ CONFIG_COMMANDS = -+ $ ./config.status -+ -+on chrom -+ -+config.status:1313: creating Makefile -+config.status:1313: creating linux-nfs/Makefile -+config.status:1313: creating support/Makefile -+config.status:1313: creating support/export/Makefile -+config.status:1313: creating support/include/nfs/Makefile -+config.status:1313: creating support/include/rpcsvc/Makefile -+config.status:1313: creating support/include/sys/fs/Makefile -+config.status:1313: creating support/include/sys/Makefile -+config.status:1313: creating support/include/Makefile -+config.status:1313: creating support/misc/Makefile -+config.status:1313: creating support/nfs/Makefile -+config.status:1313: creating support/nsm/Makefile -+config.status:1313: creating tools/Makefile -+config.status:1313: creating tools/locktest/Makefile -+config.status:1313: creating tools/nlmtest/Makefile -+config.status:1313: creating tools/rpcdebug/Makefile -+config.status:1313: creating tools/rpcgen/Makefile -+config.status:1313: creating tools/mountstats/Makefile -+config.status:1313: creating tools/nfs-iostat/Makefile -+config.status:1313: creating utils/Makefile -+config.status:1313: creating utils/exportfs/Makefile -+config.status:1313: creating utils/gssd/Makefile -+config.status:1313: creating utils/idmapd/Makefile -+config.status:1313: creating utils/mount/Makefile -+config.status:1313: creating utils/mountd/Makefile -+config.status:1313: creating utils/nfsd/Makefile -+config.status:1313: creating utils/nfsstat/Makefile -+config.status:1313: creating utils/showmount/Makefile -+config.status:1313: creating utils/statd/Makefile -+config.status:1313: creating tests/Makefile -+config.status:1313: creating tests/nsm_client/Makefile -+config.status:1313: creating support/include/config.h -+config.status:1533: executing depfiles commands -+config.status:1533: executing libtool commands -+configure:22726: WARNING: unrecognized options: --disable-nls - - ## ---------------- ## - ## Cache variables. ## - ## ---------------- ## - --ac_cv_build=x86_64-unknown-linux-gnu -+ac_cv_build=x86_64-pc-linux-gnu - ac_cv_c_compiler_gnu=yes -+ac_cv_c_const=yes -+ac_cv_c_inline=inline -+ac_cv_cxx_compiler_gnu=yes - ac_cv_env_CCC_set= - ac_cv_env_CCC_value= --ac_cv_env_CC_set= --ac_cv_env_CC_value= --ac_cv_env_CFLAGS_set= --ac_cv_env_CFLAGS_value= --ac_cv_env_CPPFLAGS_set= --ac_cv_env_CPPFLAGS_value= -+ac_cv_env_CC_set=set -+ac_cv_env_CC_value=/home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -+ac_cv_env_CFLAGS_set=set -+ac_cv_env_CFLAGS_value='-march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe' -+ac_cv_env_CPPFLAGS_set=set -+ac_cv_env_CPPFLAGS_value=-I/home/wbx/adk/openadk/target_i686_uclibc/usr/include - ac_cv_env_CPP_set= - ac_cv_env_CPP_value= - ac_cv_env_CXXCPP_set= - ac_cv_env_CXXCPP_value= --ac_cv_env_CXXFLAGS_set= -+ac_cv_env_CXXFLAGS_set=set - ac_cv_env_CXXFLAGS_value= --ac_cv_env_CXX_set= --ac_cv_env_CXX_value= -+ac_cv_env_CXX_set=set -+ac_cv_env_CXX_value=/home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-g++ - ac_cv_env_GSSGLUE_CFLAGS_set= - ac_cv_env_GSSGLUE_CFLAGS_value= - ac_cv_env_GSSGLUE_LIBS_set= - ac_cv_env_GSSGLUE_LIBS_value= --ac_cv_env_LDFLAGS_set= --ac_cv_env_LDFLAGS_value= --ac_cv_env_LIBS_set= --ac_cv_env_LIBS_value= -+ac_cv_env_LDFLAGS_set=set -+ac_cv_env_LDFLAGS_value='-Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib' -+ac_cv_env_LIBS_set=set -+ac_cv_env_LIBS_value=-lrpcsecgss - ac_cv_env_PKG_CONFIG_set= - ac_cv_env_PKG_CONFIG_value= - ac_cv_env_RPCSECGSS_CFLAGS_set= - ac_cv_env_RPCSECGSS_CFLAGS_value= - ac_cv_env_RPCSECGSS_LIBS_set= - ac_cv_env_RPCSECGSS_LIBS_value= --ac_cv_env_build_alias_set= --ac_cv_env_build_alias_value= --ac_cv_env_host_alias_set= --ac_cv_env_host_alias_value= --ac_cv_env_target_alias_set= --ac_cv_env_target_alias_value= -+ac_cv_env_build_alias_set=set -+ac_cv_env_build_alias_value=x86_64-linux-gnu -+ac_cv_env_host_alias_set=set -+ac_cv_env_host_alias_value=i686-openadk-linux -+ac_cv_env_target_alias_set=set -+ac_cv_env_target_alias_value=i686-openadk-linux -+ac_cv_func__doprnt=no -+ac_cv_func_alarm=yes -+ac_cv_func_alloca_works=yes -+ac_cv_func_atexit=yes -+ac_cv_func_closedir_void=yes -+ac_cv_func_connect=yes -+ac_cv_func_dup2=yes -+ac_cv_func_fdatasync=yes -+ac_cv_func_fork=yes -+ac_cv_func_fork_works=yes -+ac_cv_func_ftruncate=yes -+ac_cv_func_getaddrinfo=yes -+ac_cv_func_getcwd=yes -+ac_cv_func_getgroups=yes -+ac_cv_func_getgroups_works=no -+ac_cv_func_gethostbyaddr=yes -+ac_cv_func_gethostbyname=yes -+ac_cv_func_gethostname=yes -+ac_cv_func_getifaddrs=yes -+ac_cv_func_getmntent=yes -+ac_cv_func_getnameinfo=yes -+ac_cv_func_getrpcbyname=yes -+ac_cv_func_getrpcbynumber=yes -+ac_cv_func_getservbyname=yes -+ac_cv_func_gettimeofday=yes -+ac_cv_func_hasmntopt=yes -+ac_cv_func_inet_ntoa=yes -+ac_cv_func_innetgr=no -+ac_cv_func_lstat_dereferences_slashed_symlink=no -+ac_cv_func_lstat_empty_string_bug=yes -+ac_cv_func_malloc_0_nonnull=yes -+ac_cv_func_memcmp_working=no -+ac_cv_func_memset=yes -+ac_cv_func_mkdir=yes -+ac_cv_func_pathconf=yes -+ac_cv_func_prctl=yes -+ac_cv_func_realloc_0_nonnull=yes -+ac_cv_func_realpath=yes -+ac_cv_func_rmdir=yes -+ac_cv_func_select=yes -+ac_cv_func_select_args='int,fd_set *,struct timeval *' -+ac_cv_func_sigprocmask=yes -+ac_cv_func_socket=yes -+ac_cv_func_stat_empty_string_bug=yes -+ac_cv_func_strcasecmp=yes -+ac_cv_func_strchr=yes -+ac_cv_func_strdup=yes -+ac_cv_func_strerror=yes -+ac_cv_func_strrchr=yes -+ac_cv_func_strtol=yes -+ac_cv_func_strtoul=yes -+ac_cv_func_vfork=yes -+ac_cv_func_vfork_works=yes -+ac_cv_func_vprintf=yes -+ac_cv_have_decl_AI_ADDRCONFIG=yes -+ac_cv_header__home_wbx_adk_openadk_target_i686_uclibc_usr_include_tirpc_netconfig_h=yes -+ac_cv_header_arpa_inet_h=yes -+ac_cv_header_com_err_h=no -+ac_cv_header_dirent_dirent_h=yes -+ac_cv_header_dlfcn_h=yes -+ac_cv_header_et_com_err_h=yes -+ac_cv_header_event_h=yes -+ac_cv_header_fcntl_h=yes -+ac_cv_header_ifaddrs_h=yes - ac_cv_header_inttypes_h=yes -+ac_cv_header_libintl_h=yes -+ac_cv_header_limits_h=yes -+ac_cv_header_malloc_h=yes - ac_cv_header_memory_h=yes -+ac_cv_header_netdb_h=yes -+ac_cv_header_netinet_in_h=yes -+ac_cv_header_nfsidmap_h=yes -+ac_cv_header_paths_h=yes -+ac_cv_header_spkm3_h=no - 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_capability_h=no -+ac_cv_header_sys_file_h=yes -+ac_cv_header_sys_ioctl_h=yes -+ac_cv_header_sys_mount_h=yes -+ac_cv_header_sys_param_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_types_h=yes -+ac_cv_header_sys_types_h_makedev=yes -+ac_cv_header_sys_vfs_h=yes -+ac_cv_header_syslog_h=yes -+ac_cv_header_time=yes - ac_cv_header_unistd_h=yes --ac_cv_host=x86_64-unknown-linux-gnu -+ac_cv_header_vfork_h=no -+ac_cv_host=i686-openadk-linux-gnu -+ac_cv_lib_cap_cap_get_proc=no -+ac_cv_lib_crypt_crypt=yes -+ac_cv_lib_error_at_line=yes -+ac_cv_lib_event_event_dispatch=yes -+ac_cv_lib_gssapi_krb5___gss_krb5_ccache_name=no -+ac_cv_lib_gssapi_krb5___gss_krb5_export_lucid_sec_context=no -+ac_cv_lib_gssapi_krb5___gss_krb5_set_allowable_enctypes=no -+ac_cv_lib_gssapi_krb5___krb5_get_error_message=no -+ac_cv_lib_gssapi_krb5___krb5_get_init_creds_opt_set_addressless=no -+ac_cv_lib_nfsidmap_nfs4_init_name_mapping=yes -+ac_cv_lib_nfsidmap_nfs4_set_debug=yes -+ac_cv_lib_nsl_gethostbyname=no - ac_cv_lib_tirpc_clnt_tli_create=yes - 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_install='/usr/bin/install -c' -+ac_cv_path_SED=/home/wbx/adk/openadk/scripts/sed -+ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config -+ac_cv_path_install='/home/wbx/adk/openadk/scripts/install -c' - ac_cv_path_mkdir=/bin/mkdir -+ac_cv_prog_AR=/home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-ar - ac_cv_prog_AWK=gawk --ac_cv_prog_CPP='gcc -E' --ac_cv_prog_ac_ct_CC=gcc -+ac_cv_prog_CC=/home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -+ac_cv_prog_CPP='/home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -E' -+ac_cv_prog_CXXCPP='/home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-g++ -E' -+ac_cv_prog_LD=/home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-ld -+ac_cv_prog_OBJDUMP=i686-openadk-linux-objdump -+ac_cv_prog_RANLIB=/home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-ranlib -+ac_cv_prog_STRIP=/home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-strip -+ac_cv_prog_cc__home_wbx_adk_openadk_host_i686_uclibc_bin_i686_openadk_linux_uclibc_gcc_c_o=yes - ac_cv_prog_cc_c89= - ac_cv_prog_cc_g=yes -+ac_cv_prog_cxx_g=yes -+ac_cv_prog_gcc_traditional=no - ac_cv_prog_make_make_set=yes --am_cv_CC_dependencies_compiler_type=gcc3 -+ac_cv_search_getmntent='none required' -+ac_cv_search_opendir='none required' -+ac_cv_sizeof_int=4 -+ac_cv_sizeof_long=4 -+ac_cv_sizeof_short=2 -+ac_cv_sizeof_size_t=4 -+ac_cv_sizeof_socklen_t=4 -+ac_cv_struct_tm=time.h -+ac_cv_sys_file_offset_bits=64 -+ac_cv_sys_largefile_CC=no -+ac_cv_type_getgroups=gid_t -+ac_cv_type_off_t=yes -+ac_cv_type_pid_t=yes -+ac_cv_type_signal=void -+ac_cv_type_size_t=yes -+ac_cv_type_uid_t=yes -+ac_cv_working_alloca_h=yes -+am_cv_CC_dependencies_compiler_type=none -+am_cv_CXX_dependencies_compiler_type=none -+knfsd_cv_bsd_signals=no -+knfsd_cv_glibc2=yes -+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=/home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-ld -+lt_cv_path_LDCXX=/home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-ld -+lt_cv_path_NM=/home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-nm -+lt_cv_prog_compiler_c_o=yes -+lt_cv_prog_compiler_c_o_CXX=yes -+lt_cv_prog_compiler_pic_works=yes -+lt_cv_prog_compiler_pic_works_CXX=yes -+lt_cv_prog_compiler_rtti_exceptions=no -+lt_cv_prog_compiler_static_works=yes -+lt_cv_prog_compiler_static_works_CXX=yes -+lt_cv_prog_gnu_ld=yes -+lt_cv_prog_gnu_ldcxx=yes -+lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\''' -+lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' -+lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' -+lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' -+lt_cv_sys_max_cmd_len=3458764513820540925 -+pkg_cv_GSSGLUE_CFLAGS='-I/home/wbx/adk/openadk/target_i686_uclibc/usr/include/gssglue ' -+pkg_cv_GSSGLUE_LIBS='-L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -lgssglue -ldl ' - - ## ----------------- ## - ## Output variables. ## - ## ----------------- ## - --ACLOCAL='${SHELL} /tmp/nfs-utils-1.2.3/missing --run aclocal-1.11' --ACLOCAL_AMFLAGS='' -+ACLOCAL='${SHELL} /home/wbx/adk/openadk/build_ibm-x40_i686_uclibc/w-nfs-utils-1.2.3-3/nfs-utils-1.2.3/missing --run aclocal-1.11' -+ACLOCAL_AMFLAGS='-I $(ACLOCAL_FLAGS)' - ALLOCA='' --AMDEPBACKSLASH='\' --AMDEP_FALSE='#' --AMDEP_TRUE='' --AMTAR='${SHELL} /tmp/nfs-utils-1.2.3/missing --run tar' --AM_CFLAGS='' --AM_CPPFLAGS='' --AR='' --AUTOCONF='${SHELL} /tmp/nfs-utils-1.2.3/missing --run autoconf' --AUTOHEADER='${SHELL} /tmp/nfs-utils-1.2.3/missing --run autoheader' --AUTOMAKE='${SHELL} /tmp/nfs-utils-1.2.3/missing --run automake-1.11' -+AMDEPBACKSLASH='' -+AMDEP_FALSE='' -+AMDEP_TRUE='#' -+AMTAR='${SHELL} /home/wbx/adk/openadk/build_ibm-x40_i686_uclibc/w-nfs-utils-1.2.3-3/nfs-utils-1.2.3/missing --run tar' -+AM_CFLAGS='-Wall -Wextra -Wstrict-prototypes -pipe' -+AM_CPPFLAGS='-I/home/wbx/adk/openadk/target_i686_uclibc/usr/include/tirpc' -+AR='/home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-ar' -+AUTOCONF='${SHELL} /home/wbx/adk/openadk/build_ibm-x40_i686_uclibc/w-nfs-utils-1.2.3-3/nfs-utils-1.2.3/missing --run autoconf' -+AUTOHEADER='${SHELL} /home/wbx/adk/openadk/build_ibm-x40_i686_uclibc/w-nfs-utils-1.2.3-3/nfs-utils-1.2.3/missing --run autoheader' -+AUTOMAKE='${SHELL} /home/wbx/adk/openadk/build_ibm-x40_i686_uclibc/w-nfs-utils-1.2.3-3/nfs-utils-1.2.3/missing --run automake-1.11' - AWK='gawk' --CC='gcc' --CCDEPMODE='depmode=gcc3' --CC_FOR_BUILD='' --CFLAGS='-g -O2' --CFLAGS_FOR_BUILD='' --CONFIG_GSS_FALSE='' --CONFIG_GSS_TRUE='#' -+CC='/home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc' -+CCDEPMODE='depmode=none' -+CC_FOR_BUILD='cc' -+CFLAGS='-march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe' -+CFLAGS_FOR_BUILD='-O2 -Wall' -+CONFIG_GSS_FALSE='#' -+CONFIG_GSS_TRUE='' - CONFIG_IPV6_FALSE='' - CONFIG_IPV6_TRUE='#' - CONFIG_MOUNT_FALSE='#' -@@ -329,18 +5407,18 @@ CONFIG_NFSV41_FALSE='' - CONFIG_NFSV41_TRUE='#' - CONFIG_NFSV4_FALSE='#' - CONFIG_NFSV4_TRUE='' --CONFIG_RPCGEN_FALSE='' --CONFIG_RPCGEN_TRUE='#' --CPP='gcc -E' --CPPFLAGS='' --CPPFLAGS_FOR_BUILD='' --CXX='' --CXXCPP='' --CXXDEPMODE='' -+CONFIG_RPCGEN_FALSE='#' -+CONFIG_RPCGEN_TRUE='' -+CPP='/home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-gcc -E' -+CPPFLAGS='-I/home/wbx/adk/openadk/target_i686_uclibc/usr/include -D_GNU_SOURCE' -+CPPFLAGS_FOR_BUILD=' -D_GNU_SOURCE' -+CXX='/home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-g++' -+CXXCPP='/home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-g++ -E' -+CXXDEPMODE='depmode=none' - CXXFLAGS='' - CXXFLAGS_FOR_BUILD='' - CYGPATH_W='echo' --DEFS='' -+DEFS='-DHAVE_CONFIG_H' - DEPDIR='.deps' - DSYMUTIL='' - DUMPBIN='' -@@ -349,11 +5427,11 @@ ECHO_N='-n' - ECHO_T='' - EGREP='/bin/grep -E' - EXEEXT='' --FGREP='' -+FGREP='/bin/grep -F' - GREP='/bin/grep' --GSSD='' --GSSGLUE_CFLAGS='' --GSSGLUE_LIBS='' -+GSSD='gssd' -+GSSGLUE_CFLAGS='-I/home/wbx/adk/openadk/target_i686_uclibc/usr/include/gssglue ' -+GSSGLUE_LIBS='-L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -lgssglue -ldl ' - HAVE_LIBWRAP='' - HAVE_TCP_WRAPPER='' - IDMAPD='idmapd' -@@ -361,37 +5439,37 @@ INSTALL_DATA='${INSTALL} -m 644' - INSTALL_PROGRAM='${INSTALL}' - INSTALL_SCRIPT='${INSTALL}' - INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' --K5VERS='' --KRBCFLAGS='' --KRBDIR='' --KRBLDFLAGS='' --KRBLIBS='' --LD='' --LDFLAGS='' -+K5VERS='181' -+KRBCFLAGS='-I/home/wbx/adk/openadk/target_i686_uclibc/usr/include' -+KRBDIR='/home/wbx/adk/openadk/target_i686_uclibc/usr/' -+KRBLDFLAGS='-Wl,-rpath=/home/wbx/adk/openadk/target_i686_uclibc/usr//lib' -+KRBLIBS='-L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib $(PROG_RPATH_FLAGS) -march=pentium-m -fwrapv -fno-ident -fhonour-copts -fomit-frame-pointer -Os -pipe -Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv -ldl' -+LD='/home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-ld' -+LDFLAGS='-Wl,-O2 -Wl,-rpath -Wl,/usr/lib -Wl,-rpath-link -Wl,/home/wbx/adk/openadk/target_i686_uclibc/usr/lib -L/home/wbx/adk/openadk/target_i686_uclibc/lib -L/home/wbx/adk/openadk/target_i686_uclibc/usr/lib' - LDFLAGS_FOR_BUILD='' - LIBBLKID='' - LIBBSD='' - LIBCAP='' --LIBCRYPT='' -+LIBCRYPT='-lcrypt' - LIBNSL='' --LIBOBJS='' --LIBS='-ltirpc ' -+LIBOBJS=' ${LIBOBJDIR}lstat$U.o ${LIBOBJDIR}memcmp$U.o ${LIBOBJDIR}stat$U.o' -+LIBS='-ltirpc -lrpcsecgss' - LIBSOCKET='' --LIBTOOL='' -+LIBTOOL='$(SHELL) $(top_builddir)/libtool' - LIBWRAP='' - LIPO='' --LN_S='' --LTLIBOBJS='' -+LN_S='ln -s' -+LTLIBOBJS=' ${LIBOBJDIR}lstat$U.lo ${LIBOBJDIR}memcmp$U.lo ${LIBOBJDIR}stat$U.lo' - MAINT='#' - MAINTAINER_MODE_FALSE='' - MAINTAINER_MODE_TRUE='#' --MAKEINFO='${SHELL} /tmp/nfs-utils-1.2.3/missing --run makeinfo' -+MAKEINFO='${SHELL} /home/wbx/adk/openadk/build_ibm-x40_i686_uclibc/w-nfs-utils-1.2.3-3/nfs-utils-1.2.3/missing --run makeinfo' - MKDIR_P='/bin/mkdir -p' - MOUNT_CONFIG_FALSE='' - MOUNT_CONFIG_TRUE='#' --NM='' -+NM='/home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-nm' - NMEDIT='' --OBJDUMP='' -+OBJDUMP='i686-openadk-linux-objdump' - OBJEXT='o' - OTOOL64='' - OTOOL='' -@@ -403,80 +5481,80 @@ PACKAGE_TARNAME='nfs-utils' - PACKAGE_URL='' - PACKAGE_VERSION='1.2.3' - PATH_SEPARATOR=':' --PKG_CONFIG='' --RANLIB='' -+PKG_CONFIG='/usr/bin/pkg-config' -+RANLIB='/home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-ranlib' - RELEASE='1' --RPCGEN_PATH='/usr/bin/rpcgen' -+RPCGEN_PATH='' - RPCSECGSS_CFLAGS='' - RPCSECGSS_LIBS='' --SED='' -+SED='/home/wbx/adk/openadk/scripts/sed' - SET_MAKE='' --SHELL='/bin/sh' --STRIP='' --SVCGSSD='' -+SHELL='/bin/bash' -+STRIP='/home/wbx/adk/openadk/host_i686_uclibc/bin/i686-openadk-linux-uclibc-strip' -+SVCGSSD='svcgssd' - VERSION='1.2.3' --ac_ct_CC='gcc' -+ac_ct_CC='' - ac_ct_CXX='' - ac_ct_DUMPBIN='' - am__EXEEXT_FALSE='' --am__EXEEXT_TRUE='' --am__fastdepCC_FALSE='#' --am__fastdepCC_TRUE='' -+am__EXEEXT_TRUE='#' -+am__fastdepCC_FALSE='' -+am__fastdepCC_TRUE='#' - am__fastdepCXX_FALSE='' --am__fastdepCXX_TRUE='' -+am__fastdepCXX_TRUE='#' - am__include='include' - am__isrc='' - am__leading_dot='.' - am__quote='' - am__tar='${AMTAR} chof - "$$tardir"' - am__untar='${AMTAR} xf -' --bindir='${exec_prefix}/bin' --build='x86_64-unknown-linux-gnu' --build_alias='' -+bindir='/usr/bin' -+build='x86_64-pc-linux-gnu' -+build_alias='x86_64-linux-gnu' - build_cpu='x86_64' - build_os='linux-gnu' --build_vendor='unknown' --datadir='${datarootdir}' -+build_vendor='pc' -+datadir='/usr/share' - datarootdir='${prefix}/share' - docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' - dvidir='${docdir}' --enable_gss='' -+enable_gss='yes' - enable_ipv6='' - enable_mountconfig='' - enable_nfsv3='yes' - enable_nfsv41='' - enable_nfsv4='yes' --exec_prefix='NONE' --host='x86_64-unknown-linux-gnu' --host_alias='' --host_cpu='x86_64' -+exec_prefix='${prefix}' -+host='i686-openadk-linux-gnu' -+host_alias='i686-openadk-linux' -+host_cpu='i686' - host_os='linux-gnu' --host_vendor='unknown' -+host_vendor='openadk' - htmldir='${docdir}' - includedir='${prefix}/include' - infodir='${datarootdir}/info' --install_sh='${SHELL} /tmp/nfs-utils-1.2.3/install-sh' -+install_sh='${SHELL} /home/wbx/adk/openadk/build_ibm-x40_i686_uclibc/w-nfs-utils-1.2.3-3/nfs-utils-1.2.3/install-sh' - kprefix='' - libdir='${exec_prefix}/lib' --libexecdir='${exec_prefix}/libexec' -+libexecdir='/usr/libexec' - localedir='${datarootdir}/locale' --localstatedir='${prefix}/var' -+localstatedir='/var' - lt_ECHO='echo' --mandir='${datarootdir}/man' -+mandir='/usr/share/man' - mkdir_p='/bin/mkdir -p' - mountfile='' - oldincludedir='/usr/include' - pdfdir='${docdir}' --prefix='NONE' --program_transform_name='s,x,x,' -+prefix='/usr' -+program_transform_name='s&$$&&;s&^&&' - psdir='${docdir}' - sbindir='${exec_prefix}/sbin' - sharedstatedir='${prefix}/com' - startstatd='/usr/sbin/start-statd' --statduser='rpcuser' -+statduser='nobody' - statedir='/var/lib/nfs' --sysconfdir='${prefix}/etc' --target_alias='' -+sysconfdir='/etc' -+target_alias='i686-openadk-linux' - - ## ----------- ## - ## confdefs.h. ## -@@ -494,6 +5572,7 @@ target_alias='' - #define START_STATD "/usr/sbin/start-statd" - #define NFS3_SUPPORTED 1 - #define NFS4_SUPPORTED 1 -+#define GSS_SUPPORTED 1 - #define STDC_HEADERS 1 - #define HAVE_SYS_TYPES_H 1 - #define HAVE_SYS_STAT_H 1 -@@ -505,6 +5584,97 @@ target_alias='' - #define HAVE_STDINT_H 1 - #define HAVE_UNISTD_H 1 - #define HAVE_LIBTIRPC 1 -+#define HAVE__HOME_WBX_ADK_OPENADK_TARGET_I686_UCLIBC_USR_INCLUDE_TIRPC_NETCONFIG_H 1 -+#define _FILE_OFFSET_BITS 64 -+#define HAVE_DLFCN_H 1 -+#define LT_OBJDIR ".libs/" -+#define STDC_HEADERS 1 -+#define HAVE_EVENT_H 1 -+#define HAVE_NFSIDMAP_H 1 -+#define HAVE_NFS4_SET_DEBUG 1 -+#define HAVE_NFSIDMAP_H 1 -+#define HAVE_NFS4_SET_DEBUG 1 -+#define KRB5_VERSION 181 -+#define HAVE_KRB5 1 -+#define HAVE_DECL_AI_ADDRCONFIG 1 -+#define HAVE_ARPA_INET_H 1 -+#define HAVE_FCNTL_H 1 -+#define HAVE_LIBINTL_H 1 -+#define HAVE_LIMITS_H 1 -+#define HAVE_MALLOC_H 1 -+#define HAVE_MEMORY_H 1 -+#define HAVE_NETDB_H 1 -+#define HAVE_NETINET_IN_H 1 -+#define HAVE_PATHS_H 1 -+#define HAVE_STDLIB_H 1 -+#define HAVE_STRING_H 1 -+#define HAVE_SYS_FILE_H 1 -+#define HAVE_SYS_IOCTL_H 1 -+#define HAVE_SYS_MOUNT_H 1 -+#define HAVE_SYS_PARAM_H 1 -+#define HAVE_SYS_SOCKET_H 1 -+#define HAVE_SYS_TIME_H 1 -+#define HAVE_SYS_VFS_H 1 -+#define HAVE_SYSLOG_H 1 -+#define HAVE_UNISTD_H 1 -+#define HAVE_ET_COM_ERR_H 1 -+#define HAVE_IFADDRS_H 1 -+#define TIME_WITH_SYS_TIME 1 -+#define HAVE_ALLOCA_H 1 -+#define HAVE_ALLOCA 1 -+#define HAVE_DIRENT_H 1 -+#define CLOSEDIR_VOID 1 -+#define HAVE_FORK 1 -+#define HAVE_VFORK 1 -+#define HAVE_WORKING_VFORK 1 -+#define HAVE_WORKING_FORK 1 -+#define GETGROUPS_T gid_t -+#define HAVE_GETMNTENT 1 -+#define HAVE_LSTAT_EMPTY_STRING_BUG 1 -+#define HAVE_SYS_SELECT_H 1 -+#define HAVE_SYS_SOCKET_H 1 -+#define SELECT_TYPE_ARG1 int -+#define SELECT_TYPE_ARG234 (fd_set *) -+#define SELECT_TYPE_ARG5 (struct timeval *) -+#define RETSIGTYPE void -+#define HAVE_STAT_EMPTY_STRING_BUG 1 -+#define HAVE_VPRINTF 1 -+#define HAVE_ALARM 1 -+#define HAVE_ATEXIT 1 -+#define HAVE_DUP2 1 -+#define HAVE_FDATASYNC 1 -+#define HAVE_FTRUNCATE 1 -+#define HAVE_GETCWD 1 -+#define HAVE_GETHOSTBYADDR 1 -+#define HAVE_GETHOSTBYNAME 1 -+#define HAVE_GETHOSTNAME 1 -+#define HAVE_GETMNTENT 1 -+#define HAVE_GETNAMEINFO 1 -+#define HAVE_GETRPCBYNAME 1 -+#define HAVE_GETIFADDRS 1 -+#define HAVE_GETTIMEOFDAY 1 -+#define HAVE_HASMNTOPT 1 -+#define HAVE_INET_NTOA 1 -+#define HAVE_MEMSET 1 -+#define HAVE_MKDIR 1 -+#define HAVE_PATHCONF 1 -+#define HAVE_REALPATH 1 -+#define HAVE_RMDIR 1 -+#define HAVE_SELECT 1 -+#define HAVE_SOCKET 1 -+#define HAVE_STRCASECMP 1 -+#define HAVE_STRCHR 1 -+#define HAVE_STRDUP 1 -+#define HAVE_STRERROR 1 -+#define HAVE_STRRCHR 1 -+#define HAVE_STRTOL 1 -+#define HAVE_STRTOUL 1 -+#define HAVE_SIGPROCMASK 1 -+#define SIZEOF_SHORT 2 -+#define SIZEOF_INT 4 -+#define SIZEOF_LONG 4 -+#define SIZEOF_SIZE_T 4 -+#define SIZEOF_SOCKLEN_T 4 -+#define NFS_STATEDIR "/var/lib/nfs" - --configure: caught signal 2 --configure: exit 1 -+configure: exit 0 diff --git a/package/nfs-utils/patches/patch-tools_rpcgen_Makefile_in b/package/nfs-utils/patches/patch-tools_rpcgen_Makefile_in index 8216aa35e..eae3c5041 100644 --- a/package/nfs-utils/patches/patch-tools_rpcgen_Makefile_in +++ b/package/nfs-utils/patches/patch-tools_rpcgen_Makefile_in @@ -1,5 +1,5 @@ --- nfs-utils-1.2.3.orig/tools/rpcgen/Makefile.in 2010-09-28 14:32:33.000000000 +0200 -+++ nfs-utils-1.2.3/tools/rpcgen/Makefile.in 2010-12-25 00:45:58.000000000 +0100 ++++ nfs-utils-1.2.3/tools/rpcgen/Makefile.in 2011-02-06 16:48:47.000000000 +0100 @@ -72,21 +72,21 @@ am_rpcgen_OBJECTS = rpcgen-rpc_clntout.$ rpcgen_OBJECTS = $(am_rpcgen_OBJECTS) rpcgen_LDADD = $(LDADD) @@ -15,7 +15,7 @@ -COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ - $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ -+ $(AM_CFLAGS) $(HOSTCFLAGS) ++ $(AM_CFLAGS) $(CFLAGS_FOR_BUILD) LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ - $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) @@ -24,7 +24,7 @@ LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \ - --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ - $(LDFLAGS) -o $@ -+ --mode=link $(CCLD) $(AM_CFLAGS) $(HOSTCFLAGS) \ ++ --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS_FOR_BUILD) \ + -o $@ SOURCES = $(rpcgen_SOURCES) DIST_SOURCES = $(rpcgen_SOURCES) diff --git a/package/popt/patches/patch-ltmain_sh b/package/popt/patches/patch-ltmain_sh new file mode 100644 index 000000000..821e07bad --- /dev/null +++ b/package/popt/patches/patch-ltmain_sh @@ -0,0 +1,11 @@ +--- popt-1.16.orig/ltmain.sh 2010-05-04 22:55:45.000000000 +0200 ++++ popt-1.16/ltmain.sh 2011-02-05 23:13:17.000000000 +0100 +@@ -4765,7 +4765,7 @@ func_mode_link () + # -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC + # @file GCC response files + -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ +- -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*) ++ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-fstack-protector*|-flto*) + func_quote_for_eval "$arg" + arg="$func_quote_for_eval_result" + func_append compile_command " $arg" diff --git a/package/uclibc++/Config.in.manual b/package/uclibc++/Config.in.manual index b645e03a4..904d4523d 100644 --- a/package/uclibc++/Config.in.manual +++ b/package/uclibc++/Config.in.manual @@ -2,7 +2,7 @@ comment "uClibc++... C++ library for embedded systems (disabled, c++ missing)" depends on !ADK_TOOLCHAIN_GCC_CXX config ADK_PACKAGE_UCLIBCXX - prompt "uClibc++............... C++ library for embedded systems" + prompt "uClibc++............. C++ library for embedded systems" tristate depends on ADK_TARGET_LIB_UCLIBC depends on ADK_TOOLCHAIN_GCC_CXX diff --git a/package/util-linux-ng/Makefile b/package/util-linux-ng/Makefile index 6e433a1c7..ea059fd86 100644 --- a/package/util-linux-ng/Makefile +++ b/package/util-linux-ng/Makefile @@ -13,13 +13,15 @@ PKG_BUILDDEP:= e2fsprogs ncurses PKG_URL:= http://userweb.kernel.org/~kzak/util-linux-ng PKG_SITES:= ${MASTER_SITE_KERNEL:=utils/util-linux-ng/v$(PKG_VERSION)/} -PKG_SUBPKGS:= FDISK SFDISK SWAP_UTILS LOSETUP MCOOKIE +PKG_SUBPKGS:= FDISK SFDISK SWAP_UTILS LOSETUP MOUNT MCOOKIE PKGSD_FDISK:= Partition table manipulation utility PKGSD_SFDISK:= Scriptable Partition table manipulation utility PKGSD_SWAP_UTILS:= Swap space management utilities PKGSS_SWAP_UTILS:= libblkid PKGSD_LOSETUP:= Loop devices management utilities PKGSS_LOSETUP:= kmod-blk-dev-loop +PKGSD_MOUNT:= mount/umount utilities +PKGSS_MOUNT:= libblkid PKGSD_MCOOKIE:= Generate magic cookies for xauth PKGSC_MCOOKIE:= x11/apps @@ -29,6 +31,7 @@ $(eval $(call PKG_template,FDISK,fdisk,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPEN $(eval $(call PKG_template,SFDISK,sfdisk,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_SFDISK},${PKG_SECTION})) $(eval $(call PKG_template,SWAP_UTILS,swap-utils,${PKG_VERSION}-${PKG_RELEASE},${PKGSS_SWAP_UTILS},${PKGSD_SWAP_UTILS},${PKG_SECTION})) $(eval $(call PKG_template,LOSETUP,losetup,${PKG_VERSION}-${PKG_RELEASE},${PKGSS_LOSETUP},${PKGSD_LOSETUP},${PKG_SECTION})) +$(eval $(call PKG_template,MOUNT,mount,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_MOUNT},${PKG_SECTION})) $(eval $(call PKG_template,MCOOKIE,mcookie,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKGSD_MCOOKIE},${PKGSC_MCOOKIE})) CONFIGURE_ARGS+= --disable-use-tty-group \ @@ -42,17 +45,29 @@ MAKE_FLAGS+= OPT="${TARGET_CFLAGS}" ARCH="${ARCH}" FAKE_FLAGS+= INSTALLSUID="install -m 4755" TARGET_CFLAGS+= -DSWAPON_HAS_TWO_ARGS -DHAVE_LLSEEK -post-install: +fdisk-install: ${INSTALL_DIR} ${IDIR_FDISK}/usr/sbin - ${CP} ${WRKINST}/sbin/fdisk ${IDIR_FDISK}/usr/sbin/ + ${CP} ${WRKINST}/sbin/fdisk ${IDIR_FDISK}/usr/sbin + +sfdisk-install: ${INSTALL_DIR} ${IDIR_SFDISK}/usr/sbin - ${CP} ${WRKINST}/sbin/sfdisk ${IDIR_SFDISK}/usr/sbin/ + ${CP} ${WRKINST}/sbin/sfdisk ${IDIR_SFDISK}/usr/sbin + +losetup-install: ${INSTALL_DIR} ${IDIR_LOSETUP}/usr/sbin - ${CP} ${WRKINST}/sbin/losetup ${IDIR_LOSETUP}/usr/sbin/ + ${CP} ${WRKINST}/sbin/losetup ${IDIR_LOSETUP}/usr/sbin + +swap-utils-install: ${INSTALL_DIR} ${IDIR_SWAP_UTILS}/usr/sbin - ${CP} ${WRKINST}/sbin/mkswap ${IDIR_SWAP_UTILS}/usr/sbin/ - ${CP} ${WRKINST}/sbin/swap{on,off} ${IDIR_SWAP_UTILS}/usr/sbin/ + ${CP} ${WRKINST}/sbin/mkswap ${IDIR_SWAP_UTILS}/usr/sbin + ${CP} ${WRKINST}/sbin/swap{on,off} ${IDIR_SWAP_UTILS}/usr/sbin + +mount-install: + ${INSTALL_DIR} ${IDIR_MOUNT}/usr/bin + ${INSTALL_BIN} ${WRKINST}/usr/bin/{u,}mount ${IDIR_MOUNT}/usr/bin + +mcookie-install: ${INSTALL_DIR} ${IDIR_MCOOKIE}/usr/bin - ${INSTALL_BIN} ${WRKINST}/usr/bin/mcookie ${IDIR_MCOOKIE}/usr/bin/ + ${INSTALL_BIN} ${WRKINST}/usr/bin/mcookie ${IDIR_MCOOKIE}/usr/bin include ${TOPDIR}/mk/pkg-bottom.mk diff --git a/scripts/scan-pkgs.sh b/scripts/scan-pkgs.sh index ec64d1550..956892e5f 100644 --- a/scripts/scan-pkgs.sh +++ b/scripts/scan-pkgs.sh @@ -44,6 +44,12 @@ if [[ -n $ADK_NATIVE ]];then if [[ -n $ADK_PACKAGE_IW ]]; then NEED_LIBNLDEV="$NEED_LIBNLDEV iw" fi + if [[ -n $ADK_PACKAGE_NFS_UTILS_WITH_KERBEROS ]]; then + NEED_LIBKRB5DEV="$NEED_LIBKRB5DEV nfs-utils" + fi + if [[ -n $ADK_PACKAGE_NFS_UTILS_WITH_TIRPC ]]; then + NEED_LIBTIRPCDEV="$NEED_LIBTIRPCDEV nfs-utils" + fi fi if [[ -n $ADK_PACKAGE_GPSD ]]; then @@ -137,6 +143,20 @@ if [[ -n $NEED_GETTEXT ]]; then fi fi +if [[ -n $NEED_LIBTIRPCDEV ]];then + if ! test -f /usr/include/tirpc/netconfig.h >/dev/null; then + echo >&2 You need tirpc headers to build $NEED_LIBTIRPCDEV + out=1 + fi +fi + +if [[ -n $NEED_LIBKRB5DEV ]];then + if ! test -f /usr/include/krb5.h >/dev/null; then + echo >&2 You need krb5 headers to build $NEED_LIBKRB5DEV + out=1 + fi +fi + if [[ -n $NEED_CURLDEV ]];then if ! test -f /usr/include/curl/curl.h >/dev/null; then if ! test -f /usr/local/include/curl/curl.h >/dev/null; then diff --git a/target/linux/config/Config.in.fs b/target/linux/config/Config.in.fs index f6da0d980..a895225f0 100644 --- a/target/linux/config/Config.in.fs +++ b/target/linux/config/Config.in.fs @@ -22,6 +22,9 @@ config ADK_KERNEL_YAFFS_SHORT_NAMES_IN_RAM config ADK_KERNEL_MISC_FILESYSTEMS boolean +config ADK_KERNEL_DNOTIFY + boolean + config ADK_KERNEL_EXT3_FS_XATTR boolean @@ -60,6 +63,10 @@ config ADK_KPACKAGE_KMOD_EXT2_FS help Ext2 is a standard Linux file system for hard disks. +config ADK_KPACKAGE_KMOD_FS_MBCACHE + tristate + default n + config ADK_KERNEL_EXT3_FS boolean default n @@ -67,6 +74,7 @@ config ADK_KERNEL_EXT3_FS config ADK_KPACKAGE_KMOD_EXT3_FS prompt "kmod-fs-ext3...................... EXT3 filesystem support" tristate + select ADK_KPACKAGE_KMOD_FS_MBCACHE depends on !ADK_KERNEL_EXT3_FS default n help @@ -101,10 +109,12 @@ config ADK_KERNEL_EXT4_FS config ADK_KPACKAGE_KMOD_EXT4_FS prompt "kmod-fs-ext4...................... EXT4 filesystem support" tristate - depends on !ADK_KERNEL_EXT4_FS + select ADK_KPACKAGE_KMOD_FS_MBCACHE select ADK_KPACKAGE_KMOD_CRC16 + depends on !ADK_KERNEL_EXT4_FS default n help + Ext4 filesystem. config ADK_KPACKAGE_KMOD_HFSPLUS_FS prompt "kmod-fs-hfsplus................... HFS+ filesystem support" diff --git a/target/linux/config/Config.in.fsnet b/target/linux/config/Config.in.fsnet index f46aea407..be22397d2 100644 --- a/target/linux/config/Config.in.fsnet +++ b/target/linux/config/Config.in.fsnet @@ -130,6 +130,7 @@ config ADK_KERNEL_NFSD_V4 select ADK_KPACKAGE_KMOD_SUNRPC_GSS select ADK_KPACKAGE_KMOD_RPCSEC_GSS_KRB5 select ADK_KERNEL_NFS_V4 + select ADK_KERNEL_DNOTIFY default n help NFSv4 with Kerberos authentication. diff --git a/target/x86/kernel.config b/target/x86/kernel.config index b3b005059..4690c2a74 100644 --- a/target/x86/kernel.config +++ b/target/x86/kernel.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Linux kernel version: 2.6.36 -# Sat Dec 25 13:33:33 2010 +# Linux/i386 2.6.37 Kernel Configuration +# Sat Feb 5 23:42:41 2011 # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -43,15 +43,13 @@ CONFIG_ARCH_POPULATES_NODE_MAP=y # CONFIG_AUDIT_ARCH is not set CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y -CONFIG_HAVE_EARLY_RES=y -CONFIG_GENERIC_HARDIRQS=y -CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y -CONFIG_GENERIC_IRQ_PROBE=y CONFIG_X86_32_LAZY_GS=y CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-ecx -fcall-saved-edx" CONFIG_KTIME_SCALAR=y CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" CONFIG_CONSTRUCTORS=y +CONFIG_HAVE_IRQ_WORK=y +CONFIG_IRQ_WORK=y # # General setup @@ -78,23 +76,35 @@ CONFIG_POSIX_MQUEUE_SYSCTL=y # CONFIG_BSD_PROCESS_ACCT is not set # CONFIG_TASKSTATS is not set # CONFIG_AUDIT is not set +CONFIG_HAVE_GENERIC_HARDIRQS=y + +# +# IRQ subsystem +# +CONFIG_GENERIC_HARDIRQS=y +CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y +# CONFIG_GENERIC_HARDIRQS_NO_DEPRECATED is not set +CONFIG_HAVE_SPARSE_IRQ=y +CONFIG_GENERIC_IRQ_PROBE=y +# CONFIG_GENERIC_PENDING_IRQ is not set +# CONFIG_AUTO_IRQ_AFFINITY is not set +# CONFIG_IRQ_PER_CPU is not set +# CONFIG_HARDIRQS_SW_RESEND is not set +# CONFIG_SPARSE_IRQ is not set # # RCU Subsystem # -CONFIG_TREE_RCU=y -# CONFIG_TINY_RCU is not set -# CONFIG_RCU_TRACE is not set -CONFIG_RCU_FANOUT=32 -# CONFIG_RCU_FANOUT_EXACT is not set +CONFIG_TINY_RCU=y +# CONFIG_PREEMPT_RCU is not set # CONFIG_TREE_RCU_TRACE is not set # CONFIG_IKCONFIG is not set CONFIG_LOG_BUF_SHIFT=15 CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y # CONFIG_CGROUPS is not set -# CONFIG_SYSFS_DEPRECATED_V2 is not set -# CONFIG_RELAY is not set # CONFIG_NAMESPACES is not set +# CONFIG_SYSFS_DEPRECATED is not set +# CONFIG_RELAY is not set # CONFIG_BLK_DEV_INITRD is not set CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_SYSCTL=y @@ -116,11 +126,13 @@ CONFIG_TIMERFD=y CONFIG_EVENTFD=y CONFIG_SHMEM=y CONFIG_AIO=y +CONFIG_HAVE_PERF_EVENTS=y # # Kernel Performance Events And Counters # CONFIG_PERF_EVENTS=y +# CONFIG_PERF_COUNTERS is not set # CONFIG_VM_EVENT_COUNTERS is not set CONFIG_PCI_QUIRKS=y # CONFIG_COMPAT_BRK is not set @@ -130,6 +142,7 @@ CONFIG_SLAB=y # CONFIG_PROFILING is not set CONFIG_HAVE_OPROFILE=y # CONFIG_KPROBES is not set +# CONFIG_JUMP_LABEL is not set CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y CONFIG_HAVE_IOREMAP_PROT=y CONFIG_HAVE_KPROBES=y @@ -143,6 +156,7 @@ CONFIG_HAVE_HW_BREAKPOINT=y CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y CONFIG_HAVE_USER_RETURN_NOTIFIER=y CONFIG_HAVE_PERF_EVENTS_NMI=y +CONFIG_HAVE_ARCH_JUMP_LABEL=y # # GCOV-based kernel profiling @@ -213,7 +227,7 @@ CONFIG_GENERIC_CLOCKEVENTS_BUILD=y # CONFIG_X86_EXTENDED_PLATFORM is not set CONFIG_SCHED_OMIT_FRAME_POINTER=y # CONFIG_PARAVIRT_GUEST is not set -# CONFIG_NO_BOOTMEM is not set +CONFIG_NO_BOOTMEM=y # CONFIG_MEMTEST is not set # CONFIG_M386 is not set CONFIG_M486=y @@ -267,6 +281,7 @@ CONFIG_CPU_SUP_UMC_32=y # CONFIG_IOMMU_HELPER is not set # CONFIG_IOMMU_API is not set CONFIG_NR_CPUS=1 +# CONFIG_IRQ_TIME_ACCOUNTING is not set CONFIG_PREEMPT_NONE=y # CONFIG_PREEMPT_VOLUNTARY is not set # CONFIG_PREEMPT is not set @@ -289,6 +304,7 @@ CONFIG_VMSPLIT_3G=y CONFIG_PAGE_OFFSET=0xC0000000 CONFIG_HIGHMEM=y # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set +# CONFIG_ARCH_DMA_ADDR_T_64BIT is not set CONFIG_NEED_NODE_MEMMAP_SIZE=y CONFIG_ARCH_FLATMEM_ENABLE=y CONFIG_ARCH_SPARSEMEM_ENABLE=y @@ -300,6 +316,7 @@ CONFIG_SPARSEMEM_MANUAL=y CONFIG_SPARSEMEM=y CONFIG_HAVE_MEMORY_PRESENT=y CONFIG_SPARSEMEM_STATIC=y +CONFIG_HAVE_MEMBLOCK=y # CONFIG_MEMORY_HOTPLUG is not set CONFIG_SPLIT_PTLOCK_CPUS=4 # CONFIG_PHYS_ADDR_T_64BIT is not set @@ -308,9 +325,10 @@ CONFIG_BOUNCE=y CONFIG_VIRT_TO_BUS=y # CONFIG_KSM is not set CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 +CONFIG_NEED_PER_CPU_KM=y # CONFIG_HIGHPTE is not set # CONFIG_X86_CHECK_BIOS_CORRUPTION is not set -# CONFIG_X86_RESERVE_LOW_64K is not set +CONFIG_X86_RESERVE_LOW=64 # CONFIG_MATH_EMULATION is not set # CONFIG_MTRR is not set # CONFIG_SECCOMP is not set @@ -366,7 +384,7 @@ CONFIG_ISA_DMA_API=y # CONFIG_SCx200 is not set # CONFIG_OLPC is not set # CONFIG_OLPC_OPENFIRMWARE is not set -CONFIG_K8_NB=y +CONFIG_AMD_NB=y # CONFIG_PCCARD is not set # CONFIG_HOTPLUG_PCI is not set @@ -378,6 +396,7 @@ CONFIG_HAVE_AOUT=y # CONFIG_BINFMT_AOUT is not set # CONFIG_BINFMT_MISC is not set CONFIG_HAVE_ATOMIC_IOMAP=y +CONFIG_HAVE_TEXT_POKE_SMP=y CONFIG_NET=y # @@ -392,7 +411,7 @@ CONFIG_INET=y CONFIG_IP_FIB_HASH=y # CONFIG_IP_PNP is not set # CONFIG_NET_IPIP is not set -# CONFIG_NET_IPGRE is not set +# CONFIG_NET_IPGRE_DEMUX is not set # CONFIG_ARPD is not set # CONFIG_SYN_COOKIES is not set # CONFIG_INET_AH is not set @@ -448,6 +467,7 @@ CONFIG_DEFAULT_TCP_CONG="cubic" # CONFIG_RFKILL is not set # CONFIG_NET_9P is not set # CONFIG_CAIF is not set +# CONFIG_CEPH_LIB is not set # # Device Drivers @@ -486,16 +506,7 @@ CONFIG_SCSI_MOD=y # # IEEE 1394 (FireWire) support # - -# -# You can enable one or both FireWire driver stacks. -# - -# -# The newer stack is recommended. -# # CONFIG_FIREWIRE is not set -# CONFIG_IEEE1394 is not set # CONFIG_FIREWIRE_NOSY is not set # CONFIG_I2O is not set # CONFIG_MACINTOSH_DRIVERS is not set @@ -506,28 +517,7 @@ CONFIG_SCSI_MOD=y # # Input device support # -CONFIG_INPUT=y -# CONFIG_INPUT_FF_MEMLESS is not set -# CONFIG_INPUT_POLLDEV is not set -# CONFIG_INPUT_SPARSEKMAP is not set - -# -# Userland interfaces -# -# CONFIG_INPUT_MOUSEDEV is not set -# CONFIG_INPUT_JOYDEV is not set -# CONFIG_INPUT_EVDEV is not set -# CONFIG_INPUT_EVBUG is not set - -# -# Input Device Drivers -# -# CONFIG_INPUT_KEYBOARD is not set -# CONFIG_INPUT_MOUSE is not set -# CONFIG_INPUT_JOYSTICK is not set -# CONFIG_INPUT_TABLET is not set -# CONFIG_INPUT_TOUCHSCREEN is not set -# CONFIG_INPUT_MISC is not set +# CONFIG_INPUT is not set # # Hardware I/O ports @@ -538,11 +528,7 @@ CONFIG_INPUT=y # # Character devices # -CONFIG_VT=y -# CONFIG_CONSOLE_TRANSLATIONS is not set -CONFIG_VT_CONSOLE=y -CONFIG_HW_CONSOLE=y -# CONFIG_VT_HW_CONSOLE_BINDING is not set +# CONFIG_VT is not set # CONFIG_DEVKMEM is not set # CONFIG_SERIAL_NONSTANDARD is not set # CONFIG_N_GSM is not set @@ -572,6 +558,7 @@ CONFIG_SERIAL_CORE_CONSOLE=y CONFIG_UNIX98_PTYS=y # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set # CONFIG_LEGACY_PTYS is not set +# CONFIG_TTY_PRINTK is not set # CONFIG_IPMI_HANDLER is not set # CONFIG_HW_RANDOM is not set # CONFIG_NVRAM is not set @@ -579,7 +566,6 @@ CONFIG_UNIX98_PTYS=y # CONFIG_GEN_RTC is not set # CONFIG_R3964 is not set # CONFIG_APPLICOM is not set -# CONFIG_SONYPI is not set # CONFIG_MWAVE is not set # CONFIG_PC8736x_GPIO is not set # CONFIG_NSC_GPIO is not set @@ -620,6 +606,7 @@ CONFIG_SSB_POSSIBLE=y # CONFIG_AGP is not set # CONFIG_VGA_ARB is not set # CONFIG_DRM is not set +# CONFIG_STUB_POULSBO is not set # CONFIG_VGASTATE is not set # CONFIG_VIDEO_OUTPUT_CONTROL is not set # CONFIG_FB is not set @@ -629,16 +616,7 @@ CONFIG_SSB_POSSIBLE=y # Display device support # # CONFIG_DISPLAY_SUPPORT is not set - -# -# Console display driver support -# -CONFIG_VGA_CONSOLE=y -CONFIG_VGACON_SOFT_SCROLLBACK=y -CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=512 -CONFIG_DUMMY_CONSOLE=y # CONFIG_SOUND is not set -# CONFIG_HID_SUPPORT is not set # CONFIG_USB_SUPPORT is not set # CONFIG_UWB is not set # CONFIG_MMC is not set @@ -680,8 +658,9 @@ CONFIG_FILE_LOCKING=y # CONFIG_FSNOTIFY is not set # CONFIG_DNOTIFY is not set # CONFIG_INOTIFY_USER is not set +# CONFIG_FANOTIFY is not set # CONFIG_QUOTA is not set -# CONFIG_AUTOFS_FS is not set +# CONFIG_QUOTACTL is not set # CONFIG_AUTOFS4_FS is not set # CONFIG_FUSE_FS is not set @@ -742,10 +721,11 @@ CONFIG_FRAME_WARN=1024 # CONFIG_HEADERS_CHECK is not set # CONFIG_DEBUG_KERNEL is not set # CONFIG_HARDLOCKUP_DETECTOR is not set +CONFIG_BKL=y +# CONFIG_SPARSE_RCU_POINTER is not set # CONFIG_DEBUG_MEMORY_INIT is not set CONFIG_ARCH_WANT_FRAME_POINTERS=y # CONFIG_FRAME_POINTER is not set -# CONFIG_RCU_CPU_STALL_DETECTOR is not set # CONFIG_SYSCTL_SYSCALL_CHECK is not set CONFIG_USER_STACKTRACE_SUPPORT=y CONFIG_HAVE_FUNCTION_TRACER=y @@ -755,6 +735,7 @@ CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y CONFIG_HAVE_DYNAMIC_FTRACE=y CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y CONFIG_HAVE_SYSCALL_TRACEPOINTS=y +CONFIG_HAVE_C_RECORDMCOUNT=y CONFIG_TRACING_SUPPORT=y # CONFIG_FTRACE is not set # CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set @@ -767,7 +748,6 @@ CONFIG_HAVE_ARCH_KMEMCHECK=y # CONFIG_X86_VERBOSE_BOOTUP is not set CONFIG_EARLY_PRINTK=y # CONFIG_EARLY_PRINTK_DBGP is not set -# CONFIG_4KSTACKS is not set # CONFIG_DOUBLEFAULT is not set # CONFIG_IOMMU_STRESS is not set CONFIG_HAVE_MMIOTRACE_SUPPORT=y @@ -786,6 +766,7 @@ CONFIG_DEFAULT_IO_DELAY_TYPE=0 # Security options # # CONFIG_KEYS is not set +# CONFIG_SECURITY_DMESG_RESTRICT is not set # CONFIG_SECURITY is not set # CONFIG_SECURITYFS is not set CONFIG_DEFAULT_SECURITY_DAC=y @@ -814,6 +795,7 @@ CONFIG_GENERIC_FIND_LAST_BIT=y CONFIG_CRC32=y # CONFIG_CRC7 is not set # CONFIG_LIBCRC32C is not set +CONFIG_DECOMPRESS_LZMA=y CONFIG_HAS_IOMEM=y CONFIG_HAS_IOPORT=y CONFIG_HAS_DMA=y -- cgit v1.2.3