View Issue Details

IDProjectCategoryView StatusLast Update
0005826libmicrohttpdbuild systempublic2021-09-02 17:54
ReporterTuxHandwerker Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformX86_64OSCentOSOS Version7.6
Product Version0.9.66 
Target Version0.9.67Fixed in Version0.9.67 
Summary0005826: Software tests fails using gcc 8.3.1
Descriptionmake check will fail's with:
gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include -I../../src/microhttpd -fvisibility=hidden -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -c -o test_md5.o test_md5.c
test_md5.c: In function 'test1_str':
test_md5.c:226:3: error: 'for' loop initial declarations are only allowed in C99 mode
   for (unsigned int i = 0; i < units1_num; i++)
   ^
test_md5.c:226:3: note: use option -std=c99 or -std=gnu99 to compile your code
test_md5.c: In function 'test1_bin':
test_md5.c:243:3: error: 'for' loop initial declarations are only allowed in C99 mode
   for (unsigned int i = 0; i < units2_num; i++)
   ^
test_md5.c: In function 'test2_str':
test_md5.c:261:3: error: 'for' loop initial declarations are only allowed in C99 mode
   for (unsigned int i = 0; i < units1_num; i++)
   ^
test_md5.c: In function 'test2_bin':
test_md5.c:280:3: error: 'for' loop initial declarations are only allowed in C99 mode
   for (unsigned int i = 0; i < units2_num; i++)
TagsNo tags attached.
Attached Files
config.log (221,228 bytes)   
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by GNU Libmicrohttpd configure 0.9.66, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --libdir=/usr/lib64/gvm-helper --includedir=/usr/include/gvm-helper --prefix=/usr --disable-static

## --------- ##
## Platform. ##
## --------- ##

hostname = localhost.localdomain
uname -m = x86_64
uname -r = 3.10.0-957.12.1.el7.x86_64
uname -s = Linux
uname -v = #1 SMP Mon Apr 29 14:59:59 UTC 2019

/usr/bin/uname -p = x86_64
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: ../libassuan-2.5.3/src
PATH: ../libgpg-error-1.36/src
PATH: /opt/rh/devtoolset-8/root/usr/bin
PATH: /usr/lib64/ccache
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/sbin
PATH: /builddir/.local/bin
PATH: /builddir/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2703: checking for a BSD-compatible install
configure:2771: result: /usr/bin/install -c
configure:2782: checking whether build environment is sane
configure:2837: result: yes
configure:2988: checking for a thread-safe mkdir -p
configure:3027: result: /usr/bin/mkdir -p
configure:3034: checking for gawk
configure:3050: found /usr/bin/gawk
configure:3061: result: gawk
configure:3072: checking whether make sets $(MAKE)
configure:3094: result: yes
configure:3123: checking whether make supports nested variables
configure:3140: result: yes
configure:3277: checking whether z/OS special settings are required
configure:3298: result: no
configure:3308: checking for gawk
configure:3335: result: gawk
configure:3346: checking for grep that handles long lines and -e
configure:3404: result: /usr/bin/grep
configure:3410: checking whether ln -s works
configure:3414: result: yes
configure:3421: checking whether make sets $(MAKE)
configure:3443: result: yes
configure:3456: checking build system type
configure:3470: result: x86_64-redhat-linux-gnu
configure:3490: checking host system type
configure:3503: result: x86_64-redhat-linux-gnu
configure:3527: checking whether make supports the include directive
configure:3542: make -f confmf.GNU && cat confinc.out
this is the am__doit target
configure:3545: $? = 0
configure:3564: result: yes (GNU style)
configure:3594: checking for x86_64-redhat-linux-gnu-gcc
configure:3624: result: no
configure:3634: checking for gcc
configure:3650: found /opt/rh/devtoolset-8/root/usr/bin/gcc
configure:3661: result: gcc
configure:3890: checking for C compiler version
configure:3899: gcc --version >&5
gcc (GCC) 8.3.1 20190311 (Red Hat 8.3.1-3)
Copyright (C) 2018 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:3910: $? = 0
configure:3899: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,lto --prefix=/opt/rh/devtoolset-8/root/usr --mandir=/opt/rh/devtoolset-8/root/usr/share/man --infodir=/opt/rh/devtoolset-8/root/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --with-linker-hash-style=gnu --with-default-libstdcxx-abi=gcc4-compatible --enable-plugin --enable-initfini-array --with-isl=/builddir/build/BUILD/gcc-8.3.1-20190311/obj-x86_64-redhat-linux/isl-install --disable-libmpx --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux
Thread model: posix
gcc version 8.3.1 20190311 (Red Hat 8.3.1-3) (GCC) 
configure:3910: $? = 0
configure:3899: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3910: $? = 1
configure:3899: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:3910: $? = 1
configure:3930: checking whether the C compiler works
configure:3952: gcc -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  >&5
configure:3956: $? = 0
configure:4004: result: yes
configure:4007: checking for C compiler default output file name
configure:4009: result: a.out
configure:4015: checking for suffix of executables
configure:4022: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  >&5
configure:4026: $? = 0
configure:4048: result: 
configure:4070: checking whether we are cross compiling
configure:4078: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  >&5
configure:4082: $? = 0
configure:4089: ./conftest
configure:4093: $? = 0
configure:4108: result: no
configure:4113: checking for suffix of object files
configure:4135: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
configure:4139: $? = 0
configure:4160: result: o
configure:4164: checking whether we are using the GNU C compiler
configure:4183: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
configure:4183: $? = 0
configure:4192: result: yes
configure:4201: checking whether gcc accepts -g
configure:4221: gcc -c -g  conftest.c >&5
configure:4221: $? = 0
configure:4262: result: yes
configure:4279: checking for gcc option to accept ISO C89
configure:4342: gcc  -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
configure:4342: $? = 0
configure:4355: result: none needed
configure:4380: checking whether gcc understands -c and -o together
configure:4402: gcc -c conftest.c -o conftest2.o
configure:4405: $? = 0
configure:4402: gcc -c conftest.c -o conftest2.o
configure:4405: $? = 0
configure:4417: result: yes
configure:4436: checking dependency style of gcc
configure:4547: result: none
configure:4566: checking for gcc option to accept ISO C99
configure:4715: gcc  -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
conftest.c: In function 'test_varargs':
conftest.c:82:9: warning: variable 'fnumber' set but not used [-Wunused-but-set-variable]
   float fnumber;
         ^~~~~~~
conftest.c:81:7: warning: variable 'number' set but not used [-Wunused-but-set-variable]
   int number;
       ^~~~~~
conftest.c:80:15: warning: variable 'str' set but not used [-Wunused-but-set-variable]
   const char *str;
               ^~~
configure:4715: $? = 0
configure:4728: result: none needed
configure:4836: checking for gcc option to accept ISO Standard C
configure:4847: result: none needed
configure:4860: checking how to run the C preprocessor
configure:4891: gcc -E  conftest.c
configure:4891: $? = 0
configure:4905: gcc -E  conftest.c
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:4905: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libmicrohttpd"
| #define PACKAGE_TARNAME "libmicrohttpd"
| #define PACKAGE_VERSION "0.9.66"
| #define PACKAGE_STRING "GNU Libmicrohttpd 0.9.66"
| #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libmicrohttpd/"
| #define PACKAGE "libmicrohttpd"
| #define VERSION "0.9.66"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4930: result: gcc -E
configure:4950: gcc -E  conftest.c
configure:4950: $? = 0
configure:4964: gcc -E  conftest.c
conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:4964: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libmicrohttpd"
| #define PACKAGE_TARNAME "libmicrohttpd"
| #define PACKAGE_VERSION "0.9.66"
| #define PACKAGE_STRING "GNU Libmicrohttpd 0.9.66"
| #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libmicrohttpd/"
| #define PACKAGE "libmicrohttpd"
| #define VERSION "0.9.66"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4993: checking for presence of stdio.h
configure:5001: gcc -E  conftest.c
configure:5001: $? = 0
configure:5011: result: yes
configure:5014: checking for presence of wchar.h
configure:5022: gcc -E  conftest.c
configure:5022: $? = 0
configure:5032: result: yes
configure:5035: checking for presence of stdlib.h
configure:5043: gcc -E  conftest.c
configure:5043: $? = 0
configure:5053: result: yes
configure:5056: checking for presence of string.h
configure:5064: gcc -E  conftest.c
configure:5064: $? = 0
configure:5074: result: yes
configure:5077: checking for presence of strings.h
configure:5085: gcc -E  conftest.c
configure:5085: $? = 0
configure:5095: result: yes
configure:5098: checking for presence of stdint.h
configure:5106: gcc -E  conftest.c
configure:5106: $? = 0
configure:5116: result: yes
configure:5119: checking for presence of fcntl.h
configure:5127: gcc -E  conftest.c
configure:5127: $? = 0
configure:5137: result: yes
configure:5140: checking for presence of sys/types.h
configure:5148: gcc -E  conftest.c
configure:5148: $? = 0
configure:5158: result: yes
configure:5161: checking for presence of time.h
configure:5169: gcc -E  conftest.c
configure:5169: $? = 0
configure:5179: result: yes
configure:5182: checking for presence of unistd.h
configure:5190: gcc -E  conftest.c
configure:5190: $? = 0
configure:5200: result: yes
configure:5271: checking for fgrep
configure:5333: result: /usr/bin/grep -F
configure:5347: checking whether _GNU_SOURCE is already defined
configure:5370: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
conftest.c:14:2: error: #error _GNU_SOURCE is not defined
 #error _GNU_SOURCE is not defined
  ^~~~~
conftest.c:15:1: error: unknown type name 'choke'
 choke me now;
 ^~~~~
conftest.c:15:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'now'
 choke me now;
          ^~~
configure:5370: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libmicrohttpd"
| #define PACKAGE_TARNAME "libmicrohttpd"
| #define PACKAGE_VERSION "0.9.66"
| #define PACKAGE_STRING "GNU Libmicrohttpd 0.9.66"
| #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libmicrohttpd/"
| #define PACKAGE "libmicrohttpd"
| #define VERSION "0.9.66"
| /* end confdefs.h.  */
| 
| 
| #ifndef _GNU_SOURCE
| #error _GNU_SOURCE is not defined
| choke me now;
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
| 
configure:5381: result: no
configure:5386: checking whether headers accept _GNU_SOURCE
configure:5409: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
configure:5409: $? = 0
configure:5419: result: yes
configure:5444: checking whether to try __BSD_VISIBLE macro
configure:5474: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
configure:5474: $? = 0
configure:5483: result: no
configure:5578: checking whether to try _DARWIN_C_SOURCE macro
configure:5601: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
conftest.c:15:2: error: #error __APPLE__ is not defined
 #error __APPLE__ is not defined
  ^~~~~
conftest.c:16:1: error: unknown type name 'choke'
 choke me now;
 ^~~~~
conftest.c:16:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'now'
 choke me now;
          ^~~
configure:5601: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libmicrohttpd"
| #define PACKAGE_TARNAME "libmicrohttpd"
| #define PACKAGE_VERSION "0.9.66"
| #define PACKAGE_STRING "GNU Libmicrohttpd 0.9.66"
| #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libmicrohttpd/"
| #define PACKAGE "libmicrohttpd"
| #define VERSION "0.9.66"
| /* end confdefs.h.  */
| 
| #define _GNU_SOURCE 1
| 
| #ifndef __APPLE__
| #error __APPLE__ is not defined
| choke me now;
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
| 
configure:5612: result: no
configure:5708: checking whether to try __EXTENSIONS__ macro
configure:5731: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
conftest.c:15:2: error: #error __sun is not defined
 #error __sun is not defined
  ^~~~~
conftest.c:16:1: error: unknown type name 'choke'
 choke me now;
 ^~~~~
conftest.c:16:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'now'
 choke me now;
          ^~~
configure:5731: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libmicrohttpd"
| #define PACKAGE_TARNAME "libmicrohttpd"
| #define PACKAGE_VERSION "0.9.66"
| #define PACKAGE_STRING "GNU Libmicrohttpd 0.9.66"
| #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libmicrohttpd/"
| #define PACKAGE "libmicrohttpd"
| #define VERSION "0.9.66"
| /* end confdefs.h.  */
| 
| #define _GNU_SOURCE 1
| 
| #ifndef __sun
| #error __sun is not defined
| choke me now;
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
| 
configure:5742: result: no
configure:5838: checking whether to try _NETBSD_SOURCE macro
configure:5861: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
conftest.c:15:2: error: #error __NetBSD__ is not defined
 #error __NetBSD__ is not defined
  ^~~~~
conftest.c:16:1: error: unknown type name 'choke'
 choke me now;
 ^~~~~
conftest.c:16:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'now'
 choke me now;
          ^~~
configure:5861: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libmicrohttpd"
| #define PACKAGE_TARNAME "libmicrohttpd"
| #define PACKAGE_VERSION "0.9.66"
| #define PACKAGE_STRING "GNU Libmicrohttpd 0.9.66"
| #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libmicrohttpd/"
| #define PACKAGE "libmicrohttpd"
| #define VERSION "0.9.66"
| /* end confdefs.h.  */
| 
| #define _GNU_SOURCE 1
| 
| #ifndef __NetBSD__
| #error __NetBSD__ is not defined
| choke me now;
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
| 
configure:5872: result: no
configure:5968: checking whether to try _BSD_SOURCE macro
configure:5991: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
conftest.c:15:2: error: #error __OpenBSD__ is not defined
 #error __OpenBSD__ is not defined
  ^~~~~
conftest.c:16:1: error: unknown type name 'choke'
 choke me now;
 ^~~~~
conftest.c:16:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'now'
 choke me now;
          ^~~
configure:5991: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libmicrohttpd"
| #define PACKAGE_TARNAME "libmicrohttpd"
| #define PACKAGE_VERSION "0.9.66"
| #define PACKAGE_STRING "GNU Libmicrohttpd 0.9.66"
| #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libmicrohttpd/"
| #define PACKAGE "libmicrohttpd"
| #define VERSION "0.9.66"
| /* end confdefs.h.  */
| 
| #define _GNU_SOURCE 1
| 
| #ifndef __OpenBSD__
| #error __OpenBSD__ is not defined
| choke me now;
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
| 
configure:6002: result: no
configure:6098: checking whether to try _TANDEM_SOURCE macro
configure:6121: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
conftest.c:15:2: error: #error __TANDEM is not defined
 #error __TANDEM is not defined
  ^~~~~
conftest.c:16:1: error: unknown type name 'choke'
 choke me now;
 ^~~~~
conftest.c:16:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'now'
 choke me now;
          ^~~
configure:6121: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libmicrohttpd"
| #define PACKAGE_TARNAME "libmicrohttpd"
| #define PACKAGE_VERSION "0.9.66"
| #define PACKAGE_STRING "GNU Libmicrohttpd 0.9.66"
| #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libmicrohttpd/"
| #define PACKAGE "libmicrohttpd"
| #define VERSION "0.9.66"
| /* end confdefs.h.  */
| 
| #define _GNU_SOURCE 1
| 
| #ifndef __TANDEM
| #error __TANDEM is not defined
| choke me now;
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
| 
configure:6132: result: no
configure:6228: checking whether to try _ALL_SOURCE macro
configure:6249: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
conftest.c:13:2: error: #error Target is not z/OS, AIX or Interix
 #error Target is not z/OS, AIX or Interix
  ^~~~~
conftest.c:14:1: error: unknown type name 'choke'
 choke me now;
 ^~~~~
conftest.c:14:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'now'
 choke me now;
          ^~~
configure:6249: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libmicrohttpd"
| #define PACKAGE_TARNAME "libmicrohttpd"
| #define PACKAGE_VERSION "0.9.66"
| #define PACKAGE_STRING "GNU Libmicrohttpd 0.9.66"
| #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libmicrohttpd/"
| #define PACKAGE "libmicrohttpd"
| #define VERSION "0.9.66"
| /* end confdefs.h.  */
| 
| #if !defined(__TOS_MVS__) && !defined (__INTERIX)
| #error Target is not z/OS, AIX or Interix
| choke me now;
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:6258: result: no
configure:6357: checking whether _XOPEN_SOURCE is already defined
configure:6381: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
conftest.c:15:2: error: #error _XOPEN_SOURCE is not defined
 #error _XOPEN_SOURCE is not defined
  ^~~~~
conftest.c:16:1: error: unknown type name 'choke'
 choke me now;
 ^~~~~
conftest.c:16:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'now'
 choke me now;
          ^~~
configure:6381: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libmicrohttpd"
| #define PACKAGE_TARNAME "libmicrohttpd"
| #define PACKAGE_VERSION "0.9.66"
| #define PACKAGE_STRING "GNU Libmicrohttpd 0.9.66"
| #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libmicrohttpd/"
| #define PACKAGE "libmicrohttpd"
| #define VERSION "0.9.66"
| /* end confdefs.h.  */
| 
| #define _GNU_SOURCE 1
| 
| #ifndef _XOPEN_SOURCE
| #error _XOPEN_SOURCE is not defined
| choke me now;
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
| 
configure:6393: result: no
configure:6397: checking headers for POSIX.1-2008/SUSv4 features
configure:6476: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
configure:6476: $? = 0
configure:6477: Checked features work with undefined all extensions and without _XOPEN_SOURCE
configure:6487: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
configure:6487: $? = 0
configure:6488: Checked features work with extensions
configure:6498: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
configure:6498: $? = 0
configure:6499: Checked features work with extensions and with _XOPEN_SOURCE=700
configure:6511: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
conftest.c: In function 'main':
conftest.c:87:10: error: 'strnlen' undeclared (first use in this function); did you mean 'strlen'?
   (void) strnlen;
          ^~~~~~~
          strlen
conftest.c:87:10: note: each undeclared identifier is reported only once for each function it appears in
conftest.c:93:10: error: 'wcsnlen' undeclared (first use in this function); did you mean 'wcslen'?
   (void) wcsnlen;
          ^~~~~~~
          wcslen
conftest.c:107:10: error: 'renameat' undeclared (first use in this function); did you mean 'rename'?
   (void) renameat;
          ^~~~~~~~
          rename
conftest.c:111:10: error: 'getline' undeclared (first use in this function); did you mean 'getlogin'?
   (void) getline;
          ^~~~~~~
          getlogin
conftest.c:123:10: error: 'unsetenv' undeclared (first use in this function); did you mean 'getenv'?
   (void) unsetenv;
          ^~~~~~~~
          getenv
configure:6511: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libmicrohttpd"
| #define PACKAGE_TARNAME "libmicrohttpd"
| #define PACKAGE_VERSION "0.9.66"
| #define PACKAGE_STRING "GNU Libmicrohttpd 0.9.66"
| #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libmicrohttpd/"
| #define PACKAGE "libmicrohttpd"
| #define VERSION "0.9.66"
| /* end confdefs.h.  */
| 
| 
| #ifdef _GNU_SOURCE
| #undef _GNU_SOURCE
| #endif
| #ifdef _XOPEN_SOURCE
| #undef _XOPEN_SOURCE
| #endif
| #ifdef _XOPEN_SOURCE_EXTENDED
| #undef _XOPEN_SOURCE_EXTENDED
| #endif
| #ifdef _XOPEN_VERSION
| #undef _XOPEN_VERSION
| #endif
| #ifdef _POSIX_C_SOURCE
| #undef _POSIX_C_SOURCE
| #endif
| #ifdef _POSIX_SOURCE
| #undef _POSIX_SOURCE
| #endif
| #ifdef _DEFAULT_SOURCE
| #undef _DEFAULT_SOURCE
| #endif
| #ifdef _BSD_SOURCE
| #undef _BSD_SOURCE
| #endif
| #ifdef _SVID_SOURCE
| #undef _SVID_SOURCE
| #endif
| #ifdef __EXTENSIONS__
| #undef __EXTENSIONS__
| #endif
| #ifdef _ALL_SOURCE
| #undef _ALL_SOURCE
| #endif
| #ifdef _TANDEM_SOURCE
| #undef _TANDEM_SOURCE
| #endif
| #ifdef _DARWIN_C_SOURCE
| #undef _DARWIN_C_SOURCE
| #endif
| #ifdef __BSD_VISIBLE
| #undef __BSD_VISIBLE
| #endif
| #ifdef _NETBSD_SOURCE
| #undef _NETBSD_SOURCE
| #endif
| 
| 
| #define _POSIX_C_SOURCE 1
| #define  _ANSI_SOURCE 1
| 
| 
|  /* Start of MHD basic test includes */
| #include <stdio.h>
| #include <sys/types.h>
| #include <wchar.h>
| #include <stdlib.h>
| #include <string.h>
| #include <strings.h>
| #include <stdint.h>
| #include <fcntl.h>
| #include <time.h>
| #include <unistd.h>
|  /* End of MHD basic test includes */
| 
| 
| /* Check will be passed if ALL features are avalable
|  * and failed if ANY feature is not avalable. */
| int main()
| {
| 
| #ifndef stpncpy
|   (void) stpncpy;
| #endif
| #ifndef strnlen
|   (void) strnlen;
| #endif
| 
| #if !defined(__NetBSD__) && !defined(__OpenBSD__)
| /* NetBSD and OpenBSD didn't implement wcsnlen() for some reason. */
| #ifndef wcsnlen
|   (void) wcsnlen;
| #endif
| #endif
| 
| #ifdef __CYGWIN__
| /* The only depend function on Cygwin, but missing on some other platforms */
| #ifndef strndup
|   (void) strndup;
| #endif
| #endif
| 
| #ifndef __sun
| /* illumos forget to uncomment some _XPG7 macros. */
| #ifndef renameat
|   (void) renameat;
| #endif
| 
| #ifndef getline
|   (void) getline;
| #endif
| #endif /* ! __sun */
| 
| /* gmtime_r() becomes mandatory only in POSIX.1-2008. */
| #ifndef gmtime_r
|   (void) gmtime_r;
| #endif
| 
| /* unsetenv() actually defined in POSIX.1-2001 so it
|  * must be present with _XOPEN_SOURCE == 700 too. */
| #ifndef unsetenv
|   (void) unsetenv;
| #endif
| 
|   return 0;
| }
| 
| 
| 
configure:6516: Checked features DO NOT work with disabled extensions, with _POSIX_C_SOURCE=1 and _ANSI_SOURCE=1
configure:6801: result: available, works with _XOPEN_SOURCE=700, works with extension macro
configure:8044: checking for useful system-specific features
configure:8056: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
conftest.c:18:2: error: #error No useful system features.
 #error No useful system features.
  ^~~~~
