Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 321762 Details for
Bug 432060
sys-apps/util-linux-2.20.1-r2 fails to crosscompile: configure: error: cannot run test program while cross compiling
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
config.log
config.log (text/plain), 153.87 KB, created by
Dennis Schridde
on 2012-08-20 14:01:49 UTC
(
hide
)
Description:
config.log
Filename:
MIME Type:
Creator:
Dennis Schridde
Created:
2012-08-20 14:01:49 UTC
Size:
153.87 KB
patch
obsolete
>This file contains any messages produced by compilers while >running configure, to aid debugging if configure makes a mistake. > >It was created by util-linux configure 2.20.1, which was >generated by GNU Autoconf 2.68. Invocation command line was > > $ ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=powerpc64-unknown-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib --enable-fs-paths-extra=/usr/sbin --enable-nls --enable-agetty --enable-cramfs --disable-ddate --disable-elvtune --with-ncurses=auto --disable-kill --disable-last --disable-mesg --enable-partx --enable-raw --enable-rename --disable-reset --disable-login-utils --enable-schedutils --disable-wall --enable-write --without-pam --without-selinux --without-slang --disable-static > >## --------- ## >## Platform. ## >## --------- ## > >hostname = navier >uname -m = x86_64 >uname -r = 2.6.18-308.11.1.el5 >uname -s = Linux >uname -v = #1 SMP Tue Jul 10 08:48:43 EDT 2012 > >/usr/bin/uname -p = Quad-Core AMD Opteron(tm) Processor 2352 >/bin/uname -X = unknown > >/bin/arch = unknown >/usr/bin/arch -k = unknown >/usr/convex/getsysinfo = unknown >/usr/bin/hostinfo = unknown >/bin/machine = unknown >/usr/bin/oslevel = unknown >/bin/universe = unknown > >PATH: /usr/lib64/portage/bin/ebuild-helpers >PATH: /usr/local/sbin >PATH: /usr/local/bin >PATH: /usr/sbin >PATH: /usr/bin >PATH: /sbin >PATH: /bin > > >## ----------- ## >## Core tests. ## >## ----------- ## > >configure:2562: loading site script /usr/share/config.site >| #!/bin/bash >| # Copyright 2009 Gentoo Foundation >| # Distributed under the terms of the GNU General Public License v2 >| >| TOPDIR=/usr/share/crossdev/include/site >| >| config_site_arch() { >| local host=$(echo ${CHOST/-/ } | awk '{print $1}') >| >| [[ ${host/arm.*eb/} != ${host} ]] && host=armeb >| [[ ${host/arm/} != ${host} ]] && [[ ${host} != armeb ]] && host=arm >| >| [[ ${host/mips.*el/} != ${host} ]] && host=mipsel >| >| #[[ ${host/i[4-5]/6} != ${host} ]] && host=i686 >| >| echo ${host} >| } >| >| config_site_names() { >| local site_arch=$(config_site_arch) >| local sites="" >| local x >| >| [[ ${CHOST/-linux-/} != $CHOST ]] && sites+=" linux ${site_arch}-linux" >| [[ ${CHOST/darwin/} != $CHOST ]] && sites+=" darwin ${site_arch}-linux" >| >| [[ ${CHOST/-linux-uclibc/} != $CHOST ]] && sites+=" linux-uclibc ${site_arch}-linux-uclibc" >| [[ ${CHOST/-linux-gnu/} != $CHOST ]] && sites+=" linux-gnu ${site_arch}-linux-gnu" >| >| [[ ${CHOST/-linux-uclibceabi/} != $CHOST ]] && sites+=" linux-uclibceabi ${site_arch}-linux-uclibceabi" >| [[ ${CHOST/-linux-gnueabi/} != $CHOST ]] && sites+=" linux-gnueabi ${site_arch}-linux-gnueabi" >| >| for x in ${sites} ${CHOST}; do >| [[ -e ${TOPDIR}/${x} ]] && echo ${TOPDIR}/${x} >| done >| } >| >| # Only kick in for cross-compiles so we don't break native builds #427184 >| if [[ ${CBUILD:-${CHOST}} != ${CHOST} ]]; then >| sites="$(config_site_names)" >| if [[ ${sites} != "" ]]; then >| for site in ${sites}; do >| echo "$(basename $0): loading site script ${site}" >| . ${site} >| done >| fi >| unset site >| unset sites >| fi >configure:2708: checking for a BSD-compatible install >configure:2776: result: /usr/bin/install -c >configure:2787: checking whether build environment is sane >configure:2837: result: yes >configure:2886: checking for powerpc64-unknown-linux-gnu-strip >configure:2902: found /usr/bin/powerpc64-unknown-linux-gnu-strip >configure:2913: result: powerpc64-unknown-linux-gnu-strip >configure:2978: checking for a thread-safe mkdir -p >configure:3017: result: /bin/mkdir -p >configure:3030: checking for gawk >configure:3046: found /usr/bin/gawk >configure:3057: result: gawk >configure:3068: checking whether make sets $(MAKE) >configure:3090: result: yes >configure:3215: Default --exec-prefix detected. >configure:3219: --bindir defaults to /bin >configure:3224: --sbindir defaults to /sbin >configure:3259: checking for style of include used by make >configure:3287: result: GNU >configure:3317: checking for powerpc64-unknown-linux-gnu-gcc >configure:3333: found /usr/bin/powerpc64-unknown-linux-gnu-gcc >configure:3344: result: powerpc64-unknown-linux-gnu-gcc >configure:3613: checking for C compiler version >configure:3622: powerpc64-unknown-linux-gnu-gcc --version >&5 >powerpc64-unknown-linux-gnu-gcc (Gentoo 4.6.3 p1.5, pie-0.5.2) 4.6.3 >Copyright (C) 2011 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:3633: $? = 0 >configure:3622: powerpc64-unknown-linux-gnu-gcc -v >&5 >Using built-in specs. >COLLECT_GCC=/usr/x86_64-pc-linux-gnu/powerpc64-unknown-linux-gnu/gcc-bin/4.6.3/powerpc64-unknown-linux-gnu-gcc >COLLECT_LTO_WRAPPER=/usr/libexec/gcc/powerpc64-unknown-linux-gnu/4.6.3/lto-wrapper >Target: powerpc64-unknown-linux-gnu >Configured with: /var/tmp/portage/cross-powerpc64-unknown-linux-gnu/gcc-4.6.3/work/gcc-4.6.3/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/powerpc64-unknown-linux-gnu/gcc-bin/4.6.3 --includedir=/usr/lib/gcc/powerpc64-unknown-linux-gnu/4.6.3/include --datadir=/usr/share/gcc-data/powerpc64-unknown-linux-gnu/4.6.3 --mandir=/usr/share/gcc-data/powerpc64-unknown-linux-gnu/4.6.3/man --infodir=/usr/share/gcc-data/powerpc64-unknown-linux-gnu/4.6.3/info --with-gxx-include-dir=/usr/lib/gcc/powerpc64-unknown-linux-gnu/4.6.3/include/g++-v4 --host=x86_64-pc-linux-gnu --target=powerpc64-unknown-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --enable-lto --enable-nls --without-included-gettext --with-system-zlib --enable-obsolete --disable-werror --enable-secureplt --disable-multilib --disable-libmudflap --disable-libssp --enable-libgomp --with-python-dir=/share/gcc-data/powerpc64-unknown-linux-gnu/4.6.3/python --enable-checking=release --disable-libgcj --enable-languages=c,c++,fortran --with-sysroot=/usr/powerpc64-unknown-linux-gnu --disable-bootstrap --enable-__cxa_atexit --enable-clocale=gnu --enable-targets=all --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.6.3 p1.5, pie-0.5.2' >Thread model: posix >gcc version 4.6.3 (Gentoo 4.6.3 p1.5, pie-0.5.2) >configure:3633: $? = 0 >configure:3622: powerpc64-unknown-linux-gnu-gcc -V >&5 >powerpc64-unknown-linux-gnu-gcc: error: unrecognized option '-V' >powerpc64-unknown-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:3633: $? = 1 >configure:3622: powerpc64-unknown-linux-gnu-gcc -qversion >&5 >powerpc64-unknown-linux-gnu-gcc: error: unrecognized option '-qversion' >powerpc64-unknown-linux-gnu-gcc: fatal error: no input files >compilation terminated. >configure:3633: $? = 1 >configure:3653: checking whether the C compiler works >configure:3675: powerpc64-unknown-linux-gnu-gcc -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:3679: $? = 0 >configure:3727: result: yes >configure:3730: checking for C compiler default output file name >configure:3732: result: a.out >configure:3738: checking for suffix of executables >configure:3745: powerpc64-unknown-linux-gnu-gcc -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:3749: $? = 0 >configure:3771: result: >configure:3793: checking whether we are cross compiling >configure:3831: result: yes >configure:3836: checking for suffix of object files >configure:3858: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:3862: $? = 0 >configure:3883: result: o >configure:3887: checking whether we are using the GNU C compiler >configure:3906: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:3906: $? = 0 >configure:3915: result: yes >configure:3924: checking whether powerpc64-unknown-linux-gnu-gcc accepts -g >configure:3944: powerpc64-unknown-linux-gnu-gcc -c -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:3944: $? = 0 >configure:3985: result: yes >configure:4002: checking for powerpc64-unknown-linux-gnu-gcc option to accept ISO C89 >configure:4066: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:4066: $? = 0 >configure:4079: result: none needed >configure:4101: checking dependency style of powerpc64-unknown-linux-gnu-gcc >configure:4211: result: gcc3 >configure:4227: checking whether powerpc64-unknown-linux-gnu-gcc and cc understand -c and -o together >configure:4258: powerpc64-unknown-linux-gnu-gcc -c conftest.c -o conftest2.o >&5 >configure:4262: $? = 0 >configure:4268: powerpc64-unknown-linux-gnu-gcc -c conftest.c -o conftest2.o >&5 >configure:4272: $? = 0 >configure:4283: cc -c conftest.c >&5 >configure:4287: $? = 0 >configure:4295: cc -c conftest.c -o conftest2.o >&5 >configure:4299: $? = 0 >configure:4305: cc -c conftest.c -o conftest2.o >&5 >configure:4309: $? = 0 >configure:4327: result: yes >configure:4356: checking for powerpc64-unknown-linux-gnu-gcc option to accept ISO C99 >configure:4505: powerpc64-unknown-linux-gnu-gcc -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >conftest.c:61:29: error: expected ';', ',' or ')' before 'text' >conftest.c: In function 'main': >conftest.c:115:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'newvar' >conftest.c:115:18: error: 'newvar' undeclared (first use in this function) >conftest.c:115:18: note: each undeclared identifier is reported only once for each function it appears in >conftest.c:125:3: error: 'for' loop initial declarations are only allowed in C99 mode >conftest.c:125:3: note: use option -std=c99 or -std=gnu99 to compile your code >configure:4505: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "util-linux" >| #define PACKAGE_TARNAME "util-linux" >| #define PACKAGE_VERSION "2.20.1" >| #define PACKAGE_STRING "util-linux 2.20.1" >| #define PACKAGE_BUGREPORT "kzak@redhat.com" >| #define PACKAGE_URL "" >| #define PACKAGE "util-linux" >| #define VERSION "2.20.1" >| /* end confdefs.h. */ >| #include <stdarg.h> >| #include <stdbool.h> >| #include <stdlib.h> >| #include <wchar.h> >| #include <stdio.h> >| >| // Check varargs macros. These examples are taken from C99 6.10.3.5. >| #define debug(...) fprintf (stderr, __VA_ARGS__) >| #define showlist(...) puts (#__VA_ARGS__) >| #define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) >| static void >| test_varargs_macros (void) >| { >| int x = 1234; >| int y = 5678; >| debug ("Flag"); >| debug ("X = %d\n", x); >| showlist (The first, second, and third items.); >| report (x>y, "x is %d but y is %d", x, y); >| } >| >| // Check long long types. >| #define BIG64 18446744073709551615ull >| #define BIG32 4294967295ul >| #define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) >| #if !BIG_OK >| your preprocessor is broken; >| #endif >| #if BIG_OK >| #else >| your preprocessor is broken; >| #endif >| static long long int bignum = -9223372036854775807LL; >| static unsigned long long int ubignum = BIG64; >| >| struct incomplete_array >| { >| int datasize; >| double data[]; >| }; >| >| struct named_init { >| int number; >| const wchar_t *name; >| double average; >| }; >| >| typedef const char *ccp; >| >| static inline int >| test_restrict (ccp restrict text) >| { >| // See if C++-style comments work. >| // Iterate through items via the restricted pointer. >| // Also check for declarations in for loops. >| for (unsigned int i = 0; *(text+i) != '\0'; ++i) >| continue; >| return 0; >| } >| >| // Check varargs and va_copy. >| static void >| test_varargs (const char *format, ...) >| { >| va_list args; >| va_start (args, format); >| va_list args_copy; >| va_copy (args_copy, args); >| >| const char *str; >| int number; >| float fnumber; >| >| while (*format) >| { >| switch (*format++) >| { >| case 's': // string >| str = va_arg (args_copy, const char *); >| break; >| case 'd': // int >| number = va_arg (args_copy, int); >| break; >| case 'f': // float >| fnumber = va_arg (args_copy, double); >| break; >| default: >| break; >| } >| } >| va_end (args_copy); >| va_end (args); >| } >| >| int >| main () >| { >| >| // Check bool. >| _Bool success = false; >| >| // Check restrict. >| if (test_restrict ("String literal") == 0) >| success = true; >| char *restrict newvar = "Another string"; >| >| // Check varargs. >| test_varargs ("s, d' f .", "string", 65, 34.234); >| test_varargs_macros (); >| >| // Check flexible array members. >| struct incomplete_array *ia = >| malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); >| ia->datasize = 10; >| for (int i = 0; i < ia->datasize; ++i) >| ia->data[i] = i * 1.234; >| >| // Check named initializers. >| struct named_init ni = { >| .number = 34, >| .name = L"Test wide string", >| .average = 543.34343, >| }; >| >| ni.number = 58; >| >| int dynamic_array[ni.number]; >| dynamic_array[ni.number - 1] = 543; >| >| // work around unused variable warnings >| return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' >| || dynamic_array[ni.number - 1] != 543); >| >| ; >| return 0; >| } >configure:4505: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:4505: $? = 0 >configure:4525: result: -std=gnu99 >configure:4627: checking for powerpc64-unknown-linux-gnu-gcc -std=gnu99 option to accept ISO Standard C >configure:4641: result: -std=gnu99 >configure:4651: checking how to run the C preprocessor >configure:4682: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >configure:4682: $? = 0 >configure:4696: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:4696: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "util-linux" >| #define PACKAGE_TARNAME "util-linux" >| #define PACKAGE_VERSION "2.20.1" >| #define PACKAGE_STRING "util-linux 2.20.1" >| #define PACKAGE_BUGREPORT "kzak@redhat.com" >| #define PACKAGE_URL "" >| #define PACKAGE "util-linux" >| #define VERSION "2.20.1" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:4721: result: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E >configure:4741: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >configure:4741: $? = 0 >configure:4755: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory >compilation terminated. >configure:4755: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "util-linux" >| #define PACKAGE_TARNAME "util-linux" >| #define PACKAGE_VERSION "2.20.1" >| #define PACKAGE_STRING "util-linux 2.20.1" >| #define PACKAGE_BUGREPORT "kzak@redhat.com" >| #define PACKAGE_URL "" >| #define PACKAGE "util-linux" >| #define VERSION "2.20.1" >| /* end confdefs.h. */ >| #include <ac_nonexistent.h> >configure:4784: checking for grep that handles long lines and -e >configure:4842: result: /bin/grep >configure:4847: checking for egrep >configure:4909: result: /bin/grep -E >configure:4914: checking for ANSI C header files >configure:4934: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:4934: $? = 0 >configure:5018: result: yes >configure:5031: checking for sys/types.h >configure:5031: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:5031: $? = 0 >configure:5031: result: yes >configure:5031: checking for sys/stat.h >configure:5031: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:5031: $? = 0 >configure:5031: result: yes >configure:5031: checking for stdlib.h >configure:5031: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:5031: $? = 0 >configure:5031: result: yes >configure:5031: checking for string.h >configure:5031: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:5031: $? = 0 >configure:5031: result: yes >configure:5031: checking for memory.h >configure:5031: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:5031: $? = 0 >configure:5031: result: yes >configure:5031: checking for strings.h >configure:5031: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:5031: $? = 0 >configure:5031: result: yes >configure:5031: checking for inttypes.h >configure:5031: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:5031: $? = 0 >configure:5031: result: yes >configure:5031: checking for stdint.h >configure:5031: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:5031: $? = 0 >configure:5031: result: yes >configure:5031: checking for unistd.h >configure:5031: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:5031: $? = 0 >configure:5031: result: yes >configure:5044: checking minix/config.h usability >configure:5044: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >conftest.c:54:26: fatal error: minix/config.h: No such file or directory >compilation terminated. >configure:5044: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "util-linux" >| #define PACKAGE_TARNAME "util-linux" >| #define PACKAGE_VERSION "2.20.1" >| #define PACKAGE_STRING "util-linux 2.20.1" >| #define PACKAGE_BUGREPORT "kzak@redhat.com" >| #define PACKAGE_URL "" >| #define PACKAGE "util-linux" >| #define VERSION "2.20.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 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <minix/config.h> >configure:5044: result: no >configure:5044: checking minix/config.h presence >configure:5044: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >conftest.c:21:26: fatal error: minix/config.h: No such file or directory >compilation terminated. >configure:5044: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "util-linux" >| #define PACKAGE_TARNAME "util-linux" >| #define PACKAGE_VERSION "2.20.1" >| #define PACKAGE_STRING "util-linux 2.20.1" >| #define PACKAGE_BUGREPORT "kzak@redhat.com" >| #define PACKAGE_URL "" >| #define PACKAGE "util-linux" >| #define VERSION "2.20.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 >| /* end confdefs.h. */ >| #include <minix/config.h> >configure:5044: result: no >configure:5044: checking for minix/config.h >configure:5044: result: no >configure:5065: checking whether it is safe to define __EXTENSIONS__ >configure:5083: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:5083: $? = 0 >configure:5090: result: yes >configure:5109: checking build system type >configure:5123: result: x86_64-pc-linux-gnu >configure:5143: checking host system type >configure:5156: result: powerpc64-unknown-linux-gnu >configure:5176: checking for an ANSI C-conforming const >configure:5241: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:5241: $? = 0 >configure:5248: result: yes >configure:5256: checking for working volatile >configure:5275: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:5275: $? = 0 >configure:5282: result: yes >configure:5290: checking whether byte ordering is bigendian >configure:5305: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >conftest.c:27:9: error: unknown type name 'not' >conftest.c:27:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' >conftest.c:27:15: error: unknown type name 'universal' >configure:5305: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "util-linux" >| #define PACKAGE_TARNAME "util-linux" >| #define PACKAGE_VERSION "2.20.1" >| #define PACKAGE_STRING "util-linux 2.20.1" >| #define PACKAGE_BUGREPORT "kzak@redhat.com" >| #define PACKAGE_URL "" >| #define PACKAGE "util-linux" >| #define VERSION "2.20.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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| /* end confdefs.h. */ >| #ifndef __APPLE_CC__ >| not a universal capable compiler >| #endif >| typedef int dummy; >| >configure:5350: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:5350: $? = 0 >configure:5368: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:5368: $? = 0 >configure:5496: result: yes >configure:5561: checking how to print strings >configure:5588: result: printf >configure:5609: checking for a sed that does not truncate output >configure:5673: result: /bin/sed >configure:5691: checking for fgrep >configure:5753: result: /bin/grep -F >configure:5788: checking for ld used by powerpc64-unknown-linux-gnu-gcc -std=gnu99 >configure:5855: result: /usr/libexec/gcc/powerpc64-unknown-linux-gnu/ld >configure:5862: checking if the linker (/usr/libexec/gcc/powerpc64-unknown-linux-gnu/ld) is GNU ld >configure:5877: result: yes >configure:5889: checking for BSD- or MS-compatible name lister (nm) >configure:5938: result: /usr/bin/powerpc64-unknown-linux-gnu-nm -B >configure:6068: checking the name lister (/usr/bin/powerpc64-unknown-linux-gnu-nm -B) interface >configure:6075: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:6078: /usr/bin/powerpc64-unknown-linux-gnu-nm -B "conftest.o" >configure:6081: output >0000000000000000 B some_variable >configure:6088: result: BSD nm >configure:6091: checking whether ln -s works >configure:6095: result: yes >configure:6103: checking the maximum length of command line arguments >configure:6228: result: 98304 >configure:6245: checking whether the shell understands some XSI constructs >configure:6255: result: yes >configure:6259: checking whether the shell understands "+=" >configure:6265: result: yes >configure:6300: checking how to convert x86_64-pc-linux-gnu file names to powerpc64-unknown-linux-gnu format >configure:6340: result: func_convert_file_noop >configure:6347: checking how to convert x86_64-pc-linux-gnu file names to toolchain format >configure:6367: result: func_convert_file_noop >configure:6374: checking for /usr/libexec/gcc/powerpc64-unknown-linux-gnu/ld option to reload object files >configure:6381: result: -r >configure:6415: checking for powerpc64-unknown-linux-gnu-objdump >configure:6431: found /usr/bin/powerpc64-unknown-linux-gnu-objdump >configure:6442: result: powerpc64-unknown-linux-gnu-objdump >configure:6514: checking how to recognize dependent libraries >configure:6716: result: pass_all >configure:6761: checking for powerpc64-unknown-linux-gnu-dlltool >configure:6791: result: no >configure:6801: checking for dlltool >configure:6831: result: no >configure:6861: checking how to associate runtime and link libraries >configure:6888: result: printf %s\n >configure:6904: checking for powerpc64-unknown-linux-gnu-ar >configure:6920: found /usr/bin/powerpc64-unknown-linux-gnu-ar >configure:6931: result: powerpc64-unknown-linux-gnu-ar >configure:7012: checking for archiver @FILE support >configure:7029: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:7029: $? = 0 >configure:7032: powerpc64-unknown-linux-gnu-ar cru libconftest.a @conftest.lst >&5 >configure:7035: $? = 0 >configure:7040: powerpc64-unknown-linux-gnu-ar cru libconftest.a @conftest.lst >&5 >powerpc64-unknown-linux-gnu-ar: conftest.o: No such file or directory >configure:7043: $? = 1 >configure:7055: result: @ >configure:7073: checking for powerpc64-unknown-linux-gnu-strip >configure:7100: result: powerpc64-unknown-linux-gnu-strip >configure:7172: checking for powerpc64-unknown-linux-gnu-ranlib >configure:7188: found /usr/bin/powerpc64-unknown-linux-gnu-ranlib >configure:7199: result: powerpc64-unknown-linux-gnu-ranlib >configure:7341: checking command to parse /usr/bin/powerpc64-unknown-linux-gnu-nm -B output from powerpc64-unknown-linux-gnu-gcc -std=gnu99 object >configure:7460: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:7463: $? = 0 >configure:7467: /usr/bin/powerpc64-unknown-linux-gnu-nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm >configure:7470: $? = 0 >configure:7536: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c conftstm.o >&5 >configure:7539: $? = 0 >configure:7577: result: ok >configure:7614: checking for sysroot >configure:7644: result: no >configure:7721: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:7724: $? = 0 >configure:7847: checking for powerpc64-unknown-linux-gnu-mt >configure:7877: result: no >configure:7887: checking for mt >configure:7917: result: no >configure:7937: checking if : is a manifest tool >configure:7943: : '-?' >configure:7951: result: no >configure:8580: checking for dlfcn.h >configure:8580: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:8580: $? = 0 >configure:8580: result: yes >configure:8767: checking for objdir >configure:8782: result: .libs >configure:9053: checking if powerpc64-unknown-linux-gnu-gcc -std=gnu99 supports -fno-rtti -fno-exceptions >configure:9071: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fno-rtti -fno-exceptions conftest.c >&5 >cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default] >configure:9075: $? = 0 >configure:9088: result: no >configure:9398: checking for powerpc64-unknown-linux-gnu-gcc -std=gnu99 option to produce PIC >configure:9405: result: -fPIC -DPIC >configure:9413: checking if powerpc64-unknown-linux-gnu-gcc -std=gnu99 PIC flag -fPIC -DPIC works >configure:9431: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -fPIC -DPIC -DPIC conftest.c >&5 >configure:9435: $? = 0 >configure:9448: result: yes >configure:9477: checking if powerpc64-unknown-linux-gnu-gcc -std=gnu99 static flag -static works >configure:9505: result: yes >configure:9520: checking if powerpc64-unknown-linux-gnu-gcc -std=gnu99 supports -c -o file.o >configure:9541: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -o out/conftest2.o conftest.c >&5 >configure:9545: $? = 0 >configure:9567: result: yes >configure:9575: checking if powerpc64-unknown-linux-gnu-gcc -std=gnu99 supports -c -o file.o >configure:9622: result: yes >configure:9655: checking whether the powerpc64-unknown-linux-gnu-gcc -std=gnu99 linker (/usr/libexec/gcc/powerpc64-unknown-linux-gnu/ld -m elf64ppc) supports shared libraries >configure:10813: result: yes >configure:10850: checking whether -lc should be explicitly linked in >configure:10858: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:10861: $? = 0 >configure:10876: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 >configure:10879: $? = 0 >configure:10893: result: no >configure:11058: checking dynamic linker characteristics >configure:11572: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-rpath -Wl,/foo conftest.c >&5 >configure:11572: $? = 0 >configure:11798: result: GNU/Linux ld.so >configure:11905: checking how to hardcode library paths into programs >configure:11930: result: immediate >configure:12470: checking whether stripping libraries is possible >configure:12475: result: yes >configure:12510: checking if libtool supports shared libraries >configure:12512: result: yes >configure:12515: checking whether to build shared libraries >configure:12536: result: yes >configure:12539: checking whether to build static libraries >configure:12543: result: no >configure:12590: checking for powerpc64-unknown-linux-gnu-pkg-config >configure:12608: found /usr/bin/powerpc64-unknown-linux-gnu-pkg-config >configure:12620: result: /usr/bin/powerpc64-unknown-linux-gnu-pkg-config >configure:12688: checking pkg-config is at least version 0.9.0 >configure:12691: result: yes >configure:12733: checking whether to build gtk-doc documentation >configure:12735: result: no >configure:12742: checking for gtkdoc-check >configure:12775: result: no >configure:12803: checking for xsltproc >configure:12836: result: no >configure:12859: checking for perl >configure:12877: found /usr/bin/perl >configure:12889: result: /usr/bin/perl >configure:12905: checking for special C compiler options needed for large files >configure:12950: result: no >configure:12956: checking for _FILE_OFFSET_BITS value needed for large files >configure:12981: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:12981: $? = 0 >configure:13013: result: no >configure:13100: checking for linux/compiler.h >configure:13100: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >conftest.c:35:28: fatal error: linux/compiler.h: No such file or directory >compilation terminated. >configure:13100: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "util-linux" >| #define PACKAGE_TARNAME "util-linux" >| #define PACKAGE_VERSION "2.20.1" >| #define PACKAGE_STRING "util-linux 2.20.1" >| #define PACKAGE_BUGREPORT "kzak@redhat.com" >| #define PACKAGE_URL "" >| #define PACKAGE "util-linux" >| #define VERSION "2.20.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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| /* end confdefs.h. */ >| >| #ifdef HAVE_LINUX_COMPILER_H >| #include <linux/compiler.h> >| #endif >| >| >| #include <linux/compiler.h> >configure:13100: result: no >configure:13100: checking for linux/blkpg.h >configure:13100: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:13100: $? = 0 >configure:13100: result: yes >configure:13100: checking for linux/major.h >configure:13100: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:13100: $? = 0 >configure:13100: result: yes >configure:13158: checking err.h usability >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking err.h presence >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking for err.h >configure:13158: result: yes >configure:13158: checking errno.h usability >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking errno.h presence >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking for errno.h >configure:13158: result: yes >configure:13158: checking getopt.h usability >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking getopt.h presence >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking for getopt.h >configure:13158: result: yes >configure:13158: checking linux/fd.h usability >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking linux/fd.h presence >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking for linux/fd.h >configure:13158: result: yes >configure:13158: checking linux/tiocl.h usability >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking linux/tiocl.h presence >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking for linux/tiocl.h >configure:13158: result: yes >configure:13158: checking linux/version.h usability >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking linux/version.h presence >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking for linux/version.h >configure:13158: result: yes >configure:13158: checking linux/falloc.h usability >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking linux/falloc.h presence >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking for linux/falloc.h >configure:13158: result: yes >configure:13158: checking linux/cdrom.h usability >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking linux/cdrom.h presence >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking for linux/cdrom.h >configure:13158: result: yes >configure:13158: checking fcntl.h usability >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking fcntl.h presence >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking for fcntl.h >configure:13158: result: yes >configure:13158: checking locale.h usability >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking locale.h presence >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking for locale.h >configure:13158: result: yes >configure:13158: checking for stdint.h >configure:13158: result: yes >configure:13158: checking for inttypes.h >configure:13158: result: yes >configure:13158: checking paths.h usability >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking paths.h presence >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking for paths.h >configure:13158: result: yes >configure:13158: checking pty.h usability >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking pty.h presence >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking for pty.h >configure:13158: result: yes >configure:13158: checking mntent.h usability >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking mntent.h presence >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking for mntent.h >configure:13158: result: yes >configure:13158: checking net/if.h usability >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking net/if.h presence >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking for net/if.h >configure:13158: result: yes >configure:13158: checking net/if_dl.h usability >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >conftest.c:80:23: fatal error: net/if_dl.h: No such file or directory >compilation terminated. >configure:13158: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "util-linux" >| #define PACKAGE_TARNAME "util-linux" >| #define PACKAGE_VERSION "2.20.1" >| #define PACKAGE_STRING "util-linux 2.20.1" >| #define PACKAGE_BUGREPORT "kzak@redhat.com" >| #define PACKAGE_URL "" >| #define PACKAGE "util-linux" >| #define VERSION "2.20.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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define HAVE_LINUX_BLKPG_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_LINUX_FD_H 1 >| #define HAVE_LINUX_TIOCL_H 1 >| #define HAVE_LINUX_VERSION_H 1 >| #define HAVE_LINUX_FALLOC_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_PTY_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NET_IF_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <net/if_dl.h> >configure:13158: result: no >configure:13158: checking net/if_dl.h presence >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >conftest.c:47:23: fatal error: net/if_dl.h: No such file or directory >compilation terminated. >configure:13158: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "util-linux" >| #define PACKAGE_TARNAME "util-linux" >| #define PACKAGE_VERSION "2.20.1" >| #define PACKAGE_STRING "util-linux 2.20.1" >| #define PACKAGE_BUGREPORT "kzak@redhat.com" >| #define PACKAGE_URL "" >| #define PACKAGE "util-linux" >| #define VERSION "2.20.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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define HAVE_LINUX_BLKPG_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_LINUX_FD_H 1 >| #define HAVE_LINUX_TIOCL_H 1 >| #define HAVE_LINUX_VERSION_H 1 >| #define HAVE_LINUX_FALLOC_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_PTY_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NET_IF_H 1 >| /* end confdefs.h. */ >| #include <net/if_dl.h> >configure:13158: result: no >configure:13158: checking for net/if_dl.h >configure:13158: result: no >configure:13158: checking netinet/in.h usability >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking netinet/in.h presence >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking for netinet/in.h >configure:13158: result: yes >configure:13158: checking rpcsvc/nfs_prot.h usability >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >conftest.c:81:29: fatal error: rpcsvc/nfs_prot.h: No such file or directory >compilation terminated. >configure:13158: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "util-linux" >| #define PACKAGE_TARNAME "util-linux" >| #define PACKAGE_VERSION "2.20.1" >| #define PACKAGE_STRING "util-linux 2.20.1" >| #define PACKAGE_BUGREPORT "kzak@redhat.com" >| #define PACKAGE_URL "" >| #define PACKAGE "util-linux" >| #define VERSION "2.20.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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define HAVE_LINUX_BLKPG_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_LINUX_FD_H 1 >| #define HAVE_LINUX_TIOCL_H 1 >| #define HAVE_LINUX_VERSION_H 1 >| #define HAVE_LINUX_FALLOC_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_PTY_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETINET_IN_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <rpcsvc/nfs_prot.h> >configure:13158: result: no >configure:13158: checking rpcsvc/nfs_prot.h presence >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >conftest.c:48:29: fatal error: rpcsvc/nfs_prot.h: No such file or directory >compilation terminated. >configure:13158: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "util-linux" >| #define PACKAGE_TARNAME "util-linux" >| #define PACKAGE_VERSION "2.20.1" >| #define PACKAGE_STRING "util-linux 2.20.1" >| #define PACKAGE_BUGREPORT "kzak@redhat.com" >| #define PACKAGE_URL "" >| #define PACKAGE "util-linux" >| #define VERSION "2.20.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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define HAVE_LINUX_BLKPG_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_LINUX_FD_H 1 >| #define HAVE_LINUX_TIOCL_H 1 >| #define HAVE_LINUX_VERSION_H 1 >| #define HAVE_LINUX_FALLOC_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_PTY_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETINET_IN_H 1 >| /* end confdefs.h. */ >| #include <rpcsvc/nfs_prot.h> >configure:13158: result: no >configure:13158: checking for rpcsvc/nfs_prot.h >configure:13158: result: no >configure:13158: checking for stdlib.h >configure:13158: result: yes >configure:13158: checking asm/io.h usability >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >conftest.c:82:20: fatal error: asm/io.h: No such file or directory >compilation terminated. >configure:13158: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "util-linux" >| #define PACKAGE_TARNAME "util-linux" >| #define PACKAGE_VERSION "2.20.1" >| #define PACKAGE_STRING "util-linux 2.20.1" >| #define PACKAGE_BUGREPORT "kzak@redhat.com" >| #define PACKAGE_URL "" >| #define PACKAGE "util-linux" >| #define VERSION "2.20.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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define HAVE_LINUX_BLKPG_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_LINUX_FD_H 1 >| #define HAVE_LINUX_TIOCL_H 1 >| #define HAVE_LINUX_VERSION_H 1 >| #define HAVE_LINUX_FALLOC_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_PTY_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_STDLIB_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <asm/io.h> >configure:13158: result: no >configure:13158: checking asm/io.h presence >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >conftest.c:49:20: fatal error: asm/io.h: No such file or directory >compilation terminated. >configure:13158: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "util-linux" >| #define PACKAGE_TARNAME "util-linux" >| #define PACKAGE_VERSION "2.20.1" >| #define PACKAGE_STRING "util-linux 2.20.1" >| #define PACKAGE_BUGREPORT "kzak@redhat.com" >| #define PACKAGE_URL "" >| #define PACKAGE "util-linux" >| #define VERSION "2.20.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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define HAVE_LINUX_BLKPG_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_LINUX_FD_H 1 >| #define HAVE_LINUX_TIOCL_H 1 >| #define HAVE_LINUX_VERSION_H 1 >| #define HAVE_LINUX_FALLOC_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_PTY_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_STDLIB_H 1 >| /* end confdefs.h. */ >| #include <asm/io.h> >configure:13158: result: no >configure:13158: checking for asm/io.h >configure:13158: result: no >configure:13158: checking sys/disk.h usability >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >conftest.c:82:22: fatal error: sys/disk.h: No such file or directory >compilation terminated. >configure:13158: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "util-linux" >| #define PACKAGE_TARNAME "util-linux" >| #define PACKAGE_VERSION "2.20.1" >| #define PACKAGE_STRING "util-linux 2.20.1" >| #define PACKAGE_BUGREPORT "kzak@redhat.com" >| #define PACKAGE_URL "" >| #define PACKAGE "util-linux" >| #define VERSION "2.20.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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define HAVE_LINUX_BLKPG_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_LINUX_FD_H 1 >| #define HAVE_LINUX_TIOCL_H 1 >| #define HAVE_LINUX_VERSION_H 1 >| #define HAVE_LINUX_FALLOC_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_PTY_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_STDLIB_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/disk.h> >configure:13158: result: no >configure:13158: checking sys/disk.h presence >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >conftest.c:49:22: fatal error: sys/disk.h: No such file or directory >compilation terminated. >configure:13158: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "util-linux" >| #define PACKAGE_TARNAME "util-linux" >| #define PACKAGE_VERSION "2.20.1" >| #define PACKAGE_STRING "util-linux 2.20.1" >| #define PACKAGE_BUGREPORT "kzak@redhat.com" >| #define PACKAGE_URL "" >| #define PACKAGE "util-linux" >| #define VERSION "2.20.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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define HAVE_LINUX_BLKPG_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_LINUX_FD_H 1 >| #define HAVE_LINUX_TIOCL_H 1 >| #define HAVE_LINUX_VERSION_H 1 >| #define HAVE_LINUX_FALLOC_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_PTY_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_STDLIB_H 1 >| /* end confdefs.h. */ >| #include <sys/disk.h> >configure:13158: result: no >configure:13158: checking for sys/disk.h >configure:13158: result: no >configure:13158: checking sys/disklabel.h usability >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >conftest.c:82:27: fatal error: sys/disklabel.h: No such file or directory >compilation terminated. >configure:13158: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "util-linux" >| #define PACKAGE_TARNAME "util-linux" >| #define PACKAGE_VERSION "2.20.1" >| #define PACKAGE_STRING "util-linux 2.20.1" >| #define PACKAGE_BUGREPORT "kzak@redhat.com" >| #define PACKAGE_URL "" >| #define PACKAGE "util-linux" >| #define VERSION "2.20.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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define HAVE_LINUX_BLKPG_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_LINUX_FD_H 1 >| #define HAVE_LINUX_TIOCL_H 1 >| #define HAVE_LINUX_VERSION_H 1 >| #define HAVE_LINUX_FALLOC_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_PTY_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_STDLIB_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/disklabel.h> >configure:13158: result: no >configure:13158: checking sys/disklabel.h presence >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >conftest.c:49:27: fatal error: sys/disklabel.h: No such file or directory >compilation terminated. >configure:13158: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "util-linux" >| #define PACKAGE_TARNAME "util-linux" >| #define PACKAGE_VERSION "2.20.1" >| #define PACKAGE_STRING "util-linux 2.20.1" >| #define PACKAGE_BUGREPORT "kzak@redhat.com" >| #define PACKAGE_URL "" >| #define PACKAGE "util-linux" >| #define VERSION "2.20.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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define HAVE_LINUX_BLKPG_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_LINUX_FD_H 1 >| #define HAVE_LINUX_TIOCL_H 1 >| #define HAVE_LINUX_VERSION_H 1 >| #define HAVE_LINUX_FALLOC_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_PTY_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_STDLIB_H 1 >| /* end confdefs.h. */ >| #include <sys/disklabel.h> >configure:13158: result: no >configure:13158: checking for sys/disklabel.h >configure:13158: result: no >configure:13158: checking sys/ioctl.h usability >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking sys/ioctl.h presence >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking for sys/ioctl.h >configure:13158: result: yes >configure:13158: checking sys/ioccom.h usability >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >conftest.c:83:24: fatal error: sys/ioccom.h: No such file or directory >compilation terminated. >configure:13158: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "util-linux" >| #define PACKAGE_TARNAME "util-linux" >| #define PACKAGE_VERSION "2.20.1" >| #define PACKAGE_STRING "util-linux 2.20.1" >| #define PACKAGE_BUGREPORT "kzak@redhat.com" >| #define PACKAGE_URL "" >| #define PACKAGE "util-linux" >| #define VERSION "2.20.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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define HAVE_LINUX_BLKPG_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_LINUX_FD_H 1 >| #define HAVE_LINUX_TIOCL_H 1 >| #define HAVE_LINUX_VERSION_H 1 >| #define HAVE_LINUX_FALLOC_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_PTY_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/ioccom.h> >configure:13158: result: no >configure:13158: checking sys/ioccom.h presence >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >conftest.c:50:24: fatal error: sys/ioccom.h: No such file or directory >compilation terminated. >configure:13158: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "util-linux" >| #define PACKAGE_TARNAME "util-linux" >| #define PACKAGE_VERSION "2.20.1" >| #define PACKAGE_STRING "util-linux 2.20.1" >| #define PACKAGE_BUGREPORT "kzak@redhat.com" >| #define PACKAGE_URL "" >| #define PACKAGE "util-linux" >| #define VERSION "2.20.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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define HAVE_LINUX_BLKPG_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_LINUX_FD_H 1 >| #define HAVE_LINUX_TIOCL_H 1 >| #define HAVE_LINUX_VERSION_H 1 >| #define HAVE_LINUX_FALLOC_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_PTY_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| /* end confdefs.h. */ >| #include <sys/ioccom.h> >configure:13158: result: no >configure:13158: checking for sys/ioccom.h >configure:13158: result: no >configure:13158: checking sys/io.h usability >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >conftest.c:83:20: fatal error: sys/io.h: No such file or directory >compilation terminated. >configure:13158: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "util-linux" >| #define PACKAGE_TARNAME "util-linux" >| #define PACKAGE_VERSION "2.20.1" >| #define PACKAGE_STRING "util-linux 2.20.1" >| #define PACKAGE_BUGREPORT "kzak@redhat.com" >| #define PACKAGE_URL "" >| #define PACKAGE "util-linux" >| #define VERSION "2.20.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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define HAVE_LINUX_BLKPG_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_LINUX_FD_H 1 >| #define HAVE_LINUX_TIOCL_H 1 >| #define HAVE_LINUX_VERSION_H 1 >| #define HAVE_LINUX_FALLOC_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_PTY_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/io.h> >configure:13158: result: no >configure:13158: checking sys/io.h presence >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >conftest.c:50:20: fatal error: sys/io.h: No such file or directory >compilation terminated. >configure:13158: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "util-linux" >| #define PACKAGE_TARNAME "util-linux" >| #define PACKAGE_VERSION "2.20.1" >| #define PACKAGE_STRING "util-linux 2.20.1" >| #define PACKAGE_BUGREPORT "kzak@redhat.com" >| #define PACKAGE_URL "" >| #define PACKAGE "util-linux" >| #define VERSION "2.20.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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define HAVE_LINUX_BLKPG_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_LINUX_FD_H 1 >| #define HAVE_LINUX_TIOCL_H 1 >| #define HAVE_LINUX_VERSION_H 1 >| #define HAVE_LINUX_FALLOC_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_PTY_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| /* end confdefs.h. */ >| #include <sys/io.h> >configure:13158: result: no >configure:13158: checking for sys/io.h >configure:13158: result: no >configure:13158: checking sys/time.h usability >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking sys/time.h presence >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking for sys/time.h >configure:13158: result: yes >configure:13158: checking sys/mkdev.h usability >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >conftest.c:84:23: fatal error: sys/mkdev.h: No such file or directory >compilation terminated. >configure:13158: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "util-linux" >| #define PACKAGE_TARNAME "util-linux" >| #define PACKAGE_VERSION "2.20.1" >| #define PACKAGE_STRING "util-linux 2.20.1" >| #define PACKAGE_BUGREPORT "kzak@redhat.com" >| #define PACKAGE_URL "" >| #define PACKAGE "util-linux" >| #define VERSION "2.20.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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define HAVE_LINUX_BLKPG_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_LINUX_FD_H 1 >| #define HAVE_LINUX_TIOCL_H 1 >| #define HAVE_LINUX_VERSION_H 1 >| #define HAVE_LINUX_FALLOC_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_PTY_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/mkdev.h> >configure:13158: result: no >configure:13158: checking sys/mkdev.h presence >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >conftest.c:51:23: fatal error: sys/mkdev.h: No such file or directory >compilation terminated. >configure:13158: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "util-linux" >| #define PACKAGE_TARNAME "util-linux" >| #define PACKAGE_VERSION "2.20.1" >| #define PACKAGE_STRING "util-linux 2.20.1" >| #define PACKAGE_BUGREPORT "kzak@redhat.com" >| #define PACKAGE_URL "" >| #define PACKAGE "util-linux" >| #define VERSION "2.20.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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define HAVE_LINUX_BLKPG_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_LINUX_FD_H 1 >| #define HAVE_LINUX_TIOCL_H 1 >| #define HAVE_LINUX_VERSION_H 1 >| #define HAVE_LINUX_FALLOC_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_PTY_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| /* end confdefs.h. */ >| #include <sys/mkdev.h> >configure:13158: result: no >configure:13158: checking for sys/mkdev.h >configure:13158: result: no >configure:13158: checking sys/prctl.h usability >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking sys/prctl.h presence >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking for sys/prctl.h >configure:13158: result: yes >configure:13158: checking sys/queue.h usability >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking sys/queue.h presence >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking for sys/queue.h >configure:13158: result: yes >configure:13158: checking sys/sockio.h usability >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >conftest.c:86:24: fatal error: sys/sockio.h: No such file or directory >compilation terminated. >configure:13158: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "util-linux" >| #define PACKAGE_TARNAME "util-linux" >| #define PACKAGE_VERSION "2.20.1" >| #define PACKAGE_STRING "util-linux 2.20.1" >| #define PACKAGE_BUGREPORT "kzak@redhat.com" >| #define PACKAGE_URL "" >| #define PACKAGE "util-linux" >| #define VERSION "2.20.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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define HAVE_LINUX_BLKPG_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_LINUX_FD_H 1 >| #define HAVE_LINUX_TIOCL_H 1 >| #define HAVE_LINUX_VERSION_H 1 >| #define HAVE_LINUX_FALLOC_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_PTY_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_QUEUE_H 1 >| /* end confdefs.h. */ >| #include <stdio.h> >| #ifdef HAVE_SYS_TYPES_H >| # include <sys/types.h> >| #endif >| #ifdef HAVE_SYS_STAT_H >| # include <sys/stat.h> >| #endif >| #ifdef STDC_HEADERS >| # include <stdlib.h> >| # include <stddef.h> >| #else >| # ifdef HAVE_STDLIB_H >| # include <stdlib.h> >| # endif >| #endif >| #ifdef HAVE_STRING_H >| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H >| # include <memory.h> >| # endif >| # include <string.h> >| #endif >| #ifdef HAVE_STRINGS_H >| # include <strings.h> >| #endif >| #ifdef HAVE_INTTYPES_H >| # include <inttypes.h> >| #endif >| #ifdef HAVE_STDINT_H >| # include <stdint.h> >| #endif >| #ifdef HAVE_UNISTD_H >| # include <unistd.h> >| #endif >| #include <sys/sockio.h> >configure:13158: result: no >configure:13158: checking sys/sockio.h presence >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >conftest.c:53:24: fatal error: sys/sockio.h: No such file or directory >compilation terminated. >configure:13158: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "util-linux" >| #define PACKAGE_TARNAME "util-linux" >| #define PACKAGE_VERSION "2.20.1" >| #define PACKAGE_STRING "util-linux 2.20.1" >| #define PACKAGE_BUGREPORT "kzak@redhat.com" >| #define PACKAGE_URL "" >| #define PACKAGE "util-linux" >| #define VERSION "2.20.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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define HAVE_LINUX_BLKPG_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_LINUX_FD_H 1 >| #define HAVE_LINUX_TIOCL_H 1 >| #define HAVE_LINUX_VERSION_H 1 >| #define HAVE_LINUX_FALLOC_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_PTY_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_QUEUE_H 1 >| /* end confdefs.h. */ >| #include <sys/sockio.h> >configure:13158: result: no >configure:13158: checking for sys/sockio.h >configure:13158: result: no >configure:13158: checking sys/socket.h usability >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking sys/socket.h presence >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking for sys/socket.h >configure:13158: result: yes >configure:13158: checking sys/syscall.h usability >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking sys/syscall.h presence >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking for sys/syscall.h >configure:13158: result: yes >configure:13158: checking sys/file.h usability >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking sys/file.h presence >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking for sys/file.h >configure:13158: result: yes >configure:13158: checking for sys/ioctl.h >configure:13158: result: yes >configure:13158: checking for sys/stat.h >configure:13158: result: yes >configure:13158: checking for sys/types.h >configure:13158: result: yes >configure:13158: checking sys/un.h usability >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking sys/un.h presence >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking for sys/un.h >configure:13158: result: yes >configure:13158: checking sys/user.h usability >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking sys/user.h presence >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking for sys/user.h >configure:13158: result: yes >configure:13158: checking sys/resource.h usability >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking sys/resource.h presence >configure:13158: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >configure:13158: $? = 0 >configure:13158: result: yes >configure:13158: checking for sys/resource.h >configure:13158: result: yes >configure:13158: checking for unistd.h >configure:13158: result: yes >configure:13171: checking linux/raw.h usability >configure:13171: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:13171: $? = 0 >configure:13171: result: yes >configure:13171: checking linux/raw.h presence >configure:13171: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >configure:13171: $? = 0 >configure:13171: result: yes >configure:13171: checking for linux/raw.h >configure:13171: result: yes >configure:13200: checking langinfo.h usability >configure:13200: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:13200: $? = 0 >configure:13200: result: yes >configure:13200: checking langinfo.h presence >configure:13200: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >configure:13200: $? = 0 >configure:13200: result: yes >configure:13200: checking for langinfo.h >configure:13200: result: yes >configure:13228: checking whether _NL_TIME_WEEK_1STDAY is declared >configure:13228: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:13228: $? = 0 >configure:13228: result: yes >configure:13241: checking whether llseek is declared >configure:13241: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:75:10: error: 'llseek' undeclared (first use in this function) >conftest.c:75:10: note: each undeclared identifier is reported only once for each function it appears in >configure:13241: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "util-linux" >| #define PACKAGE_TARNAME "util-linux" >| #define PACKAGE_VERSION "2.20.1" >| #define PACKAGE_STRING "util-linux 2.20.1" >| #define PACKAGE_BUGREPORT "kzak@redhat.com" >| #define PACKAGE_URL "" >| #define PACKAGE "util-linux" >| #define VERSION "2.20.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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define HAVE_LINUX_BLKPG_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_LINUX_FD_H 1 >| #define HAVE_LINUX_TIOCL_H 1 >| #define HAVE_LINUX_VERSION_H 1 >| #define HAVE_LINUX_FALLOC_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_PTY_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_QUEUE_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_SYSCALL_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_LINUX_RAW_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1 >| /* end confdefs.h. */ >| #include <unistd.h> >| >| int >| main () >| { >| #ifndef llseek >| #ifdef __cplusplus >| (void) llseek; >| #else >| (void) llseek; >| #endif >| #endif >| >| ; >| return 0; >| } >configure:13241: result: no >configure:13250: checking whether lseek64 is declared >configure:13250: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >conftest.c:66:0: warning: "_LARGEFILE_SOURCE" redefined [enabled by default] ><command-line>:0:0: note: this is the location of the previous definition >conftest.c:67:0: warning: "_LARGEFILE64_SOURCE" redefined [enabled by default] ><command-line>:0:0: note: this is the location of the previous definition >configure:13250: $? = 0 >configure:13250: result: yes >configure:13299: checking for inet_aton >configure:13299: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13299: $? = 0 >configure:13299: result: yes >configure:13299: checking for err >configure:13299: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13299: $? = 0 >configure:13299: result: yes >configure:13299: checking for errx >configure:13299: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13299: $? = 0 >configure:13299: result: yes >configure:13299: checking for futimens >configure:13299: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13299: $? = 0 >configure:13299: result: yes >configure:13299: checking for fstat64 >configure:13299: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13299: $? = 0 >configure:13299: result: yes >configure:13299: checking for fsync >configure:13299: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13299: $? = 0 >configure:13299: result: yes >configure:13299: checking for getdomainname >configure:13299: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13299: $? = 0 >configure:13299: result: yes >configure:13299: checking for get_current_dir_name >configure:13299: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13299: $? = 0 >configure:13299: result: yes >configure:13299: checking for usleep >configure:13299: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13299: $? = 0 >configure:13299: result: yes >configure:13299: checking for nanosleep >configure:13299: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13299: $? = 0 >configure:13299: result: yes >configure:13299: checking for personality >configure:13299: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13299: $? = 0 >configure:13299: result: yes >configure:13299: checking for updwtmp >configure:13299: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13299: $? = 0 >configure:13299: result: yes >configure:13299: checking for jrand48 >configure:13299: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13299: $? = 0 >configure:13299: result: yes >configure:13299: checking for lchown >configure:13299: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13299: $? = 0 >configure:13299: result: yes >configure:13299: checking for llseek >configure:13299: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13299: $? = 0 >configure:13299: result: yes >configure:13299: checking for lseek64 >configure:13299: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13299: $? = 0 >configure:13299: result: yes >configure:13299: checking for strtoull >configure:13299: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13299: $? = 0 >configure:13299: result: yes >configure:13299: checking for sysconf >configure:13299: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13299: $? = 0 >configure:13299: result: yes >configure:13299: checking for getdtablesize >configure:13299: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13299: $? = 0 >configure:13299: result: yes >configure:13299: checking for getexecname >configure:13299: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >/var/tmp/portage-powerpc64-unknown-linux-gnu/portage/sys-apps/util-linux-2.20.1-r2/temp/cc6nOGFG.o: In function `main': >conftest.c:(.text.startup+0xc): undefined reference to `getexecname' >collect2: ld returned 1 exit status >configure:13299: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "util-linux" >| #define PACKAGE_TARNAME "util-linux" >| #define PACKAGE_VERSION "2.20.1" >| #define PACKAGE_STRING "util-linux 2.20.1" >| #define PACKAGE_BUGREPORT "kzak@redhat.com" >| #define PACKAGE_URL "" >| #define PACKAGE "util-linux" >| #define VERSION "2.20.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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define HAVE_LINUX_BLKPG_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_LINUX_FD_H 1 >| #define HAVE_LINUX_TIOCL_H 1 >| #define HAVE_LINUX_VERSION_H 1 >| #define HAVE_LINUX_FALLOC_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_PTY_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_QUEUE_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_SYSCALL_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_LINUX_RAW_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1 >| #define HAVE_LSEEK64_PROTOTYPE 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FUTIMENS 1 >| #define HAVE_FSTAT64 1 >| #define HAVE_FSYNC 1 >| #define HAVE_GETDOMAINNAME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_USLEEP 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_PERSONALITY 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_JRAND48 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LLSEEK 1 >| #define HAVE_LSEEK64 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_GETDTABLESIZE 1 >| /* end confdefs.h. */ >| /* Define getexecname to an innocuous variant, in case <limits.h> declares getexecname. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define getexecname innocuous_getexecname >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char getexecname (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef getexecname >| >| /* 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 getexecname (); >| /* 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_getexecname || defined __stub___getexecname >| choke me >| #endif >| >| int >| main () >| { >| return getexecname (); >| ; >| return 0; >| } >configure:13299: result: no >configure:13299: checking for getrlimit >configure:13299: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13299: $? = 0 >configure:13299: result: yes >configure:13299: checking for sigqueue >configure:13299: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13299: $? = 0 >configure:13299: result: yes >configure:13299: checking for srandom >configure:13299: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13299: $? = 0 >configure:13299: result: yes >configure:13299: checking for setresgid >configure:13299: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13299: $? = 0 >configure:13299: result: yes >configure:13299: checking for setresuid >configure:13299: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13299: $? = 0 >configure:13299: result: yes >configure:13299: checking for strndup >configure:13299: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >conftest.c:114:6: warning: conflicting types for built-in function 'strndup' [enabled by default] >configure:13299: $? = 0 >configure:13299: result: yes >configure:13299: checking for strnlen >configure:13299: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13299: $? = 0 >configure:13299: result: yes >configure:13299: checking for strnchr >configure:13299: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >/var/tmp/portage-powerpc64-unknown-linux-gnu/portage/sys-apps/util-linux-2.20.1-r2/temp/ccSdKA9M.o: In function `main': >conftest.c:(.text.startup+0xc): undefined reference to `strnchr' >collect2: ld returned 1 exit status >configure:13299: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "util-linux" >| #define PACKAGE_TARNAME "util-linux" >| #define PACKAGE_VERSION "2.20.1" >| #define PACKAGE_STRING "util-linux 2.20.1" >| #define PACKAGE_BUGREPORT "kzak@redhat.com" >| #define PACKAGE_URL "" >| #define PACKAGE "util-linux" >| #define VERSION "2.20.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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define HAVE_LINUX_BLKPG_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_LINUX_FD_H 1 >| #define HAVE_LINUX_TIOCL_H 1 >| #define HAVE_LINUX_VERSION_H 1 >| #define HAVE_LINUX_FALLOC_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_PTY_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_QUEUE_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_SYSCALL_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_LINUX_RAW_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1 >| #define HAVE_LSEEK64_PROTOTYPE 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FUTIMENS 1 >| #define HAVE_FSTAT64 1 >| #define HAVE_FSYNC 1 >| #define HAVE_GETDOMAINNAME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_USLEEP 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_PERSONALITY 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_JRAND48 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LLSEEK 1 >| #define HAVE_LSEEK64 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SIGQUEUE 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_SETRESGID 1 >| #define HAVE_SETRESUID 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRNLEN 1 >| /* end confdefs.h. */ >| /* Define strnchr to an innocuous variant, in case <limits.h> declares strnchr. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define strnchr innocuous_strnchr >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char strnchr (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef strnchr >| >| /* 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 strnchr (); >| /* 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_strnchr || defined __stub___strnchr >| choke me >| #endif >| >| int >| main () >| { >| return strnchr (); >| ; >| return 0; >| } >configure:13299: result: no >configure:13299: checking for inotify_init >configure:13299: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13299: $? = 0 >configure:13299: result: yes >configure:13299: checking for prctl >configure:13299: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13299: $? = 0 >configure:13299: result: yes >configure:13299: checking for posix_fadvise >configure:13299: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13299: $? = 0 >configure:13299: result: yes >configure:13299: checking for getmntinfo >configure:13299: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >/var/tmp/portage-powerpc64-unknown-linux-gnu/portage/sys-apps/util-linux-2.20.1-r2/temp/ccBxs9Sp.o: In function `main': >conftest.c:(.text.startup+0xc): undefined reference to `getmntinfo' >collect2: ld returned 1 exit status >configure:13299: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "util-linux" >| #define PACKAGE_TARNAME "util-linux" >| #define PACKAGE_VERSION "2.20.1" >| #define PACKAGE_STRING "util-linux 2.20.1" >| #define PACKAGE_BUGREPORT "kzak@redhat.com" >| #define PACKAGE_URL "" >| #define PACKAGE "util-linux" >| #define VERSION "2.20.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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define HAVE_LINUX_BLKPG_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_LINUX_FD_H 1 >| #define HAVE_LINUX_TIOCL_H 1 >| #define HAVE_LINUX_VERSION_H 1 >| #define HAVE_LINUX_FALLOC_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_PTY_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_QUEUE_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_SYSCALL_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_LINUX_RAW_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1 >| #define HAVE_LSEEK64_PROTOTYPE 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FUTIMENS 1 >| #define HAVE_FSTAT64 1 >| #define HAVE_FSYNC 1 >| #define HAVE_GETDOMAINNAME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_USLEEP 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_PERSONALITY 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_JRAND48 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LLSEEK 1 >| #define HAVE_LSEEK64 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SIGQUEUE 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_SETRESGID 1 >| #define HAVE_SETRESUID 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_INOTIFY_INIT 1 >| #define HAVE_PRCTL 1 >| #define HAVE_POSIX_FADVISE 1 >| /* end confdefs.h. */ >| /* Define getmntinfo to an innocuous variant, in case <limits.h> declares getmntinfo. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define getmntinfo innocuous_getmntinfo >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char getmntinfo (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef getmntinfo >| >| /* 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 getmntinfo (); >| /* 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_getmntinfo || defined __stub___getmntinfo >| choke me >| #endif >| >| int >| main () >| { >| return getmntinfo (); >| ; >| return 0; >| } >configure:13299: result: no >configure:13299: checking for __secure_getenv >configure:13299: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13299: $? = 0 >configure:13299: result: yes >configure:13299: checking for warn >configure:13299: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13299: $? = 0 >configure:13299: result: yes >configure:13299: checking for warnx >configure:13299: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13299: $? = 0 >configure:13299: result: yes >configure:13299: checking for rpmatch >configure:13299: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13299: $? = 0 >configure:13299: result: yes >configure:13308: checking for _LARGEFILE_SOURCE value needed for large files >configure:13327: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13327: $? = 0 >configure:13355: result: no >configure:13380: checking for openat >configure:13380: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13380: $? = 0 >configure:13380: result: yes >configure:13380: checking for fstatat >configure:13380: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13380: $? = 0 >configure:13380: result: yes >configure:13380: checking for unlinkat >configure:13380: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13380: $? = 0 >configure:13380: result: yes >configure:13395: checking for ioperm >configure:13395: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >/var/tmp/portage-powerpc64-unknown-linux-gnu/portage/sys-apps/util-linux-2.20.1-r2/temp/ccuQcfUw.o: In function `main': >conftest.c:(.text.startup+0xc): undefined reference to `ioperm' >collect2: ld returned 1 exit status >configure:13395: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "util-linux" >| #define PACKAGE_TARNAME "util-linux" >| #define PACKAGE_VERSION "2.20.1" >| #define PACKAGE_STRING "util-linux 2.20.1" >| #define PACKAGE_BUGREPORT "kzak@redhat.com" >| #define PACKAGE_URL "" >| #define PACKAGE "util-linux" >| #define VERSION "2.20.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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define HAVE_LINUX_BLKPG_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_LINUX_FD_H 1 >| #define HAVE_LINUX_TIOCL_H 1 >| #define HAVE_LINUX_VERSION_H 1 >| #define HAVE_LINUX_FALLOC_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_PTY_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_QUEUE_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_SYSCALL_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_LINUX_RAW_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1 >| #define HAVE_LSEEK64_PROTOTYPE 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FUTIMENS 1 >| #define HAVE_FSTAT64 1 >| #define HAVE_FSYNC 1 >| #define HAVE_GETDOMAINNAME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_USLEEP 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_PERSONALITY 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_JRAND48 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LLSEEK 1 >| #define HAVE_LSEEK64 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SIGQUEUE 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_SETRESGID 1 >| #define HAVE_SETRESUID 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_INOTIFY_INIT 1 >| #define HAVE_PRCTL 1 >| #define HAVE_POSIX_FADVISE 1 >| #define HAVE___SECURE_GETENV 1 >| #define HAVE_WARN 1 >| #define HAVE_WARNX 1 >| #define HAVE_RPMATCH 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_OPENAT 1 >| #define HAVE_FSTATAT 1 >| #define HAVE_UNLINKAT 1 >| /* end confdefs.h. */ >| /* Define ioperm to an innocuous variant, in case <limits.h> declares ioperm. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define ioperm innocuous_ioperm >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char ioperm (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef ioperm >| >| /* 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 ioperm (); >| /* 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_ioperm || defined __stub___ioperm >| choke me >| #endif >| >| int >| main () >| { >| return ioperm (); >| ; >| return 0; >| } >configure:13395: result: no >configure:13395: checking for iopl >configure:13395: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >/var/tmp/portage-powerpc64-unknown-linux-gnu/portage/sys-apps/util-linux-2.20.1-r2/temp/ccJRU3pJ.o: In function `main': >conftest.c:(.text.startup+0xc): undefined reference to `iopl' >collect2: ld returned 1 exit status >configure:13395: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "util-linux" >| #define PACKAGE_TARNAME "util-linux" >| #define PACKAGE_VERSION "2.20.1" >| #define PACKAGE_STRING "util-linux 2.20.1" >| #define PACKAGE_BUGREPORT "kzak@redhat.com" >| #define PACKAGE_URL "" >| #define PACKAGE "util-linux" >| #define VERSION "2.20.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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define HAVE_LINUX_BLKPG_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_LINUX_FD_H 1 >| #define HAVE_LINUX_TIOCL_H 1 >| #define HAVE_LINUX_VERSION_H 1 >| #define HAVE_LINUX_FALLOC_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_PTY_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_QUEUE_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_SYSCALL_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_LINUX_RAW_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1 >| #define HAVE_LSEEK64_PROTOTYPE 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FUTIMENS 1 >| #define HAVE_FSTAT64 1 >| #define HAVE_FSYNC 1 >| #define HAVE_GETDOMAINNAME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_USLEEP 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_PERSONALITY 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_JRAND48 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LLSEEK 1 >| #define HAVE_LSEEK64 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SIGQUEUE 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_SETRESGID 1 >| #define HAVE_SETRESUID 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_INOTIFY_INIT 1 >| #define HAVE_PRCTL 1 >| #define HAVE_POSIX_FADVISE 1 >| #define HAVE___SECURE_GETENV 1 >| #define HAVE_WARN 1 >| #define HAVE_WARNX 1 >| #define HAVE_RPMATCH 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_OPENAT 1 >| #define HAVE_FSTATAT 1 >| #define HAVE_UNLINKAT 1 >| /* end confdefs.h. */ >| /* Define iopl to an innocuous variant, in case <limits.h> declares iopl. >| For example, HP-UX 11i <limits.h> declares gettimeofday. */ >| #define iopl innocuous_iopl >| >| /* System header to define __stub macros and hopefully few prototypes, >| which can conflict with char iopl (); below. >| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since >| <limits.h> exists even on freestanding compilers. */ >| >| #ifdef __STDC__ >| # include <limits.h> >| #else >| # include <assert.h> >| #endif >| >| #undef iopl >| >| /* 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 iopl (); >| /* 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_iopl || defined __stub___iopl >| choke me >| #endif >| >| int >| main () >| { >| return iopl (); >| ; >| return 0; >| } >configure:13395: result: no >configure:13413: checking for struct sockaddr.sa_len >configure:13413: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:111:12: error: 'struct sockaddr' has no member named 'sa_len' >configure:13413: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "util-linux" >| #define PACKAGE_TARNAME "util-linux" >| #define PACKAGE_VERSION "2.20.1" >| #define PACKAGE_STRING "util-linux 2.20.1" >| #define PACKAGE_BUGREPORT "kzak@redhat.com" >| #define PACKAGE_URL "" >| #define PACKAGE "util-linux" >| #define VERSION "2.20.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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define HAVE_LINUX_BLKPG_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_LINUX_FD_H 1 >| #define HAVE_LINUX_TIOCL_H 1 >| #define HAVE_LINUX_VERSION_H 1 >| #define HAVE_LINUX_FALLOC_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_PTY_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_QUEUE_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_SYSCALL_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_LINUX_RAW_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1 >| #define HAVE_LSEEK64_PROTOTYPE 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FUTIMENS 1 >| #define HAVE_FSTAT64 1 >| #define HAVE_FSYNC 1 >| #define HAVE_GETDOMAINNAME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_USLEEP 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_PERSONALITY 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_JRAND48 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LLSEEK 1 >| #define HAVE_LSEEK64 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SIGQUEUE 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_SETRESGID 1 >| #define HAVE_SETRESUID 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_INOTIFY_INIT 1 >| #define HAVE_PRCTL 1 >| #define HAVE_POSIX_FADVISE 1 >| #define HAVE___SECURE_GETENV 1 >| #define HAVE_WARN 1 >| #define HAVE_WARNX 1 >| #define HAVE_RPMATCH 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_OPENAT 1 >| #define HAVE_FSTATAT 1 >| #define HAVE_UNLINKAT 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <sys/socket.h> >| >| int >| main () >| { >| static struct sockaddr ac_aggr; >| if (ac_aggr.sa_len) >| return 0; >| ; >| return 0; >| } >configure:13413: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >conftest.c: In function 'main': >conftest.c:111:19: error: 'struct sockaddr' has no member named 'sa_len' >configure:13413: $? = 1 >configure: failed program was: >| /* confdefs.h */ >| #define PACKAGE_NAME "util-linux" >| #define PACKAGE_TARNAME "util-linux" >| #define PACKAGE_VERSION "2.20.1" >| #define PACKAGE_STRING "util-linux 2.20.1" >| #define PACKAGE_BUGREPORT "kzak@redhat.com" >| #define PACKAGE_URL "" >| #define PACKAGE "util-linux" >| #define VERSION "2.20.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 __EXTENSIONS__ 1 >| #define _ALL_SOURCE 1 >| #define _GNU_SOURCE 1 >| #define _POSIX_PTHREAD_SEMANTICS 1 >| #define _TANDEM_SOURCE 1 >| #define WORDS_BIGENDIAN 1 >| #define HAVE_DLFCN_H 1 >| #define LT_OBJDIR ".libs/" >| #define HAVE_LINUX_BLKPG_H 1 >| #define HAVE_LINUX_MAJOR_H 1 >| #define HAVE_ERR_H 1 >| #define HAVE_ERRNO_H 1 >| #define HAVE_GETOPT_H 1 >| #define HAVE_LINUX_FD_H 1 >| #define HAVE_LINUX_TIOCL_H 1 >| #define HAVE_LINUX_VERSION_H 1 >| #define HAVE_LINUX_FALLOC_H 1 >| #define HAVE_LINUX_CDROM_H 1 >| #define HAVE_FCNTL_H 1 >| #define HAVE_LOCALE_H 1 >| #define HAVE_STDINT_H 1 >| #define HAVE_INTTYPES_H 1 >| #define HAVE_PATHS_H 1 >| #define HAVE_PTY_H 1 >| #define HAVE_MNTENT_H 1 >| #define HAVE_NET_IF_H 1 >| #define HAVE_NETINET_IN_H 1 >| #define HAVE_STDLIB_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_TIME_H 1 >| #define HAVE_SYS_PRCTL_H 1 >| #define HAVE_SYS_QUEUE_H 1 >| #define HAVE_SYS_SOCKET_H 1 >| #define HAVE_SYS_SYSCALL_H 1 >| #define HAVE_SYS_FILE_H 1 >| #define HAVE_SYS_IOCTL_H 1 >| #define HAVE_SYS_STAT_H 1 >| #define HAVE_SYS_TYPES_H 1 >| #define HAVE_SYS_UN_H 1 >| #define HAVE_SYS_USER_H 1 >| #define HAVE_SYS_RESOURCE_H 1 >| #define HAVE_UNISTD_H 1 >| #define HAVE_LINUX_RAW_H 1 >| #define HAVE_LANGINFO_H 1 >| #define HAVE_DECL__NL_TIME_WEEK_1STDAY 1 >| #define HAVE_LSEEK64_PROTOTYPE 1 >| #define HAVE_INET_ATON 1 >| #define HAVE_ERR 1 >| #define HAVE_ERRX 1 >| #define HAVE_FUTIMENS 1 >| #define HAVE_FSTAT64 1 >| #define HAVE_FSYNC 1 >| #define HAVE_GETDOMAINNAME 1 >| #define HAVE_GET_CURRENT_DIR_NAME 1 >| #define HAVE_USLEEP 1 >| #define HAVE_NANOSLEEP 1 >| #define HAVE_PERSONALITY 1 >| #define HAVE_UPDWTMP 1 >| #define HAVE_JRAND48 1 >| #define HAVE_LCHOWN 1 >| #define HAVE_LLSEEK 1 >| #define HAVE_LSEEK64 1 >| #define HAVE_STRTOULL 1 >| #define HAVE_SYSCONF 1 >| #define HAVE_GETDTABLESIZE 1 >| #define HAVE_GETRLIMIT 1 >| #define HAVE_SIGQUEUE 1 >| #define HAVE_SRANDOM 1 >| #define HAVE_SETRESGID 1 >| #define HAVE_SETRESUID 1 >| #define HAVE_STRNDUP 1 >| #define HAVE_STRNLEN 1 >| #define HAVE_INOTIFY_INIT 1 >| #define HAVE_PRCTL 1 >| #define HAVE_POSIX_FADVISE 1 >| #define HAVE___SECURE_GETENV 1 >| #define HAVE_WARN 1 >| #define HAVE_WARNX 1 >| #define HAVE_RPMATCH 1 >| #define HAVE_FSEEKO 1 >| #define HAVE_OPENAT 1 >| #define HAVE_FSTATAT 1 >| #define HAVE_UNLINKAT 1 >| /* end confdefs.h. */ >| #include <sys/types.h> >| #include <sys/socket.h> >| >| int >| main () >| { >| static struct sockaddr ac_aggr; >| if (sizeof ac_aggr.sa_len) >| return 0; >| ; >| return 0; >| } >configure:13413: result: no >configure:13426: checking for library containing gethostbyname >configure:13457: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13457: $? = 0 >configure:13474: result: none required >configure:13484: checking for library containing socket >configure:13515: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13515: $? = 0 >configure:13532: result: none required >configure:13548: checking for dirfd >configure:13548: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13548: $? = 0 >configure:13548: result: yes >configure:13604: checking whether program_invocation_short_name is defined >configure:13617: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -c -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE conftest.c >&5 >configure:13617: $? = 0 >configure:13621: result: yes >configure:13629: checking whether __progname is defined >configure:13642: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >conftest.c: In function 'main': >conftest.c:110:23: warning: 'return' with no value, in function returning non-void [enabled by default] >configure:13642: $? = 0 >configure:13646: result: yes >configure:13763: checking whether the target supports thread-local storage >configure:13774: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13774: $? = 0 >configure:13787: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -fPIC -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -shared -Wl,--no-undefined -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13787: $? = 0 >configure:13792: powerpc64-unknown-linux-gnu-gcc -std=gnu99 -o conftest -fPIC -pipe -O2 -mcpu=cell -mabi=altivec -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -shared -Wl,--no-undefined -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu conftest.c >&5 >configure:13792: $? = 0 >configure:13934: result: yes >configure:14144: checking needed scanf type modifiers >configure:14150: error: in `/var/tmp/portage-powerpc64-unknown-linux-gnu/portage/sys-apps/util-linux-2.20.1-r2/work/util-linux-2.20.1': >configure:14152: error: cannot run test program while cross compiling >See `config.log' for more details > >## ---------------- ## >## Cache variables. ## >## ---------------- ## > >ac_cv_alignof_CORBA_boolean=1 >ac_cv_alignof_CORBA_char=1 >ac_cv_alignof_CORBA_double=8 >ac_cv_alignof_CORBA_float=4 >ac_cv_alignof_CORBA_long=4 >ac_cv_alignof_CORBA_long_double=8 >ac_cv_alignof_CORBA_long_long=8 >ac_cv_alignof_CORBA_octet=1 >ac_cv_alignof_CORBA_pointer=4 >ac_cv_alignof_CORBA_short=2 >ac_cv_alignof_CORBA_struct=1 >ac_cv_alignof_CORBA_wchar=2 >ac_cv_build=x86_64-pc-linux-gnu >ac_cv_c_bigendian=yes >ac_cv_c_compiler_gnu=yes >ac_cv_c_const=yes >ac_cv_c_volatile=yes >ac_cv_env_CC_set= >ac_cv_env_CC_value= >ac_cv_env_CFLAGS_set=set >ac_cv_env_CFLAGS_value='-pipe -O2 -mcpu=cell -mabi=altivec' >ac_cv_env_CPPFLAGS_set=set >ac_cv_env_CPPFLAGS_value=' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE' >ac_cv_env_CPP_set= >ac_cv_env_CPP_value= >ac_cv_env_LDFLAGS_set=set >ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu' >ac_cv_env_LIBS_set= >ac_cv_env_LIBS_value= >ac_cv_env_PKG_CONFIG_LIBDIR_set= >ac_cv_env_PKG_CONFIG_LIBDIR_value= >ac_cv_env_PKG_CONFIG_PATH_set=set >ac_cv_env_PKG_CONFIG_PATH_value=/usr/powerpc64-unknown-linux-gnu/usr/lib/pkgconfig/ >ac_cv_env_PKG_CONFIG_set= >ac_cv_env_PKG_CONFIG_value= >ac_cv_env_SUID_CFLAGS_set= >ac_cv_env_SUID_CFLAGS_value= >ac_cv_env_SUID_LDFLAGS_set= >ac_cv_env_SUID_LDFLAGS_value= >ac_cv_env_build_alias_set=set >ac_cv_env_build_alias_value=x86_64-pc-linux-gnu >ac_cv_env_host_alias_set=set >ac_cv_env_host_alias_value=powerpc64-unknown-linux-gnu >ac_cv_env_target_alias_set= >ac_cv_env_target_alias_value= >ac_cv_file___dev_urandom_=yes >ac_cv_file__bin_bash=yes >ac_cv_file__dev_arandom=no >ac_cv_file__dev_random=yes >ac_cv_file__dev_srandom=yes >ac_cv_file__dev_urandom=yes >ac_cv_file__dev_zero=yes >ac_cv_file__usr_share_sgml_X11_defs_ent=1 >ac_cv_func___secure_getenv=yes >ac_cv_func_calloc_0_nonnull=yes >ac_cv_func_dirfd=yes >ac_cv_func_err=yes >ac_cv_func_errx=yes >ac_cv_func_fstat64=yes >ac_cv_func_fstatat=yes >ac_cv_func_fsync=yes >ac_cv_func_futimens=yes >ac_cv_func_get_current_dir_name=yes >ac_cv_func_getaddrinfo=yes >ac_cv_func_getdomainname=yes >ac_cv_func_getdtablesize=yes >ac_cv_func_getexecname=no >ac_cv_func_getmntinfo=no >ac_cv_func_getrlimit=yes >ac_cv_func_inet_aton=yes >ac_cv_func_inotify_init=yes >ac_cv_func_ioperm=no >ac_cv_func_iopl=no >ac_cv_func_jrand48=yes >ac_cv_func_lchown=yes >ac_cv_func_llseek=yes >ac_cv_func_lseek64=yes >ac_cv_func_malloc_0_nonnull=yes >ac_cv_func_nanosleep=yes >ac_cv_func_openat=yes >ac_cv_func_personality=yes >ac_cv_func_posix_fadvise=yes >ac_cv_func_posix_getgrgid_r=yes >ac_cv_func_posix_getpwnam_r=yes >ac_cv_func_posix_getpwuid_r=yes >ac_cv_func_prctl=yes >ac_cv_func_printf_unix98=yes >ac_cv_func_realloc_0_nonnull=yes >ac_cv_func_rpmatch=yes >ac_cv_func_setgrent_void=yes >ac_cv_func_setpgrp_void=yes >ac_cv_func_setresgid=yes >ac_cv_func_setresuid=yes >ac_cv_func_sigqueue=yes >ac_cv_func_srandom=yes >ac_cv_func_strnchr=no >ac_cv_func_strndup=yes >ac_cv_func_strnlen=yes >ac_cv_func_strnlen_working=yes >ac_cv_func_strtoull=yes >ac_cv_func_sysconf=yes >ac_cv_func_unlinkat=yes >ac_cv_func_updwtmp=yes >ac_cv_func_usleep=yes >ac_cv_func_vsnprintf_c99=yes >ac_cv_func_warn=yes >ac_cv_func_warnx=yes >ac_cv_have_abstract_sockets=yes >ac_cv_have_decl__NL_TIME_WEEK_1STDAY=yes >ac_cv_have_decl_llseek=no >ac_cv_have_decl_lseek64=yes >ac_cv_header_asm_io_h=no >ac_cv_header_dlfcn_h=yes >ac_cv_header_err_h=yes >ac_cv_header_errno_h=yes >ac_cv_header_fcntl_h=yes >ac_cv_header_getopt_h=yes >ac_cv_header_inttypes_h=yes >ac_cv_header_langinfo_h=yes >ac_cv_header_linux_blkpg_h=yes >ac_cv_header_linux_cdrom_h=yes >ac_cv_header_linux_compiler_h=no >ac_cv_header_linux_falloc_h=yes >ac_cv_header_linux_fd_h=yes >ac_cv_header_linux_major_h=yes >ac_cv_header_linux_raw_h=yes >ac_cv_header_linux_tiocl_h=yes >ac_cv_header_linux_version_h=yes >ac_cv_header_locale_h=yes >ac_cv_header_memory_h=yes >ac_cv_header_minix_config_h=no >ac_cv_header_mntent_h=yes >ac_cv_header_net_if_dl_h=no >ac_cv_header_net_if_h=yes >ac_cv_header_netinet_in_h=yes >ac_cv_header_paths_h=yes >ac_cv_header_pty_h=yes >ac_cv_header_pwd_h=yes >ac_cv_header_rpcsvc_nfs_prot_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_disk_h=no >ac_cv_header_sys_disklabel_h=no >ac_cv_header_sys_file_h=yes >ac_cv_header_sys_io_h=no >ac_cv_header_sys_ioccom_h=no >ac_cv_header_sys_ioctl_h=yes >ac_cv_header_sys_mkdev_h=no >ac_cv_header_sys_prctl_h=yes >ac_cv_header_sys_queue_h=yes >ac_cv_header_sys_resource_h=yes >ac_cv_header_sys_socket_h=yes >ac_cv_header_sys_sockio_h=no >ac_cv_header_sys_stat_h=yes >ac_cv_header_sys_syscall_h=yes >ac_cv_header_sys_time_h=yes >ac_cv_header_sys_types_h=yes >ac_cv_header_sys_un_h=yes >ac_cv_header_sys_user_h=yes >ac_cv_header_unistd_h=yes >ac_cv_host=powerpc64-unknown-linux-gnu >ac_cv_linux_vers=2 >ac_cv_member_struct_sockaddr_sa_len=no >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_PERL=/usr/bin/perl >ac_cv_path_PKG_CONFIG=/usr/bin/powerpc64-unknown-linux-gnu-pkg-config >ac_cv_path_SED=/bin/sed >ac_cv_path_install='/usr/bin/install -c' >ac_cv_path_mkdir=/bin/mkdir >ac_cv_prog_AR=powerpc64-unknown-linux-gnu-ar >ac_cv_prog_AWK=gawk >ac_cv_prog_CC=powerpc64-unknown-linux-gnu-gcc >ac_cv_prog_CPP='powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E' >ac_cv_prog_OBJDUMP=powerpc64-unknown-linux-gnu-objdump >ac_cv_prog_RANLIB=powerpc64-unknown-linux-gnu-ranlib >ac_cv_prog_STRIP=powerpc64-unknown-linux-gnu-strip >ac_cv_prog_cc_c89= >ac_cv_prog_cc_c99=-std=gnu99 >ac_cv_prog_cc_g=yes >ac_cv_prog_cc_powerpc64_unknown_linux_gnu_gcc_c_o=yes >ac_cv_prog_cc_stdc=-std=gnu99 >ac_cv_prog_make_make_set=yes >ac_cv_safe_to_define___extensions__=yes >ac_cv_search_gethostbyname='none required' >ac_cv_search_socket='none required' >ac_cv_sys_file_offset_bits=no >ac_cv_sys_largefile_CC=no >ac_cv_sys_largefile_source=no >ac_cv_va_copy=yes >am_cv_CC_dependencies_compiler_type=gcc3 >ax_cv_have_tls=yes >bash_cv_job_control_missing=present >bash_cv_sys_named_pipes=present >fu_cv_sys_stat_statvfs=yes >gl_cv_func_btowc_eof=yes >gl_cv_func_malloc_0_nonnull=yes >gl_cv_func_re_compile_pattern_working=yes >gl_cv_func_rename_trailing_dest_slash_bug=no >gl_cv_func_rename_trailing_slash_bug=no >gl_cv_func_wcwidth_works=yes >glib_cv___va_copy=yes >glib_cv_has__inline=yes >glib_cv_has__inline__=yes >glib_cv_hasinline=yes >glib_cv_long_long_format=ll >glib_cv_rtldglobal_broken=no >glib_cv_sane_realloc=yes >glib_cv_stack_grows=no >glib_cv_uscore=no >glib_cv_va_copy=yes >glib_cv_va_val_copy=no >lf_cv_sane_realloc=yes >libIDL_cv_long_long_format=ll >lt_cv_ar_at_file=@ >lt_cv_archive_cmds_need_lc=no >lt_cv_deplibs_check_method=pass_all >lt_cv_file_magic_cmd='$MAGIC_CMD' >lt_cv_file_magic_test_file= >lt_cv_ld_reload_flag=-r >lt_cv_nm_interface='BSD nm' >lt_cv_objdir=.libs >lt_cv_path_LD=/usr/libexec/gcc/powerpc64-unknown-linux-gnu/ld >lt_cv_path_NM='/usr/bin/powerpc64-unknown-linux-gnu-nm -B' >lt_cv_path_mainfest_tool=no >lt_cv_prog_compiler_c_o=yes >lt_cv_prog_compiler_pic='-fPIC -DPIC' >lt_cv_prog_compiler_pic_works=yes >lt_cv_prog_compiler_rtti_exceptions=no >lt_cv_prog_compiler_static_works=yes >lt_cv_prog_gnu_ld=yes >lt_cv_sharedlib_from_linklib_cmd='printf %s\n' >lt_cv_shlibpath_overrides_runpath=yes >lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' >lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\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=98304 >lt_cv_to_host_file_cmd=func_convert_file_noop >lt_cv_to_tool_file_cmd=func_convert_file_noop >screen_cv_sys_bcopy_overlap=no >screen_cv_sys_fifo_broken_impl=yes >screen_cv_sys_fifo_usable=yes >screen_cv_sys_memcpy_overlap=no >screen_cv_sys_memmove_overlap=no >screen_cv_sys_select_broken_retval=no >screen_cv_sys_sockets_nofs=no >screen_cv_sys_sockets_usable=yes >screen_cv_sys_terminfo_used=yes >sudo_cv_func_unsetenv_void=no >sudo_cv_uid_t_len=10 >td_cv_buggygetaddrinfo=no >vim_cv_getcwd_broken=no >vim_cv_memmove_handles_overlap=yes >vim_cv_stat_ignores_slash=yes >vim_cv_terminfo=yes >vim_cv_toupper_broken=no >vim_cv_tty_group=world >vim_cv_tty_mode=0666 >yeti_cv_func_scanf_modif_size_t=z > >## ----------------- ## >## Output variables. ## >## ----------------- ## > >ACLOCAL='${SHELL} /var/tmp/portage-powerpc64-unknown-linux-gnu/portage/sys-apps/util-linux-2.20.1-r2/work/util-linux-2.20.1/config/missing --run aclocal-1.11' >AMDEPBACKSLASH='\' >AMDEP_FALSE='#' >AMDEP_TRUE='' >AMTAR='${SHELL} /var/tmp/portage-powerpc64-unknown-linux-gnu/portage/sys-apps/util-linux-2.20.1-r2/work/util-linux-2.20.1/config/missing --run tar' >AM_BACKSLASH='\' >AM_DEFAULT_VERBOSITY='0' >AR='powerpc64-unknown-linux-gnu-ar' >ARCH_86_64_FALSE='' >ARCH_86_64_TRUE='' >ARCH_HPPA_FALSE='' >ARCH_HPPA_TRUE='' >ARCH_I86_FALSE='' >ARCH_I86_TRUE='' >ARCH_IA64_FALSE='' >ARCH_IA64_TRUE='' >ARCH_M68K_FALSE='' >ARCH_M68K_TRUE='' >ARCH_MIPS_FALSE='' >ARCH_MIPS_TRUE='' >ARCH_PPC_FALSE='' >ARCH_PPC_TRUE='' >ARCH_S390_FALSE='' >ARCH_S390_TRUE='' >ARCH_SPARC_FALSE='' >ARCH_SPARC_TRUE='' >AUTOCONF='${SHELL} /var/tmp/portage-powerpc64-unknown-linux-gnu/portage/sys-apps/util-linux-2.20.1-r2/work/util-linux-2.20.1/config/missing --run autoconf' >AUTOHEADER='${SHELL} /var/tmp/portage-powerpc64-unknown-linux-gnu/portage/sys-apps/util-linux-2.20.1-r2/work/util-linux-2.20.1/config/missing --run autoheader' >AUTOMAKE='${SHELL} /var/tmp/portage-powerpc64-unknown-linux-gnu/portage/sys-apps/util-linux-2.20.1-r2/work/util-linux-2.20.1/config/missing --run automake-1.11' >AWK='gawk' >BUILD_AGETTY_FALSE='' >BUILD_AGETTY_TRUE='' >BUILD_ARCH_FALSE='' >BUILD_ARCH_TRUE='' >BUILD_CRAMFS_FALSE='' >BUILD_CRAMFS_TRUE='' >BUILD_DDATE_FALSE='' >BUILD_DDATE_TRUE='' >BUILD_ELVTUNE_FALSE='' >BUILD_ELVTUNE_TRUE='' >BUILD_FALLOCATE_FALSE='' >BUILD_FALLOCATE_TRUE='' >BUILD_FSCK_FALSE='#' >BUILD_FSCK_TRUE='' >BUILD_HWCLOCK_FALSE='#' >BUILD_HWCLOCK_TRUE='' >BUILD_KILL_FALSE='' >BUILD_KILL_TRUE='' >BUILD_LAST_FALSE='' >BUILD_LAST_TRUE='' >BUILD_LIBBLKID_FALSE='#' >BUILD_LIBBLKID_TRUE='' >BUILD_LIBMOUNT_FALSE='' >BUILD_LIBMOUNT_MOUNT_FALSE='' >BUILD_LIBMOUNT_MOUNT_TRUE='' >BUILD_LIBMOUNT_TRUE='' >BUILD_LIBUUID_FALSE='#' >BUILD_LIBUUID_TRUE='' >BUILD_LINE_FALSE='' >BUILD_LINE_TRUE='' >BUILD_LOGIN_UTILS_FALSE='' >BUILD_LOGIN_UTILS_TRUE='' >BUILD_LSBLK_FALSE='' >BUILD_LSBLK_TRUE='' >BUILD_MESG_FALSE='' >BUILD_MESG_TRUE='' >BUILD_MOUNTPOINT_FALSE='' >BUILD_MOUNTPOINT_TRUE='' >BUILD_MOUNT_FALSE='#' >BUILD_MOUNT_TRUE='' >BUILD_PARTX_FALSE='#' >BUILD_PARTX_TRUE='' >BUILD_PIVOT_ROOT_FALSE='' >BUILD_PIVOT_ROOT_TRUE='' >BUILD_RAW_FALSE='' >BUILD_RAW_TRUE='' >BUILD_RENAME_FALSE='' >BUILD_RENAME_TRUE='' >BUILD_RESET_FALSE='' >BUILD_RESET_TRUE='' >BUILD_SCHEDUTILS_FALSE='' >BUILD_SCHEDUTILS_TRUE='' >BUILD_SWITCH_ROOT_FALSE='' >BUILD_SWITCH_ROOT_TRUE='' >BUILD_UNSHARE_FALSE='' >BUILD_UNSHARE_TRUE='' >BUILD_UUIDD_FALSE='#' >BUILD_UUIDD_TRUE='' >BUILD_WALL_FALSE='' >BUILD_WALL_TRUE='' >BUILD_WRITE_FALSE='' >BUILD_WRITE_TRUE='' >CC='powerpc64-unknown-linux-gnu-gcc -std=gnu99' >CCDEPMODE='depmode=gcc3' >CFLAGS='-pipe -O2 -mcpu=cell -mabi=altivec' >CPP='powerpc64-unknown-linux-gnu-gcc -std=gnu99 -E' >CPPFLAGS=' -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE' >CYGPATH_W='echo' >DEFS='' >DEPDIR='.deps' >DLLTOOL='false' >DSYMUTIL='' >DUMPBIN='' >ECHO_C='' >ECHO_N='-n' >ECHO_T='' >EGREP='/bin/grep -E' >ENABLE_GTK_DOC_FALSE='' >ENABLE_GTK_DOC_TRUE='#' >EXEEXT='' >FGREP='/bin/grep -F' >GMSGFMT='' >GREP='/bin/grep' >GTKDOC_CHECK='' >GTK_DOC_USE_LIBTOOL_FALSE='#' >GTK_DOC_USE_LIBTOOL_TRUE='' >HAVE_AUDIT_FALSE='' >HAVE_AUDIT_TRUE='' >HAVE_CPU_SET_T_FALSE='' >HAVE_CPU_SET_T_TRUE='' >HAVE_FALLOCATE_FALSE='' >HAVE_FALLOCATE_TRUE='' >HAVE_IOPRIO_GET_FALSE='' >HAVE_IOPRIO_GET_TRUE='' >HAVE_IOPRIO_SET_FALSE='' >HAVE_IOPRIO_SET_TRUE='' >HAVE_LANGINFO_FALSE='#' >HAVE_LANGINFO_TRUE='' >HAVE_NCURSES_FALSE='' >HAVE_NCURSES_TRUE='' >HAVE_PAM_FALSE='' >HAVE_PAM_TRUE='' >HAVE_PIVOT_ROOT_FALSE='' >HAVE_PIVOT_ROOT_TRUE='' >HAVE_RAW_FALSE='#' >HAVE_RAW_TRUE='' >HAVE_SCHED_GETAFFINITY_FALSE='' >HAVE_SCHED_GETAFFINITY_TRUE='' >HAVE_SELINUX_FALSE='' >HAVE_SELINUX_TRUE='' >HAVE_STATIC_BLKID_FALSE='' >HAVE_STATIC_BLKID_TRUE='#' >HAVE_STATIC_FDISK_FALSE='' >HAVE_STATIC_FDISK_TRUE='#' >HAVE_STATIC_LOSETUP_FALSE='' >HAVE_STATIC_LOSETUP_TRUE='#' >HAVE_STATIC_MOUNT_FALSE='' >HAVE_STATIC_MOUNT_TRUE='#' >HAVE_STATIC_SFDISK_FALSE='' >HAVE_STATIC_SFDISK_TRUE='#' >HAVE_STATIC_UMOUNT_FALSE='' >HAVE_STATIC_UMOUNT_TRUE='#' >HAVE_TERMCAP_FALSE='' >HAVE_TERMCAP_TRUE='' >HAVE_TINFO_FALSE='' >HAVE_TINFO_TRUE='' >HAVE_UNSHARE_FALSE='' >HAVE_UNSHARE_TRUE='' >HAVE_UTEMPTER_FALSE='' >HAVE_UTEMPTER_TRUE='' >HAVE_UTIL_FALSE='' >HAVE_UTIL_TRUE='' >HTML_DIR='${datadir}/gtk-doc/html' >INSTALL_DATA='${INSTALL} -m 644' >INSTALL_PROGRAM='${INSTALL}' >INSTALL_SCRIPT='${INSTALL}' >INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' >INTLLIBS='' >LD='/usr/libexec/gcc/powerpc64-unknown-linux-gnu/ld -m elf64ppc' >LDFLAGS='-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu' >LIBBLKID_DATE='19-Oct-2011' >LIBBLKID_VERSION='2.20.0' >LIBBLKID_VERSION_INFO='2:0:1' >LIBICONV='' >LIBINTL='' >LIBMOUNT_VERSION='2.20.0' >LIBMOUNT_VERSION_INFO='2:0:1' >LIBOBJS='' >LIBS='' >LIBTOOL='$(SHELL) $(top_builddir)/libtool' >LIBUUID_VERSION='2.20.0' >LIBUUID_VERSION_INFO='4:0:3' >LINUX_FALSE='#' >LINUX_TRUE='' >LIPO='' >LN_S='ln -s' >LTLIBICONV='' >LTLIBINTL='' >LTLIBOBJS='' >MAKEINFO='${SHELL} /var/tmp/portage-powerpc64-unknown-linux-gnu/portage/sys-apps/util-linux-2.20.1-r2/work/util-linux-2.20.1/config/missing --run makeinfo' >MAKEINSTALL_DO_CHOWN_FALSE='' >MAKEINSTALL_DO_CHOWN_TRUE='' >MAKEINSTALL_DO_SETUID_FALSE='' >MAKEINSTALL_DO_SETUID_TRUE='' >MANIFEST_TOOL=':' >MKDIR_P='/bin/mkdir -p' >MKINSTALLDIRS='' >MSGFMT='' >MSGMERGE='' >NCURSES_LIBS='' >NEED_LIBCRYPT_FALSE='' >NEED_LIBCRYPT_TRUE='' >NM='/usr/bin/powerpc64-unknown-linux-gnu-nm -B' >NMEDIT='' >OBJDUMP='powerpc64-unknown-linux-gnu-objdump' >OBJEXT='o' >OTOOL64='' >OTOOL='' >PACKAGE='util-linux' >PACKAGE_BUGREPORT='kzak@redhat.com' >PACKAGE_NAME='util-linux' >PACKAGE_STRING='util-linux 2.20.1' >PACKAGE_TARNAME='util-linux' >PACKAGE_URL='' >PACKAGE_VERSION='2.20.1' >PATH_SEPARATOR=':' >PERL='/usr/bin/perl' >PKG_CONFIG='/usr/bin/powerpc64-unknown-linux-gnu-pkg-config' >PKG_CONFIG_LIBDIR='' >PKG_CONFIG_PATH='/usr/powerpc64-unknown-linux-gnu/usr/lib/pkgconfig/' >POSUB='' >RANLIB='powerpc64-unknown-linux-gnu-ranlib' >SED='/bin/sed' >SELINUX_LIBS='' >SELINUX_LIBS_STATIC='' >SET_MAKE='' >SHELL='/bin/sh' >SOCKET_LIBS='' >STRIP='powerpc64-unknown-linux-gnu-strip' >SUID_CFLAGS='' >SUID_LDFLAGS='' >USE_NLS='' >USE_SLANG_FALSE='' >USE_SLANG_TRUE='' >USE_TTY_GROUP_FALSE='' >USE_TTY_GROUP_TRUE='' >VERSION='2.20.1' >XGETTEXT='' >XSLTPROC='' >ac_ct_AR='' >ac_ct_CC='' >ac_ct_DUMPBIN='' >am__EXEEXT_FALSE='' >am__EXEEXT_TRUE='' >am__fastdepCC_FALSE='#' >am__fastdepCC_TRUE='' >am__include='include' >am__isrc='' >am__leading_dot='.' >am__quote='' >am__tar='${AMTAR} chof - "$$tardir"' >am__untar='${AMTAR} xf -' >bindir='/bin' >build='x86_64-pc-linux-gnu' >build_alias='x86_64-pc-linux-gnu' >build_cpu='x86_64' >build_os='linux-gnu' >build_vendor='pc' >datadir='/usr/share' >datarootdir='${prefix}/share' >docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' >dvidir='${docdir}' >exec_prefix='NONE' >host='powerpc64-unknown-linux-gnu' >host_alias='powerpc64-unknown-linux-gnu' >host_cpu='powerpc64' >host_os='linux-gnu' >host_vendor='unknown' >htmldir='${docdir}' >includedir='${prefix}/include' >infodir='/usr/share/info' >install_sh='${SHELL} /var/tmp/portage-powerpc64-unknown-linux-gnu/portage/sys-apps/util-linux-2.20.1-r2/work/util-linux-2.20.1/config/install-sh' >libdir='/usr/lib' >libdirname='lib' >libexecdir='${exec_prefix}/libexec' >localedir='${datarootdir}/locale' >localstatedir='/var/lib' >mandir='/usr/share/man' >mkdir_p='/bin/mkdir -p' >oldincludedir='/usr/include' >pdfdir='${docdir}' >prefix='/usr' >program_transform_name='s,x,x,' >psdir='${docdir}' >sbindir='/sbin' >sharedstatedir='${prefix}/com' >sysconfdir='/etc' >target_alias='' >usrbin_execdir='${exec_prefix}/bin' >usrlib_execdir='${exec_prefix}/lib' >usrsbin_execdir='${exec_prefix}/sbin' > >## ----------- ## >## confdefs.h. ## >## ----------- ## > >/* confdefs.h */ >#define PACKAGE_NAME "util-linux" >#define PACKAGE_TARNAME "util-linux" >#define PACKAGE_VERSION "2.20.1" >#define PACKAGE_STRING "util-linux 2.20.1" >#define PACKAGE_BUGREPORT "kzak@redhat.com" >#define PACKAGE_URL "" >#define PACKAGE "util-linux" >#define VERSION "2.20.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 __EXTENSIONS__ 1 >#define _ALL_SOURCE 1 >#define _GNU_SOURCE 1 >#define _POSIX_PTHREAD_SEMANTICS 1 >#define _TANDEM_SOURCE 1 >#define WORDS_BIGENDIAN 1 >#define HAVE_DLFCN_H 1 >#define LT_OBJDIR ".libs/" >#define HAVE_LINUX_BLKPG_H 1 >#define HAVE_LINUX_MAJOR_H 1 >#define HAVE_ERR_H 1 >#define HAVE_ERRNO_H 1 >#define HAVE_GETOPT_H 1 >#define HAVE_LINUX_FD_H 1 >#define HAVE_LINUX_TIOCL_H 1 >#define HAVE_LINUX_VERSION_H 1 >#define HAVE_LINUX_FALLOC_H 1 >#define HAVE_LINUX_CDROM_H 1 >#define HAVE_FCNTL_H 1 >#define HAVE_LOCALE_H 1 >#define HAVE_STDINT_H 1 >#define HAVE_INTTYPES_H 1 >#define HAVE_PATHS_H 1 >#define HAVE_PTY_H 1 >#define HAVE_MNTENT_H 1 >#define HAVE_NET_IF_H 1 >#define HAVE_NETINET_IN_H 1 >#define HAVE_STDLIB_H 1 >#define HAVE_SYS_IOCTL_H 1 >#define HAVE_SYS_TIME_H 1 >#define HAVE_SYS_PRCTL_H 1 >#define HAVE_SYS_QUEUE_H 1 >#define HAVE_SYS_SOCKET_H 1 >#define HAVE_SYS_SYSCALL_H 1 >#define HAVE_SYS_FILE_H 1 >#define HAVE_SYS_IOCTL_H 1 >#define HAVE_SYS_STAT_H 1 >#define HAVE_SYS_TYPES_H 1 >#define HAVE_SYS_UN_H 1 >#define HAVE_SYS_USER_H 1 >#define HAVE_SYS_RESOURCE_H 1 >#define HAVE_UNISTD_H 1 >#define HAVE_LINUX_RAW_H 1 >#define HAVE_LANGINFO_H 1 >#define HAVE_DECL__NL_TIME_WEEK_1STDAY 1 >#define HAVE_LSEEK64_PROTOTYPE 1 >#define HAVE_INET_ATON 1 >#define HAVE_ERR 1 >#define HAVE_ERRX 1 >#define HAVE_FUTIMENS 1 >#define HAVE_FSTAT64 1 >#define HAVE_FSYNC 1 >#define HAVE_GETDOMAINNAME 1 >#define HAVE_GET_CURRENT_DIR_NAME 1 >#define HAVE_USLEEP 1 >#define HAVE_NANOSLEEP 1 >#define HAVE_PERSONALITY 1 >#define HAVE_UPDWTMP 1 >#define HAVE_JRAND48 1 >#define HAVE_LCHOWN 1 >#define HAVE_LLSEEK 1 >#define HAVE_LSEEK64 1 >#define HAVE_STRTOULL 1 >#define HAVE_SYSCONF 1 >#define HAVE_GETDTABLESIZE 1 >#define HAVE_GETRLIMIT 1 >#define HAVE_SIGQUEUE 1 >#define HAVE_SRANDOM 1 >#define HAVE_SETRESGID 1 >#define HAVE_SETRESUID 1 >#define HAVE_STRNDUP 1 >#define HAVE_STRNLEN 1 >#define HAVE_INOTIFY_INIT 1 >#define HAVE_PRCTL 1 >#define HAVE_POSIX_FADVISE 1 >#define HAVE___SECURE_GETENV 1 >#define HAVE_WARN 1 >#define HAVE_WARNX 1 >#define HAVE_RPMATCH 1 >#define HAVE_FSEEKO 1 >#define HAVE_OPENAT 1 >#define HAVE_FSTATAT 1 >#define HAVE_UNLINKAT 1 >#define HAVE_DIRFD 1 >#define HAVE_PROGRAM_INVOCATION_SHORT_NAME 1 >#define HAVE___PROGNAME 1 >#define HAVE_TLS 1 >#define HAVE_LIBUUID 1 >#define HAVE_UUIDD 1 >#define LIBBLKID_VERSION "2.20.0" >#define LIBBLKID_DATE "19-Oct-2011" >#define HAVE_LIBBLKID 1 > >configure: exit 1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 432060
:
321760
| 321762