Source: libstatgrab Version: 0.92-2 Severity: serious Justification: FTBFS Tags: bookworm sid ftbfs
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > gcc version 11.2.0 (Debian 11.2.0-10) > ... rest of stderr output deleted ... > configure:4902: $? = 0 > configure:4891: gcc -V >&5 > gcc: error: unrecognized command-line option '-V' > gcc: fatal error: no input files > compilation terminated. > configure:4902: $? = 1 > configure:4891: gcc -qversion >&5 > gcc: error: unrecognized command-line option '-qversion'; did you mean > '--version'? > gcc: fatal error: no input files > compilation terminated. > configure:4902: $? = 1 > configure:4891: gcc -version >&5 > gcc: error: unrecognized command-line option '-version' > gcc: fatal error: no input files > compilation terminated. > configure:4902: $? = 1 > configure:4922: checking whether the C compiler works > configure:4944: gcc -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c >&5 > configure:4948: $? = 0 > configure:4998: result: yes > configure:5001: checking for C compiler default output file name > configure:5003: result: a.out > configure:5009: checking for suffix of executables > configure:5016: gcc -o conftest -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c >&5 > configure:5020: $? = 0 > configure:5043: result: > configure:5065: checking whether we are cross compiling > configure:5073: gcc -o conftest -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c >&5 > configure:5077: $? = 0 > configure:5084: ./conftest > configure:5088: $? = 0 > configure:5103: result: no > configure:5108: checking for suffix of object files > configure:5131: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:5135: $? = 0 > configure:5157: result: o > configure:5161: checking whether the compiler supports GNU C > configure:5181: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:5181: $? = 0 > configure:5191: result: yes > configure:5202: checking whether gcc accepts -g > configure:5223: gcc -c -g -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:5223: $? = 0 > configure:5267: result: yes > configure:5287: checking for gcc option to enable C11 features > configure:5302: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:5302: $? = 0 > configure:5320: result: none needed > configure:5436: checking whether gcc understands -c and -o together > configure:5459: gcc -c conftest.c -o conftest2.o > configure:5462: $? = 0 > configure:5459: gcc -c conftest.c -o conftest2.o > configure:5462: $? = 0 > configure:5474: result: yes > configure:5494: checking whether make supports the include directive > configure:5509: make -f confmf.GNU && cat confinc.out > make[1]: Entering directory '/<<PKGBUILDDIR>>' > make[1]: Leaving directory '/<<PKGBUILDDIR>>' > this is the am__doit target > configure:5512: $? = 0 > configure:5531: result: yes (GNU style) > configure:5557: checking dependency style of gcc > configure:5669: result: none > configure:5686: checking dependency style of gcc > configure:5798: result: none > configure:5883: checking for g++ > configure:5904: found /usr/bin/g++ > configure:5915: result: g++ > configure:5942: checking for C++ compiler version > configure:5951: g++ --version >&5 > g++ (Debian 11.2.0-10) 11.2.0 > Copyright (C) 2021 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:5962: $? = 0 > configure:5951: g++ -v >&5 > Using built-in specs. > COLLECT_GCC=g++ > COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper > OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa > OFFLOAD_TARGET_DEFAULT=1 > Target: x86_64-linux-gnu > Configured with: ../src/configure -v --with-pkgversion='Debian 11.2.0-10' > --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs > --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr > --with-gcc-major-version-only --program-suffix=-11 > --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id > --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix > --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu > --enable-libstdcxx-debug --enable-libstdcxx-time=yes > --with-default-libstdcxx-abi=new --enable-gnu-unique-object > --disable-vtable-verify --enable-plugin --enable-default-pie > --with-system-zlib --enable-libphobos-checking=release > --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch > --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 > --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic > --enable-offload-targets=nvptx-none=/build/gcc-11-9Chg0b/gcc-11-11.2.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-9Chg0b/gcc-11-11.2.0/debian/tmp-gcn/usr > --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu > --host=x86_64-linux-gnu --target=x86_64-linux-gnu > --with-build-config=bootstrap-lto-lean --enable-link-serialization=2 > Thread model: posix > Supported LTO compression algorithms: zlib zstd > gcc version 11.2.0 (Debian 11.2.0-10) > ... rest of stderr output deleted ... > configure:5962: $? = 0 > configure:5951: g++ -V >&5 > g++: error: unrecognized command-line option '-V' > g++: fatal error: no input files > compilation terminated. > configure:5962: $? = 1 > configure:5951: g++ -qversion >&5 > g++: error: unrecognized command-line option '-qversion'; did you mean > '--version'? > g++: fatal error: no input files > compilation terminated. > configure:5962: $? = 1 > configure:5966: checking whether the compiler supports GNU C++ > configure:5986: g++ -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.cpp >&5 > configure:5986: $? = 0 > configure:5996: result: yes > configure:6007: checking whether g++ accepts -g > configure:6028: g++ -c -g -Wdate-time -D_FORTIFY_SOURCE=2 conftest.cpp >&5 > configure:6028: $? = 0 > configure:6072: result: yes > configure:6092: checking for g++ option to enable C++11 features > configure:6107: g++ -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.cpp >&5 > conftest.cpp: In function 'int main(int, char**)': > conftest.cpp:180:25: warning: empty parentheses were disambiguated as a > function declaration [-Wvexing-parse] > 180 | cxx11test::delegate d2(); > | ^~ > conftest.cpp:180:25: note: remove parentheses to default-initialize a variable > 180 | cxx11test::delegate d2(); > | ^~ > | -- > conftest.cpp:180:25: note: or replace parentheses with braces to > value-initialize a variable > configure:6107: $? = 0 > configure:6125: result: none needed > configure:6191: checking dependency style of g++ > configure:6303: result: none > configure:6320: checking dependency style of g++ > configure:6432: result: none > configure:6448: checking for a sed that does not truncate output > configure:6518: result: /bin/sed > configure:6523: checking for grep that handles long lines and -e > configure:6587: result: /bin/grep > configure:6648: checking for ar > configure:6669: found /usr/bin/ar > configure:6680: result: ar > configure:6706: checking the archiver (ar) interface > configure:6723: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:6723: $? = 0 > configure:6726: ar cru libconftest.a conftest.o >&5 > ar: `u' modifier ignored since `D' is the default (see `U') > configure:6729: $? = 0 > configure:6757: result: ar > configure:6791: checking for stdio.h > configure:6791: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:6791: $? = 0 > configure:6791: result: yes > configure:6791: checking for stdlib.h > configure:6791: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:6791: $? = 0 > configure:6791: result: yes > configure:6791: checking for string.h > configure:6791: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:6791: $? = 0 > configure:6791: result: yes > configure:6791: checking for inttypes.h > configure:6791: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:6791: $? = 0 > configure:6791: result: yes > configure:6791: checking for stdint.h > configure:6791: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:6791: $? = 0 > configure:6791: result: yes > configure:6791: checking for strings.h > configure:6791: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:6791: $? = 0 > configure:6791: result: yes > configure:6791: checking for sys/stat.h > configure:6791: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:6791: $? = 0 > configure:6791: result: yes > configure:6791: checking for sys/types.h > configure:6791: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:6791: $? = 0 > configure:6791: result: yes > configure:6791: checking for unistd.h > configure:6791: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:6791: $? = 0 > configure:6791: result: yes > configure:6791: checking for sys/time.h > configure:6791: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:6791: $? = 0 > configure:6791: result: yes > configure:6819: checking for egrep > configure:6887: result: /bin/grep -E > configure:6903: checking for _Bool > configure:6903: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:6903: $? = 0 > configure:6903: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > conftest.c: In function 'main': > conftest.c:57:20: error: expected expression before ')' token > 57 | if (sizeof ((_Bool))) > | ^ > configure:6903: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "libstatgrab" > | #define PACKAGE_TARNAME "libstatgrab" > | #define PACKAGE_VERSION "0.92" > | #define PACKAGE_STRING "libstatgrab 0.92" > | #define PACKAGE_BUGREPORT "https://libstatgrab.org/issues" > | #define PACKAGE_URL "https://libstatgrab.org/" > | #define PACKAGE "libstatgrab" > | #define VERSION "0.92" > | #define PACKAGE "libstatgrab" > | #define VERSION "0.92" > | #define OS_TYPE "linux-gnu" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_SYS_TIME_H 1 > | #define STDC_HEADERS 1 > | #define TIME_WITH_SYS_TIME 1 > | /* end confdefs.h. */ > | #include <stddef.h> > | #ifdef HAVE_STDIO_H > | # include <stdio.h> > | #endif > | #ifdef HAVE_STDLIB_H > | # include <stdlib.h> > | #endif > | #ifdef HAVE_STRING_H > | # include <string.h> > | #endif > | #ifdef HAVE_INTTYPES_H > | # include <inttypes.h> > | #endif > | #ifdef HAVE_STDINT_H > | # include <stdint.h> > | #endif > | #ifdef HAVE_STRINGS_H > | # include <strings.h> > | #endif > | #ifdef HAVE_SYS_TYPES_H > | # include <sys/types.h> > | #endif > | #ifdef HAVE_SYS_STAT_H > | # include <sys/stat.h> > | #endif > | #ifdef HAVE_UNISTD_H > | # include <unistd.h> > | #endif > | int > | main (void) > | { > | if (sizeof ((_Bool))) > | return 0; > | ; > | return 0; > | } > configure:6903: result: yes > configure:6912: checking for stdbool.h that conforms to C99 > configure:7028: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:7028: $? = 0 > configure:7036: result: yes > configure:7042: checking for assert.h > configure:7042: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:7042: $? = 0 > configure:7042: result: yes > configure:7048: checking for ctype.h > configure:7048: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:7048: $? = 0 > configure:7048: result: yes > configure:7054: checking for errno.h > configure:7054: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:7054: $? = 0 > configure:7054: result: yes > configure:7060: checking for float.h > configure:7060: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:7060: $? = 0 > configure:7060: result: yes > configure:7066: checking for limits.h > configure:7066: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:7066: $? = 0 > configure:7066: result: yes > configure:7072: checking for locale.h > configure:7072: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:7072: $? = 0 > configure:7072: result: yes > configure:7078: checking for math.h > configure:7078: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:7078: $? = 0 > configure:7078: result: yes > configure:7084: checking for setjmp.h > configure:7084: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:7084: $? = 0 > configure:7084: result: yes > configure:7090: checking for signal.h > configure:7090: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:7090: $? = 0 > configure:7090: result: yes > configure:7096: checking for stdarg.h > configure:7096: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:7096: $? = 0 > configure:7096: result: yes > configure:7102: checking for stddef.h > configure:7102: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:7102: $? = 0 > configure:7102: result: yes > configure:7108: checking for stdlib.h > configure:7108: result: yes > configure:7114: checking for string.h > configure:7114: result: yes > configure:7132: checking for an ANSI C-conforming const > configure:7199: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:7199: $? = 0 > configure:7207: result: yes > configure:7215: checking for inline > configure:7232: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:7232: $? = 0 > configure:7241: result: inline > configure:7259: checking for int8_t > configure:7259: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:7259: $? = 0 > configure:7259: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > conftest.c: In function 'main': > conftest.c:77:12: error: size of array 'test_array' is negative > 77 | static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) > - 1) * 2 + 1) > | ^~~~~~~~~~ > configure:7259: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "libstatgrab" > | #define PACKAGE_TARNAME "libstatgrab" > | #define PACKAGE_VERSION "0.92" > | #define PACKAGE_STRING "libstatgrab 0.92" > | #define PACKAGE_BUGREPORT "https://libstatgrab.org/issues" > | #define PACKAGE_URL "https://libstatgrab.org/" > | #define PACKAGE "libstatgrab" > | #define VERSION "0.92" > | #define PACKAGE "libstatgrab" > | #define VERSION "0.92" > | #define OS_TYPE "linux-gnu" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_SYS_TIME_H 1 > | #define STDC_HEADERS 1 > | #define TIME_WITH_SYS_TIME 1 > | #define HAVE__BOOL 1 > | #define HAVE_ASSERT_H 1 > | #define HAVE_CTYPE_H 1 > | #define HAVE_ERRNO_H 1 > | #define HAVE_FLOAT_H 1 > | #define HAVE_LIMITS_H 1 > | #define HAVE_LOCALE_H 1 > | #define HAVE_MATH_H 1 > | #define HAVE_SETJMP_H 1 > | #define HAVE_SIGNAL_H 1 > | #define HAVE_STDARG_H 1 > | #define HAVE_STDDEF_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | /* end confdefs.h. */ > | #include <stddef.h> > | #ifdef HAVE_STDIO_H > | # include <stdio.h> > | #endif > | #ifdef HAVE_STDLIB_H > | # include <stdlib.h> > | #endif > | #ifdef HAVE_STRING_H > | # include <string.h> > | #endif > | #ifdef HAVE_INTTYPES_H > | # include <inttypes.h> > | #endif > | #ifdef HAVE_STDINT_H > | # include <stdint.h> > | #endif > | #ifdef HAVE_STRINGS_H > | # include <strings.h> > | #endif > | #ifdef HAVE_SYS_TYPES_H > | # include <sys/types.h> > | #endif > | #ifdef HAVE_SYS_STAT_H > | # include <sys/stat.h> > | #endif > | #ifdef HAVE_UNISTD_H > | # include <unistd.h> > | #endif > | #ifndef __cplusplus > | # ifdef HAVE_STDBOOL_H > | # include <stdbool.h> > | # endif > | #endif > | enum { N = 8 / 2 - 1 }; > | int > | main (void) > | { > | static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * > 2 + 1) > | < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))]; > | test_array [0] = 0; > | return test_array [0]; > | > | ; > | return 0; > | } > configure:7259: result: yes > configure:7268: checking for int16_t > configure:7268: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:7268: $? = 0 > configure:7268: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > conftest.c: In function 'main': > conftest.c:77:12: error: size of array 'test_array' is negative > 77 | static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << > N) - 1) * 2 + 1) > | ^~~~~~~~~~ > configure:7268: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "libstatgrab" > | #define PACKAGE_TARNAME "libstatgrab" > | #define PACKAGE_VERSION "0.92" > | #define PACKAGE_STRING "libstatgrab 0.92" > | #define PACKAGE_BUGREPORT "https://libstatgrab.org/issues" > | #define PACKAGE_URL "https://libstatgrab.org/" > | #define PACKAGE "libstatgrab" > | #define VERSION "0.92" > | #define PACKAGE "libstatgrab" > | #define VERSION "0.92" > | #define OS_TYPE "linux-gnu" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_SYS_TIME_H 1 > | #define STDC_HEADERS 1 > | #define TIME_WITH_SYS_TIME 1 > | #define HAVE__BOOL 1 > | #define HAVE_ASSERT_H 1 > | #define HAVE_CTYPE_H 1 > | #define HAVE_ERRNO_H 1 > | #define HAVE_FLOAT_H 1 > | #define HAVE_LIMITS_H 1 > | #define HAVE_LOCALE_H 1 > | #define HAVE_MATH_H 1 > | #define HAVE_SETJMP_H 1 > | #define HAVE_SIGNAL_H 1 > | #define HAVE_STDARG_H 1 > | #define HAVE_STDDEF_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | /* end confdefs.h. */ > | #include <stddef.h> > | #ifdef HAVE_STDIO_H > | # include <stdio.h> > | #endif > | #ifdef HAVE_STDLIB_H > | # include <stdlib.h> > | #endif > | #ifdef HAVE_STRING_H > | # include <string.h> > | #endif > | #ifdef HAVE_INTTYPES_H > | # include <inttypes.h> > | #endif > | #ifdef HAVE_STDINT_H > | # include <stdint.h> > | #endif > | #ifdef HAVE_STRINGS_H > | # include <strings.h> > | #endif > | #ifdef HAVE_SYS_TYPES_H > | # include <sys/types.h> > | #endif > | #ifdef HAVE_SYS_STAT_H > | # include <sys/stat.h> > | #endif > | #ifdef HAVE_UNISTD_H > | # include <unistd.h> > | #endif > | #ifndef __cplusplus > | # ifdef HAVE_STDBOOL_H > | # include <stdbool.h> > | # endif > | #endif > | enum { N = 16 / 2 - 1 }; > | int > | main (void) > | { > | static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) > * 2 + 1) > | < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))]; > | test_array [0] = 0; > | return test_array [0]; > | > | ; > | return 0; > | } > configure:7268: result: yes > configure:7277: checking for int32_t > configure:7277: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:7277: $? = 0 > configure:7277: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > conftest.c: In function 'main': > conftest.c:78:67: warning: integer overflow in expression of type 'int' > results in '-2147483648' [-Woverflow] > 78 | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + > 2))]; > | ^ > conftest.c:77:12: error: storage size of 'test_array' isn't constant > 77 | static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << > N) - 1) * 2 + 1) > | ^~~~~~~~~~ > configure:7277: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "libstatgrab" > | #define PACKAGE_TARNAME "libstatgrab" > | #define PACKAGE_VERSION "0.92" > | #define PACKAGE_STRING "libstatgrab 0.92" > | #define PACKAGE_BUGREPORT "https://libstatgrab.org/issues" > | #define PACKAGE_URL "https://libstatgrab.org/" > | #define PACKAGE "libstatgrab" > | #define VERSION "0.92" > | #define PACKAGE "libstatgrab" > | #define VERSION "0.92" > | #define OS_TYPE "linux-gnu" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_SYS_TIME_H 1 > | #define STDC_HEADERS 1 > | #define TIME_WITH_SYS_TIME 1 > | #define HAVE__BOOL 1 > | #define HAVE_ASSERT_H 1 > | #define HAVE_CTYPE_H 1 > | #define HAVE_ERRNO_H 1 > | #define HAVE_FLOAT_H 1 > | #define HAVE_LIMITS_H 1 > | #define HAVE_LOCALE_H 1 > | #define HAVE_MATH_H 1 > | #define HAVE_SETJMP_H 1 > | #define HAVE_SIGNAL_H 1 > | #define HAVE_STDARG_H 1 > | #define HAVE_STDDEF_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | /* end confdefs.h. */ > | #include <stddef.h> > | #ifdef HAVE_STDIO_H > | # include <stdio.h> > | #endif > | #ifdef HAVE_STDLIB_H > | # include <stdlib.h> > | #endif > | #ifdef HAVE_STRING_H > | # include <string.h> > | #endif > | #ifdef HAVE_INTTYPES_H > | # include <inttypes.h> > | #endif > | #ifdef HAVE_STDINT_H > | # include <stdint.h> > | #endif > | #ifdef HAVE_STRINGS_H > | # include <strings.h> > | #endif > | #ifdef HAVE_SYS_TYPES_H > | # include <sys/types.h> > | #endif > | #ifdef HAVE_SYS_STAT_H > | # include <sys/stat.h> > | #endif > | #ifdef HAVE_UNISTD_H > | # include <unistd.h> > | #endif > | #ifndef __cplusplus > | # ifdef HAVE_STDBOOL_H > | # include <stdbool.h> > | # endif > | #endif > | enum { N = 32 / 2 - 1 }; > | int > | main (void) > | { > | static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) > * 2 + 1) > | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))]; > | test_array [0] = 0; > | return test_array [0]; > | > | ; > | return 0; > | } > configure:7277: result: yes > configure:7286: checking for int64_t > configure:7286: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:7286: $? = 0 > configure:7286: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > conftest.c: In function 'main': > conftest.c:78:67: warning: integer overflow in expression of type 'long int' > results in '-9223372036854775808' [-Woverflow] > 78 | < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + > 2))]; > | ^ > conftest.c:77:12: error: storage size of 'test_array' isn't constant > 77 | static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << > N) - 1) * 2 + 1) > | ^~~~~~~~~~ > configure:7286: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "libstatgrab" > | #define PACKAGE_TARNAME "libstatgrab" > | #define PACKAGE_VERSION "0.92" > | #define PACKAGE_STRING "libstatgrab 0.92" > | #define PACKAGE_BUGREPORT "https://libstatgrab.org/issues" > | #define PACKAGE_URL "https://libstatgrab.org/" > | #define PACKAGE "libstatgrab" > | #define VERSION "0.92" > | #define PACKAGE "libstatgrab" > | #define VERSION "0.92" > | #define OS_TYPE "linux-gnu" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_SYS_TIME_H 1 > | #define STDC_HEADERS 1 > | #define TIME_WITH_SYS_TIME 1 > | #define HAVE__BOOL 1 > | #define HAVE_ASSERT_H 1 > | #define HAVE_CTYPE_H 1 > | #define HAVE_ERRNO_H 1 > | #define HAVE_FLOAT_H 1 > | #define HAVE_LIMITS_H 1 > | #define HAVE_LOCALE_H 1 > | #define HAVE_MATH_H 1 > | #define HAVE_SETJMP_H 1 > | #define HAVE_SIGNAL_H 1 > | #define HAVE_STDARG_H 1 > | #define HAVE_STDDEF_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | /* end confdefs.h. */ > | #include <stddef.h> > | #ifdef HAVE_STDIO_H > | # include <stdio.h> > | #endif > | #ifdef HAVE_STDLIB_H > | # include <stdlib.h> > | #endif > | #ifdef HAVE_STRING_H > | # include <string.h> > | #endif > | #ifdef HAVE_INTTYPES_H > | # include <inttypes.h> > | #endif > | #ifdef HAVE_STDINT_H > | # include <stdint.h> > | #endif > | #ifdef HAVE_STRINGS_H > | # include <strings.h> > | #endif > | #ifdef HAVE_SYS_TYPES_H > | # include <sys/types.h> > | #endif > | #ifdef HAVE_SYS_STAT_H > | # include <sys/stat.h> > | #endif > | #ifdef HAVE_UNISTD_H > | # include <unistd.h> > | #endif > | #ifndef __cplusplus > | # ifdef HAVE_STDBOOL_H > | # include <stdbool.h> > | # endif > | #endif > | enum { N = 64 / 2 - 1 }; > | int > | main (void) > | { > | static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) > * 2 + 1) > | < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))]; > | test_array [0] = 0; > | return test_array [0]; > | > | ; > | return 0; > | } > configure:7286: result: yes > configure:7295: checking for uint8_t > configure:7295: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:7295: $? = 0 > configure:7295: result: yes > configure:7307: checking for uint16_t > configure:7307: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:7307: $? = 0 > configure:7307: result: yes > configure:7317: checking for uint32_t > configure:7317: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:7317: $? = 0 > configure:7317: result: yes > configure:7329: checking for uint64_t > configure:7329: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:7329: $? = 0 > configure:7329: result: yes > configure:7341: checking for size_t > configure:7341: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:7341: $? = 0 > configure:7341: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > conftest.c: In function 'main': > conftest.c:76:21: error: expected expression before ')' token > 76 | if (sizeof ((size_t))) > | ^ > configure:7341: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "libstatgrab" > | #define PACKAGE_TARNAME "libstatgrab" > | #define PACKAGE_VERSION "0.92" > | #define PACKAGE_STRING "libstatgrab 0.92" > | #define PACKAGE_BUGREPORT "https://libstatgrab.org/issues" > | #define PACKAGE_URL "https://libstatgrab.org/" > | #define PACKAGE "libstatgrab" > | #define VERSION "0.92" > | #define PACKAGE "libstatgrab" > | #define VERSION "0.92" > | #define OS_TYPE "linux-gnu" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_SYS_TIME_H 1 > | #define STDC_HEADERS 1 > | #define TIME_WITH_SYS_TIME 1 > | #define HAVE__BOOL 1 > | #define HAVE_ASSERT_H 1 > | #define HAVE_CTYPE_H 1 > | #define HAVE_ERRNO_H 1 > | #define HAVE_FLOAT_H 1 > | #define HAVE_LIMITS_H 1 > | #define HAVE_LOCALE_H 1 > | #define HAVE_MATH_H 1 > | #define HAVE_SETJMP_H 1 > | #define HAVE_SIGNAL_H 1 > | #define HAVE_STDARG_H 1 > | #define HAVE_STDDEF_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | /* end confdefs.h. */ > | #include <stddef.h> > | #ifdef HAVE_STDIO_H > | # include <stdio.h> > | #endif > | #ifdef HAVE_STDLIB_H > | # include <stdlib.h> > | #endif > | #ifdef HAVE_STRING_H > | # include <string.h> > | #endif > | #ifdef HAVE_INTTYPES_H > | # include <inttypes.h> > | #endif > | #ifdef HAVE_STDINT_H > | # include <stdint.h> > | #endif > | #ifdef HAVE_STRINGS_H > | # include <strings.h> > | #endif > | #ifdef HAVE_SYS_TYPES_H > | # include <sys/types.h> > | #endif > | #ifdef HAVE_SYS_STAT_H > | # include <sys/stat.h> > | #endif > | #ifdef HAVE_UNISTD_H > | # include <unistd.h> > | #endif > | #ifndef __cplusplus > | # ifdef HAVE_STDBOOL_H > | # include <stdbool.h> > | # endif > | #endif > | int > | main (void) > | { > | if (sizeof ((size_t))) > | return 0; > | ; > | return 0; > | } > configure:7341: result: yes > configure:7351: checking for ssize_t > configure:7351: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:7351: $? = 0 > configure:7351: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > conftest.c: In function 'main': > conftest.c:76:22: error: expected expression before ')' token > 76 | if (sizeof ((ssize_t))) > | ^ > configure:7351: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "libstatgrab" > | #define PACKAGE_TARNAME "libstatgrab" > | #define PACKAGE_VERSION "0.92" > | #define PACKAGE_STRING "libstatgrab 0.92" > | #define PACKAGE_BUGREPORT "https://libstatgrab.org/issues" > | #define PACKAGE_URL "https://libstatgrab.org/" > | #define PACKAGE "libstatgrab" > | #define VERSION "0.92" > | #define PACKAGE "libstatgrab" > | #define VERSION "0.92" > | #define OS_TYPE "linux-gnu" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_SYS_TIME_H 1 > | #define STDC_HEADERS 1 > | #define TIME_WITH_SYS_TIME 1 > | #define HAVE__BOOL 1 > | #define HAVE_ASSERT_H 1 > | #define HAVE_CTYPE_H 1 > | #define HAVE_ERRNO_H 1 > | #define HAVE_FLOAT_H 1 > | #define HAVE_LIMITS_H 1 > | #define HAVE_LOCALE_H 1 > | #define HAVE_MATH_H 1 > | #define HAVE_SETJMP_H 1 > | #define HAVE_SIGNAL_H 1 > | #define HAVE_STDARG_H 1 > | #define HAVE_STDDEF_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | /* end confdefs.h. */ > | #include <stddef.h> > | #ifdef HAVE_STDIO_H > | # include <stdio.h> > | #endif > | #ifdef HAVE_STDLIB_H > | # include <stdlib.h> > | #endif > | #ifdef HAVE_STRING_H > | # include <string.h> > | #endif > | #ifdef HAVE_INTTYPES_H > | # include <inttypes.h> > | #endif > | #ifdef HAVE_STDINT_H > | # include <stdint.h> > | #endif > | #ifdef HAVE_STRINGS_H > | # include <strings.h> > | #endif > | #ifdef HAVE_SYS_TYPES_H > | # include <sys/types.h> > | #endif > | #ifdef HAVE_SYS_STAT_H > | # include <sys/stat.h> > | #endif > | #ifdef HAVE_UNISTD_H > | # include <unistd.h> > | #endif > | #ifndef __cplusplus > | # ifdef HAVE_STDBOOL_H > | # include <stdbool.h> > | # endif > | #endif > | int > | main (void) > | { > | if (sizeof ((ssize_t))) > | return 0; > | ; > | return 0; > | } > configure:7351: result: yes > configure:7361: checking for off_t > configure:7361: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:7361: $? = 0 > configure:7361: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > conftest.c: In function 'main': > conftest.c:76:20: error: expected expression before ')' token > 76 | if (sizeof ((off_t))) > | ^ > configure:7361: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "libstatgrab" > | #define PACKAGE_TARNAME "libstatgrab" > | #define PACKAGE_VERSION "0.92" > | #define PACKAGE_STRING "libstatgrab 0.92" > | #define PACKAGE_BUGREPORT "https://libstatgrab.org/issues" > | #define PACKAGE_URL "https://libstatgrab.org/" > | #define PACKAGE "libstatgrab" > | #define VERSION "0.92" > | #define PACKAGE "libstatgrab" > | #define VERSION "0.92" > | #define OS_TYPE "linux-gnu" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_SYS_TIME_H 1 > | #define STDC_HEADERS 1 > | #define TIME_WITH_SYS_TIME 1 > | #define HAVE__BOOL 1 > | #define HAVE_ASSERT_H 1 > | #define HAVE_CTYPE_H 1 > | #define HAVE_ERRNO_H 1 > | #define HAVE_FLOAT_H 1 > | #define HAVE_LIMITS_H 1 > | #define HAVE_LOCALE_H 1 > | #define HAVE_MATH_H 1 > | #define HAVE_SETJMP_H 1 > | #define HAVE_SIGNAL_H 1 > | #define HAVE_STDARG_H 1 > | #define HAVE_STDDEF_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | /* end confdefs.h. */ > | #include <stddef.h> > | #ifdef HAVE_STDIO_H > | # include <stdio.h> > | #endif > | #ifdef HAVE_STDLIB_H > | # include <stdlib.h> > | #endif > | #ifdef HAVE_STRING_H > | # include <string.h> > | #endif > | #ifdef HAVE_INTTYPES_H > | # include <inttypes.h> > | #endif > | #ifdef HAVE_STDINT_H > | # include <stdint.h> > | #endif > | #ifdef HAVE_STRINGS_H > | # include <strings.h> > | #endif > | #ifdef HAVE_SYS_TYPES_H > | # include <sys/types.h> > | #endif > | #ifdef HAVE_SYS_STAT_H > | # include <sys/stat.h> > | #endif > | #ifdef HAVE_UNISTD_H > | # include <unistd.h> > | #endif > | #ifndef __cplusplus > | # ifdef HAVE_STDBOOL_H > | # include <stdbool.h> > | # endif > | #endif > | int > | main (void) > | { > | if (sizeof ((off_t))) > | return 0; > | ; > | return 0; > | } > configure:7361: result: yes > configure:7372: checking for pid_t > configure:7372: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:7372: $? = 0 > configure:7372: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > conftest.c: In function 'main': > conftest.c:77:20: error: expected expression before ')' token > 77 | if (sizeof ((pid_t))) > | ^ > configure:7372: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "libstatgrab" > | #define PACKAGE_TARNAME "libstatgrab" > | #define PACKAGE_VERSION "0.92" > | #define PACKAGE_STRING "libstatgrab 0.92" > | #define PACKAGE_BUGREPORT "https://libstatgrab.org/issues" > | #define PACKAGE_URL "https://libstatgrab.org/" > | #define PACKAGE "libstatgrab" > | #define VERSION "0.92" > | #define PACKAGE "libstatgrab" > | #define VERSION "0.92" > | #define OS_TYPE "linux-gnu" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_SYS_TIME_H 1 > | #define STDC_HEADERS 1 > | #define TIME_WITH_SYS_TIME 1 > | #define HAVE__BOOL 1 > | #define HAVE_ASSERT_H 1 > | #define HAVE_CTYPE_H 1 > | #define HAVE_ERRNO_H 1 > | #define HAVE_FLOAT_H 1 > | #define HAVE_LIMITS_H 1 > | #define HAVE_LOCALE_H 1 > | #define HAVE_MATH_H 1 > | #define HAVE_SETJMP_H 1 > | #define HAVE_SIGNAL_H 1 > | #define HAVE_STDARG_H 1 > | #define HAVE_STDDEF_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | /* end confdefs.h. */ > | #include <stddef.h> > | #ifdef HAVE_STDIO_H > | # include <stdio.h> > | #endif > | #ifdef HAVE_STDLIB_H > | # include <stdlib.h> > | #endif > | #ifdef HAVE_STRING_H > | # include <string.h> > | #endif > | #ifdef HAVE_INTTYPES_H > | # include <inttypes.h> > | #endif > | #ifdef HAVE_STDINT_H > | # include <stdint.h> > | #endif > | #ifdef HAVE_STRINGS_H > | # include <strings.h> > | #endif > | #ifdef HAVE_SYS_TYPES_H > | # include <sys/types.h> > | #endif > | #ifdef HAVE_SYS_STAT_H > | # include <sys/stat.h> > | #endif > | #ifdef HAVE_UNISTD_H > | # include <unistd.h> > | #endif > | #ifndef __cplusplus > | # ifdef HAVE_STDBOOL_H > | # include <stdbool.h> > | # endif > | #endif > | > | int > | main (void) > | { > | if (sizeof ((pid_t))) > | return 0; > | ; > | return 0; > | } > configure:7372: result: yes > configure:7413: checking how to run the C preprocessor > configure:7439: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c > configure:7439: $? = 0 > configure:7454: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c > conftest.c:40:10: fatal error: ac_nonexistent.h: No such file or directory > 40 | #include <ac_nonexistent.h> > | ^~~~~~~~~~~~~~~~~~ > compilation terminated. > configure:7454: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "libstatgrab" > | #define PACKAGE_TARNAME "libstatgrab" > | #define PACKAGE_VERSION "0.92" > | #define PACKAGE_STRING "libstatgrab 0.92" > | #define PACKAGE_BUGREPORT "https://libstatgrab.org/issues" > | #define PACKAGE_URL "https://libstatgrab.org/" > | #define PACKAGE "libstatgrab" > | #define VERSION "0.92" > | #define PACKAGE "libstatgrab" > | #define VERSION "0.92" > | #define OS_TYPE "linux-gnu" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_SYS_TIME_H 1 > | #define STDC_HEADERS 1 > | #define TIME_WITH_SYS_TIME 1 > | #define HAVE__BOOL 1 > | #define HAVE_ASSERT_H 1 > | #define HAVE_CTYPE_H 1 > | #define HAVE_ERRNO_H 1 > | #define HAVE_FLOAT_H 1 > | #define HAVE_LIMITS_H 1 > | #define HAVE_LOCALE_H 1 > | #define HAVE_MATH_H 1 > | #define HAVE_SETJMP_H 1 > | #define HAVE_SIGNAL_H 1 > | #define HAVE_STDARG_H 1 > | #define HAVE_STDDEF_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | /* end confdefs.h. */ > | #include <ac_nonexistent.h> > configure:7481: result: gcc -E > configure:7495: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c > configure:7495: $? = 0 > configure:7510: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c > conftest.c:40:10: fatal error: ac_nonexistent.h: No such file or directory > 40 | #include <ac_nonexistent.h> > | ^~~~~~~~~~~~~~~~~~ > compilation terminated. > configure:7510: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "libstatgrab" > | #define PACKAGE_TARNAME "libstatgrab" > | #define PACKAGE_VERSION "0.92" > | #define PACKAGE_STRING "libstatgrab 0.92" > | #define PACKAGE_BUGREPORT "https://libstatgrab.org/issues" > | #define PACKAGE_URL "https://libstatgrab.org/" > | #define PACKAGE "libstatgrab" > | #define VERSION "0.92" > | #define PACKAGE "libstatgrab" > | #define VERSION "0.92" > | #define OS_TYPE "linux-gnu" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_SYS_TIME_H 1 > | #define STDC_HEADERS 1 > | #define TIME_WITH_SYS_TIME 1 > | #define HAVE__BOOL 1 > | #define HAVE_ASSERT_H 1 > | #define HAVE_CTYPE_H 1 > | #define HAVE_ERRNO_H 1 > | #define HAVE_FLOAT_H 1 > | #define HAVE_LIMITS_H 1 > | #define HAVE_LOCALE_H 1 > | #define HAVE_MATH_H 1 > | #define HAVE_SETJMP_H 1 > | #define HAVE_SIGNAL_H 1 > | #define HAVE_STDARG_H 1 > | #define HAVE_STDDEF_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | /* end confdefs.h. */ > | #include <ac_nonexistent.h> > configure:7541: checking for uid_t in sys/types.h > configure:7562: result: yes > configure:7573: checking for uid_t in sys/types.h > configure:7594: result: yes > configure:7605: checking for time_t > configure:7605: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:7605: $? = 0 > configure:7605: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > conftest.c: In function 'main': > conftest.c:76:21: error: expected expression before ')' token > 76 | if (sizeof ((time_t))) > | ^ > configure:7605: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "libstatgrab" > | #define PACKAGE_TARNAME "libstatgrab" > | #define PACKAGE_VERSION "0.92" > | #define PACKAGE_STRING "libstatgrab 0.92" > | #define PACKAGE_BUGREPORT "https://libstatgrab.org/issues" > | #define PACKAGE_URL "https://libstatgrab.org/" > | #define PACKAGE "libstatgrab" > | #define VERSION "0.92" > | #define PACKAGE "libstatgrab" > | #define VERSION "0.92" > | #define OS_TYPE "linux-gnu" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_SYS_TIME_H 1 > | #define STDC_HEADERS 1 > | #define TIME_WITH_SYS_TIME 1 > | #define HAVE__BOOL 1 > | #define HAVE_ASSERT_H 1 > | #define HAVE_CTYPE_H 1 > | #define HAVE_ERRNO_H 1 > | #define HAVE_FLOAT_H 1 > | #define HAVE_LIMITS_H 1 > | #define HAVE_LOCALE_H 1 > | #define HAVE_MATH_H 1 > | #define HAVE_SETJMP_H 1 > | #define HAVE_SIGNAL_H 1 > | #define HAVE_STDARG_H 1 > | #define HAVE_STDDEF_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | /* end confdefs.h. */ > | #include <stddef.h> > | #ifdef HAVE_STDIO_H > | # include <stdio.h> > | #endif > | #ifdef HAVE_STDLIB_H > | # include <stdlib.h> > | #endif > | #ifdef HAVE_STRING_H > | # include <string.h> > | #endif > | #ifdef HAVE_INTTYPES_H > | # include <inttypes.h> > | #endif > | #ifdef HAVE_STDINT_H > | # include <stdint.h> > | #endif > | #ifdef HAVE_STRINGS_H > | # include <strings.h> > | #endif > | #ifdef HAVE_SYS_TYPES_H > | # include <sys/types.h> > | #endif > | #ifdef HAVE_SYS_STAT_H > | # include <sys/stat.h> > | #endif > | #ifdef HAVE_UNISTD_H > | # include <unistd.h> > | #endif > | #ifndef __cplusplus > | # ifdef HAVE_STDBOOL_H > | # include <stdbool.h> > | # endif > | #endif > | int > | main (void) > | { > | if (sizeof ((time_t))) > | return 0; > | ; > | return 0; > | } > configure:7605: result: yes > configure:7616: checking for unsigned long long int > configure:7658: gcc -o conftest -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c >&5 > configure:7658: $? = 0 > configure:7668: result: yes > configure:7678: checking for long long int > configure:7720: gcc -o conftest -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c >&5 > configure:7720: $? = 0 > configure:7720: ./conftest > configure:7720: $? = 0 > configure:7733: result: yes > configure:7742: checking for unsigned long long int > configure:7794: result: yes > configure:7803: checking for gcc options needed to detect all undeclared > functions > configure:7825: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > conftest.c: In function 'main': > conftest.c:47:8: error: 'strchr' undeclared (first use in this function) > 47 | (void) strchr; > | ^~~~~~ > conftest.c:1:1: note: 'strchr' is defined in header '<string.h>'; did you > forget to '#include <string.h>'? > 1 | /* confdefs.h */ > conftest.c:47:8: note: each undeclared identifier is reported only once for > each function it appears in > 47 | (void) strchr; > | ^~~~~~ > configure:7825: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "libstatgrab" > | #define PACKAGE_TARNAME "libstatgrab" > | #define PACKAGE_VERSION "0.92" > | #define PACKAGE_STRING "libstatgrab 0.92" > | #define PACKAGE_BUGREPORT "https://libstatgrab.org/issues" > | #define PACKAGE_URL "https://libstatgrab.org/" > | #define PACKAGE "libstatgrab" > | #define VERSION "0.92" > | #define PACKAGE "libstatgrab" > | #define VERSION "0.92" > | #define OS_TYPE "linux-gnu" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_SYS_TIME_H 1 > | #define STDC_HEADERS 1 > | #define TIME_WITH_SYS_TIME 1 > | #define HAVE__BOOL 1 > | #define HAVE_ASSERT_H 1 > | #define HAVE_CTYPE_H 1 > | #define HAVE_ERRNO_H 1 > | #define HAVE_FLOAT_H 1 > | #define HAVE_LIMITS_H 1 > | #define HAVE_LOCALE_H 1 > | #define HAVE_MATH_H 1 > | #define HAVE_SETJMP_H 1 > | #define HAVE_SIGNAL_H 1 > | #define HAVE_STDARG_H 1 > | #define HAVE_STDDEF_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_UNSIGNED_LONG_LONG_INT 1 > | #define HAVE_LONG_LONG_INT 1 > | #define HAVE_UNSIGNED_LONG_LONG_INT 1 > | /* end confdefs.h. */ > | > | int > | main (void) > | { > | (void) strchr; > | ; > | return 0; > | } > configure:7852: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:7852: $? = 0 > configure:7869: result: none needed > configure:7883: checking whether _AIX is declared > configure:7883: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > conftest.c: In function 'main': > conftest.c:83:10: error: '_AIX' undeclared (first use in this function) > 83 | (void) _AIX; > | ^~~~ > conftest.c:83:10: note: each undeclared identifier is reported only once for > each function it appears in > configure:7883: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "libstatgrab" > | #define PACKAGE_TARNAME "libstatgrab" > | #define PACKAGE_VERSION "0.92" > | #define PACKAGE_STRING "libstatgrab 0.92" > | #define PACKAGE_BUGREPORT "https://libstatgrab.org/issues" > | #define PACKAGE_URL "https://libstatgrab.org/" > | #define PACKAGE "libstatgrab" > | #define VERSION "0.92" > | #define PACKAGE "libstatgrab" > | #define VERSION "0.92" > | #define OS_TYPE "linux-gnu" > | #define HAVE_STDIO_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_INTTYPES_H 1 > | #define HAVE_STDINT_H 1 > | #define HAVE_STRINGS_H 1 > | #define HAVE_SYS_STAT_H 1 > | #define HAVE_SYS_TYPES_H 1 > | #define HAVE_UNISTD_H 1 > | #define HAVE_SYS_TIME_H 1 > | #define STDC_HEADERS 1 > | #define TIME_WITH_SYS_TIME 1 > | #define HAVE__BOOL 1 > | #define HAVE_ASSERT_H 1 > | #define HAVE_CTYPE_H 1 > | #define HAVE_ERRNO_H 1 > | #define HAVE_FLOAT_H 1 > | #define HAVE_LIMITS_H 1 > | #define HAVE_LOCALE_H 1 > | #define HAVE_MATH_H 1 > | #define HAVE_SETJMP_H 1 > | #define HAVE_SIGNAL_H 1 > | #define HAVE_STDARG_H 1 > | #define HAVE_STDDEF_H 1 > | #define HAVE_STDLIB_H 1 > | #define HAVE_STRING_H 1 > | #define HAVE_UNSIGNED_LONG_LONG_INT 1 > | #define HAVE_LONG_LONG_INT 1 > | #define HAVE_UNSIGNED_LONG_LONG_INT 1 > | /* end confdefs.h. */ > | #include <stddef.h> > | #ifdef HAVE_STDIO_H > | # include <stdio.h> > | #endif > | #ifdef HAVE_STDLIB_H > | # include <stdlib.h> > | #endif > | #ifdef HAVE_STRING_H > | # include <string.h> > | #endif > | #ifdef HAVE_INTTYPES_H > | # include <inttypes.h> > | #endif > | #ifdef HAVE_STDINT_H > | # include <stdint.h> > | #endif > | #ifdef HAVE_STRINGS_H > | # include <strings.h> > | #endif > | #ifdef HAVE_SYS_TYPES_H > | # include <sys/types.h> > | #endif > | #ifdef HAVE_SYS_STAT_H > | # include <sys/stat.h> > | #endif > | #ifdef HAVE_UNISTD_H > | # include <unistd.h> > | #endif > | #ifndef __cplusplus > | # ifdef HAVE_STDBOOL_H > | # include <stdbool.h> > | # endif > | #endif > | int > | main (void) > | { > | #ifndef _AIX > | #ifdef __cplusplus > | (void) _AIX; > | #else > | (void) _AIX; > | #endif > | #endif > | > | ; > | return 0; > | } > configure:7883: result: no > configure:7888: checking whether __linux is declared > configure:7888: gcc -c -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time > -D_FORTIFY_SOURCE=2 conftest.c >&5 > configure:7888: $? = 0 > configure:7888: result: yes > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_build=x86_64-pc-linux-gnu > ac_cv_c_compiler_gnu=yes > ac_cv_c_const=yes > ac_cv_c_inline=inline > ac_cv_c_int16_t=yes > ac_cv_c_int32_t=yes > ac_cv_c_int64_t=yes > ac_cv_c_int8_t=yes > ac_cv_c_uint16_t=yes > ac_cv_c_uint32_t=yes > ac_cv_c_uint64_t=yes > ac_cv_c_uint8_t=yes > ac_cv_c_undeclared_builtin_options='none needed' > ac_cv_cxx_compiler_gnu=yes > ac_cv_env_CCC_set= > ac_cv_env_CCC_value= > ac_cv_env_CC_set= > ac_cv_env_CC_value= > ac_cv_env_CFLAGS_set=set > ac_cv_env_CFLAGS_value='-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security' > ac_cv_env_CPPFLAGS_set=set > ac_cv_env_CPPFLAGS_value='-Wdate-time -D_FORTIFY_SOURCE=2' > ac_cv_env_CPP_set= > ac_cv_env_CPP_value= > ac_cv_env_CXXCPP_set= > ac_cv_env_CXXCPP_value= > ac_cv_env_CXXFLAGS_set=set > ac_cv_env_CXXFLAGS_value='-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security' > ac_cv_env_CXX_set= > ac_cv_env_CXX_value= > ac_cv_env_LDFLAGS_set=set > ac_cv_env_LDFLAGS_value=-Wl,-z,relro > ac_cv_env_LIBS_set= > ac_cv_env_LIBS_value= > ac_cv_env_LT_SYS_LIBRARY_PATH_set= > ac_cv_env_LT_SYS_LIBRARY_PATH_value= > ac_cv_env_PKG_CONFIG_LIBDIR_set= > ac_cv_env_PKG_CONFIG_LIBDIR_value= > ac_cv_env_PKG_CONFIG_PATH_set= > ac_cv_env_PKG_CONFIG_PATH_value= > ac_cv_env_PKG_CONFIG_set= > ac_cv_env_PKG_CONFIG_value= > ac_cv_env_build_alias_set=set > ac_cv_env_build_alias_value=x86_64-linux-gnu > ac_cv_env_host_alias_set= > ac_cv_env_host_alias_value= > ac_cv_env_log4cplus_CFLAGS_set= > ac_cv_env_log4cplus_CFLAGS_value= > ac_cv_env_log4cplus_LIBS_set= > ac_cv_env_log4cplus_LIBS_value= > ac_cv_env_target_alias_set= > ac_cv_env_target_alias_value= > ac_cv_have_decl__AIX=no > ac_cv_have_decl___linux=yes > ac_cv_header_assert_h=yes > ac_cv_header_ctype_h=yes > ac_cv_header_errno_h=yes > ac_cv_header_float_h=yes > ac_cv_header_inttypes_h=yes > ac_cv_header_limits_h=yes > ac_cv_header_locale_h=yes > ac_cv_header_math_h=yes > ac_cv_header_setjmp_h=yes > ac_cv_header_signal_h=yes > ac_cv_header_stdarg_h=yes > ac_cv_header_stdbool_h=yes > ac_cv_header_stddef_h=yes > ac_cv_header_stdint_h=yes > ac_cv_header_stdio_h=yes > ac_cv_header_stdlib_h=yes > ac_cv_header_string_h=yes > ac_cv_header_strings_h=yes > ac_cv_header_sys_stat_h=yes > ac_cv_header_sys_time_h=yes > ac_cv_header_sys_types_h=yes > ac_cv_header_unistd_h=yes > ac_cv_host=x86_64-pc-linux-gnu > ac_cv_objext=o > ac_cv_path_EGREP='/bin/grep -E' > ac_cv_path_GREP=/bin/grep > ac_cv_path_SED=/bin/sed > ac_cv_path_install='/usr/bin/install -c' > ac_cv_path_mkdir=/bin/mkdir > ac_cv_prog_AWK=mawk > ac_cv_prog_CPP='gcc -E' > ac_cv_prog_ac_ct_AR=ar > ac_cv_prog_ac_ct_CC=gcc > ac_cv_prog_ac_ct_CXX=g++ > ac_cv_prog_cc_c11= > ac_cv_prog_cc_g=yes > ac_cv_prog_cc_stdc= > ac_cv_prog_cxx_11=no > ac_cv_prog_cxx_cxx11= > ac_cv_prog_cxx_g=yes > ac_cv_prog_cxx_stdcxx= > ac_cv_prog_make_make_set=yes > ac_cv_type__Bool=yes > ac_cv_type_long_long_int=yes > ac_cv_type_off_t=yes > ac_cv_type_pid_t=yes > ac_cv_type_size_t=yes > ac_cv_type_ssize_t=yes > ac_cv_type_time_t=yes > ac_cv_type_uid_t=yes > ac_cv_type_unsigned_long_long_int=yes > am_cv_CC_dependencies_compiler_type=none > am_cv_CXX_dependencies_compiler_type=none > am_cv_ar_interface=ar > am_cv_make_support_nested_variables=yes > am_cv_prog_cc_c_o=yes > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > ACLOCAL='${SHELL} '\''/<<PKGBUILDDIR>>/missing'\'' aclocal-1.16' > AMDEPBACKSLASH='' > AMDEP_FALSE='' > AMDEP_TRUE='#' > AMTAR='$${TAR-tar}' > AM_BACKSLASH='\' > AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' > AM_DEFAULT_VERBOSITY='1' > AM_V='$(V)' > AR='ar' > AUTOCONF='${SHELL} '\''/<<PKGBUILDDIR>>/missing'\'' autoconf' > AUTOHEADER='${SHELL} '\''/<<PKGBUILDDIR>>/missing'\'' autoheader' > AUTOMAKE='${SHELL} '\''/<<PKGBUILDDIR>>/missing'\'' automake-1.16' > AWK='mawk' > BIN_GROUP='' > BIN_OWNER='' > BIN_PERM='' > BUILD_MANPAGES_FALSE='' > BUILD_MANPAGES_TRUE='' > CC='gcc' > CCDEPMODE='depmode=none' > CFLAGS='-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong > -Wformat -Werror=format-security' > CLIBFLAGS='' > CPP='gcc -E' > CPPFLAGS='-Wdate-time -D_FORTIFY_SOURCE=2' > CSCOPE='cscope' > CTAGS='ctags' > CXX='g++' > CXXCPP='' > CXXDEPMODE='depmode=none' > CXXFLAGS='-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -Wformat -Werror=format-security' > CYGPATH_W='echo' > DEFS='' > DEPDIR='.deps' > DLLTOOL='' > DOCBOOK2MAN='' > DSYMUTIL='' > DUMPBIN='' > ECHO_C='' > ECHO_N='-n' > ECHO_T='' > EGREP='/bin/grep -E' > ENABLE_THREADS_FALSE='' > ENABLE_THREADS_TRUE='' > ETAGS='etags' > EXAMPLES_FALSE='' > EXAMPLES_TRUE='' > EXEEXT='' > FGREP='' > GREP='/bin/grep' > HAVE_LIBLOG4CPLUS='' > INC_LOG4CPLUS='' > INSTALL_DATA='${INSTALL} -m 644' > INSTALL_PROGRAM='${INSTALL}' > INSTALL_SCRIPT='${INSTALL}' > INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' > LD='' > LDFLAGS='-Wl,-z,relro' > LIBOBJS='' > LIBS='' > LIBS_LOG4CPLUS='' > LIBTOOL='' > LINKFLAGS='' > LIPO='' > LN_S='' > LTLIBOBJS='' > LT_SYS_LIBRARY_PATH='' > MAINT='#' > MAINTAINER_MODE_FALSE='' > MAINTAINER_MODE_TRUE='#' > MAKEINFO='${SHELL} '\''/<<PKGBUILDDIR>>/missing'\'' makeinfo' > MANIFEST_TOOL='' > MANPAGES_FALSE='' > MANPAGES_TRUE='' > MINGW_FALSE='' > MINGW_TRUE='' > MKDIR_P='/bin/mkdir -p' > NM='' > NMEDIT='' > OBJDUMP='' > OBJEXT='o' > OTOOL64='' > OTOOL='' > PACKAGE='libstatgrab' > PACKAGE_BUGREPORT='https://libstatgrab.org/issues' > PACKAGE_NAME='libstatgrab' > PACKAGE_STRING='libstatgrab 0.92' > PACKAGE_TARNAME='libstatgrab' > PACKAGE_URL='https://libstatgrab.org/' > PACKAGE_VERSION='0.92' > PATH_SEPARATOR=':' > PERL5='' > PKG_CONFIG='' > PKG_CONFIG_LIBDIR='' > PKG_CONFIG_PATH='' > PTHREAD_CC='' > PTHREAD_CFLAGS='' > PTHREAD_LIBS='' > RANLIB='' > SAIDARCPPFLAGS='' > SAIDARLIBS='' > SAIDAR_FALSE='' > SAIDAR_TRUE='' > SED='/bin/sed' > SETGIDBINS_FALSE='' > SETGIDBINS_TRUE='' > SETUIDBINS_FALSE='' > SETUIDBINS_TRUE='' > SET_MAKE='' > SG_EXPORT='' > SG_IMPORT='' > SG_PRIVATE='' > SHELL='/bin/bash' > STATGRABCPPFLAGS='' > STATGRABLIBS='' > STATGRAB_FALSE='' > STATGRAB_TRUE='' > STRIP='' > TESTS_FALSE='' > TESTS_TRUE='' > TEST_SCRIPTS_FALSE='' > TEST_SCRIPTS_TRUE='' > VERSION='0.92' > WITH_FULL_CONSOLE_LOGGER_FALSE='' > WITH_FULL_CONSOLE_LOGGER_TRUE='' > WITH_LIBLOG4CPLUS='' > WITH_LIBLOG4CPLUS_FALSE='' > WITH_LIBLOG4CPLUS_TRUE='' > WITH_THREADS_CONFIGURED='' > WITH_VISIBILITY_SUPPORT='' > ac_ct_AR='ar' > ac_ct_CC='gcc' > ac_ct_CXX='g++' > ac_ct_DUMPBIN='' > am__EXEEXT_FALSE='' > am__EXEEXT_TRUE='' > am__fastdepCC_FALSE='' > am__fastdepCC_TRUE='#' > am__fastdepCXX_FALSE='' > am__fastdepCXX_TRUE='#' > am__include='include' > am__isrc='' > am__leading_dot='.' > am__nodep='' > am__quote='' > am__tar='$${TAR-tar} chof - "$$tardir"' > am__untar='$${TAR-tar} xf -' > ax_pthread_config='' > bindir='${exec_prefix}/bin' > build='x86_64-pc-linux-gnu' > build_alias='x86_64-linux-gnu' > build_cpu='x86_64' > build_os='linux-gnu' > build_vendor='pc' > datadir='${datarootdir}' > datarootdir='${prefix}/share' > docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' > dvidir='${docdir}' > exec_prefix='NONE' > host='x86_64-pc-linux-gnu' > host_alias='' > host_cpu='x86_64' > host_os='linux-gnu' > host_vendor='pc' > htmldir='${docdir}' > includedir='${prefix}/include' > infodir='${prefix}/share/info' > install_sh='${SHELL} /<<PKGBUILDDIR>>/install-sh' > libdir='${prefix}/lib/x86_64-linux-gnu' > libexecdir='${prefix}/lib/x86_64-linux-gnu' > localedir='${datarootdir}/locale' > localstatedir='/var' > log4cplus_CFLAGS='' > log4cplus_LIBS='' > mandir='${prefix}/share/man' > mkdir_p='$(MKDIR_P)' > oldincludedir='/usr/include' > pdfdir='${docdir}' > prefix='/usr' > program_transform_name='s,x,x,' > psdir='${docdir}' > runstatedir='${localstatedir}/run' > sbindir='${exec_prefix}/sbin' > sharedstatedir='${prefix}/com' > sysconfdir='/etc' > target_alias='' > > ## ----------- ## > ## confdefs.h. ## > ## ----------- ## > > /* confdefs.h */ > #define PACKAGE_NAME "libstatgrab" > #define PACKAGE_TARNAME "libstatgrab" > #define PACKAGE_VERSION "0.92" > #define PACKAGE_STRING "libstatgrab 0.92" > #define PACKAGE_BUGREPORT "https://libstatgrab.org/issues" > #define PACKAGE_URL "https://libstatgrab.org/" > #define PACKAGE "libstatgrab" > #define VERSION "0.92" > #define PACKAGE "libstatgrab" > #define VERSION "0.92" > #define OS_TYPE "linux-gnu" > #define HAVE_STDIO_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_INTTYPES_H 1 > #define HAVE_STDINT_H 1 > #define HAVE_STRINGS_H 1 > #define HAVE_SYS_STAT_H 1 > #define HAVE_SYS_TYPES_H 1 > #define HAVE_UNISTD_H 1 > #define HAVE_SYS_TIME_H 1 > #define STDC_HEADERS 1 > #define TIME_WITH_SYS_TIME 1 > #define HAVE__BOOL 1 > #define HAVE_ASSERT_H 1 > #define HAVE_CTYPE_H 1 > #define HAVE_ERRNO_H 1 > #define HAVE_FLOAT_H 1 > #define HAVE_LIMITS_H 1 > #define HAVE_LOCALE_H 1 > #define HAVE_MATH_H 1 > #define HAVE_SETJMP_H 1 > #define HAVE_SIGNAL_H 1 > #define HAVE_STDARG_H 1 > #define HAVE_STDDEF_H 1 > #define HAVE_STDLIB_H 1 > #define HAVE_STRING_H 1 > #define HAVE_UNSIGNED_LONG_LONG_INT 1 > #define HAVE_LONG_LONG_INT 1 > #define HAVE_UNSIGNED_LONG_LONG_INT 1 > > configure: exit 2 > dh_auto_configure: error: ./configure --build=x86_64-linux-gnu --prefix=/usr > --includedir=\${prefix}/include --mandir=\${prefix}/share/man > --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var > --disable-option-checking --disable-silent-rules > --libdir=\${prefix}/lib/x86_64-linux-gnu > --libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode > --disable-dependency-tracking returned exit code 2 > make: *** [debian/rules:7: build] Error 25 The full build log is available from: http://qa-logs.debian.net/2021/10/23/libstatgrab_0.92-2_unstable.log A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! If you reassign this bug to another package, please marking it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects If you fail to reproduce this, please provide a build log and diff it with mine so that we can identify if something relevant changed in the meantime.