conftest.c:19:1: error: unknown type name 'choke'
 choke me now;
 ^~~~~
conftest.c:19:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'now'
 choke me now;
          ^~~
configure:8056: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libmicrohttpd"
| #define PACKAGE_TARNAME "libmicrohttpd"
| #define PACKAGE_VERSION "0.9.66"
| #define PACKAGE_STRING "GNU Libmicrohttpd 0.9.66"
| #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libmicrohttpd/"
| #define PACKAGE "libmicrohttpd"
| #define VERSION "0.9.66"
| /* end confdefs.h.  */
| 
| #define _GNU_SOURCE 1
| 
| 
| #ifdef __APPLE__
| #include <sys/socket.h>
| #else
| #error No useful system features.
| choke me now;
| #endif
| 
| int main()
| {
| #ifdef __APPLE__
| #ifndef sendfile
|   (void) sendfile;
| #endif
| #endif
|   return 0;
| }
| 
| 
configure:8064: result: no
configure:8124: checking for final set of defined symbols
configure:8147: result: _GNU_SOURCE _XOPEN_SOURCE=700
configure:8205: checking how to print strings
configure:8232: result: printf
configure:8253: checking for a sed that does not truncate output
configure:8317: result: /usr/bin/sed
configure:8335: checking for egrep
configure:8397: result: /usr/bin/grep -E
configure:8432: checking for ld used by gcc
configure:8499: result: /opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/ld
configure:8506: checking if the linker (/opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/ld) is GNU ld
configure:8521: result: yes
configure:8533: checking for BSD- or MS-compatible name lister (nm)
configure:8587: result: /opt/rh/devtoolset-8/root/usr/bin/nm -B
configure:8717: checking the name lister (/opt/rh/devtoolset-8/root/usr/bin/nm -B) interface
configure:8724: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
configure:8727: /opt/rh/devtoolset-8/root/usr/bin/nm -B "conftest.o"
configure:8730: output
0000000000000000 B some_variable
configure:8737: result: BSD nm
configure:8741: checking the maximum length of command line arguments
configure:8872: result: 1572864
configure:8920: checking how to convert x86_64-redhat-linux-gnu file names to x86_64-redhat-linux-gnu format
configure:8960: result: func_convert_file_noop
configure:8967: checking how to convert x86_64-redhat-linux-gnu file names to toolchain format
configure:8987: result: func_convert_file_noop
configure:8994: checking for /opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/ld option to reload object files
configure:9001: result: -r
configure:9035: checking for x86_64-redhat-linux-gnu-objdump
configure:9065: result: no
configure:9075: checking for objdump
configure:9091: found /opt/rh/devtoolset-8/root/usr/bin/objdump
configure:9102: result: objdump
configure:9131: checking how to recognize dependent libraries
configure:9331: result: pass_all
configure:9376: checking for x86_64-redhat-linux-gnu-dlltool
configure:9406: result: no
configure:9416: checking for dlltool
configure:9446: result: no
configure:9473: checking how to associate runtime and link libraries
configure:9500: result: printf %s\n
configure:9516: checking for x86_64-redhat-linux-gnu-ar
configure:9546: result: no
configure:9560: checking for ar
configure:9576: found /opt/rh/devtoolset-8/root/usr/bin/ar
configure:9587: result: ar
configure:9624: checking for archiver @FILE support
configure:9641: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
configure:9641: $? = 0
configure:9644: ar cru libconftest.a @conftest.lst >&5
configure:9647: $? = 0
configure:9652: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:9655: $? = 1
configure:9667: result: @
configure:9685: checking for x86_64-redhat-linux-gnu-strip
configure:9715: result: no
configure:9725: checking for strip
configure:9741: found /opt/rh/devtoolset-8/root/usr/bin/strip
configure:9752: result: strip
configure:9784: checking for x86_64-redhat-linux-gnu-ranlib
configure:9814: result: no
configure:9824: checking for ranlib
configure:9840: found /opt/rh/devtoolset-8/root/usr/bin/ranlib
configure:9851: result: ranlib
configure:9953: checking command to parse /opt/rh/devtoolset-8/root/usr/bin/nm -B output from gcc object
configure:10106: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
configure:10109: $? = 0
configure:10113: /opt/rh/devtoolset-8/root/usr/bin/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:10179: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c conftstm.o >&5
configure:10182: $? = 0
configure:10220: result: ok
configure:10267: checking for sysroot
configure:10297: result: no
configure:10304: checking for a working dd
configure:10342: result: /usr/bin/dd
configure:10346: checking how to truncate binary pipes
configure:10361: result: /usr/bin/dd bs=4096 count=1
configure:10497: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
configure:10500: $? = 0
configure:10650: checking for x86_64-redhat-linux-gnu-mt
configure:10680: result: no
configure:10690: checking for mt
configure:10720: result: no
configure:10740: checking if : is a manifest tool
configure:10746: : '-?'
configure:10754: result: no
configure:11426: checking for ANSI C header files
configure:11446: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
configure:11446: $? = 0
configure:11519: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  >&5
configure:11519: $? = 0
configure:11519: ./conftest
configure:11519: $? = 0
configure:11530: result: yes
configure:11543: checking for sys/types.h
configure:11543: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
configure:11543: $? = 0
configure:11543: result: yes
configure:11543: checking for sys/stat.h
configure:11543: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
configure:11543: $? = 0
configure:11543: result: yes
configure:11543: checking for stdlib.h
configure:11543: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
configure:11543: $? = 0
configure:11543: result: yes
configure:11543: checking for string.h
configure:11543: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
configure:11543: $? = 0
configure:11543: result: yes
configure:11543: checking for memory.h
configure:11543: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
configure:11543: $? = 0
configure:11543: result: yes
configure:11543: checking for strings.h
configure:11543: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
configure:11543: $? = 0
configure:11543: result: yes
configure:11543: checking for inttypes.h
configure:11543: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
configure:11543: $? = 0
configure:11543: result: yes
configure:11543: checking for stdint.h
configure:11543: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
configure:11543: $? = 0
configure:11543: result: yes
configure:11543: checking for unistd.h
configure:11543: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
configure:11543: $? = 0
configure:11543: result: yes
configure:11557: checking for dlfcn.h
configure:11557: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
configure:11557: $? = 0
configure:11557: result: yes
configure:12111: checking for objdir
configure:12126: result: .libs
configure:12390: checking if gcc supports -fno-rtti -fno-exceptions
configure:12408: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
configure:12412: $? = 0
configure:12425: result: no
configure:12783: checking for gcc option to produce PIC
configure:12790: result: -fPIC -DPIC
configure:12798: checking if gcc PIC flag -fPIC -DPIC works
configure:12816: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  -fPIC -DPIC -DPIC conftest.c >&5
configure:12820: $? = 0
configure:12833: result: yes
configure:12862: checking if gcc static flag -static works
configure:12890: result: no
configure:12905: checking if gcc supports -c -o file.o
configure:12926: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  -o out/conftest2.o conftest.c >&5
configure:12930: $? = 0
configure:12952: result: yes
configure:12960: checking if gcc supports -c -o file.o
configure:13007: result: yes
configure:13040: checking whether the gcc linker (/opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/ld -m elf_x86_64) supports shared libraries
configure:14303: result: yes
configure:14340: checking whether -lc should be explicitly linked in
configure:14348: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
configure:14351: $? = 0
configure:14366: gcc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep  -lc  \>/dev/null 2\>\&1
configure:14369: $? = 0
configure:14383: result: no
configure:14543: checking dynamic linker characteristics
configure:15124: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-rpath -Wl,/foo conftest.c  >&5
configure:15124: $? = 0
configure:15373: result: GNU/Linux ld.so
configure:15495: checking how to hardcode library paths into programs
configure:15520: result: immediate
configure:16068: checking whether stripping libraries is possible
configure:16073: result: yes
configure:16108: checking if libtool supports shared libraries
configure:16110: result: yes
configure:16113: checking whether to build shared libraries
configure:16138: result: yes
configure:16141: checking whether to build static libraries
configure:16145: result: no
configure:16185: checking for x86_64-redhat-linux-gnu-windres
configure:16215: result: no
configure:16225: checking for windres
configure:16255: result: no
configure:16356: checking whether NLS is requested
configure:16365: result: yes
configure:16405: checking for msgfmt
configure: trying /usr/bin/msgfmt...
0 translated messages.
configure:16437: result: /usr/bin/msgfmt
configure:16446: checking for gmsgfmt
configure:16477: result: /usr/bin/msgfmt
configure:16527: checking for xgettext
configure: trying /usr/bin/xgettext...
/usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
configure:16559: result: /usr/bin/xgettext
configure:16604: checking for msgmerge
configure: trying /usr/bin/msgmerge...
configure:16635: result: /usr/bin/msgmerge
configure:16693: checking for ld used by gcc
configure:16760: result: /opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/ld -m elf_x86_64
configure:16767: checking if the linker (/opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/ld -m elf_x86_64) is GNU ld
configure:16782: result: yes
configure:16789: checking for shared library run path origin
configure:16802: result: done
configure:17374: checking for CFPreferencesCopyAppValue
configure:17392: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:25:10: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
 #include <CoreFoundation/CFPreferences.h>
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:17392: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libmicrohttpd"
| #define PACKAGE_TARNAME "libmicrohttpd"
| #define PACKAGE_VERSION "0.9.66"
| #define PACKAGE_STRING "GNU Libmicrohttpd 0.9.66"
| #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libmicrohttpd/"
| #define PACKAGE "libmicrohttpd"
| #define VERSION "0.9.66"
| #define _GNU_SOURCE 1
| #define _XOPEN_SOURCE 700
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <CoreFoundation/CFPreferences.h>
| int
| main ()
| {
| CFPreferencesCopyAppValue(NULL, NULL)
|   ;
|   return 0;
| }
configure:17401: result: no
configure:17408: checking for CFLocaleCopyCurrent
configure:17426: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:25:10: fatal error: CoreFoundation/CFLocale.h: No such file or directory
 #include <CoreFoundation/CFLocale.h>
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:17426: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libmicrohttpd"
| #define PACKAGE_TARNAME "libmicrohttpd"
| #define PACKAGE_VERSION "0.9.66"
| #define PACKAGE_STRING "GNU Libmicrohttpd 0.9.66"
| #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libmicrohttpd/"
| #define PACKAGE "libmicrohttpd"
| #define VERSION "0.9.66"
| #define _GNU_SOURCE 1
| #define _XOPEN_SOURCE 700
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <CoreFoundation/CFLocale.h>
| int
| main ()
| {
| CFLocaleCopyCurrent();
|   ;
|   return 0;
| }
configure:17435: result: no
configure:17484: checking for GNU gettext in libc
configure:17513: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  >&5
configure:17513: $? = 0
configure:17522: result: yes
configure:18369: checking whether to use NLS
configure:18371: result: yes
configure:18374: checking where the gettext function comes from
configure:18385: result: libc
configure:18488: checking for stdbool.h
configure:18488: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
configure:18488: $? = 0
configure:18488: result: yes
configure:18493: checking for bool
configure:18493: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
configure:18493: $? = 0
configure:18493: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
conftest.c: In function 'main':
conftest.c:36:19: error: expected expression before ')' token
 if (sizeof ((bool)))
                   ^
configure:18493: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libmicrohttpd"
| #define PACKAGE_TARNAME "libmicrohttpd"
| #define PACKAGE_VERSION "0.9.66"
| #define PACKAGE_STRING "GNU Libmicrohttpd 0.9.66"
| #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libmicrohttpd/"
| #define PACKAGE "libmicrohttpd"
| #define VERSION "0.9.66"
| #define _GNU_SOURCE 1
| #define _XOPEN_SOURCE 700
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| /* end confdefs.h.  */
| 
| #include <stdbool.h>
| 
| 
| 
| int
| main ()
| {
| if (sizeof ((bool)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:18493: result: yes
configure:18550: checking whether "true" is defined or builtin
configure:18577: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
configure:18577: $? = 0
configure:18585: result: yes
configure:18595: checking whether "false" is defined or builtin
configure:18622: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
configure:18622: $? = 0
configure:18630: result: yes
configure:18640: checking whether "true" and "false" could be used
configure:18668: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
configure:18668: $? = 0
configure:18676: result: yes
configure:18685: checking whether C compiler accepts -Werror=attributes
configure:18704: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  -Werror=attributes  conftest.c >&5
configure:18704: $? = 0
configure:18712: result: yes
configure:18718: checking whether -Werror=attributes actually works
configure:18731: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -Werror=attributes  conftest.c >&5
conftest.c:30:1: error: 'non_existing_attrb_dummy' attribute directive ignored [-Werror=attributes]
 __attribute__((non_existing_attrb_dummy)) int SimpleFunc(void) {return 3;}
 ^~~~~~~~~~~~~
cc1: some warnings being treated as errors
configure:18731: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libmicrohttpd"
| #define PACKAGE_TARNAME "libmicrohttpd"
| #define PACKAGE_VERSION "0.9.66"
| #define PACKAGE_STRING "GNU Libmicrohttpd 0.9.66"
| #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libmicrohttpd/"
| #define PACKAGE "libmicrohttpd"
| #define VERSION "0.9.66"
| #define _GNU_SOURCE 1
| #define _XOPEN_SOURCE 700
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_REAL_BOOL 1
| /* end confdefs.h.  */
| __attribute__((non_existing_attrb_dummy)) int SimpleFunc(void) {return 3;}
| int
| main ()
| {
| int r = SimpleFunc(); if (r) return r;
|   ;
|   return 0;
| }
configure:18739: result: yes
configure:18751: checking for function inline keywords suppoted by gcc
configure:18801: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -Werror=attributes  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  >&5
conftest.c: In function 'main':
conftest.c:48:28: warning: variable 'c' set but not used [-Wunused-but-set-variable]
        int a = 1, b = 100, c;
                            ^
configure:18801: $? = 0
configure:18826: result: inline __attribute__((always_inline))
configure:18832: checking for target host OS
configure:19030: result: Linux
configure:19349: checking whether gcc is Clang
configure:19374: result: no
configure:19497: checking whether pthreads work with -pthread
configure:19591: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -pthread  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c   >&5
configure:19591: $? = 0
configure:19600: result: yes
configure:19619: checking for joinable pthread attribute
configure:19637: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -pthread  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c   >&5
configure:19637: $? = 0
configure:19645: result: PTHREAD_CREATE_JOINABLE
configure:19659: checking whether more special flags are required for pthreads
configure:19672: result: no
configure:19680: checking for PTHREAD_PRIO_INHERIT
configure:19696: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -pthread  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c   >&5
conftest.c: In function 'main':
conftest.c:37:5: warning: unused variable 'i' [-Wunused-variable]
 int i = PTHREAD_PRIO_INHERIT;
     ^
configure:19696: $? = 0
configure:19705: result: yes
configure:19856: checking for threading lib to use with libmicrohttpd (auto)
configure:19937: result: posix
configure:19958: checking for pthread_np.h
configure:19958: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -pthread  conftest.c >&5
conftest.c:75:10: fatal error: pthread_np.h: No such file or directory
 #include <pthread_np.h>
          ^~~~~~~~~~~~~~
compilation terminated.
configure:19958: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libmicrohttpd"
| #define PACKAGE_TARNAME "libmicrohttpd"
| #define PACKAGE_VERSION "0.9.66"
| #define PACKAGE_STRING "GNU Libmicrohttpd 0.9.66"
| #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libmicrohttpd/"
| #define PACKAGE "libmicrohttpd"
| #define VERSION "0.9.66"
| #define _GNU_SOURCE 1
| #define _XOPEN_SOURCE 700
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_REAL_BOOL 1
| #define INLINE_FUNC 1
| #define _MHD_static_inline static inline __attribute__((always_inline))
| #define LINUX 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD_H 1
| #define MHD_USE_POSIX_THREADS 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 <pthread.h>
| 
| 
| 
| #include <pthread_np.h>
configure:19958: result: no
configure:19978: checking whether pthread_attr_setname_np is declared
configure:19978: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -pthread  conftest.c >&5
conftest.c: In function 'main':
conftest.c:50:10: error: 'pthread_attr_setname_np' undeclared (first use in this function); did you mean 'pthread_setname_np'?
   (void) pthread_attr_setname_np;
          ^~~~~~~~~~~~~~~~~~~~~~~
          pthread_setname_np
conftest.c:50:10: note: each undeclared identifier is reported only once for each function it appears in
configure:19978: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libmicrohttpd"
| #define PACKAGE_TARNAME "libmicrohttpd"
| #define PACKAGE_VERSION "0.9.66"
| #define PACKAGE_STRING "GNU Libmicrohttpd 0.9.66"
| #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libmicrohttpd/"
| #define PACKAGE "libmicrohttpd"
| #define VERSION "0.9.66"
| #define _GNU_SOURCE 1
| #define _XOPEN_SOURCE 700
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_REAL_BOOL 1
| #define INLINE_FUNC 1
| #define _MHD_static_inline static inline __attribute__((always_inline))
| #define LINUX 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD_H 1
| #define MHD_USE_POSIX_THREADS 1
| /* end confdefs.h.  */
| 
| #include <pthread.h>
| #ifdef HAVE_PTHREAD_NP_H
| #include <pthread_np.h>
| #endif
| 
| 
| int
| main ()
| {
| #ifndef pthread_attr_setname_np
| #ifdef __cplusplus
|   (void) pthread_attr_setname_np;
| #else
|   (void) pthread_attr_setname_np;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
configure:19978: result: no
configure:20077: checking whether pthread_setname_np is declared
configure:20077: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -pthread  conftest.c >&5
configure:20077: $? = 0
configure:20077: result: yes
configure:20092: checking for pthread_setname_np(3) in NetBSD or OSF1 form
configure:20110: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -pthread  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c   >&5
conftest.c: In function 'main':
conftest.c:45:11: error: too many arguments to function 'pthread_setname_np'
 int res = pthread_setname_np(pthread_self(), "name", 0);
           ^~~~~~~~~~~~~~~~~~
In file included from conftest.c:37:
/usr/include/pthread.h:445:12: note: declared here
 extern int pthread_setname_np (pthread_t __target_thread, const char *__name)
            ^~~~~~~~~~~~~~~~~~
conftest.c:45:5: warning: unused variable 'res' [-Wunused-variable]
 int res = pthread_setname_np(pthread_self(), "name", 0);
     ^~~
configure:20110: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libmicrohttpd"
| #define PACKAGE_TARNAME "libmicrohttpd"
| #define PACKAGE_VERSION "0.9.66"
| #define PACKAGE_STRING "GNU Libmicrohttpd 0.9.66"
| #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libmicrohttpd/"
| #define PACKAGE "libmicrohttpd"
| #define VERSION "0.9.66"
| #define _GNU_SOURCE 1
| #define _XOPEN_SOURCE 700
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_REAL_BOOL 1
| #define INLINE_FUNC 1
| #define _MHD_static_inline static inline __attribute__((always_inline))
| #define LINUX 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD_H 1
| #define MHD_USE_POSIX_THREADS 1
| /* end confdefs.h.  */
| 
| #include <pthread.h>
| #ifdef HAVE_PTHREAD_NP_H
| #include <pthread_np.h>
| #endif
| 
| int
| main ()
| {
| int res = pthread_setname_np(pthread_self(), "name", 0);
|   ;
|   return 0;
| }
configure:20118: result: no
configure:20128: checking for pthread_setname_np(3) in GNU/Linux form
configure:20146: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -pthread  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c   >&5
conftest.c: In function 'main':
conftest.c:45:5: warning: unused variable 'res' [-Wunused-variable]
 int res = pthread_setname_np(pthread_self(), "name");
     ^~~
configure:20146: $? = 0
configure:20151: result: yes
configure:20256: checking whether to enable thread names
configure:20287: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
conftest.c: In function 'main':
conftest.c:49:5: warning: unused variable 'a' [-Wunused-variable]
 int a = 1;
     ^
configure:20287: $? = 0
configure:20304: result: yes
configure:20353: checking for sys/time.h
configure:20353: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
configure:20353: $? = 0
configure:20353: result: yes
configure:20361: checking for gettimeofday
configure:20361: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  >&5
configure:20361: $? = 0
configure:20361: result: yes
configure:20376: checking for time.h
configure:20376: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
configure:20376: $? = 0
configure:20376: result: yes
configure:20384: checking for nanosleep
configure:20384: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  >&5
configure:20384: $? = 0
configure:20384: result: yes
configure:20399: checking for unistd.h
configure:20399: result: yes
configure:20407: checking for usleep
configure:20407: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  >&5
configure:20407: $? = 0
configure:20407: result: yes
configure:20423: checking for string.h
configure:20423: result: yes
configure:20423: checking for sys/types.h
configure:20423: result: yes
configure:20423: checking for sys/socket.h
configure:20423: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
configure:20423: $? = 0
configure:20423: result: yes
configure:20423: checking for netinet/in.h
configure:20423: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
configure:20423: $? = 0
configure:20423: result: yes
configure:20423: checking for time.h
configure:20423: result: yes
configure:20423: checking for sys/select.h
configure:20423: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
configure:20423: $? = 0
configure:20423: result: yes
configure:20423: checking for netinet/tcp.h
configure:20423: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  conftest.c >&5
configure:20423: $? = 0
configure:20423: result: yes
configure:20434: checking whether shutdown of listen socket trigger select()
configure:20799: result: yes
configure:20822: checking whether the linker accepts -fno-strict-aliasing
configure:20841: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld  -fno-strict-aliasing conftest.c  >&5
configure:20841: $? = 0
configure:20850: result: yes
configure:20859: checking whether C compiler accepts -fno-strict-aliasing
configure:20878: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic  -fno-strict-aliasing  conftest.c >&5
configure:20878: $? = 0
configure:20887: result: yes
configure:20903: : CFLAGS="$CFLAGS"
configure:20906: $? = 0
configure:20933: checking whether byte ordering is bigendian
configure:20948: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
conftest.c:52:9: error: unknown type name 'not'
         not a universal capable compiler
         ^~~
conftest.c:52:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
         not a universal capable compiler
               ^~~~~~~~~
conftest.c:52:15: error: unknown type name 'universal'
configure:20948: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libmicrohttpd"
| #define PACKAGE_TARNAME "libmicrohttpd"
| #define PACKAGE_VERSION "0.9.66"
| #define PACKAGE_STRING "GNU Libmicrohttpd 0.9.66"
| #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libmicrohttpd/"
| #define PACKAGE "libmicrohttpd"
| #define VERSION "0.9.66"
| #define _GNU_SOURCE 1
| #define _XOPEN_SOURCE 700
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_REAL_BOOL 1
| #define INLINE_FUNC 1
| #define _MHD_static_inline static inline __attribute__((always_inline))
| #define LINUX 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD_H 1
| #define MHD_USE_POSIX_THREADS 1
| #define HAVE_PTHREAD_SETNAME_NP_GNU 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME_H 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_UNISTD_H 1
| #define HAVE_USLEEP 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_LISTEN_SHUTDOWN 1
| /* end confdefs.h.  */
| #ifndef __APPLE_CC__
| 	       not a universal capable compiler
| 	     #endif
| 	     typedef int dummy;
| 
configure:20993: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
configure:20993: $? = 0
configure:21011: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
conftest.c: In function 'main':
conftest.c:58:4: error: unknown type name 'not'; did you mean 'ino_t'?
    not big endian
    ^~~
    ino_t
conftest.c:58:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
    not big endian
            ^~~~~~
configure:21011: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libmicrohttpd"
| #define PACKAGE_TARNAME "libmicrohttpd"
| #define PACKAGE_VERSION "0.9.66"
| #define PACKAGE_STRING "GNU Libmicrohttpd 0.9.66"
| #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libmicrohttpd/"
| #define PACKAGE "libmicrohttpd"
| #define VERSION "0.9.66"
| #define _GNU_SOURCE 1
| #define _XOPEN_SOURCE 700
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_REAL_BOOL 1
| #define INLINE_FUNC 1
| #define _MHD_static_inline static inline __attribute__((always_inline))
| #define LINUX 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD_H 1
| #define MHD_USE_POSIX_THREADS 1
| #define HAVE_PTHREAD_SETNAME_NP_GNU 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME_H 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_UNISTD_H 1
| #define HAVE_USLEEP 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_LISTEN_SHUTDOWN 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| 		#include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
| 		 not big endian
| 		#endif
| 
|   ;
|   return 0;
| }
configure:21139: result: no
configure:21158: checking for variable-length arrays
configure:21174: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
configure:21174: $? = 0
configure:21181: result: yes
configure:21189: checking whether __builtin_bswap32() is available
configure:21205: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  >&5
configure:21205: $? = 0
configure:21214: result: yes
configure:21221: checking whether __builtin_bswap64() is available
configure:21237: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  >&5
configure:21237: $? = 0
configure:21246: result: yes
configure:21256: checking for curl
configure:21272: found /usr/bin/curl
configure:21284: result: yes
configure:21302: checking for makeinfo
configure:21318: found /usr/bin/makeinfo
configure:21330: result: yes
configure:21403: checking for poll.h
configure:21403: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
configure:21403: $? = 0
configure:21403: result: yes
configure:21411: checking for poll
configure:21411: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  >&5
configure:21411: $? = 0
configure:21411: result: yes
configure:21477: checking linux/version.h usability
configure:21477: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
configure:21477: $? = 0
configure:21477: result: yes
configure:21477: checking linux/version.h presence
configure:21477: gcc -E  conftest.c
configure:21477: $? = 0
configure:21477: result: yes
configure:21477: checking for linux/version.h
configure:21477: result: yes
configure:21483: checking for Linux epoll(7) interface
configure:21509: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -DHAVE_LINUX_VERSION_H -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  >&5
conftest.c: In function 'main':
conftest.c:67:9: warning: variable 'rc' set but not used [-Wunused-but-set-variable]
 int fd, rc;
         ^~
configure:21509: $? = 0
configure:21520: result: yes
configure:21552: checking for epoll_create1()
configure:21574: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  >&5
conftest.c: In function 'main':
conftest.c:65:5: warning: variable 'fd' set but not used [-Wunused-but-set-variable]
 int fd;
     ^~
configure:21574: $? = 0
configure:21582: result: yes
configure:21599: checking for fcntl.h
configure:21599: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
configure:21599: $? = 0
configure:21599: result: yes
configure:21599: checking for math.h
configure:21599: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
configure:21599: $? = 0
configure:21599: result: yes
configure:21599: checking for errno.h
configure:21599: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
configure:21599: $? = 0
configure:21599: result: yes
configure:21599: checking for limits.h
configure:21599: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
configure:21599: $? = 0
configure:21599: result: yes
configure:21599: checking for stdio.h
configure:21599: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
configure:21599: $? = 0
configure:21599: result: yes
configure:21599: checking for locale.h
configure:21599: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
configure:21599: $? = 0
configure:21599: result: yes
configure:21599: checking for sys/stat.h
configure:21599: result: yes
configure:21599: checking for sys/types.h
configure:21599: result: yes
configure:21636: checking for sys/types.h
configure:21636: result: yes
configure:21636: checking for sys/time.h
configure:21636: result: yes
configure:21636: checking for sys/msg.h
configure:21636: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
configure:21636: $? = 0
configure:21636: result: yes
configure:21636: checking for time.h
configure:21636: result: yes
configure:21636: checking for sys/mman.h
configure:21636: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
configure:21636: $? = 0
configure:21636: result: yes
configure:21636: checking for sys/ioctl.h
configure:21636: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
configure:21636: $? = 0
configure:21636: result: yes
configure:21636: checking for sys/socket.h
configure:21636: result: yes
configure:21636: checking for sys/select.h
configure:21636: result: yes
configure:21636: checking for netdb.h
configure:21636: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
configure:21636: $? = 0
configure:21636: result: yes
configure:21636: checking for netinet/in.h
configure:21636: result: yes
configure:21636: checking for netinet/ip.h
configure:21636: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
configure:21636: $? = 0
configure:21636: result: yes
configure:21636: checking for netinet/tcp.h
configure:21636: result: yes
configure:21636: checking for arpa/inet.h
configure:21636: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
configure:21636: $? = 0
configure:21636: result: yes
configure:21636: checking for endian.h
configure:21636: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
configure:21636: $? = 0
configure:21636: result: yes
configure:21636: checking for machine/endian.h
configure:21636: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
conftest.c:114:10: fatal error: machine/endian.h: No such file or directory
 #include <machine/endian.h>
          ^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:21636: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libmicrohttpd"
| #define PACKAGE_TARNAME "libmicrohttpd"
| #define PACKAGE_VERSION "0.9.66"
| #define PACKAGE_STRING "GNU Libmicrohttpd 0.9.66"
| #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libmicrohttpd/"
| #define PACKAGE "libmicrohttpd"
| #define VERSION "0.9.66"
| #define _GNU_SOURCE 1
| #define _XOPEN_SOURCE 700
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_REAL_BOOL 1
| #define INLINE_FUNC 1
| #define _MHD_static_inline static inline __attribute__((always_inline))
| #define LINUX 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD_H 1
| #define MHD_USE_POSIX_THREADS 1
| #define HAVE_PTHREAD_SETNAME_NP_GNU 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME_H 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_UNISTD_H 1
| #define HAVE_USLEEP 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_LISTEN_SHUTDOWN 1
| #define HAVE_C_VARARRAYS 1
| #define MHD_HAVE___BUILTIN_BSWAP32 1
| #define MHD_HAVE___BUILTIN_BSWAP64 1
| #define HAVE_POLL_H 1
| #define HAVE_POLL 1
| #define EPOLL_SUPPORT 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MATH_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MSG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ENDIAN_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 <machine/endian.h>
configure:21636: result: no
configure:21636: checking for sys/endian.h
configure:21636: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
conftest.c:114:10: fatal error: sys/endian.h: No such file or directory
 #include <sys/endian.h>
          ^~~~~~~~~~~~~~
compilation terminated.
configure:21636: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libmicrohttpd"
| #define PACKAGE_TARNAME "libmicrohttpd"
| #define PACKAGE_VERSION "0.9.66"
| #define PACKAGE_STRING "GNU Libmicrohttpd 0.9.66"
| #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libmicrohttpd/"
| #define PACKAGE "libmicrohttpd"
| #define VERSION "0.9.66"
| #define _GNU_SOURCE 1
| #define _XOPEN_SOURCE 700
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_REAL_BOOL 1
| #define INLINE_FUNC 1
| #define _MHD_static_inline static inline __attribute__((always_inline))
| #define LINUX 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD_H 1
| #define MHD_USE_POSIX_THREADS 1
| #define HAVE_PTHREAD_SETNAME_NP_GNU 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME_H 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_UNISTD_H 1
| #define HAVE_USLEEP 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_LISTEN_SHUTDOWN 1
| #define HAVE_C_VARARRAYS 1
| #define MHD_HAVE___BUILTIN_BSWAP32 1
| #define MHD_HAVE___BUILTIN_BSWAP64 1
| #define HAVE_POLL_H 1
| #define HAVE_POLL 1
| #define EPOLL_SUPPORT 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MATH_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MSG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ENDIAN_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/endian.h>
configure:21636: result: no
configure:21636: checking for sys/param.h
configure:21636: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
configure:21636: $? = 0
configure:21636: result: yes
configure:21636: checking for sys/machine.h
configure:21636: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
conftest.c:115:10: fatal error: sys/machine.h: No such file or directory
 #include <sys/machine.h>
          ^~~~~~~~~~~~~~~
compilation terminated.
configure:21636: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libmicrohttpd"
| #define PACKAGE_TARNAME "libmicrohttpd"
| #define PACKAGE_VERSION "0.9.66"
| #define PACKAGE_STRING "GNU Libmicrohttpd 0.9.66"
| #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libmicrohttpd/"
| #define PACKAGE "libmicrohttpd"
| #define VERSION "0.9.66"
| #define _GNU_SOURCE 1
| #define _XOPEN_SOURCE 700
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_REAL_BOOL 1
| #define INLINE_FUNC 1
| #define _MHD_static_inline static inline __attribute__((always_inline))
| #define LINUX 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD_H 1
| #define MHD_USE_POSIX_THREADS 1
| #define HAVE_PTHREAD_SETNAME_NP_GNU 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME_H 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_UNISTD_H 1
| #define HAVE_USLEEP 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_LISTEN_SHUTDOWN 1
| #define HAVE_C_VARARRAYS 1
| #define MHD_HAVE___BUILTIN_BSWAP32 1
| #define MHD_HAVE___BUILTIN_BSWAP64 1
| #define HAVE_POLL_H 1
| #define HAVE_POLL 1
| #define EPOLL_SUPPORT 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MATH_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MSG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_SYS_PARAM_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/machine.h>
configure:21636: result: no
configure:21636: checking for sys/byteorder.h
configure:21636: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
conftest.c:115:10: fatal error: sys/byteorder.h: No such file or directory
 #include <sys/byteorder.h>
          ^~~~~~~~~~~~~~~~~
compilation terminated.
configure:21636: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libmicrohttpd"
| #define PACKAGE_TARNAME "libmicrohttpd"
| #define PACKAGE_VERSION "0.9.66"
| #define PACKAGE_STRING "GNU Libmicrohttpd 0.9.66"
| #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libmicrohttpd/"
| #define PACKAGE "libmicrohttpd"
| #define VERSION "0.9.66"
| #define _GNU_SOURCE 1
| #define _XOPEN_SOURCE 700
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_REAL_BOOL 1
| #define INLINE_FUNC 1
| #define _MHD_static_inline static inline __attribute__((always_inline))
| #define LINUX 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD_H 1
| #define MHD_USE_POSIX_THREADS 1
| #define HAVE_PTHREAD_SETNAME_NP_GNU 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME_H 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_UNISTD_H 1
| #define HAVE_USLEEP 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_LISTEN_SHUTDOWN 1
| #define HAVE_C_VARARRAYS 1
| #define MHD_HAVE___BUILTIN_BSWAP32 1
| #define MHD_HAVE___BUILTIN_BSWAP64 1
| #define HAVE_POLL_H 1
| #define HAVE_POLL 1
| #define EPOLL_SUPPORT 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MATH_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MSG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_SYS_PARAM_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/byteorder.h>
configure:21636: result: no
configure:21636: checking for machine/param.h
configure:21636: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
conftest.c:115:10: fatal error: machine/param.h: No such file or directory
 #include <machine/param.h>
          ^~~~~~~~~~~~~~~~~
compilation terminated.
configure:21636: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libmicrohttpd"
| #define PACKAGE_TARNAME "libmicrohttpd"
| #define PACKAGE_VERSION "0.9.66"
| #define PACKAGE_STRING "GNU Libmicrohttpd 0.9.66"
| #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libmicrohttpd/"
| #define PACKAGE "libmicrohttpd"
| #define VERSION "0.9.66"
| #define _GNU_SOURCE 1
| #define _XOPEN_SOURCE 700
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_REAL_BOOL 1
| #define INLINE_FUNC 1
| #define _MHD_static_inline static inline __attribute__((always_inline))
| #define LINUX 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD_H 1
| #define MHD_USE_POSIX_THREADS 1
| #define HAVE_PTHREAD_SETNAME_NP_GNU 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME_H 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_UNISTD_H 1
| #define HAVE_USLEEP 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_LISTEN_SHUTDOWN 1
| #define HAVE_C_VARARRAYS 1
| #define MHD_HAVE___BUILTIN_BSWAP32 1
| #define MHD_HAVE___BUILTIN_BSWAP64 1
| #define HAVE_POLL_H 1
| #define HAVE_POLL 1
| #define EPOLL_SUPPORT 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MATH_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MSG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_SYS_PARAM_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 <machine/param.h>
configure:21636: result: no
configure:21636: checking for sys/isa_defs.h
configure:21636: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
conftest.c:115:10: fatal error: sys/isa_defs.h: No such file or directory
 #include <sys/isa_defs.h>
          ^~~~~~~~~~~~~~~~
compilation terminated.
configure:21636: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libmicrohttpd"
| #define PACKAGE_TARNAME "libmicrohttpd"
| #define PACKAGE_VERSION "0.9.66"
| #define PACKAGE_STRING "GNU Libmicrohttpd 0.9.66"
| #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libmicrohttpd/"
| #define PACKAGE "libmicrohttpd"
| #define VERSION "0.9.66"
| #define _GNU_SOURCE 1
| #define _XOPEN_SOURCE 700
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_REAL_BOOL 1
| #define INLINE_FUNC 1
| #define _MHD_static_inline static inline __attribute__((always_inline))
| #define LINUX 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD_H 1
| #define MHD_USE_POSIX_THREADS 1
| #define HAVE_PTHREAD_SETNAME_NP_GNU 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME_H 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_UNISTD_H 1
| #define HAVE_USLEEP 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_LISTEN_SHUTDOWN 1
| #define HAVE_C_VARARRAYS 1
| #define MHD_HAVE___BUILTIN_BSWAP32 1
| #define MHD_HAVE___BUILTIN_BSWAP64 1
| #define HAVE_POLL_H 1
| #define HAVE_POLL 1
| #define EPOLL_SUPPORT 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MATH_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MSG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_SYS_PARAM_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/isa_defs.h>
configure:21636: result: no
configure:21636: checking for inttypes.h
configure:21636: result: yes
configure:21636: checking for stddef.h
configure:21636: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
configure:21636: $? = 0
configure:21636: result: yes
configure:21636: checking for unistd.h
configure:21636: result: yes
configure:21636: checking for sockLib.h
configure:21636: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
conftest.c:118:10: fatal error: sockLib.h: No such file or directory
 #include <sockLib.h>
          ^~~~~~~~~~~
compilation terminated.
configure:21636: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libmicrohttpd"
| #define PACKAGE_TARNAME "libmicrohttpd"
| #define PACKAGE_VERSION "0.9.66"
| #define PACKAGE_STRING "GNU Libmicrohttpd 0.9.66"
| #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libmicrohttpd/"
| #define PACKAGE "libmicrohttpd"
| #define VERSION "0.9.66"
| #define _GNU_SOURCE 1
| #define _XOPEN_SOURCE 700
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_REAL_BOOL 1
| #define INLINE_FUNC 1
| #define _MHD_static_inline static inline __attribute__((always_inline))
| #define LINUX 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD_H 1
| #define MHD_USE_POSIX_THREADS 1
| #define HAVE_PTHREAD_SETNAME_NP_GNU 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME_H 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_UNISTD_H 1
| #define HAVE_USLEEP 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_LISTEN_SHUTDOWN 1
| #define HAVE_C_VARARRAYS 1
| #define MHD_HAVE___BUILTIN_BSWAP32 1
| #define MHD_HAVE___BUILTIN_BSWAP64 1
| #define HAVE_POLL_H 1
| #define HAVE_POLL 1
| #define EPOLL_SUPPORT 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MATH_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MSG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDDEF_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 <sockLib.h>
configure:21636: result: no
configure:21636: checking for inetLib.h
configure:21636: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
conftest.c:118:10: fatal error: inetLib.h: No such file or directory
 #include <inetLib.h>
          ^~~~~~~~~~~
compilation terminated.
configure:21636: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libmicrohttpd"
| #define PACKAGE_TARNAME "libmicrohttpd"
| #define PACKAGE_VERSION "0.9.66"
| #define PACKAGE_STRING "GNU Libmicrohttpd 0.9.66"
| #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libmicrohttpd/"
| #define PACKAGE "libmicrohttpd"
| #define VERSION "0.9.66"
| #define _GNU_SOURCE 1
| #define _XOPEN_SOURCE 700
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_REAL_BOOL 1
| #define INLINE_FUNC 1
| #define _MHD_static_inline static inline __attribute__((always_inline))
| #define LINUX 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD_H 1
| #define MHD_USE_POSIX_THREADS 1
| #define HAVE_PTHREAD_SETNAME_NP_GNU 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME_H 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_UNISTD_H 1
| #define HAVE_USLEEP 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_LISTEN_SHUTDOWN 1
| #define HAVE_C_VARARRAYS 1
| #define MHD_HAVE___BUILTIN_BSWAP32 1
| #define MHD_HAVE___BUILTIN_BSWAP64 1
| #define HAVE_POLL_H 1
| #define HAVE_POLL 1
| #define EPOLL_SUPPORT 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MATH_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MSG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDDEF_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 <inetLib.h>
configure:21636: result: no
configure:21636: checking for net/if.h
configure:21636: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
configure:21636: $? = 0
configure:21636: result: yes
configure:21653: checking for search.h
configure:21653: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
configure:21653: $? = 0
configure:21653: result: yes
configure:21661: checking for tsearch
configure:21661: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  >&5
configure:21661: $? = 0
configure:21661: result: yes
configure:21672: checking whether tdelete works
configure:21711: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  >&5
configure:21711: $? = 0
configure:21711: ./conftest
configure:21711: $? = 0
configure:21722: result: yes
configure:21754: checking for dlfcn.h
configure:21754: result: yes
configure:21778: checking for zlib.h
configure:21778: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
configure:21778: $? = 0
configure:21778: result: yes
configure:21801: checking for function random
configure:21820: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  >&5
configure:21820: $? = 0
configure:21829: result: yes
configure:21880: checking for struct sockaddr_in.sin_len
configure:21880: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
conftest.c: In function 'main':
conftest.c:106:13: error: 'struct sockaddr_in' has no member named 'sin_len'; did you mean 'sin_zero'?
 if (ac_aggr.sin_len)
             ^~~~~~~
             sin_zero
conftest.c:105:27: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
 static struct sockaddr_in ac_aggr;
                           ^~~~~~~
configure:21880: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libmicrohttpd"
| #define PACKAGE_TARNAME "libmicrohttpd"
| #define PACKAGE_VERSION "0.9.66"
| #define PACKAGE_STRING "GNU Libmicrohttpd 0.9.66"
| #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libmicrohttpd/"
| #define PACKAGE "libmicrohttpd"
| #define VERSION "0.9.66"
| #define _GNU_SOURCE 1
| #define _XOPEN_SOURCE 700
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_REAL_BOOL 1
| #define INLINE_FUNC 1
| #define _MHD_static_inline static inline __attribute__((always_inline))
| #define LINUX 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD_H 1
| #define MHD_USE_POSIX_THREADS 1
| #define HAVE_PTHREAD_SETNAME_NP_GNU 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME_H 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_UNISTD_H 1
| #define HAVE_USLEEP 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_LISTEN_SHUTDOWN 1
| #define HAVE_C_VARARRAYS 1
| #define MHD_HAVE___BUILTIN_BSWAP32 1
| #define MHD_HAVE___BUILTIN_BSWAP64 1
| #define HAVE_POLL_H 1
| #define HAVE_POLL 1
| #define EPOLL_SUPPORT 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MATH_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MSG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SEARCH_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_RANDOM 1
| /* end confdefs.h.  */
| 
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| 
| 
| int
| main ()
| {
| static struct sockaddr_in ac_aggr;
| if (ac_aggr.sin_len)
| return 0;
|   ;
|   return 0;
| }
configure:21880: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
conftest.c: In function 'main':
conftest.c:106:20: error: 'struct sockaddr_in' has no member named 'sin_len'; did you mean 'sin_zero'?
 if (sizeof ac_aggr.sin_len)
                    ^~~~~~~
                    sin_zero
conftest.c:105:27: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
 static struct sockaddr_in ac_aggr;
                           ^~~~~~~
configure:21880: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libmicrohttpd"
| #define PACKAGE_TARNAME "libmicrohttpd"
| #define PACKAGE_VERSION "0.9.66"
| #define PACKAGE_STRING "GNU Libmicrohttpd 0.9.66"
| #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libmicrohttpd/"
| #define PACKAGE "libmicrohttpd"
| #define VERSION "0.9.66"
| #define _GNU_SOURCE 1
| #define _XOPEN_SOURCE 700
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_REAL_BOOL 1
| #define INLINE_FUNC 1
| #define _MHD_static_inline static inline __attribute__((always_inline))
| #define LINUX 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD_H 1
| #define MHD_USE_POSIX_THREADS 1
| #define HAVE_PTHREAD_SETNAME_NP_GNU 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME_H 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_UNISTD_H 1
| #define HAVE_USLEEP 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_LISTEN_SHUTDOWN 1
| #define HAVE_C_VARARRAYS 1
| #define MHD_HAVE___BUILTIN_BSWAP32 1
| #define MHD_HAVE___BUILTIN_BSWAP64 1
| #define HAVE_POLL_H 1
| #define HAVE_POLL 1
| #define EPOLL_SUPPORT 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MATH_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MSG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SEARCH_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_RANDOM 1
| /* end confdefs.h.  */
| 
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| 
| 
| int
| main ()
| {
| static struct sockaddr_in ac_aggr;
| if (sizeof ac_aggr.sin_len)
| return 0;
|   ;
|   return 0;
| }
configure:21880: result: no
configure:21900: checking for struct sockaddr_in6.sin6_len
configure:21900: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
conftest.c: In function 'main':
conftest.c:106:13: error: 'struct sockaddr_in6' has no member named 'sin6_len'; did you mean 'sin6_port'?
 if (ac_aggr.sin6_len)
             ^~~~~~~~
             sin6_port
conftest.c:105:28: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
 static struct sockaddr_in6 ac_aggr;
                            ^~~~~~~
configure:21900: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libmicrohttpd"
| #define PACKAGE_TARNAME "libmicrohttpd"
| #define PACKAGE_VERSION "0.9.66"
| #define PACKAGE_STRING "GNU Libmicrohttpd 0.9.66"
| #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libmicrohttpd/"
| #define PACKAGE "libmicrohttpd"
| #define VERSION "0.9.66"
| #define _GNU_SOURCE 1
| #define _XOPEN_SOURCE 700
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_REAL_BOOL 1
| #define INLINE_FUNC 1
| #define _MHD_static_inline static inline __attribute__((always_inline))
| #define LINUX 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD_H 1
| #define MHD_USE_POSIX_THREADS 1
| #define HAVE_PTHREAD_SETNAME_NP_GNU 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME_H 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_UNISTD_H 1
| #define HAVE_USLEEP 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_LISTEN_SHUTDOWN 1
| #define HAVE_C_VARARRAYS 1
| #define MHD_HAVE___BUILTIN_BSWAP32 1
| #define MHD_HAVE___BUILTIN_BSWAP64 1
| #define HAVE_POLL_H 1
| #define HAVE_POLL 1
| #define EPOLL_SUPPORT 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MATH_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MSG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SEARCH_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_RANDOM 1
| /* end confdefs.h.  */
| 
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| 
| 
| int
| main ()
| {
| static struct sockaddr_in6 ac_aggr;
| if (ac_aggr.sin6_len)
| return 0;
|   ;
|   return 0;
| }
configure:21900: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
conftest.c: In function 'main':
conftest.c:106:20: error: 'struct sockaddr_in6' has no member named 'sin6_len'; did you mean 'sin6_port'?
 if (sizeof ac_aggr.sin6_len)
                    ^~~~~~~~
                    sin6_port
conftest.c:105:28: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
 static struct sockaddr_in6 ac_aggr;
                            ^~~~~~~
configure:21900: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libmicrohttpd"
| #define PACKAGE_TARNAME "libmicrohttpd"
| #define PACKAGE_VERSION "0.9.66"
| #define PACKAGE_STRING "GNU Libmicrohttpd 0.9.66"
| #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libmicrohttpd/"
| #define PACKAGE "libmicrohttpd"
| #define VERSION "0.9.66"
| #define _GNU_SOURCE 1
| #define _XOPEN_SOURCE 700
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_REAL_BOOL 1
| #define INLINE_FUNC 1
| #define _MHD_static_inline static inline __attribute__((always_inline))
| #define LINUX 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD_H 1
| #define MHD_USE_POSIX_THREADS 1
| #define HAVE_PTHREAD_SETNAME_NP_GNU 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME_H 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_UNISTD_H 1
| #define HAVE_USLEEP 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_LISTEN_SHUTDOWN 1
| #define HAVE_C_VARARRAYS 1
| #define MHD_HAVE___BUILTIN_BSWAP32 1
| #define MHD_HAVE___BUILTIN_BSWAP64 1
| #define HAVE_POLL_H 1
| #define HAVE_POLL 1
| #define EPOLL_SUPPORT 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MATH_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MSG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SEARCH_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_RANDOM 1
| /* end confdefs.h.  */
| 
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| 
| 
| int
| main ()
| {
| static struct sockaddr_in6 ac_aggr;
| if (sizeof ac_aggr.sin6_len)
| return 0;
|   ;
|   return 0;
| }
configure:21900: result: no
configure:21920: checking for struct sockaddr_storage.ss_len
configure:21920: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
conftest.c: In function 'main':
conftest.c:106:13: error: 'struct sockaddr_storage' has no member named 'ss_len'; did you mean '__ss_align'?
 if (ac_aggr.ss_len)
             ^~~~~~
             __ss_align
conftest.c:105:32: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
 static struct sockaddr_storage ac_aggr;
                                ^~~~~~~
configure:21920: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libmicrohttpd"
| #define PACKAGE_TARNAME "libmicrohttpd"
| #define PACKAGE_VERSION "0.9.66"
| #define PACKAGE_STRING "GNU Libmicrohttpd 0.9.66"
| #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libmicrohttpd/"
| #define PACKAGE "libmicrohttpd"
| #define VERSION "0.9.66"
| #define _GNU_SOURCE 1
| #define _XOPEN_SOURCE 700
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_REAL_BOOL 1
| #define INLINE_FUNC 1
| #define _MHD_static_inline static inline __attribute__((always_inline))
| #define LINUX 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD_H 1
| #define MHD_USE_POSIX_THREADS 1
| #define HAVE_PTHREAD_SETNAME_NP_GNU 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME_H 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_UNISTD_H 1
| #define HAVE_USLEEP 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_LISTEN_SHUTDOWN 1
| #define HAVE_C_VARARRAYS 1
| #define MHD_HAVE___BUILTIN_BSWAP32 1
| #define MHD_HAVE___BUILTIN_BSWAP64 1
| #define HAVE_POLL_H 1
| #define HAVE_POLL 1
| #define EPOLL_SUPPORT 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MATH_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MSG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SEARCH_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_RANDOM 1
| /* end confdefs.h.  */
| 
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| 
| 
| int
| main ()
| {
| static struct sockaddr_storage ac_aggr;
| if (ac_aggr.ss_len)
| return 0;
|   ;
|   return 0;
| }
configure:21920: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
conftest.c: In function 'main':
conftest.c:106:20: error: 'struct sockaddr_storage' has no member named 'ss_len'; did you mean '__ss_align'?
 if (sizeof ac_aggr.ss_len)
                    ^~~~~~
                    __ss_align
conftest.c:105:32: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable]
 static struct sockaddr_storage ac_aggr;
                                ^~~~~~~
configure:21920: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libmicrohttpd"
| #define PACKAGE_TARNAME "libmicrohttpd"
| #define PACKAGE_VERSION "0.9.66"
| #define PACKAGE_STRING "GNU Libmicrohttpd 0.9.66"
| #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libmicrohttpd/"
| #define PACKAGE "libmicrohttpd"
| #define VERSION "0.9.66"
| #define _GNU_SOURCE 1
| #define _XOPEN_SOURCE 700
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_REAL_BOOL 1
| #define INLINE_FUNC 1
| #define _MHD_static_inline static inline __attribute__((always_inline))
| #define LINUX 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD_H 1
| #define MHD_USE_POSIX_THREADS 1
| #define HAVE_PTHREAD_SETNAME_NP_GNU 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME_H 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_UNISTD_H 1
| #define HAVE_USLEEP 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_LISTEN_SHUTDOWN 1
| #define HAVE_C_VARARRAYS 1
| #define MHD_HAVE___BUILTIN_BSWAP32 1
| #define MHD_HAVE___BUILTIN_BSWAP64 1
| #define HAVE_POLL_H 1
| #define HAVE_POLL 1
| #define EPOLL_SUPPORT 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MATH_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MSG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SEARCH_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_RANDOM 1
| /* end confdefs.h.  */
| 
| #ifdef HAVE_SYS_TYPES_H
| #include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_SOCKET_H
| #include <sys/socket.h>
| #endif
| #ifdef HAVE_NETINET_IN_H
| #include <netinet/in.h>
| #endif
| 
| 
| int
| main ()
| {
| static struct sockaddr_storage ac_aggr;
| if (sizeof ac_aggr.ss_len)
| return 0;
|   ;
|   return 0;
| }
configure:21920: result: no
configure:21942: checking for function getsockname
configure:21971: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  >&5
configure:21971: $? = 0
configure:21980: result: yes
configure:21987: checking whether getsockname() is usable
configure:22085: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  >&5
configure:22085: $? = 0
configure:22085: ./conftest
configure:22085: $? = 0
configure:22097: result: yes
configure:22153: checking for sys/eventfd.h
configure:22153: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
configure:22153: $? = 0
configure:22153: result: yes
configure:22166: checking whether eventfd(2) is usable
configure:22188: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  >&5
conftest.c: In function 'main':
conftest.c:100:5: warning: unused variable 'ef' [-Wunused-variable]
 int ef = eventfd(0, EFD_CLOEXEC | EFD_NONBLOCK)
     ^~
configure:22188: $? = 0
configure:22197: result: yes
configure:22420: checking for accept4
configure:22420: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  >&5
configure:22420: $? = 0
configure:22420: result: yes
configure:22420: checking for gmtime_r
configure:22420: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  >&5
configure:22420: $? = 0
configure:22420: result: yes
configure:22420: checking for memmem
configure:22420: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  >&5
configure:22420: $? = 0
configure:22420: result: yes
configure:22420: checking for snprintf
configure:22420: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  >&5
conftest.c:120:6: warning: conflicting types for built-in function 'snprintf' [-Wbuiltin-declaration-mismatch]
 char snprintf ();
      ^~~~~~~~
configure:22420: $? = 0
configure:22420: result: yes
configure:22438: checking whether gmtime_s is declared
configure:22438: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
conftest.c: In function 'main':
conftest.c:108:10: error: 'gmtime_s' undeclared (first use in this function); did you mean 'gmtime_r'?
   (void) gmtime_s;
          ^~~~~~~~
          gmtime_r
conftest.c:108:10: note: each undeclared identifier is reported only once for each function it appears in
configure:22438: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libmicrohttpd"
| #define PACKAGE_TARNAME "libmicrohttpd"
| #define PACKAGE_VERSION "0.9.66"
| #define PACKAGE_STRING "GNU Libmicrohttpd 0.9.66"
| #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libmicrohttpd/"
| #define PACKAGE "libmicrohttpd"
| #define VERSION "0.9.66"
| #define _GNU_SOURCE 1
| #define _XOPEN_SOURCE 700
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_REAL_BOOL 1
| #define INLINE_FUNC 1
| #define _MHD_static_inline static inline __attribute__((always_inline))
| #define LINUX 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD_H 1
| #define MHD_USE_POSIX_THREADS 1
| #define HAVE_PTHREAD_SETNAME_NP_GNU 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME_H 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_UNISTD_H 1
| #define HAVE_USLEEP 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_LISTEN_SHUTDOWN 1
| #define HAVE_C_VARARRAYS 1
| #define MHD_HAVE___BUILTIN_BSWAP32 1
| #define MHD_HAVE___BUILTIN_BSWAP64 1
| #define HAVE_POLL_H 1
| #define HAVE_POLL 1
| #define EPOLL_SUPPORT 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MATH_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MSG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SEARCH_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_RANDOM 1
| #define HAVE_GETSOCKNAME 1
| #define MHD_USE_GETSOCKNAME 1
| #define HAVE_SYS_EVENTFD_H 1
| #define _MHD_ITC_EVENTFD 1
| #define HAVE_ACCEPT4 1
| #define HAVE_GMTIME_R 1
| #define HAVE_MEMMEM 1
| #define HAVE_SNPRINTF 1
| /* end confdefs.h.  */
| #define __STDC_WANT_LIB_EXT1__ 1
| #include <time.h>
| 
| int
| main ()
| {
| #ifndef gmtime_s
| #ifdef __cplusplus
|   (void) gmtime_s;
| #else
|   (void) gmtime_s;
| #endif
| #endif
| 
|   ;
|   return 0;
| }
configure:22438: result: no
configure:22528: checking whether SOCK_NONBLOCK is declared
configure:22528: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
configure:22528: $? = 0
configure:22528: result: yes
configure:22556: checking whether clock_gettime is declared
configure:22556: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
configure:22556: $? = 0
configure:22556: result: yes
configure:22563: checking for library containing clock_gettime
configure:22594: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  >&5
configure:22594: $? = 0
configure:22611: result: none required
configure:22636: checking for clock_get_time
configure:22659: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  >&5
conftest.c:102:10: fatal error: mach/clock.h: No such file or directory
 #include <mach/clock.h>
          ^~~~~~~~~~~~~~
compilation terminated.
configure:22659: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libmicrohttpd"
| #define PACKAGE_TARNAME "libmicrohttpd"
| #define PACKAGE_VERSION "0.9.66"
| #define PACKAGE_STRING "GNU Libmicrohttpd 0.9.66"
| #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libmicrohttpd/"
| #define PACKAGE "libmicrohttpd"
| #define VERSION "0.9.66"
| #define _GNU_SOURCE 1
| #define _XOPEN_SOURCE 700
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_REAL_BOOL 1
| #define INLINE_FUNC 1
| #define _MHD_static_inline static inline __attribute__((always_inline))
| #define LINUX 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD_H 1
| #define MHD_USE_POSIX_THREADS 1
| #define HAVE_PTHREAD_SETNAME_NP_GNU 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME_H 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_UNISTD_H 1
| #define HAVE_USLEEP 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_LISTEN_SHUTDOWN 1
| #define HAVE_C_VARARRAYS 1
| #define MHD_HAVE___BUILTIN_BSWAP32 1
| #define MHD_HAVE___BUILTIN_BSWAP64 1
| #define HAVE_POLL_H 1
| #define HAVE_POLL 1
| #define EPOLL_SUPPORT 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MATH_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MSG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SEARCH_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_RANDOM 1
| #define HAVE_GETSOCKNAME 1
| #define MHD_USE_GETSOCKNAME 1
| #define HAVE_SYS_EVENTFD_H 1
| #define _MHD_ITC_EVENTFD 1
| #define HAVE_ACCEPT4 1
| #define HAVE_GMTIME_R 1
| #define HAVE_MEMMEM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DECL_SOCK_NONBLOCK 1
| #define HAVE_SOCK_NONBLOCK 1
| #define HAVE_CLOCK_GETTIME 1
| /* end confdefs.h.  */
| 
| #include <mach/clock.h>
| #include <mach/mach.h>
| 
| int
| main ()
| {
| 
|       clock_serv_t cs;
|       mach_timespec_t mt;
|       host_get_clock_service(mach_host_self(), SYSTEM_CLOCK, &cs);
|       clock_get_time(cs, &mt);
|       mach_port_deallocate(mach_task_self(), cs);
| 
|   ;
|   return 0;
| }
| 
configure:22668: result: no
configure:22675: checking for gethrtime
configure:22698: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  >&5
conftest.c: In function 'main':
conftest.c:114:1: error: unknown type name 'hrtime_t'; did you mean 'time_t'?
 hrtime_t hrt = gethrtime();
 ^~~~~~~~
 time_t
conftest.c:114:16: warning: implicit declaration of function 'gethrtime'; did you mean 'getitimer'? [-Wimplicit-function-declaration]
 hrtime_t hrt = gethrtime();
                ^~~~~~~~~
                getitimer
conftest.c:114:10: warning: unused variable 'hrt' [-Wunused-variable]
 hrtime_t hrt = gethrtime();
          ^~~
configure:22698: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libmicrohttpd"
| #define PACKAGE_TARNAME "libmicrohttpd"
| #define PACKAGE_VERSION "0.9.66"
| #define PACKAGE_STRING "GNU Libmicrohttpd 0.9.66"
| #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libmicrohttpd/"
| #define PACKAGE "libmicrohttpd"
| #define VERSION "0.9.66"
| #define _GNU_SOURCE 1
| #define _XOPEN_SOURCE 700
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_REAL_BOOL 1
| #define INLINE_FUNC 1
| #define _MHD_static_inline static inline __attribute__((always_inline))
| #define LINUX 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD_H 1
| #define MHD_USE_POSIX_THREADS 1
| #define HAVE_PTHREAD_SETNAME_NP_GNU 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME_H 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_UNISTD_H 1
| #define HAVE_USLEEP 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_LISTEN_SHUTDOWN 1
| #define HAVE_C_VARARRAYS 1
| #define MHD_HAVE___BUILTIN_BSWAP32 1
| #define MHD_HAVE___BUILTIN_BSWAP64 1
| #define HAVE_POLL_H 1
| #define HAVE_POLL 1
| #define EPOLL_SUPPORT 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MATH_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MSG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SEARCH_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_RANDOM 1
| #define HAVE_GETSOCKNAME 1
| #define MHD_USE_GETSOCKNAME 1
| #define HAVE_SYS_EVENTFD_H 1
| #define _MHD_ITC_EVENTFD 1
| #define HAVE_ACCEPT4 1
| #define HAVE_GMTIME_R 1
| #define HAVE_MEMMEM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DECL_SOCK_NONBLOCK 1
| #define HAVE_SOCK_NONBLOCK 1
| #define HAVE_CLOCK_GETTIME 1
| /* end confdefs.h.  */
| 
| #ifdef HAVE_SYS_TIME_H
| /* Solaris define gethrtime() in sys/time.h */
| #include <sys/time.h>
| #endif /* HAVE_SYS_TIME_H */
| #ifdef HAVE_TIME_H
| /* HP-UX define gethrtime() in time.h */
| #include <time.h>
| #endif /* HAVE_TIME_H */
| 
| int
| main ()
| {
| hrtime_t hrt = gethrtime();
|   ;
|   return 0;
| }
| 
configure:22707: result: no
configure:22715: checking for IPv6
configure:22747: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
configure:22747: $? = 0
configure:22760: result: yes
configure:22763: checking for function sysconf
configure:22779: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  >&5
conftest.c:102:10: fatal error: unitstd.h: No such file or directory
 #include <unitstd.h>
          ^~~~~~~~~~~
compilation terminated.
configure:22779: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libmicrohttpd"
| #define PACKAGE_TARNAME "libmicrohttpd"
| #define PACKAGE_VERSION "0.9.66"
| #define PACKAGE_STRING "GNU Libmicrohttpd 0.9.66"
| #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libmicrohttpd/"
| #define PACKAGE "libmicrohttpd"
| #define VERSION "0.9.66"
| #define _GNU_SOURCE 1
| #define _XOPEN_SOURCE 700
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_REAL_BOOL 1
| #define INLINE_FUNC 1
| #define _MHD_static_inline static inline __attribute__((always_inline))
| #define LINUX 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD_H 1
| #define MHD_USE_POSIX_THREADS 1
| #define HAVE_PTHREAD_SETNAME_NP_GNU 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME_H 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_UNISTD_H 1
| #define HAVE_USLEEP 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_LISTEN_SHUTDOWN 1
| #define HAVE_C_VARARRAYS 1
| #define MHD_HAVE___BUILTIN_BSWAP32 1
| #define MHD_HAVE___BUILTIN_BSWAP64 1
| #define HAVE_POLL_H 1
| #define HAVE_POLL 1
| #define EPOLL_SUPPORT 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MATH_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MSG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SEARCH_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_RANDOM 1
| #define HAVE_GETSOCKNAME 1
| #define MHD_USE_GETSOCKNAME 1
| #define HAVE_SYS_EVENTFD_H 1
| #define _MHD_ITC_EVENTFD 1
| #define HAVE_ACCEPT4 1
| #define HAVE_GMTIME_R 1
| #define HAVE_MEMMEM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DECL_SOCK_NONBLOCK 1
| #define HAVE_SOCK_NONBLOCK 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_INET6 1
| /* end confdefs.h.  */
| #include <unitstd.h>
| int
| main ()
| {
| long a = sysconf(0); if (a) return 1;
|   ;
|   return 0;
| }
configure:22788: result: no
configure:22809: checking whether the linker accepts -fvisibility=hidden
configure:22828: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld  -fvisibility=hidden conftest.c  >&5
configure:22828: $? = 0
configure:22837: result: yes
configure:22840: checking whether C compiler accepts -fvisibility=hidden
configure:22859: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -fvisibility=hidden  conftest.c >&5
configure:22859: $? = 0
configure:22867: result: yes
configure:22933: checking for gawk
configure:22960: result: gawk
configure:23022: checking for curl-config
configure:23040: found /usr/bin/curl-config
configure:23052: result: /usr/bin/curl-config
configure:23063: checking for the version of libcurl
configure:23070: result: 7.29.0
configure:23077: checking for libcurl >= version 7.16.4
configure:23090: result: yes
configure:23131: checking whether libcurl is usable
configure:23165: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing   -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c -lcurl    >&5
configure:23165: $? = 0
configure:23179: result: yes
configure:23192: checking for curl_free
configure:23192: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing   -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  -lcurl   >&5
configure:23192: $? = 0
configure:23192: result: yes
configure:23315: checking for suitable libmagic
configure:23340: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  -lmagic >&5
conftest.c:137:10: fatal error: magic.h: No such file or directory
 #include <magic.h>
          ^~~~~~~~~
compilation terminated.
configure:23340: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNU Libmicrohttpd"
| #define PACKAGE_TARNAME "libmicrohttpd"
| #define PACKAGE_VERSION "0.9.66"
| #define PACKAGE_STRING "GNU Libmicrohttpd 0.9.66"
| #define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
| #define PACKAGE_URL "http://www.gnu.org/software/libmicrohttpd/"
| #define PACKAGE "libmicrohttpd"
| #define VERSION "0.9.66"
| #define _GNU_SOURCE 1
| #define _XOPEN_SOURCE 700
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define ENABLE_NLS 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define HAVE_STDBOOL_H 1
| #define HAVE_REAL_BOOL 1
| #define INLINE_FUNC 1
| #define _MHD_static_inline static inline __attribute__((always_inline))
| #define LINUX 1
| #define HAVE_PTHREAD_PRIO_INHERIT 1
| #define HAVE_PTHREAD_H 1
| #define MHD_USE_POSIX_THREADS 1
| #define HAVE_PTHREAD_SETNAME_NP_GNU 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_TIME_H 1
| #define HAVE_NANOSLEEP 1
| #define HAVE_UNISTD_H 1
| #define HAVE_USLEEP 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_LISTEN_SHUTDOWN 1
| #define HAVE_C_VARARRAYS 1
| #define MHD_HAVE___BUILTIN_BSWAP32 1
| #define MHD_HAVE___BUILTIN_BSWAP64 1
| #define HAVE_POLL_H 1
| #define HAVE_POLL 1
| #define EPOLL_SUPPORT 1
| #define HAVE_EPOLL_CREATE1 1
| #define HAVE_FCNTL_H 1
| #define HAVE_MATH_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_STDIO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_MSG_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_NETINET_IP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ENDIAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_TSEARCH 1
| #define HAVE_SEARCH_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_RANDOM 1
| #define HAVE_GETSOCKNAME 1
| #define MHD_USE_GETSOCKNAME 1
| #define HAVE_SYS_EVENTFD_H 1
| #define _MHD_ITC_EVENTFD 1
| #define HAVE_ACCEPT4 1
| #define HAVE_GMTIME_R 1
| #define HAVE_MEMMEM 1
| #define HAVE_SNPRINTF 1
| #define HAVE_DECL_SOCK_NONBLOCK 1
| #define HAVE_SOCK_NONBLOCK 1
| #define HAVE_CLOCK_GETTIME 1
| #define HAVE_INET6 1
| #define _MHD_EXTERN __attribute__((visibility("default"))) extern
| #define HAVE_LIBCURL 1
| #define LIBCURL_FEATURE_SSL 1
| #define LIBCURL_FEATURE_IPV6 1
| #define LIBCURL_FEATURE_UNIX_SOCKETS 1
| #define LIBCURL_FEATURE_LIBZ 1
| #define LIBCURL_FEATURE_ASYNCHDNS 1
| #define LIBCURL_FEATURE_IDN 1
| #define LIBCURL_FEATURE_NTLM 1
| #define LIBCURL_FEATURE_NTLM_WB 1
| #define LIBCURL_PROTOCOL_DICT 1
| #define LIBCURL_PROTOCOL_FILE 1
| #define LIBCURL_PROTOCOL_FTP 1
| #define LIBCURL_PROTOCOL_FTPS 1
| #define LIBCURL_PROTOCOL_GOPHER 1
| #define LIBCURL_PROTOCOL_HTTP 1
| #define LIBCURL_PROTOCOL_HTTPS 1
| #define LIBCURL_PROTOCOL_IMAP 1
| #define LIBCURL_PROTOCOL_IMAPS 1
| #define LIBCURL_PROTOCOL_LDAP 1
| #define LIBCURL_PROTOCOL_LDAPS 1
| #define LIBCURL_PROTOCOL_POP3 1
| #define LIBCURL_PROTOCOL_POP3S 1
| #define LIBCURL_PROTOCOL_RTSP 1
| #define LIBCURL_PROTOCOL_SCP 1
| #define LIBCURL_PROTOCOL_SFTP 1
| #define LIBCURL_PROTOCOL_SMTP 1
| #define LIBCURL_PROTOCOL_SMTPS 1
| #define LIBCURL_PROTOCOL_TELNET 1
| #define LIBCURL_PROTOCOL_TFTP 1
| #define MHD_REQ_CURL_VERSION "7.16.4"
| #define MHD_REQ_CURL_OPENSSL_VERSION "0.9.8"
| #define MHD_REQ_CURL_GNUTLS_VERSION "2.8.6"
| #define MHD_REQ_CURL_NSS_VERSION "3.12.0"
| /* end confdefs.h.  */
| 
| #include <magic.h>
| 
| int
| main ()
| {
| 
|       char var_data[256];
|       const char *var_mime;
|       magic_t var_magic = magic_open (MAGIC_MIME_TYPE);
|       (void)magic_load (var_magic, NULL);
|       var_data[0] = 0;
|       var_mime = magic_buffer (var_magic, var_data, 1);
|       magic_close (var_magic);
| 
| 
|   ;
|   return 0;
| }
| 
configure:23350: result: no
configure:23375: checking for special C compiler options needed for large files
configure:23420: result: no
configure:23426: checking for _FILE_OFFSET_BITS value needed for large files
configure:23451: gcc -c -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  conftest.c >&5
configure:23451: $? = 0
configure:23483: result: no
configure:23568: checking for _LARGEFILE_SOURCE value needed for large files
configure:23587: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  >&5
configure:23587: $? = 0
configure:23615: result: no
configure:23639: checking for lseek64
configure:23639: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  >&5
configure:23639: $? = 0
configure:23639: result: yes
configure:23639: checking for pread64
configure:23639: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  >&5
configure:23639: $? = 0
configure:23639: result: yes
configure:23639: checking for pread
configure:23639: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  >&5
configure:23639: $? = 0
configure:23639: result: yes
configure:23668: checking for Linux-style sendfile(2)
configure:23701: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  >&5
configure:23701: $? = 0
configure:23707: result: yes
configure:23711: checking for sendfile64
configure:23711: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  >&5
configure:23711: $? = 0
configure:23711: result: yes
configure:23930: checking whether to generate error messages
configure:23946: result: yes
configure:23951: checking whether to enable postprocessor
configure:23974: result: yes
configure:23981: checking for zzuf
configure:24009: result: no
configure:24019: checking for socat
configure:24047: result: no
configure:24095: checking for x86_64-redhat-linux-gnu-pkg-config
configure:24128: result: no
configure:24138: checking for pkg-config
configure:24156: found /usr/bin/pkg-config
configure:24168: result: /usr/bin/pkg-config
configure:24193: checking pkg-config is at least version 0.9.0
configure:24196: result: yes
configure:24212: checking how to find GnuTLS library
configure:24312: result: automatically
configure:24320: checking whether to add pkg-config special search directories
configure:24377: result: no
configure:24389: checking for gnutls
configure:24396: $PKG_CONFIG --exists --print-errors "gnutls"
configure:24399: $? = 0
configure:24413: $PKG_CONFIG --exists --print-errors "gnutls"
configure:24416: $? = 0
configure:24570: result: yes
configure:24580: checking whether GnuTLS is usable
configure:24603: gcc -o conftest -I/usr/include/p11-kit-1   -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  -lgnutls   >&5
configure:24603: $? = 0
configure:24605: result: yes
configure:24929: checking for gnutls_privkey_import_x509_raw()
configure:24958: gcc -o conftest -I/usr/include/p11-kit-1   -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -I/usr/include/p11-kit-1    -lgnutls   -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  -lgnutls   >&5
configure:24958: $? = 0
configure:24965: result: yes
configure:24967: checking whether GnuTLS require libgcrypt initialisaion
configure:24994: gcc -c -I/usr/include/p11-kit-1   -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -I/usr/include/p11-kit-1    conftest.c >&5
configure:24994: $? = 0
configure:25004: result: no
configure:25322: checking whether to support HTTPS
configure:25324: result: yes (using libgnutls)
configure:25365: checking whether to support HTTP basic authentication
configure:25388: result: yes
configure:25392: checking whether to support HTTP digest authentication
configure:25415: result: yes
configure:25419: checking whether to support HTTP "Upgrade"
configure:25446: result: yes
configure:25449: checking for calloc()
configure:25469: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  >&5
conftest.c: In function 'main':
conftest.c:154:8: warning: unused variable 'ptr' [-Wunused-variable]
 void * ptr = calloc(1, 2)
        ^~~
configure:25469: $? = 0
configure:25480: result: yes
configure:25489: checking for fork()
configure:25516: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  >&5
configure:25516: $? = 0
configure:25521: result: yes
configure:25524: checking for waitpid()
configure:25546: gcc -o conftest -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld conftest.c  >&5
conftest.c: In function 'main':
conftest.c:158:16: warning: implicit declaration of function 'fork' [-Wimplicit-function-declaration]
      pid_t p = fork ();
                ^~~~
configure:25546: $? = 0
configure:25551: result: yes
configure:25583: checking whether to compile with support for code coverage analysis
configure:25592: result: no
configure:25603: checking the number of available CPUs
configure:25686: result: 8
configure:25699: checking whether to enable debug asserts
configure:25716: result: no
configure:25851: checking whether to compile experimental code
configure:25860: result: no
configure:25983: checking that generated files are newer than configure
configure:25989: result: done
configure:26149: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by GNU Libmicrohttpd config.status 0.9.66, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on localhost.localdomain

config.status:1433: creating po/Makefile.in
config.status:1433: creating src/microhttpd/microhttpd_dll_res.rc
config.status:1433: creating libmicrohttpd.pc
config.status:1433: creating w32/common/microhttpd_dll_res_vc.rc
config.status:1433: creating Makefile
config.status:1433: creating contrib/Makefile
config.status:1433: creating doc/Makefile
config.status:1433: creating doc/doxygen/libmicrohttpd.doxy
config.status:1433: creating doc/doxygen/Makefile
config.status:1433: creating doc/examples/Makefile
config.status:1433: creating m4/Makefile
config.status:1433: creating src/Makefile
config.status:1433: creating src/include/Makefile
config.status:1433: creating src/lib/Makefile
config.status:1433: creating src/microhttpd/Makefile
config.status:1433: creating src/examples/Makefile
config.status:1433: creating src/testcurl/Makefile
config.status:1433: creating src/testcurl/https/Makefile
config.status:1433: creating src/testzzuf/Makefile
config.status:1433: creating MHD_config.h
config.status:1662: executing depfiles commands
config.status:1662: executing libtool commands
config.status:1662: executing po-directories commands
configure:28682: GNU libmicrohttpd 0.9.66 Configuration Summary:
  Target directory:  /usr
  Cross-compiling:   no
  Operating System:  linux-gnu
  Shutdown of listening socket trigger select: yes
  Inter-thread comm: eventfd
  poll support:      yes
  epoll support:     yes
  sendfile used:     yes, Linux-style
  HTTPS support:     yes (using libgnutls)
  Threading lib:     posix
  Use thread names:  yes
  Use debug asserts: no
  Messages:          yes
  Gettext:           yes
  Basic auth.:       yes
  Digest auth.:      yes
  HTTP "Upgrade":    yes
  Postproc:          yes
  Build docs:        yes
  Build examples:    yes
  Test with libcurl: yes

configure:28710: HTTPS subsystem configuration:
  License         :  LGPL only
 

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-redhat-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_c_vararrays=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_GNUTLS_CFLAGS_set=
ac_cv_env_GNUTLS_CFLAGS_value=
ac_cv_env_GNUTLS_LIBS_set=
ac_cv_env_GNUTLS_LIBS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
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=set
ac_cv_env_PKG_CONFIG_PATH_value=/opt/rh/devtoolset-8/root/usr/lib64/pkgconfig::/usr/lib64/pkgconfig:/usr/share/pkgconfig
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-redhat-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-redhat-linux-gnu
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func_accept4=yes
ac_cv_func_curl_free=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_gmtime_r=yes
ac_cv_func_lseek64=yes
ac_cv_func_memmem=yes
ac_cv_func_nanosleep=yes
ac_cv_func_poll=yes
ac_cv_func_pread64=yes
ac_cv_func_pread=yes
ac_cv_func_sendfile64=yes
ac_cv_func_snprintf=yes
ac_cv_func_tsearch=yes
ac_cv_func_usleep=yes
ac_cv_have_decl_SOCK_NONBLOCK=yes
ac_cv_have_decl_clock_gettime=yes
ac_cv_have_decl_gmtime_s=no
ac_cv_have_decl_pthread_attr_setname_np=no
ac_cv_have_decl_pthread_setname_np=yes
ac_cv_header_arpa_inet_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_endian_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inetLib_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_linux_version_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_machine_endian_h=no
ac_cv_header_machine_param_h=no
ac_cv_header_math_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_net_if_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_netinet_ip_h=yes
ac_cv_header_netinet_tcp_h=yes
ac_cv_header_poll_h=yes
ac_cv_header_pthread_np_h=no
ac_cv_header_search_h=yes
ac_cv_header_sockLib_h=no
ac_cv_header_stdbool_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdio_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_byteorder_h=no
ac_cv_header_sys_endian_h=no
ac_cv_header_sys_eventfd_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_isa_defs_h=no
ac_cv_header_sys_machine_h=no
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_msg_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_time_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_zlib_h=yes
ac_cv_host=x86_64-redhat-linux-gnu
ac_cv_member_struct_sockaddr_in6_sin6_len=no
ac_cv_member_struct_sockaddr_in_sin_len=no
ac_cv_member_struct_sockaddr_storage_ss_len=no
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path__libcurl_config=/usr/bin/curl-config
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/usr/bin/dd
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_HAVE_CURL_BINARY=yes
ac_cv_prog_HAVE_MAKEINFO_BINARY=yes
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_c99=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_have_socat=no
ac_cv_prog_have_zzuf=no
ac_cv_prog_make_make_set=yes
ac_cv_search_clock_gettime='none required'
ac_cv_sys_file_offset_bits=no
ac_cv_sys_largefile_CC=no
ac_cv_sys_largefile_source=no
ac_cv_type_bool=yes
acl_cv_hardcode_direct=no
acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
acl_cv_hardcode_libdir_separator=
acl_cv_hardcode_minus_L=no
acl_cv_libext=a
acl_cv_libname_spec='lib$name'
acl_cv_library_names_spec='$libname$shrext'
acl_cv_path_LD='/opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/ld -m elf_x86_64'
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
acl_cv_shlibext=so
acl_cv_wl=-Wl,
am_cv_CC_dependencies_compiler_type=none
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
ax_cv_PTHREAD_CLANG=no
ax_cv_PTHREAD_JOINABLE_ATTR=PTHREAD_CREATE_JOINABLE
ax_cv_PTHREAD_PRIO_INHERIT=yes
ax_cv_PTHREAD_SPECIAL_FLAGS=no
ax_cv_check_cflags___Werror_attributes=yes
ax_cv_check_cflags___fno_strict_aliasing=yes
ax_cv_check_cflags___fvisibility_hidden=yes
ax_cv_check_ldflags___fno_strict_aliasing=yes
ax_cv_check_ldflags___fvisibility_hidden=yes
ax_cv_have_epoll=yes
gl_cv_func_tdelete_works=yes
gt_cv_func_CFLocaleCopyCurrent=no
gt_cv_func_CFPreferencesCopyAppValue=no
gt_cv_func_gnugettext2_libc=yes
libcurl_cv_lib_curl_usable=yes
libcurl_cv_lib_curl_version=7.29.0
libcurl_cv_lib_version_ok=yes
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=/opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/ld
lt_cv_path_NM='/opt/rh/devtoolset-8/root/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_RC=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=no
lt_cv_prog_gnu_ld=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/  {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/  {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/  {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1'
mhc_cv_getsockname_usable=yes
mhd_cv_define__gnu_source_accepted=yes
mhd_cv_eventfd_usable=yes
mhd_cv_func___builtin_bswap32_avail=yes
mhd_cv_func___builtin_bswap64_avail=yes
mhd_cv_func_getsockname=yes
mhd_cv_func_random=yes
mhd_cv_func_sysconf=no
mhd_cv_gcrypt_required=no
mhd_cv_have_epoll_create1=yes
mhd_cv_have_func_calloc=yes
mhd_cv_header_fcntl_h_present=yes
mhd_cv_header_stdint_h_present=yes
mhd_cv_header_stdio_h_present=yes
mhd_cv_header_stdlib_h_present=yes
mhd_cv_header_string_h_present=yes
mhd_cv_header_strings_h_present=yes
mhd_cv_header_sys_types_h_present=yes
mhd_cv_header_time_h_present=yes
mhd_cv_header_unistd_h_present=yes
mhd_cv_header_wchar_h_present=yes
mhd_cv_headers_posix2008='available, works with _XOPEN_SOURCE=700, works with extension macro'
mhd_cv_headers_useful_features_present=no
mhd_cv_host_shtdwn_trgr_select=yes
mhd_cv_macro___apple___defined=no
mhd_cv_macro___netbsd___defined=no
mhd_cv_macro___openbsd___defined=no
mhd_cv_macro___sun_defined=no
mhd_cv_macro___tandem_defined=no
mhd_cv_macro__gnu_source_defined=no
mhd_cv_macro__xopen_source_defined=no
mhd_cv_macro_add__gnu_source=yes
mhd_cv_macro_false_defined=yes
mhd_cv_macro_true_defined=yes
mhd_cv_macro_true_false_valid=yes
mhd_cv_macro_try___bsd_visible=no
mhd_cv_macro_try__all_source=no
mhd_cv_pkgconf_add_dirs=no
pkg_cv_GNUTLS_CFLAGS='-I/usr/include/p11-kit-1  '
pkg_cv_GNUTLS_LIBS='-lgnutls  '

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd-0.9.66/build-aux/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'
AS='as'
AUTOCONF='${SHELL} /builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd-0.9.66/build-aux/missing autoconf'
AUTOHEADER='${SHELL} /builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd-0.9.66/build-aux/missing autoheader'
AUTOMAKE='${SHELL} /builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd-0.9.66/build-aux/missing automake-1.16'
AWK='gawk'
BUILD_DOC_FALSE='#'
BUILD_DOC_TRUE=''
BUILD_EXAMPLES_FALSE='#'
BUILD_EXAMPLES_TRUE=''
CC='gcc'
CCDEPMODE='depmode=none'
CFLAGS='-I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing'
CPP='gcc -E'
CPPFLAGS=''
CPU_COUNT='8'
CYGPATH_W='echo'
CYGWIN_TARGET_FALSE=''
CYGWIN_TARGET_TRUE='#'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DISABLE_THREADS_FALSE=''
DISABLE_THREADS_TRUE='#'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EMPTY_VAR=''
ENABLE_BAUTH_FALSE='#'
ENABLE_BAUTH_TRUE=''
ENABLE_DAUTH_FALSE='#'
ENABLE_DAUTH_TRUE=''
ENABLE_HTTPS_FALSE='#'
ENABLE_HTTPS_TRUE=''
ENABLE_UPGRADE_FALSE='#'
ENABLE_UPGRADE_TRUE=''
EXEEXT=''
FGREP='/usr/bin/grep -F'
GETTEXT_MACRO_VERSION='0.19'
GMSGFMT='/usr/bin/msgfmt'
GMSGFMT_015='/usr/bin/msgfmt'
GNULIB_TSEARCH='0'
GNUTLS_CFLAGS='-I/usr/include/p11-kit-1  '
GNUTLS_CPPFLAGS='-I/usr/include/p11-kit-1  '
GNUTLS_LDFLAGS='-lgnutls  '
GNUTLS_LIBS='-lgnutls  '
GREP='/usr/bin/grep'
HAVE_CURL_BINARY='yes'
HAVE_CURL_BINARY_FALSE='#'
HAVE_CURL_BINARY_TRUE=''
HAVE_CURL_FALSE='#'
HAVE_CURL_TRUE=''
HAVE_EXPERIMENTAL_FALSE=''
HAVE_EXPERIMENTAL_TRUE='#'
HAVE_FORK_WAITPID_FALSE='#'
HAVE_FORK_WAITPID_TRUE=''
HAVE_GNUTLS_FALSE='#'
HAVE_GNUTLS_SNI_FALSE='#'
HAVE_GNUTLS_SNI_TRUE=''
HAVE_GNUTLS_TRUE=''
HAVE_LIBMAGIC_FALSE=''
HAVE_LIBMAGIC_TRUE='#'
HAVE_LISTEN_SHUTDOWN_FALSE='#'
HAVE_LISTEN_SHUTDOWN_TRUE=''
HAVE_MAKEINFO_BINARY='yes'
HAVE_MAKEINFO_BINARY_FALSE='#'
HAVE_MAKEINFO_BINARY_TRUE=''
HAVE_POSIX_THREADS_FALSE='#'
HAVE_POSIX_THREADS_TRUE=''
HAVE_POSTPROCESSOR_FALSE='#'
HAVE_POSTPROCESSOR_TRUE=''
HAVE_PO_FALSE='#'
HAVE_PO_TRUE=''
HAVE_SOCAT_FALSE=''
HAVE_SOCAT_TRUE='#'
HAVE_TSEARCH='1'
HAVE_W32_FALSE=''
HAVE_W32_TRUE='#'
HAVE_ZLIB_FALSE='#'
HAVE_ZLIB_TRUE=''
HAVE_ZZUF_FALSE=''
HAVE_ZZUF_TRUE='#'
HIDDEN_VISIBILITY_CFLAGS='-fvisibility=hidden'
HTTPS_REQUIRE_GCRYPT_FALSE=''
HTTPS_REQUIRE_GCRYPT_TRUE='#'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
INTLLIBS=''
INTL_MACOSX_LIBS=''
LD='/opt/rh/devtoolset-8/root/usr/libexec/gcc/x86_64-redhat-linux/8/ld -m elf_x86_64'
LDFLAGS='-L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
LIBCURL='-lcurl  '
LIBCURL_CPPFLAGS=''
LIBGCRYPT_CFLAGS=''
LIBGCRYPT_CONFIG=''
LIBGCRYPT_LIBS=''
LIBICONV='-liconv'
LIBINTL=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIB_VERSION_AGE='53'
LIB_VERSION_CURRENT='65'
LIB_VERSION_REVISION='0'
LIPO=''
LN_S='ln -s'
LTLIBICONV='-liconv'
LTLIBINTL=''
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAKEINFO='${SHELL} /builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd-0.9.66/build-aux/missing makeinfo'
MANIFEST_TOOL=':'
MHD_HAVE_EPOLL_FALSE='#'
MHD_HAVE_EPOLL_TRUE=''
MHD_HAVE_TLS_PLUGIN_FALSE='#'
MHD_HAVE_TLS_PLUGIN_TRUE=''
MHD_HAVE_TSEARCH_FALSE='#'
MHD_HAVE_TSEARCH_TRUE=''
MHD_LIBDEPS=' '
MHD_LIBDEPS_PKGCFG=' '
MHD_LIB_CFLAGS=' -pthread'
MHD_LIB_CPPFLAGS=''
MHD_LIB_LDFLAGS=' -export-dynamic -no-undefined'
MHD_PLUGIN_INSTALL_PREFIX='/usr/lib64/gvm-helper/libmicrohttpd'
MHD_REQ_PRIVATE='gnutls'
MHD_TLS_LIBDEPS='-lgnutls  '
MHD_TLS_LIB_CFLAGS='-I/usr/include/p11-kit-1  '
MHD_TLS_LIB_CPPFLAGS='-I/usr/include/p11-kit-1  '
MHD_TLS_LIB_LDFLAGS='-lgnutls  '
MHD_W32_DLL_SUFF='12'
MKDIR_P='/usr/bin/mkdir -p'
MSGFMT='/usr/bin/msgfmt'
MSGFMT_015='/usr/bin/msgfmt'
MSGMERGE='/usr/bin/msgmerge'
MS_LIB_TOOL=''
NM='/opt/rh/devtoolset-8/root/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='libmicrohttpd'
PACKAGE_BUGREPORT='libmicrohttpd@gnu.org'
PACKAGE_NAME='GNU Libmicrohttpd'
PACKAGE_STRING='GNU Libmicrohttpd 0.9.66'
PACKAGE_TARNAME='libmicrohttpd'
PACKAGE_URL='http://www.gnu.org/software/libmicrohttpd/'
PACKAGE_VERSION='0.9.66'
PACKAGE_VERSION_MAJOR='0'
PACKAGE_VERSION_MINOR='9'
PACKAGE_VERSION_SUBMINOR='66'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH='/opt/rh/devtoolset-8/root/usr/lib64/pkgconfig::/usr/lib64/pkgconfig:/usr/share/pkgconfig'
POSUB='po'
PTHREAD_CC='gcc'
PTHREAD_CFLAGS='-pthread'
PTHREAD_LIBS=''
RANLIB='ranlib'
RC=''
REPLACE_TSEARCH='0'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
USE_COVERAGE_FALSE=''
USE_COVERAGE_TRUE='#'
USE_MS_LIB_TOOL_FALSE=''
USE_MS_LIB_TOOL_TRUE='#'
USE_NLS='yes'
USE_POSIX_THREADS_FALSE='#'
USE_POSIX_THREADS_TRUE=''
USE_W32_THREADS_FALSE=''
USE_W32_THREADS_TRUE='#'
VERSION='0.9.66'
W32_SHARED_LIB_EXP_FALSE=''
W32_SHARED_LIB_EXP_TRUE='#'
W32_STATIC_LIB_FALSE=''
W32_STATIC_LIB_TRUE='#'
XGETTEXT='/usr/bin/xgettext'
XGETTEXT_015='/usr/bin/xgettext'
XGETTEXT_EXTRA_OPTIONS=''
_libcurl_config=''
ac_configure_args=' '\''--build=x86_64-redhat-linux-gnu'\'' '\''--host=x86_64-redhat-linux-gnu'\'' '\''--program-prefix='\'' '\''--disable-dependency-tracking'\'' '\''--exec-prefix=/usr'\'' '\''--bindir=/usr/bin'\'' '\''--sbindir=/usr/sbin'\'' '\''--sysconfdir=/etc'\'' '\''--datadir=/usr/share'\'' '\''--includedir=/usr/include'\'' '\''--libdir=/usr/lib64'\'' '\''--libexecdir=/usr/libexec'\'' '\''--localstatedir=/var'\'' '\''--sharedstatedir=/var/lib'\'' '\''--mandir=/usr/share/man'\'' '\''--infodir=/usr/share/info'\'' '\''--libdir=/usr/lib64/gvm-helper'\'' '\''--includedir=/usr/include/gvm-helper'\'' '\''--prefix=/usr'\'' '\''--disable-static'\'' '\''build_alias=x86_64-redhat-linux-gnu'\'' '\''host_alias=x86_64-redhat-linux-gnu'\'' '\''CFLAGS=-I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic'\'' '\''LDFLAGS=-L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'\'' '\''PKG_CONFIG_PATH=/opt/rh/devtoolset-8/root/usr/lib64/pkgconfig::/usr/lib64/pkgconfig:/usr/share/pkgconfig'\'''
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE=''
am__fastdepCC_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='/usr/bin'
build='x86_64-redhat-linux-gnu'
build_alias='x86_64-redhat-linux-gnu'
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='redhat'
datadir='/usr/share'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='/usr'
have_socat='no'
have_zzuf='no'
host='x86_64-redhat-linux-gnu'
host_alias='x86_64-redhat-linux-gnu'
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='redhat'
htmldir='${docdir}'
includedir='/usr/include/gvm-helper'
infodir='/usr/share/info'
install_sh='${SHELL} /builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd-0.9.66/build-aux/install-sh'
libdir='/usr/lib64/gvm-helper'
libexecdir='/usr/libexec'
localedir='${datarootdir}/locale'
localstatedir='/var'
lt_cv_objdir='.libs'
mandir='/usr/share/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr'
program_transform_name='s&^&&'
psdir='${docdir}'
runstatedir='${localstatedir}/run'
sbindir='/usr/sbin'
sharedstatedir='/var/lib'
sysconfdir='/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "GNU Libmicrohttpd"
#define PACKAGE_TARNAME "libmicrohttpd"
#define PACKAGE_VERSION "0.9.66"
#define PACKAGE_STRING "GNU Libmicrohttpd 0.9.66"
#define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
#define PACKAGE_URL "http://www.gnu.org/software/libmicrohttpd/"
#define PACKAGE "libmicrohttpd"
#define VERSION "0.9.66"
#define _GNU_SOURCE 1
#define _XOPEN_SOURCE 700
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define ENABLE_NLS 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define HAVE_STDBOOL_H 1
#define HAVE_REAL_BOOL 1
#define INLINE_FUNC 1
#define _MHD_static_inline static inline __attribute__((always_inline))
#define LINUX 1
#define HAVE_PTHREAD_PRIO_INHERIT 1
#define HAVE_PTHREAD_H 1
#define MHD_USE_POSIX_THREADS 1
#define HAVE_PTHREAD_SETNAME_NP_GNU 1
#define HAVE_SYS_TIME_H 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_TIME_H 1
#define HAVE_NANOSLEEP 1
#define HAVE_UNISTD_H 1
#define HAVE_USLEEP 1
#define HAVE_STRING_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_TIME_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_NETINET_TCP_H 1
#define HAVE_LISTEN_SHUTDOWN 1
#define HAVE_C_VARARRAYS 1
#define MHD_HAVE___BUILTIN_BSWAP32 1
#define MHD_HAVE___BUILTIN_BSWAP64 1
#define HAVE_POLL_H 1
#define HAVE_POLL 1
#define EPOLL_SUPPORT 1
#define HAVE_EPOLL_CREATE1 1
#define HAVE_FCNTL_H 1
#define HAVE_MATH_H 1
#define HAVE_ERRNO_H 1
#define HAVE_LIMITS_H 1
#define HAVE_STDIO_H 1
#define HAVE_LOCALE_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_MSG_H 1
#define HAVE_TIME_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_NETINET_IP_H 1
#define HAVE_NETINET_TCP_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_ENDIAN_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDDEF_H 1
#define HAVE_UNISTD_H 1
#define HAVE_NET_IF_H 1
#define HAVE_TSEARCH 1
#define HAVE_SEARCH_H 1
#define HAVE_DLFCN_H 1
#define HAVE_ZLIB_H 1
#define HAVE_RANDOM 1
#define HAVE_GETSOCKNAME 1
#define MHD_USE_GETSOCKNAME 1
#define HAVE_SYS_EVENTFD_H 1
#define _MHD_ITC_EVENTFD 1
#define HAVE_ACCEPT4 1
#define HAVE_GMTIME_R 1
#define HAVE_MEMMEM 1
#define HAVE_SNPRINTF 1
#define HAVE_DECL_SOCK_NONBLOCK 1
#define HAVE_SOCK_NONBLOCK 1
#define HAVE_CLOCK_GETTIME 1
#define HAVE_INET6 1
#define _MHD_EXTERN __attribute__((visibility("default"))) extern
#define HAVE_LIBCURL 1
#define LIBCURL_FEATURE_SSL 1
#define LIBCURL_FEATURE_IPV6 1
#define LIBCURL_FEATURE_UNIX_SOCKETS 1
#define LIBCURL_FEATURE_LIBZ 1
#define LIBCURL_FEATURE_ASYNCHDNS 1
#define LIBCURL_FEATURE_IDN 1
#define LIBCURL_FEATURE_NTLM 1
#define LIBCURL_FEATURE_NTLM_WB 1
#define LIBCURL_PROTOCOL_DICT 1
#define LIBCURL_PROTOCOL_FILE 1
#define LIBCURL_PROTOCOL_FTP 1
#define LIBCURL_PROTOCOL_FTPS 1
#define LIBCURL_PROTOCOL_GOPHER 1
#define LIBCURL_PROTOCOL_HTTP 1
#define LIBCURL_PROTOCOL_HTTPS 1
#define LIBCURL_PROTOCOL_IMAP 1
#define LIBCURL_PROTOCOL_IMAPS 1
#define LIBCURL_PROTOCOL_LDAP 1
#define LIBCURL_PROTOCOL_LDAPS 1
#define LIBCURL_PROTOCOL_POP3 1
#define LIBCURL_PROTOCOL_POP3S 1
#define LIBCURL_PROTOCOL_RTSP 1
#define LIBCURL_PROTOCOL_SCP 1
#define LIBCURL_PROTOCOL_SFTP 1
#define LIBCURL_PROTOCOL_SMTP 1
#define LIBCURL_PROTOCOL_SMTPS 1
#define LIBCURL_PROTOCOL_TELNET 1
#define LIBCURL_PROTOCOL_TFTP 1
#define MHD_REQ_CURL_VERSION "7.16.4"
#define MHD_REQ_CURL_OPENSSL_VERSION "0.9.8"
#define MHD_REQ_CURL_GNUTLS_VERSION "2.8.6"
#define MHD_REQ_CURL_NSS_VERSION "3.12.0"
#define HAVE_FSEEKO 1
#define HAVE_LSEEK64 1
#define HAVE_PREAD64 1
#define HAVE_PREAD 1
#define HAVE_LINUX_SENDFILE 1
#define HAVE_SENDFILE64 1
#define HAVE_MESSAGES 1
#define HAVE_POSTPROCESSOR 1
#define HTTPS_SUPPORT 1
#define BAUTH_SUPPORT 1
#define DAUTH_SUPPORT 1
#define UPGRADE_SUPPORT 1
#define HAVE_CALLOC 1
#define HAVE_FORK 1
#define HAVE_WAITPID 1
#define NDEBUG 1
#define MHD_PLUGIN_INSTALL_PREFIX "/usr/lib64/gvm-helper/libmicrohttpd"

configure: exit 0
config.log (221,228 bytes)   

Activities

TuxHandwerker

2019-08-13 09:41

reporter   ~0014781

set -std=c99 will allow to pass the test_md5 tests, but result later in an coredump:
PASS: test_str_compare
PASS: test_str_to_value
PASS: test_str_token
PASS: test_http_reasons
PASS: test_md5
PASS: test_sha256
PASS: test_start_stop
PASS: test_daemon
PASS: test_options
PASS: test_upgrade
../../build-aux/test-driver: line 107: 13539 Aborted (core dumped) "$@" > $log_file 2>&1
FAIL: test_upgrade_large
PASS: test_upgrade_tls
../../build-aux/test-driver: line 107: 13652 Aborted (core dumped) "$@" > $log_file 2>&1
FAIL: test_upgrade_large_tls
PASS: test_postprocessor
PASS: test_postprocessor_large
PASS: test_postprocessor_amp
PASS: test_shutdown_select
PASS: test_shutdown_poll

TuxHandwerker

2019-08-13 09:43

reporter   ~0014782

Hint: I added this patch, to build it.
https://git.gnunet.org/libmicrohttpd.git/commit/?id=b84ee1fa41c53c43aa7ed1583c36af5cb7c77a0f

Christian Grothoff

2019-08-24 00:06

manager   ~0014807

55618b10..8eae5667 fixes the c99 issues reported in test_md5.c.

Christian Grothoff

2019-08-24 00:08

manager   ~0014808

As for the crashes, Git master fixes some issues with respect to the upgrade_large tests -- could you please try if the latest version fixes those crashes? If not, a valgrind report or stack trace from gdb would be helpful...

TuxHandwerker

2019-08-26 09:44

reporter   ~0014809

test_sha256.c need also patching for gcc 8.1 without explicit set -std=c99 call:
test_sha256.c: In function 'test1_str':
test_sha256.c:251:3: error: 'for' loop initial declarations are only allowed in C99 mode
   for (unsigned int i = 0; i < units1_num; i++)
   ^
test_sha256.c:251:3: note: use option -std=c99 or -std=gnu99 to compile your code
test_sha256.c: In function 'test1_bin':
test_sha256.c:268:3: error: 'for' loop initial declarations are only allowed in C99 mode
   for (unsigned int i = 0; i < units2_num; i++)
   ^
test_sha256.c: In function 'test2_str':
test_sha256.c:286:3: error: 'for' loop initial declarations are only allowed in C99 mode
   for (unsigned int i = 0; i < units1_num; i++)
   ^
test_sha256.c: In function 'test2_bin':
test_sha256.c:305:3: error: 'for' loop initial declarations are only allowed in C99 mode
   for (unsigned int i = 0; i < units2_num; i++)
   ^

TuxHandwerker

2019-08-26 10:00

reporter   ~0014810

The git master version of test_upgrade_large don't compile:
test_upgrade_large.c: In function 'run_usock':
test_upgrade_large.c:708:23: error: 'MHD_UPGRADE_ACTION_CORK_OFF' undeclared (first use in this function)
                       MHD_UPGRADE_ACTION_CORK_OFF);
                       ^
test_upgrade_large.c:708:23: note: each undeclared identifier is reported only once for each function it appears in
test_upgrade_large.c: In function 'kick_select':
test_upgrade_large.c:583:11: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write (kicker[1], "K", 1);
           ^
test_upgrade_large.c: In function 'run_mhd_select_loop':
test_upgrade_large.c:940:9: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
         (void) read (kicker[0], drain, sizeof (drain));
         ^
test_upgrade_large.c: In function 'run_mhd_epoll_loop':
test_upgrade_large.c:1012:9: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
         (void) read (kicker[0], drain, sizeof (drain));
         ^
make[3]: Leaving directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd-0.9.66/src/microhttpd'
make[2]: Leaving directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd-0.9.66/src/microhttpd'
make[3]: *** [test_upgrade_large-test_upgrade_large.o] Error 1
make[2]: *** [check-am] Error 2
make[1]: make[1]: Leaving directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd-0.9.66/src'

Christian Grothoff

2019-08-26 11:17

manager   ~0014811

That's strange, can you try building using 'make install' instead of just 'make'?

TuxHandwerker

2019-08-26 11:31

reporter   ~0014812

It will only happens at the test stage called via "make check".
The normal build an install stage will work, but the test stage will fails.

Christian Grothoff

2019-08-27 15:20

manager   ~0014813

I can only imagine that somehow you have an 'old' version of microhttpd.h installed somewhere on your system, and somehow gcc finds that one before the one from src/include/. Please check your system for outdated 'microhttpd.h' files.

TuxHandwerker

2019-08-28 09:09

reporter   ~0014820

Today I tried the last git master version.
Because of note https://bugs.gnunet.org/view.php?id=5826#c14809, it must use "-std=c99" to build it.
But the tests are still fails with core dump.
For test_upgrade_large with:
(gdb) where
#0 0x00007f670e0f42c7 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:55
#1 0x00007f670e0f59b8 in __GI_abort () at abort.c:90
#2 0x00005604c7f7ce45 in recv_hdr (sock=0x5604c9a61760) at test_upgrade_large.c:641
#3 run_usock_client (cls=0x5604c9a61760) at test_upgrade_large.c:736
#4 0x00007f670e492dd5 in start_thread (arg=0x7f670cc73700) at pthread_create.c:307
#5 0x00007f670e1bc02d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

TuxHandwerker

2019-08-28 09:12

reporter   ~0014821

(gdb) bt full:
#0 0x00007f670e0f42c7 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:55
        resultvar = 0
        pid = 14965
        selftid = 14984
#1 0x00007f670e0f59b8 in __GI_abort () at abort.c:90
        save_stage = 2
        act = {__sigaction_handler = {sa_handler = 0x7f670cc72e40, sa_sigaction = 0x7f670cc72e40}, sa_mask = {__val = {0, 0, 140080598064141, 0, 94578534766392, 39, 70368744177669, 16, 140080572739280,
              140080572739216, 94578534763353, 0, 140080598063773, 1, 140080572739303, 1}}, sa_flags = 5, sa_restorer = 0x801000}
        sigs = {__val = {32, 0 <repeats 15 times>}}
#2 0x00005604c7f7ce45 in recv_hdr (sock=0x5604c9a61760) at test_upgrade_large.c:641
        i = 0
        next = 13 '\r'
        c = 0 '\000'
        ret = -1
#3 run_usock_client (cls=0x5604c9a61760) at test_upgrade_large.c:736
        sock = 0x5604c9a61760
#4 0x00007f670e492dd5 in start_thread (arg=0x7f670cc73700) at pthread_create.c:307
        __res = <optimized out>
        pd = 0x7f670cc73700
        now = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140080572741376, -3442794773719681955, 0, 8392704, 0, 140080572741376, 3384074596664603741, 3384069150701253725}, mask_was_saved = 0}}, priv = {pad = {0x0,
              0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
        pagesize_m1 = <optimized out>
        sp = <optimized out>
        freesize = <optimized out>
#5 0x00007f670e1bc02d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

Christian Grothoff

2019-10-13 20:37

manager   ~0015007

b24cb240..b84ae2b6 gets rid of the c99-isms.

Christian Grothoff

2019-10-13 20:45

manager   ~0015008

I still can't reproduce, but eb8cc7ee..63a36813 _may_ fix "something" (if the intermediary select-kicker was to blame), or at least should improve diagnostics.

TuxHandwerker

2019-10-14 07:50

reporter   ~0015010

Hi Christian,
today In tested 63a36813612a466c306297a5481c1e1e4f2e6164.
The test looks like working now.
See the test log for details.
test.log (145,701 bytes)   
unlimited
+ pushd libmicrohttpd
+ ulimit -c unlimited
+ ulimit -c
+ make check
Making check in contrib
make[1]: Entering directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/contrib'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/contrib'
Making check in m4
make[1]: Entering directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/m4'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/m4'
Making check in src
make[1]: Entering directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src'
Making check in include
make[2]: Entering directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/include'
Making check in .
make[3]: Entering directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/include'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/include'
make[2]: Leaving directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/include'
Making check in microhttpd
make[2]: Entering directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/microhttpd'
make  test_str_compare test_str_to_value test_str_token test_http_reasons test_md5 test_sha256 test_start_stop test_daemon test_options test_upgrade test_upgrade_large  test_upgrade_tls test_upgrade_large_tls  test_postprocessor test_postprocessor_large test_postprocessor_amp test_shutdown_select test_shutdown_poll 
make[3]: Entering directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/microhttpd'
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/include -I../../src/microhttpd  -fvisibility=hidden  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_str.o test_str.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/include -I../../src/microhttpd  -fvisibility=hidden  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o mhd_str.o mhd_str.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_str_compare test_str.o mhd_str.o  
libtool: link: gcc -fvisibility=hidden -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_str_compare test_str.o mhd_str.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs
/bin/sh ../../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_str_to_value test_str.o mhd_str.o  
libtool: link: gcc -fvisibility=hidden -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_str_to_value test_str.o mhd_str.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/include -I../../src/microhttpd  -fvisibility=hidden  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_str_token.o test_str_token.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_str_token test_str_token.o mhd_str.o  
libtool: link: gcc -fvisibility=hidden -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_str_token test_str_token.o mhd_str.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/include -I../../src/microhttpd  -fvisibility=hidden  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_http_reasons.o test_http_reasons.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/include -I../../src/microhttpd  -fvisibility=hidden  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o reason_phrase.o reason_phrase.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_http_reasons test_http_reasons.o reason_phrase.o mhd_str.o  
libtool: link: gcc -fvisibility=hidden -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_http_reasons test_http_reasons.o reason_phrase.o mhd_str.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/include -I../../src/microhttpd  -fvisibility=hidden  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_md5.o test_md5.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/include -I../../src/microhttpd  -fvisibility=hidden  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o md5.o md5.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_md5 test_md5.o md5.o  
libtool: link: gcc -fvisibility=hidden -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_md5 test_md5.o md5.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/include -I../../src/microhttpd  -fvisibility=hidden  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_sha256.o test_sha256.c
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/include -I../../src/microhttpd  -fvisibility=hidden  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o sha256.o sha256.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_sha256 test_sha256.o sha256.o  
libtool: link: gcc -fvisibility=hidden -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_sha256 test_sha256.o sha256.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/include -I../../src/microhttpd  -fvisibility=hidden  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_start_stop.o test_start_stop.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_start_stop test_start_stop.o ../../src/microhttpd/libmicrohttpd.la 
libtool: link: gcc -fvisibility=hidden -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_start_stop test_start_stop.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/include -I../../src/microhttpd  -fvisibility=hidden  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_daemon.o test_daemon.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_daemon test_daemon.o ../../src/microhttpd/libmicrohttpd.la 
libtool: link: gcc -fvisibility=hidden -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_daemon test_daemon.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/include -I../../src/microhttpd  -fvisibility=hidden  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_options.o test_options.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_options test_options.o ../../src/microhttpd/libmicrohttpd.la 
libtool: link: gcc -fvisibility=hidden -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_options test_options.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/include -I../../src/microhttpd -I/usr/include/p11-kit-1    -fvisibility=hidden  -pthread -I/usr/include/p11-kit-1   -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_upgrade-test_upgrade.o `test -f 'test_upgrade.c' || echo './'`test_upgrade.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden  -pthread -I/usr/include/p11-kit-1   -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -lgnutls   -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_upgrade test_upgrade-test_upgrade.o ../../src/microhttpd/libmicrohttpd.la -lgnutls   -lgnutls    
libtool: link: gcc -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_upgrade test_upgrade-test_upgrade.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/include -I../../src/microhttpd -I/usr/include/p11-kit-1    -fvisibility=hidden  -pthread -I/usr/include/p11-kit-1   -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_upgrade_large-test_upgrade_large.o `test -f 'test_upgrade_large.c' || echo './'`test_upgrade_large.c
test_upgrade_large.c: In function 'kick_select':
test_upgrade_large.c:589:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     (void) write (kicker[1], "K", 1);
     ^
test_upgrade_large.c: In function 'run_mhd_select_loop':
test_upgrade_large.c:949:7: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
       (void) read (kicker[0], drain, sizeof (drain));
       ^
test_upgrade_large.c: In function 'run_mhd_epoll_loop':
test_upgrade_large.c:1021:7: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
       (void) read (kicker[0], drain, sizeof (drain));
       ^
/bin/sh ../../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden  -pthread -I/usr/include/p11-kit-1   -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -lgnutls   -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_upgrade_large test_upgrade_large-test_upgrade_large.o ../../src/microhttpd/libmicrohttpd.la -lgnutls   -lgnutls    
libtool: link: gcc -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_upgrade_large test_upgrade_large-test_upgrade_large.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/include -I../../src/microhttpd -I/usr/include/p11-kit-1    -fvisibility=hidden  -pthread -I/usr/include/p11-kit-1   -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_upgrade_tls-test_upgrade.o `test -f 'test_upgrade.c' || echo './'`test_upgrade.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden  -pthread -I/usr/include/p11-kit-1   -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -lgnutls   -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_upgrade_tls test_upgrade_tls-test_upgrade.o ../../src/microhttpd/libmicrohttpd.la -lgnutls   -lgnutls    
libtool: link: gcc -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_upgrade_tls test_upgrade_tls-test_upgrade.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/include -I../../src/microhttpd -I/usr/include/p11-kit-1    -fvisibility=hidden  -pthread -I/usr/include/p11-kit-1   -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_upgrade_large_tls-test_upgrade_large.o `test -f 'test_upgrade_large.c' || echo './'`test_upgrade_large.c
test_upgrade_large.c: In function 'kick_select':
test_upgrade_large.c:589:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     (void) write (kicker[1], "K", 1);
     ^
test_upgrade_large.c: In function 'run_mhd_select_loop':
test_upgrade_large.c:949:7: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
       (void) read (kicker[0], drain, sizeof (drain));
       ^
test_upgrade_large.c: In function 'run_mhd_epoll_loop':
test_upgrade_large.c:1021:7: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
       (void) read (kicker[0], drain, sizeof (drain));
       ^
/bin/sh ../../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden  -pthread -I/usr/include/p11-kit-1   -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -lgnutls   -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_upgrade_large_tls test_upgrade_large_tls-test_upgrade_large.o ../../src/microhttpd/libmicrohttpd.la -lgnutls   -lgnutls    
libtool: link: gcc -fvisibility=hidden -pthread -I/usr/include/p11-kit-1 -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_upgrade_large_tls test_upgrade_large_tls-test_upgrade_large.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/include -I../../src/microhttpd -I/usr/include/p11-kit-1    -fvisibility=hidden  -I/usr/include/p11-kit-1   -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_postprocessor-test_postprocessor.o `test -f 'test_postprocessor.c' || echo './'`test_postprocessor.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden  -I/usr/include/p11-kit-1   -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_postprocessor test_postprocessor-test_postprocessor.o ../../src/microhttpd/libmicrohttpd.la 
libtool: link: gcc -fvisibility=hidden -I/usr/include/p11-kit-1 -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_postprocessor test_postprocessor-test_postprocessor.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/include -I../../src/microhttpd -I/usr/include/p11-kit-1    -fvisibility=hidden  -I/usr/include/p11-kit-1   -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_postprocessor_large-test_postprocessor_large.o `test -f 'test_postprocessor_large.c' || echo './'`test_postprocessor_large.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden  -I/usr/include/p11-kit-1   -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_postprocessor_large test_postprocessor_large-test_postprocessor_large.o ../../src/microhttpd/libmicrohttpd.la 
libtool: link: gcc -fvisibility=hidden -I/usr/include/p11-kit-1 -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_postprocessor_large test_postprocessor_large-test_postprocessor_large.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/include -I../../src/microhttpd -I/usr/include/p11-kit-1    -fvisibility=hidden  -I/usr/include/p11-kit-1   -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_postprocessor_amp-test_postprocessor_amp.o `test -f 'test_postprocessor_amp.c' || echo './'`test_postprocessor_amp.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden  -I/usr/include/p11-kit-1   -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_postprocessor_amp test_postprocessor_amp-test_postprocessor_amp.o ../../src/microhttpd/libmicrohttpd.la 
libtool: link: gcc -fvisibility=hidden -I/usr/include/p11-kit-1 -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_postprocessor_amp test_postprocessor_amp-test_postprocessor_amp.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/include -I../../src/microhttpd  -fvisibility=hidden  -pthread -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_shutdown_select-test_shutdown_select.o `test -f 'test_shutdown_select.c' || echo './'`test_shutdown_select.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden  -pthread -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_shutdown_select test_shutdown_select-test_shutdown_select.o  
libtool: link: gcc -fvisibility=hidden -pthread -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_shutdown_select test_shutdown_select-test_shutdown_select.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -pthread
gcc -DHAVE_CONFIG_H -I. -I../..  -I../../src/include -I../../src/microhttpd  -fvisibility=hidden  -pthread -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_shutdown_poll-test_shutdown_select.o `test -f 'test_shutdown_select.c' || echo './'`test_shutdown_select.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc -fvisibility=hidden  -pthread -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_shutdown_poll test_shutdown_poll-test_shutdown_select.o  
libtool: link: gcc -fvisibility=hidden -pthread -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_shutdown_poll test_shutdown_poll-test_shutdown_select.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -pthread
make[3]: Leaving directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/microhttpd'
make  check-TESTS
make[3]: Entering directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/microhttpd'
make[4]: Entering directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/microhttpd'
PASS: test_str_compare
PASS: test_str_to_value
PASS: test_str_token
PASS: test_http_reasons
PASS: test_md5
PASS: test_sha256
PASS: test_start_stop
PASS: test_daemon
PASS: test_options
PASS: test_upgrade
PASS: test_upgrade_large
PASS: test_upgrade_tls
PASS: test_upgrade_large_tls
PASS: test_postprocessor
PASS: test_postprocessor_large
PASS: test_postprocessor_amp
PASS: test_shutdown_select
PASS: test_shutdown_poll
make[5]: Entering directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/microhttpd'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/microhttpd'
============================================================================
Testsuite summary for GNU Libmicrohttpd 0.9.66
============================================================================
# TOTAL: 18
# PASS:  18
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[4]: Leaving directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/microhttpd'
make[3]: Leaving directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/microhttpd'
make[2]: Leaving directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/microhttpd'
Making check in testcurl
make[2]: Entering directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/testcurl'
Making check in .
make[3]: Entering directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/testcurl'
make  test_get test_get_sendfile test_delete test_put test_process_headers test_process_arguments test_parse_cookies test_large_put test_get11 test_get_sendfile11 test_put11 test_large_put11 test_large_put_inc11 test_get_chunked test_put_chunked test_callback perf_get test_post test_postform test_post_loop test_post11 test_postform11 test_post_loop11 test_get_response_cleanup test_urlparse test_long_header test_long_header11 test_iplimit11 test_termination test_timeout perf_get_concurrent11 test_quiesce test_concurrent_stop perf_get_concurrent test_quiesce_stream test_digestauth test_digestauth_sha256 test_digestauth_with_arguments 
make[4]: Entering directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/testcurl'
gcc -DHAVE_CONFIG_H -I. -I../..  -DCPU_COUNT=8 -I../.. -I../../src/microhttpd -I../../src/include    -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_get.o test_get.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_get test_get.o ../../src/microhttpd/libmicrohttpd.la -lcurl   
libtool: link: gcc -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_get test_get.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../..  -DCPU_COUNT=8 -I../.. -I../../src/microhttpd -I../../src/include    -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_get_sendfile.o test_get_sendfile.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_get_sendfile test_get_sendfile.o ../../src/microhttpd/libmicrohttpd.la -lcurl   
libtool: link: gcc -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_get_sendfile test_get_sendfile.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../..  -DCPU_COUNT=8 -I../.. -I../../src/microhttpd -I../../src/include    -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_delete.o test_delete.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_delete test_delete.o ../../src/microhttpd/libmicrohttpd.la -lcurl   
libtool: link: gcc -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_delete test_delete.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../..  -DCPU_COUNT=8 -I../.. -I../../src/microhttpd -I../../src/include    -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_put.o test_put.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_put test_put.o ../../src/microhttpd/libmicrohttpd.la -lcurl   
libtool: link: gcc -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_put test_put.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../..  -DCPU_COUNT=8 -I../.. -I../../src/microhttpd -I../../src/include    -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_process_headers.o test_process_headers.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_process_headers test_process_headers.o ../../src/microhttpd/libmicrohttpd.la -lcurl   
libtool: link: gcc -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_process_headers test_process_headers.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../..  -DCPU_COUNT=8 -I../.. -I../../src/microhttpd -I../../src/include    -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_process_arguments.o test_process_arguments.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_process_arguments test_process_arguments.o ../../src/microhttpd/libmicrohttpd.la -lcurl   
libtool: link: gcc -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_process_arguments test_process_arguments.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../..  -DCPU_COUNT=8 -I../.. -I../../src/microhttpd -I../../src/include    -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_parse_cookies.o test_parse_cookies.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_parse_cookies test_parse_cookies.o ../../src/microhttpd/libmicrohttpd.la -lcurl   
libtool: link: gcc -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_parse_cookies test_parse_cookies.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../..  -DCPU_COUNT=8 -I../.. -I../../src/microhttpd -I../../src/include    -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_large_put.o test_large_put.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_large_put test_large_put.o ../../src/microhttpd/libmicrohttpd.la -lcurl   
libtool: link: gcc -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_large_put test_large_put.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_get11 test_get.o ../../src/microhttpd/libmicrohttpd.la -lcurl   
libtool: link: gcc -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_get11 test_get.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_get_sendfile11 test_get_sendfile.o ../../src/microhttpd/libmicrohttpd.la -lcurl   
libtool: link: gcc -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_get_sendfile11 test_get_sendfile.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_put11 test_put.o ../../src/microhttpd/libmicrohttpd.la -lcurl   
libtool: link: gcc -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_put11 test_put.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_large_put11 test_large_put.o ../../src/microhttpd/libmicrohttpd.la -lcurl   
libtool: link: gcc -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_large_put11 test_large_put.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_large_put_inc11 test_large_put.o ../../src/microhttpd/libmicrohttpd.la -lcurl   
libtool: link: gcc -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_large_put_inc11 test_large_put.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../..  -DCPU_COUNT=8 -I../.. -I../../src/microhttpd -I../../src/include    -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_get_chunked.o test_get_chunked.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_get_chunked test_get_chunked.o ../../src/microhttpd/libmicrohttpd.la -lcurl   
libtool: link: gcc -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_get_chunked test_get_chunked.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../..  -DCPU_COUNT=8 -I../.. -I../../src/microhttpd -I../../src/include    -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_put_chunked.o test_put_chunked.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_put_chunked test_put_chunked.o ../../src/microhttpd/libmicrohttpd.la -lcurl   
libtool: link: gcc -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_put_chunked test_put_chunked.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../..  -DCPU_COUNT=8 -I../.. -I../../src/microhttpd -I../../src/include    -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_callback.o test_callback.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_callback test_callback.o ../../src/microhttpd/libmicrohttpd.la -lcurl   
libtool: link: gcc -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_callback test_callback.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../..  -DCPU_COUNT=8 -I../.. -I../../src/microhttpd -I../../src/include    -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o perf_get.o perf_get.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o perf_get perf_get.o ../../src/microhttpd/libmicrohttpd.la -lcurl   
libtool: link: gcc -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/perf_get perf_get.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../..  -DCPU_COUNT=8 -I../.. -I../../src/microhttpd -I../../src/include    -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_post.o test_post.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_post test_post.o ../../src/microhttpd/libmicrohttpd.la -lcurl   
libtool: link: gcc -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_post test_post.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../..  -DCPU_COUNT=8 -I../.. -I../../src/microhttpd -I../../src/include    -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_postform.o test_postform.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_postform test_postform.o ../../src/microhttpd/libmicrohttpd.la -lcurl   
libtool: link: gcc -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_postform test_postform.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../..  -DCPU_COUNT=8 -I../.. -I../../src/microhttpd -I../../src/include    -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_post_loop.o test_post_loop.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_post_loop test_post_loop.o ../../src/microhttpd/libmicrohttpd.la -lcurl   
libtool: link: gcc -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_post_loop test_post_loop.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_post11 test_post.o ../../src/microhttpd/libmicrohttpd.la -lcurl   
libtool: link: gcc -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_post11 test_post.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_postform11 test_postform.o ../../src/microhttpd/libmicrohttpd.la -lcurl   
libtool: link: gcc -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_postform11 test_postform.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_post_loop11 test_post_loop.o ../../src/microhttpd/libmicrohttpd.la -lcurl   
libtool: link: gcc -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_post_loop11 test_post_loop.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../..  -DCPU_COUNT=8 -I../.. -I../../src/microhttpd -I../../src/include    -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_get_response_cleanup.o test_get_response_cleanup.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_get_response_cleanup test_get_response_cleanup.o ../../src/microhttpd/libmicrohttpd.la 
libtool: link: gcc -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_get_response_cleanup test_get_response_cleanup.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../..  -DCPU_COUNT=8 -I../.. -I../../src/microhttpd -I../../src/include    -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_urlparse.o test_urlparse.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_urlparse test_urlparse.o ../../src/microhttpd/libmicrohttpd.la -lcurl   
libtool: link: gcc -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_urlparse test_urlparse.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../..  -DCPU_COUNT=8 -I../.. -I../../src/microhttpd -I../../src/include    -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_long_header.o test_long_header.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_long_header test_long_header.o ../../src/microhttpd/libmicrohttpd.la -lcurl   
libtool: link: gcc -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_long_header test_long_header.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_long_header11 test_long_header.o ../../src/microhttpd/libmicrohttpd.la -lcurl   
libtool: link: gcc -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_long_header11 test_long_header.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../..  -DCPU_COUNT=8 -I../.. -I../../src/microhttpd -I../../src/include    -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_iplimit.o test_iplimit.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_iplimit11 test_iplimit.o ../../src/microhttpd/libmicrohttpd.la -lcurl   
libtool: link: gcc -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_iplimit11 test_iplimit.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../..  -DCPU_COUNT=8 -I../.. -I../../src/microhttpd -I../../src/include    -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_termination.o test_termination.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_termination test_termination.o ../../src/microhttpd/libmicrohttpd.la -lcurl   
libtool: link: gcc -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_termination test_termination.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../..  -DCPU_COUNT=8 -I../.. -I../../src/microhttpd -I../../src/include    -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_timeout.o test_timeout.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_timeout test_timeout.o ../../src/microhttpd/libmicrohttpd.la -lcurl   
libtool: link: gcc -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_timeout test_timeout.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../..  -DCPU_COUNT=8 -I../.. -I../../src/microhttpd -I../../src/include   -pthread  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o perf_get_concurrent11-perf_get_concurrent.o `test -f 'perf_get_concurrent.c' || echo './'`perf_get_concurrent.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc -pthread  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o perf_get_concurrent11 perf_get_concurrent11-perf_get_concurrent.o ../../src/microhttpd/libmicrohttpd.la  -lcurl   
libtool: link: gcc -pthread -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/perf_get_concurrent11 perf_get_concurrent11-perf_get_concurrent.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../..  -DCPU_COUNT=8 -I../.. -I../../src/microhttpd -I../../src/include   -pthread  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_quiesce-test_quiesce.o `test -f 'test_quiesce.c' || echo './'`test_quiesce.c
In file included from test_quiesce.c:35:0:
test_quiesce.c: In function 'testExternalGet':
../../src/microhttpd/mhd_sockets.h:256:45: warning: 'fd' may be used uninitialized in this function [-Wmaybe-uninitialized]
 #  define MHD_socket_close_(fd) ((0 == close((fd))) || (EBADF != errno))
                                             ^
test_quiesce.c:366:14: note: 'fd' was declared here
   MHD_socket fd;
              ^
/bin/sh ../../libtool  --tag=CC   --mode=link gcc -pthread  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_quiesce test_quiesce-test_quiesce.o ../../src/microhttpd/libmicrohttpd.la  -lcurl   
libtool: link: gcc -pthread -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_quiesce test_quiesce-test_quiesce.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../..  -DCPU_COUNT=8 -I../.. -I../../src/microhttpd -I../../src/include   -pthread  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_concurrent_stop-test_concurrent_stop.o `test -f 'test_concurrent_stop.c' || echo './'`test_concurrent_stop.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc -pthread  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_concurrent_stop test_concurrent_stop-test_concurrent_stop.o ../../src/microhttpd/libmicrohttpd.la  -lcurl   
libtool: link: gcc -pthread -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_concurrent_stop test_concurrent_stop-test_concurrent_stop.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../..  -DCPU_COUNT=8 -I../.. -I../../src/microhttpd -I../../src/include   -pthread  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o perf_get_concurrent-perf_get_concurrent.o `test -f 'perf_get_concurrent.c' || echo './'`perf_get_concurrent.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc -pthread  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o perf_get_concurrent perf_get_concurrent-perf_get_concurrent.o ../../src/microhttpd/libmicrohttpd.la  -lcurl   
libtool: link: gcc -pthread -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/perf_get_concurrent perf_get_concurrent-perf_get_concurrent.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../..  -DCPU_COUNT=8 -I../.. -I../../src/microhttpd -I../../src/include   -pthread  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_quiesce_stream-test_quiesce_stream.o `test -f 'test_quiesce_stream.c' || echo './'`test_quiesce_stream.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc -pthread  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_quiesce_stream test_quiesce_stream-test_quiesce_stream.o ../../src/microhttpd/libmicrohttpd.la  -lcurl   
libtool: link: gcc -pthread -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_quiesce_stream test_quiesce_stream-test_quiesce_stream.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../..  -DCPU_COUNT=8 -I../.. -I../../src/microhttpd -I../../src/include    -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_digestauth.o test_digestauth.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_digestauth test_digestauth.o ../../src/microhttpd/libmicrohttpd.la -lcurl   
libtool: link: gcc -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_digestauth test_digestauth.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../..  -DCPU_COUNT=8 -I../.. -I../../src/microhttpd -I../../src/include    -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_digestauth_sha256.o test_digestauth_sha256.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_digestauth_sha256 test_digestauth_sha256.o ../../src/microhttpd/libmicrohttpd.la -lcurl   
libtool: link: gcc -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_digestauth_sha256 test_digestauth_sha256.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../..  -DCPU_COUNT=8 -I../.. -I../../src/microhttpd -I../../src/include    -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_digestauth_with_arguments.o test_digestauth_with_arguments.c
/bin/sh ../../libtool  --tag=CC   --mode=link gcc  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_digestauth_with_arguments test_digestauth_with_arguments.o ../../src/microhttpd/libmicrohttpd.la -lcurl   
libtool: link: gcc -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_digestauth_with_arguments test_digestauth_with_arguments.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
make[4]: Leaving directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/testcurl'
make  check-TESTS
make[4]: Entering directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/testcurl'
make[5]: Entering directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/testcurl'
PASS: test_get
PASS: test_get_sendfile
PASS: test_delete
PASS: test_put
PASS: test_process_headers
PASS: test_process_arguments
PASS: test_parse_cookies
PASS: test_large_put
PASS: test_get11
PASS: test_get_sendfile11
PASS: test_put11
PASS: test_large_put11
PASS: test_large_put_inc11
PASS: test_get_chunked
PASS: test_put_chunked
PASS: test_callback
PASS: perf_get
PASS: test_post
PASS: test_postform
PASS: test_post_loop
PASS: test_post11
PASS: test_postform11
PASS: test_post_loop11
PASS: test_get_response_cleanup
PASS: test_urlparse
PASS: test_long_header
PASS: test_long_header11
PASS: test_iplimit11
PASS: test_termination
PASS: test_timeout
PASS: perf_get_concurrent11
PASS: test_quiesce
PASS: test_concurrent_stop
PASS: perf_get_concurrent
PASS: test_quiesce_stream
PASS: test_digestauth
SKIP: test_digestauth_sha256
PASS: test_digestauth_with_arguments
make[6]: Entering directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/testcurl'
Making all in .
make[7]: Entering directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/testcurl'
make[7]: Nothing to be done for `all-am'.
make[7]: Leaving directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/testcurl'
Making all in https
make[7]: Entering directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/testcurl/https'
Making all in .
make[8]: Entering directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/testcurl/https'
make[8]: Nothing to be done for `all-am'.
make[8]: Leaving directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/testcurl/https'
make[7]: Leaving directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/testcurl/https'
make[6]: Leaving directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/testcurl'
============================================================================
Testsuite summary for GNU Libmicrohttpd 0.9.66
============================================================================
# TOTAL: 38
# PASS:  37
# SKIP:  1
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[5]: Leaving directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/testcurl'
make[4]: Leaving directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/testcurl'
make[3]: Leaving directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/testcurl'
Making check in https
make[3]: Entering directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/testcurl/https'
Making check in .
make[4]: Entering directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/testcurl/https'
make  test_https_get_select test_tls_options test_tls_authentication test_https_get_parallel test_https_get_parallel_threads test_https_sni test_https_session_info test_https_time_out test_https_multi_daemon test_https_get test_empty_response 
make[5]: Entering directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/testcurl/https'
gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/include -I../../../src/microhttpd -I../../../src/platform  -I/usr/include/p11-kit-1     -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_https_get_select.o test_https_get_select.c
gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/include -I../../../src/microhttpd -I../../../src/platform  -I/usr/include/p11-kit-1     -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o tls_test_common.o tls_test_common.c
/bin/sh ../../../libtool  --tag=CC   --mode=link gcc  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_https_get_select test_https_get_select.o tls_test_common.o ../../../src/testcurl/libcurl_version_check.a ../../../src/microhttpd/libmicrohttpd.la -lgnutls   -lgnutls    -lcurl   
libtool: link: gcc -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_https_get_select test_https_get_select.o tls_test_common.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../../src/testcurl/libcurl_version_check.a ../../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/include -I../../../src/microhttpd -I../../../src/platform  -I/usr/include/p11-kit-1     -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_tls_options.o test_tls_options.c
/bin/sh ../../../libtool  --tag=CC   --mode=link gcc  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_tls_options test_tls_options.o tls_test_common.o ../../../src/testcurl/libcurl_version_check.a ../../../src/microhttpd/libmicrohttpd.la -lgnutls   -lgnutls    -lcurl   
libtool: link: gcc -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_tls_options test_tls_options.o tls_test_common.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../../src/testcurl/libcurl_version_check.a ../../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/include -I../../../src/microhttpd -I../../../src/platform  -I/usr/include/p11-kit-1     -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_tls_authentication.o test_tls_authentication.c
/bin/sh ../../../libtool  --tag=CC   --mode=link gcc  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_tls_authentication test_tls_authentication.o tls_test_common.o ../../../src/testcurl/libcurl_version_check.a ../../../src/microhttpd/libmicrohttpd.la -lgnutls   -lgnutls    -lcurl   
libtool: link: gcc -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_tls_authentication test_tls_authentication.o tls_test_common.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../../src/testcurl/libcurl_version_check.a ../../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/include -I../../../src/microhttpd -I../../../src/platform  -I/usr/include/p11-kit-1   -DCPU_COUNT=8  -pthread  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_https_get_parallel-test_https_get_parallel.o `test -f 'test_https_get_parallel.c' || echo './'`test_https_get_parallel.c
gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/include -I../../../src/microhttpd -I../../../src/platform  -I/usr/include/p11-kit-1   -DCPU_COUNT=8  -pthread  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_https_get_parallel-tls_test_common.o `test -f 'tls_test_common.c' || echo './'`tls_test_common.c
/bin/sh ../../../libtool  --tag=CC   --mode=link gcc -pthread  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_https_get_parallel test_https_get_parallel-test_https_get_parallel.o test_https_get_parallel-tls_test_common.o ../../../src/testcurl/libcurl_version_check.a ../../../src/microhttpd/libmicrohttpd.la  -lgnutls   -lgnutls    -lcurl   
libtool: link: gcc -pthread -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_https_get_parallel test_https_get_parallel-test_https_get_parallel.o test_https_get_parallel-tls_test_common.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../../src/testcurl/libcurl_version_check.a ../../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/include -I../../../src/microhttpd -I../../../src/platform  -I/usr/include/p11-kit-1   -DCPU_COUNT=8  -pthread  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_https_get_parallel_threads-test_https_get_parallel_threads.o `test -f 'test_https_get_parallel_threads.c' || echo './'`test_https_get_parallel_threads.c
gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/include -I../../../src/microhttpd -I../../../src/platform  -I/usr/include/p11-kit-1   -DCPU_COUNT=8  -pthread  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_https_get_parallel_threads-tls_test_common.o `test -f 'tls_test_common.c' || echo './'`tls_test_common.c
/bin/sh ../../../libtool  --tag=CC   --mode=link gcc -pthread  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_https_get_parallel_threads test_https_get_parallel_threads-test_https_get_parallel_threads.o test_https_get_parallel_threads-tls_test_common.o ../../../src/testcurl/libcurl_version_check.a ../../../src/microhttpd/libmicrohttpd.la  -lgnutls   -lgnutls    -lcurl   
libtool: link: gcc -pthread -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_https_get_parallel_threads test_https_get_parallel_threads-test_https_get_parallel_threads.o test_https_get_parallel_threads-tls_test_common.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../../src/testcurl/libcurl_version_check.a ../../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/include -I../../../src/microhttpd -I../../../src/platform  -I/usr/include/p11-kit-1   -DABS_SRCDIR=\"/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/testcurl/https\"   -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_https_sni-test_https_sni.o `test -f 'test_https_sni.c' || echo './'`test_https_sni.c
gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/include -I../../../src/microhttpd -I../../../src/platform  -I/usr/include/p11-kit-1   -DABS_SRCDIR=\"/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/testcurl/https\"   -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_https_sni-tls_test_common.o `test -f 'tls_test_common.c' || echo './'`tls_test_common.c
/bin/sh ../../../libtool  --tag=CC   --mode=link gcc  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_https_sni test_https_sni-test_https_sni.o test_https_sni-tls_test_common.o ../../../src/testcurl/libcurl_version_check.a ../../../src/microhttpd/libmicrohttpd.la -lgnutls   -lgnutls    -lcurl   
libtool: link: gcc -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_https_sni test_https_sni-test_https_sni.o test_https_sni-tls_test_common.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../../src/testcurl/libcurl_version_check.a ../../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/include -I../../../src/microhttpd -I../../../src/platform  -I/usr/include/p11-kit-1     -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_https_session_info.o test_https_session_info.c
test_https_session_info.c:45:1: warning: 'query_session_ahc' defined but not used [-Wunused-function]
 query_session_ahc (void *cls, struct MHD_Connection *connection,
 ^
/bin/sh ../../../libtool  --tag=CC   --mode=link gcc  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_https_session_info test_https_session_info.o tls_test_common.o ../../../src/testcurl/libcurl_version_check.a ../../../src/microhttpd/libmicrohttpd.la -lgnutls   -lgnutls    -lcurl   
libtool: link: gcc -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_https_session_info test_https_session_info.o tls_test_common.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../../src/testcurl/libcurl_version_check.a ../../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/include -I../../../src/microhttpd -I../../../src/platform  -I/usr/include/p11-kit-1     -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_https_time_out.o test_https_time_out.c
/bin/sh ../../../libtool  --tag=CC   --mode=link gcc  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_https_time_out test_https_time_out.o tls_test_common.o ../../../src/testcurl/libcurl_version_check.a ../../../src/microhttpd/libmicrohttpd.la -lgnutls   -lgnutls    -lcurl   
libtool: link: gcc -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_https_time_out test_https_time_out.o tls_test_common.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../../src/testcurl/libcurl_version_check.a ../../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/include -I../../../src/microhttpd -I../../../src/platform  -I/usr/include/p11-kit-1     -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_https_multi_daemon.o test_https_multi_daemon.c
/bin/sh ../../../libtool  --tag=CC   --mode=link gcc  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_https_multi_daemon test_https_multi_daemon.o tls_test_common.o ../../../src/testcurl/libcurl_version_check.a ../../../src/microhttpd/libmicrohttpd.la -lgnutls   -lgnutls    -lcurl   
libtool: link: gcc -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_https_multi_daemon test_https_multi_daemon.o tls_test_common.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../../src/testcurl/libcurl_version_check.a ../../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/include -I../../../src/microhttpd -I../../../src/platform  -I/usr/include/p11-kit-1     -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_https_get.o test_https_get.c
/bin/sh ../../../libtool  --tag=CC   --mode=link gcc  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_https_get test_https_get.o tls_test_common.o ../../../src/testcurl/libcurl_version_check.a ../../../src/microhttpd/libmicrohttpd.la -lgnutls   -lgnutls    -lcurl   
libtool: link: gcc -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_https_get test_https_get.o tls_test_common.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../../src/testcurl/libcurl_version_check.a ../../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
gcc -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/include -I../../../src/microhttpd -I../../../src/platform  -I/usr/include/p11-kit-1     -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing -c -o test_empty_response.o test_empty_response.c
/bin/sh ../../../libtool  --tag=CC   --mode=link gcc  -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1  -m64 -mtune=generic -fno-strict-aliasing  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o test_empty_response test_empty_response.o tls_test_common.o ../../../src/testcurl/libcurl_version_check.a ../../../src/microhttpd/libmicrohttpd.la -lgnutls   -lgnutls    -lcurl   
libtool: link: gcc -std=c99 -I/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src -I/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic -fno-strict-aliasing -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/test_empty_response test_empty_response.o tls_test_common.o  -L/builddir/build/BUILD/gvm-helper-0.0.1/libassuan-2.5.3/src/.libs -L/builddir/build/BUILD/gvm-helper-0.0.1/libgpg-error-1.36/src/.libs ../../../src/testcurl/libcurl_version_check.a ../../../src/microhttpd/.libs/libmicrohttpd.so -lgnutls -lcurl -pthread -Wl,-rpath -Wl,/usr/lib64/gvm-helper
make[5]: Leaving directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/testcurl/https'
make  check-TESTS
make[5]: Entering directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/testcurl/https'
make[6]: Entering directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/testcurl/https'
PASS: test_https_get_select
SKIP: test_tls_options
PASS: test_tls_authentication
PASS: test_https_get_parallel
SKIP: test_https_get_parallel_threads
PASS: test_https_sni
SKIP: test_https_session_info
PASS: test_https_time_out
PASS: test_https_multi_daemon
PASS: test_https_get
PASS: test_empty_response
make[7]: Entering directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/testcurl/https'
Making all in .
make[8]: Entering directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/testcurl/https'
make[8]: Nothing to be done for `all-am'.
make[8]: Leaving directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/testcurl/https'
make[7]: Leaving directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/testcurl/https'
============================================================================
Testsuite summary for GNU Libmicrohttpd 0.9.66
============================================================================
# TOTAL: 11
# PASS:  8
# SKIP:  3
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[6]: Leaving directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/testcurl/https'
make[5]: Leaving directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/testcurl/https'
make[4]: Leaving directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/testcurl/https'
make[3]: Leaving directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/testcurl/https'
make[2]: Leaving directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/testcurl'
Making check in .
make[2]: Entering directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src'
Making check in examples
make[2]: Entering directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/examples'
Making check in .
make[3]: Entering directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/examples'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/examples'
make[2]: Leaving directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src/examples'
make[1]: Leaving directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/src'
Making check in .
make[1]: Entering directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd'
make[1]: Leaving directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd'
Making check in po
make[1]: Entering directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/po'
make[1]: Nothing to be done for `check'.
make[1]: Leaving directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/po'
Making check in doc
make[1]: Entering directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/doc'
Making check in .
make[2]: Entering directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/doc'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/doc'
Making check in doxygen
make[2]: Entering directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/doc/doxygen'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/doc/doxygen'
Making check in examples
make[2]: Entering directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/doc/examples'
Making check in .
make[3]: Entering directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/doc/examples'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/doc/examples'
make[2]: Leaving directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/doc/examples'
make[1]: Leaving directory `/builddir/build/BUILD/gvm-helper-0.0.1/libmicrohttpd/doc'

test.log (145,701 bytes)   

Christian Grothoff

2021-09-02 17:54

manager   ~0018175

Fix committed to master branch.

Related Changesets

libmicrohttpd: master 63a36813

2019-10-13 22:42

Christian Grothoff


Details Diff
reorder statements so we can look at errno, might theoretically even fix 0005826 Affected Issues
0005826
mod - src/microhttpd/test_upgrade_large.c Diff File

Issue History

Date Modified Username Field Change
2019-08-13 09:29 TuxHandwerker New Issue
2019-08-13 09:29 TuxHandwerker File Added: config.log
2019-08-13 09:41 TuxHandwerker Note Added: 0014781
2019-08-13 09:43 TuxHandwerker Note Added: 0014782
2019-08-24 00:06 Christian Grothoff Note Added: 0014807
2019-08-24 00:08 Christian Grothoff Note Added: 0014808
2019-08-24 00:08 Christian Grothoff Assigned To => Christian Grothoff
2019-08-24 00:08 Christian Grothoff Status new => feedback
2019-08-26 09:44 TuxHandwerker Note Added: 0014809
2019-08-26 09:44 TuxHandwerker Status feedback => assigned
2019-08-26 10:00 TuxHandwerker Note Added: 0014810
2019-08-26 11:17 Christian Grothoff Note Added: 0014811
2019-08-26 11:31 TuxHandwerker Note Added: 0014812
2019-08-27 15:20 Christian Grothoff Note Added: 0014813
2019-08-28 09:09 TuxHandwerker Note Added: 0014820
2019-08-28 09:12 TuxHandwerker Note Added: 0014821
2019-10-13 20:37 Christian Grothoff Note Added: 0015007
2019-10-13 20:45 Christian Grothoff Note Added: 0015008
2019-10-14 07:50 TuxHandwerker File Added: test.log
2019-10-14 07:50 TuxHandwerker Note Added: 0015010
2019-10-14 23:02 Christian Grothoff Status assigned => resolved
2019-10-14 23:02 Christian Grothoff Resolution open => fixed
2019-10-14 23:02 Christian Grothoff Fixed in Version => 0.9.67
2019-10-14 23:02 Christian Grothoff Target Version => 0.9.67
2019-10-26 19:42 Christian Grothoff Status resolved => closed
2021-09-02 17:54 Christian Grothoff Changeset attached => libmicrohttpd master 63a36813
2021-09-02 17:54 Christian Grothoff Note Added: 0018175