/etc/profile: line 38: /bin/hostname: No such file or directory Installing /builddir/build/SRPMS/curl-7.17.1-2.fc9.src.rpm Building target platforms: i386 Building for target i386 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.6719 + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf curl-7.17.1 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/curl-7.17.1.tar.bz2 + tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd curl-7.17.1 ++ /usr/bin/id -u + '[' 102 = 0 ']' ++ /usr/bin/id -u + '[' 102 = 0 ']' + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #1 (curl-7.15.3-multilib.patch):' Patch #1 (curl-7.15.3-multilib.patch): + patch -p1 -b --suffix .multilib -s + echo 'Patch #2 (curl-7.16.0-privlibs.patch):' Patch #2 (curl-7.16.0-privlibs.patch): + patch -p1 -b --suffix .privlibs -s + echo 'Patch #3 (curl-7.16.4-curl-config.patch):' Patch #3 (curl-7.16.4-curl-config.patch): + patch -p1 -b --suffix .curl-config -s + echo 'Patch #4 (curl-7.17.1-sslgen.patch):' Patch #4 (curl-7.17.1-sslgen.patch): + patch -p1 -b --suffix .sslgen -s + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.35826 + umask 022 + cd /builddir/build/BUILD + cd curl-7.17.1 + LANG=C + export LANG + unset DISPLAY + pkg-config nss ++ pkg-config --cflags nss + CPPFLAGS='-I/usr/include/nss3 -I/usr/include/nspr4 ' + export CPPFLAGS ++ pkg-config --libs nss + LDFLAGS='-lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl ' + export LDFLAGS + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables' + export FFLAGS ++ find . -name config.guess -o -name config.sub + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /bin/rm -f ./config.guess ++ basename ./config.guess + /bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess `/usr/lib/rpm/redhat/config.guess' -> `./config.guess' + for i in '$(find . -name config.guess -o -name config.sub)' ++ basename ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /bin/rm -f ./config.sub ++ basename ./config.sub + /bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub `/usr/lib/rpm/redhat/config.sub' -> `./config.sub' + ./configure --build=i386-redhat-linux-gnu --host=i386-redhat-linux-gnu --target=i386-redhat-linux-gnu --program-prefix= --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info --without-ssl --with-nss=/usr --enable-ipv6 --with-ca-bundle=/etc/pki/tls/certs/ca-bundle.crt --with-gssapi=/usr/kerberos --with-libidn --with-ldap-lib=libldap-.so.0 --with-lber-lib=liblber-.so.0 --disable-static checking whether to enable maintainer-specific portions of Makefiles... no checking for sed... /bin/sed checking for i386-redhat-linux-gnu-ar... no checking for ar... ar checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking curl version... 7.17.1 checking build system type... i386-redhat-linux-gnu checking host system type... i386-redhat-linux-gnu checking for style of include used by make... GNU checking for i386-redhat-linux-gnu-gcc... no checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for AIX... no checking for i386-redhat-linux-gnu-gcc... gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking dependency style of gcc... (cached) gcc3 checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking if arch-OS host is AMD64-linux (to build static libraries with PIC)... no checking for a sed that does not truncate output... /bin/sed checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognize dependent libraries... pass_all checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking the maximum length of command line arguments... 98304 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for i386-redhat-linux-gnu-ar... ar checking for i386-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking for i386-redhat-linux-gnu-strip... no checking for strip... strip checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool checking if we need -no-undefined... no checking if we need -mimpure-text... no checking if we need BUILDING_LIBCURL... no checking whether make sets $(MAKE)... (cached) yes checking for inline... inline checking for windows.h... no checking for winsock.h... no checking for winsock2.h... no checking for ws2tcpip.h... no checking for winldap.h... no checking for winber.h... no checking whether to support http... yes checking whether to support ftp... yes checking whether to support file... yes checking whether to support ldap... yes checking whether to support ldaps... no checking whether to support dict... yes checking whether to support telnet... yes checking whether to support tftp... yes checking whether to provide built-in manual... yes checking for icc in use... no checking for gethostbyname... yes checking for strcasecmp... yes checking for connect... yes checking whether to use libgcc... no checking for lber.h... no checking for ldap.h... no checking for ldapssl.h... no checking for ldap_ssl.h... no checking for ldap_init in -l"libldap-.so.0"... no configure: WARNING: "libldap-.so.0" is not an LDAP library: LDAP disabled checking for timeGetTime in winmm... no checking whether to enable ipv6... yes checking non-blocking sockets style... O_NONBLOCK checking if argv can be written to... yes checking if Kerberos4 support is requested... no checking if SPNEGO support is requested... no checking if GSSAPI support is requested... yes checking gss.h usability... no checking gss.h presence... no checking for gss.h... no checking gssapi.h usability... no checking gssapi.h presence... no checking for gssapi.h... no checking gssapi/gssapi.h usability... no checking gssapi/gssapi.h presence... no checking for gssapi/gssapi.h... no configure: WARNING: disabling GSSAPI since no header files was found checking for inflateEnd in -lz... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes configure: found both libz and libz.h header checking for libssh2_channel_open_ex in -lssh2... no checking libssh2.h usability... no checking libssh2.h presence... no checking for libssh2.h... no checking for PK11_CreateGenericObject-d in -lnss3... no checking for NSS_Initialize in -lnss3... yes configure: detected NSS version unknown configure: Added /lib to LD_LIBRARY_PATH checking CA cert bundle install path... /etc/pki/tls/certs/ca-bundle.crt checking whether to build with libidn... yes checking for idna_to_ascii_lz in -lidn... yes checking for idn_free... yes checking for idna_strerror... yes checking for tld_strerror... yes checking idn-free.h usability... yes checking idn-free.h presence... yes checking for idn-free.h... yes checking tld.h usability... yes checking tld.h presence... yes checking for tld.h... yes checking AIX 4.3 or later... no checking for inet_ntoa_r... no checking for localtime_r... yes checking whether localtime_r is declared... yes checking for strerror_r... yes checking whether strerror_r is declared... yes checking for a glibc strerror_r API... no checking for a POSIX strerror_r API... yes checking if gmtime_r exists and works... yes checking for ANSI C header files... (cached) yes checking for malloc.h... yes checking for sys/types.h... (cached) yes checking for sys/time.h... yes checking for sys/select.h... yes checking for sys/socket.h... yes checking for sys/ioctl.h... yes checking for assert.h... yes checking for unistd.h... (cached) yes checking for stdlib.h... (cached) yes checking for limits.h... yes checking for arpa/inet.h... yes checking for net/if.h... yes checking for netinet/in.h... yes checking for netinet/tcp.h... yes checking for netdb.h... yes checking for sys/sockio.h... no checking for sys/stat.h... (cached) yes checking for sys/param.h... yes checking for termios.h... yes checking for termio.h... yes checking for sgtty.h... yes checking for fcntl.h... yes checking for alloca.h... yes checking for time.h... yes checking for io.h... no checking for pwd.h... yes checking for utime.h... yes checking for sys/utime.h... no checking for sys/poll.h... yes checking for sys/resource.h... yes checking for libgen.h... yes checking for locale.h... yes checking for errno.h... yes checking for stdbool.h... yes checking for arpa/tftp.h... yes checking for sys/filio.h... no checking for setjmp.h... yes checking for an ANSI C-conforming const... yes checking for compiler support of C99 variadic macro style... yes checking for compiler support of old gcc variadic macro style... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking for sys/types.h... (cached) yes checking for sys/time.h... (cached) yes checking for time.h... (cached) yes checking for struct timeval... yes checking run-time libs availability... fine checking for curl_off_t... yes checking size of curl_off_t... 8 checking for size_t... (cached) yes checking size of size_t... 4 checking for long... yes checking size of long... 4 checking for time_t... yes checking size of time_t... 4 checking for long long... yes checking if numberLL works... yes checking for ssize_t... yes checking for bool... yes checking for socklen_t... yes checking for in_addr_t... yes checking for struct sockaddr_storage... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking for sig_atomic_t... yes checking if sig_atomic_t is already defined as volatile... no checking return type of signal handlers... void checking for sys/select.h... (cached) yes checking for sys/socket.h... (cached) yes checking types of arguments for select... int,fd_set *,struct timeval * checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) yes checking for recv... yes checking types of args and return type for recv... int,void *,size_t,int,int checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) yes checking for send... yes checking types of args and return type for send... int,const void *,size_t,int,int checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) yes checking for MSG_NOSIGNAL... yes checking for strtoll... yes checking for socket... yes checking for select... yes checking for strdup... yes checking for strstr... yes checking for strcasestr... yes checking for strtok_r... yes checking for uname... yes checking for strcasecmp... (cached) yes checking for stricmp... no checking deeper for stricmp... but still no checking for strcmpi... no checking deeper for strcmpi... but still no checking for gethostbyaddr... yes checking for gettimeofday... yes checking for inet_addr... yes checking for inet_ntoa... yes checking for inet_pton... yes checking for perror... yes checking for closesocket... no checking deeper for closesocket... but still no checking for siginterrupt... yes checking for sigaction... yes checking for signal... yes checking for getpass_r... no checking deeper for getpass_r... but still no checking for strlcat... no checking deeper for strlcat... but still no checking for getpwuid... yes checking for geteuid... yes checking for utime... yes checking for sigsetjmp... no checking deeper for sigsetjmp... but still no checking for basename... yes checking for setlocale... yes checking for ftruncate... yes checking for pipe... yes checking for poll... yes checking for getprotobyname... yes checking for getrlimit... yes checking for setrlimit... yes checking for fork... yes checking for setmode... no checking deeper for setmode... but still no checking for sigsetjmp defined as macro... yes checking whether basename is declared... yes checking whether inet_pton is declared... yes checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) yes checking for netdb.h... (cached) yes checking for getnameinfo... yes checking types of arguments for getnameinfo... const struct sockaddr *,socklen_t,size_t,unsigned int checking for working getaddrinfo... yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for sys/types.h... (cached) yes checking for sys/socket.h... (cached) yes checking for netdb.h... (cached) yes checking for netinet/in.h... (cached) yes checking for arpa/inet.h... (cached) yes checking for working NI_WITHSCOPEID... no checking if we are Mac OS X (to disable poll)... no checking if poll works with NULL inputs... yes checking for perl... /usr/bin/perl checking for gnroff... no checking for nroff... no configure: WARNING: disabling built-in manual checking whether to enable c-ares... no checking whether to enable verbose strings... yes checking whether build target is a native Windows one... no checking whether to enable SSPI support (Windows native builds only)... no checking whether to enable debug options... no checking whether to enable cryptographic authentication methods... yes checking whether to enable support for cookies... yes checking whether to enable hidden symbols in the library... no configure: creating ./config.status config.status: creating Makefile config.status: creating docs/Makefile config.status: creating docs/examples/Makefile config.status: creating docs/libcurl/Makefile config.status: creating include/Makefile config.status: creating include/curl/Makefile config.status: creating src/Makefile config.status: creating lib/Makefile config.status: creating tests/Makefile config.status: creating tests/data/Makefile config.status: creating tests/server/Makefile config.status: creating tests/libtest/Makefile config.status: creating packages/Makefile config.status: creating packages/Win32/Makefile config.status: creating packages/Win32/cygwin/Makefile config.status: creating packages/Linux/Makefile config.status: creating packages/Linux/RPM/Makefile config.status: creating packages/Linux/RPM/curl.spec config.status: creating packages/Linux/RPM/curl-ssl.spec config.status: creating packages/Solaris/Makefile config.status: creating packages/DOS/Makefile config.status: creating packages/EPM/curl.list config.status: creating packages/EPM/Makefile config.status: creating packages/vms/Makefile config.status: creating packages/AIX/Makefile config.status: creating packages/AIX/RPM/Makefile config.status: creating packages/AIX/RPM/curl.spec config.status: creating curl-config config.status: creating libcurl.pc config.status: creating lib/config.h config.status: creating src/config.h config.status: executing depfiles commands configure: Configured to build curl/libcurl: curl version: 7.17.1 Host setup: i386-redhat-linux-gnu Install prefix: /usr Compiler: gcc SSL support: enabled (NSS) SSH support: no (--with-libssh2) zlib support: enabled krb4 support: no (--with-krb4*) GSSAPI support: no (--with-gssapi) SPNEGO support: no (--with-spnego) c-ares support: no (--enable-ares) ipv6 support: enabled IDN support: enabled Build libcurl: Shared=yes, Static=no Built-in manual: no (--enable-manual) Verbose errors: enabled (--disable-verbose) SSPI support: no (--enable-sspi) ca cert path: /etc/pki/tls/certs/ca-bundle.crt LDAP support: no (--enable-ldap / --with-ldap-lib / --with-lber-lib) LDAPS support: no (--enable-ldaps) + sed -i -e 's,-L/usr/lib ,,g;s,-L/usr/lib64 ,,g;s,-L/usr/lib$,,g;s,-L/usr/lib64$,,g' Makefile libcurl.pc + make 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT' -j2 Making all in lib make[1]: Entering directory `/builddir/build/BUILD/curl-7.17.1/lib' echo "/* This file is generated automatically */" > ../lib/ca-bundle.h echo '#define CURL_CA_BUNDLE "/etc/pki/tls/certs/ca-bundle.crt"' >> ../lib/ca-bundle.h make all-am make[2]: Entering directory `/builddir/build/BUILD/curl-7.17.1/lib' if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT file.lo -MD -MP -MF ".deps/file.Tpo" -c -o file.lo file.c; \ then mv -f ".deps/file.Tpo" ".deps/file.Plo"; else rm -f ".deps/file.Tpo"; exit 1; fi if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT timeval.lo -MD -MP -MF ".deps/timeval.Tpo" -c -o timeval.lo timeval.c; \ then mv -f ".deps/timeval.Tpo" ".deps/timeval.Plo"; else rm -f ".deps/timeval.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT file.lo -MD -MP -MF .deps/file.Tpo -c file.c -fPIC -DPIC -o .libs/file.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT base64.lo -MD -MP -MF ".deps/base64.Tpo" -c -o base64.lo base64.c; \ then mv -f ".deps/base64.Tpo" ".deps/base64.Plo"; else rm -f ".deps/base64.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT timeval.lo -MD -MP -MF .deps/timeval.Tpo -c timeval.c -fPIC -DPIC -o .libs/timeval.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT hostip.lo -MD -MP -MF ".deps/hostip.Tpo" -c -o hostip.lo hostip.c; \ then mv -f ".deps/hostip.Tpo" ".deps/hostip.Plo"; else rm -f ".deps/hostip.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT hostip.lo -MD -MP -MF .deps/hostip.Tpo -c hostip.c -fPIC -DPIC -o .libs/hostip.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT progress.lo -MD -MP -MF ".deps/progress.Tpo" -c -o progress.lo progress.c; \ then mv -f ".deps/progress.Tpo" ".deps/progress.Plo"; else rm -f ".deps/progress.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c base64.c -fPIC -DPIC -o .libs/base64.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT formdata.lo -MD -MP -MF ".deps/formdata.Tpo" -c -o formdata.lo formdata.c; \ then mv -f ".deps/formdata.Tpo" ".deps/formdata.Plo"; else rm -f ".deps/formdata.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT progress.lo -MD -MP -MF .deps/progress.Tpo -c progress.c -fPIC -DPIC -o .libs/progress.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT cookie.lo -MD -MP -MF ".deps/cookie.Tpo" -c -o cookie.lo cookie.c; \ then mv -f ".deps/cookie.Tpo" ".deps/cookie.Plo"; else rm -f ".deps/cookie.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT formdata.lo -MD -MP -MF .deps/formdata.Tpo -c formdata.c -fPIC -DPIC -o .libs/formdata.o gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT cookie.lo -MD -MP -MF .deps/cookie.Tpo -c cookie.c -fPIC -DPIC -o .libs/cookie.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT http.lo -MD -MP -MF ".deps/http.Tpo" -c -o http.lo http.c; \ then mv -f ".deps/http.Tpo" ".deps/http.Plo"; else rm -f ".deps/http.Tpo"; exit 1; fi if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT sendf.lo -MD -MP -MF ".deps/sendf.Tpo" -c -o sendf.lo sendf.c; \ then mv -f ".deps/sendf.Tpo" ".deps/sendf.Plo"; else rm -f ".deps/sendf.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT sendf.lo -MD -MP -MF .deps/sendf.Tpo -c sendf.c -fPIC -DPIC -o .libs/sendf.o sendf.c: In function 'showit': sendf.c:616: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result sendf.c:617: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT ftp.lo -MD -MP -MF ".deps/ftp.Tpo" -c -o ftp.lo ftp.c; \ then mv -f ".deps/ftp.Tpo" ".deps/ftp.Plo"; else rm -f ".deps/ftp.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT http.lo -MD -MP -MF .deps/http.Tpo -c http.c -fPIC -DPIC -o .libs/http.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT url.lo -MD -MP -MF ".deps/url.Tpo" -c -o url.lo url.c; \ then mv -f ".deps/url.Tpo" ".deps/url.Plo"; else rm -f ".deps/url.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT ftp.lo -MD -MP -MF .deps/ftp.Tpo -c ftp.c -fPIC -DPIC -o .libs/ftp.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT dict.lo -MD -MP -MF ".deps/dict.Tpo" -c -o dict.lo dict.c; \ then mv -f ".deps/dict.Tpo" ".deps/dict.Plo"; else rm -f ".deps/dict.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT url.lo -MD -MP -MF .deps/url.Tpo -c url.c -fPIC -DPIC -o .libs/url.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT if2ip.lo -MD -MP -MF ".deps/if2ip.Tpo" -c -o if2ip.lo if2ip.c; \ then mv -f ".deps/if2ip.Tpo" ".deps/if2ip.Plo"; else rm -f ".deps/if2ip.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT dict.lo -MD -MP -MF .deps/dict.Tpo -c dict.c -fPIC -DPIC -o .libs/dict.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT speedcheck.lo -MD -MP -MF ".deps/speedcheck.Tpo" -c -o speedcheck.lo speedcheck.c; \ then mv -f ".deps/speedcheck.Tpo" ".deps/speedcheck.Plo"; else rm -f ".deps/speedcheck.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT if2ip.lo -MD -MP -MF .deps/if2ip.Tpo -c if2ip.c -fPIC -DPIC -o .libs/if2ip.o gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT speedcheck.lo -MD -MP -MF .deps/speedcheck.Tpo -c speedcheck.c -fPIC -DPIC -o .libs/speedcheck.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT ldap.lo -MD -MP -MF ".deps/ldap.Tpo" -c -o ldap.lo ldap.c; \ then mv -f ".deps/ldap.Tpo" ".deps/ldap.Plo"; else rm -f ".deps/ldap.Tpo"; exit 1; fi if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT ssluse.lo -MD -MP -MF ".deps/ssluse.Tpo" -c -o ssluse.lo ssluse.c; \ then mv -f ".deps/ssluse.Tpo" ".deps/ssluse.Plo"; else rm -f ".deps/ssluse.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT ssluse.lo -MD -MP -MF .deps/ssluse.Tpo -c ssluse.c -fPIC -DPIC -o .libs/ssluse.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT version.lo -MD -MP -MF ".deps/version.Tpo" -c -o version.lo version.c; \ then mv -f ".deps/version.Tpo" ".deps/version.Plo"; else rm -f ".deps/version.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT ldap.lo -MD -MP -MF .deps/ldap.Tpo -c ldap.c -fPIC -DPIC -o .libs/ldap.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT getenv.lo -MD -MP -MF ".deps/getenv.Tpo" -c -o getenv.lo getenv.c; \ then mv -f ".deps/getenv.Tpo" ".deps/getenv.Plo"; else rm -f ".deps/getenv.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT getenv.lo -MD -MP -MF .deps/getenv.Tpo -c getenv.c -fPIC -DPIC -o .libs/getenv.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT escape.lo -MD -MP -MF ".deps/escape.Tpo" -c -o escape.lo escape.c; \ then mv -f ".deps/escape.Tpo" ".deps/escape.Plo"; else rm -f ".deps/escape.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT version.lo -MD -MP -MF .deps/version.Tpo -c version.c -fPIC -DPIC -o .libs/version.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT mprintf.lo -MD -MP -MF ".deps/mprintf.Tpo" -c -o mprintf.lo mprintf.c; \ then mv -f ".deps/mprintf.Tpo" ".deps/mprintf.Plo"; else rm -f ".deps/mprintf.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT escape.lo -MD -MP -MF .deps/escape.Tpo -c escape.c -fPIC -DPIC -o .libs/escape.o gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT mprintf.lo -MD -MP -MF .deps/mprintf.Tpo -c mprintf.c -fPIC -DPIC -o .libs/mprintf.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT telnet.lo -MD -MP -MF ".deps/telnet.Tpo" -c -o telnet.lo telnet.c; \ then mv -f ".deps/telnet.Tpo" ".deps/telnet.Plo"; else rm -f ".deps/telnet.Tpo"; exit 1; fi if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT netrc.lo -MD -MP -MF ".deps/netrc.Tpo" -c -o netrc.lo netrc.c; \ then mv -f ".deps/netrc.Tpo" ".deps/netrc.Plo"; else rm -f ".deps/netrc.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT telnet.lo -MD -MP -MF .deps/telnet.Tpo -c telnet.c -fPIC -DPIC -o .libs/telnet.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT getinfo.lo -MD -MP -MF ".deps/getinfo.Tpo" -c -o getinfo.lo getinfo.c; \ then mv -f ".deps/getinfo.Tpo" ".deps/getinfo.Plo"; else rm -f ".deps/getinfo.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT netrc.lo -MD -MP -MF .deps/netrc.Tpo -c netrc.c -fPIC -DPIC -o .libs/netrc.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT transfer.lo -MD -MP -MF ".deps/transfer.Tpo" -c -o transfer.lo transfer.c; \ then mv -f ".deps/transfer.Tpo" ".deps/transfer.Plo"; else rm -f ".deps/transfer.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT transfer.lo -MD -MP -MF .deps/transfer.Tpo -c transfer.c -fPIC -DPIC -o .libs/transfer.o gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT getinfo.lo -MD -MP -MF .deps/getinfo.Tpo -c getinfo.c -fPIC -DPIC -o .libs/getinfo.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT strequal.lo -MD -MP -MF ".deps/strequal.Tpo" -c -o strequal.lo strequal.c; \ then mv -f ".deps/strequal.Tpo" ".deps/strequal.Plo"; else rm -f ".deps/strequal.Tpo"; exit 1; fi if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT easy.lo -MD -MP -MF ".deps/easy.Tpo" -c -o easy.lo easy.c; \ then mv -f ".deps/easy.Tpo" ".deps/easy.Plo"; else rm -f ".deps/easy.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT easy.lo -MD -MP -MF .deps/easy.Tpo -c easy.c -fPIC -DPIC -o .libs/easy.o gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT strequal.lo -MD -MP -MF .deps/strequal.Tpo -c strequal.c -fPIC -DPIC -o .libs/strequal.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT security.lo -MD -MP -MF ".deps/security.Tpo" -c -o security.lo security.c; \ then mv -f ".deps/security.Tpo" ".deps/security.Plo"; else rm -f ".deps/security.Tpo"; exit 1; fi if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT krb4.lo -MD -MP -MF ".deps/krb4.Tpo" -c -o krb4.lo krb4.c; \ then mv -f ".deps/krb4.Tpo" ".deps/krb4.Plo"; else rm -f ".deps/krb4.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT security.lo -MD -MP -MF .deps/security.Tpo -c security.c -fPIC -DPIC -o .libs/security.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT krb5.lo -MD -MP -MF ".deps/krb5.Tpo" -c -o krb5.lo krb5.c; \ then mv -f ".deps/krb5.Tpo" ".deps/krb5.Plo"; else rm -f ".deps/krb5.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT krb4.lo -MD -MP -MF .deps/krb4.Tpo -c krb4.c -fPIC -DPIC -o .libs/krb4.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT memdebug.lo -MD -MP -MF ".deps/memdebug.Tpo" -c -o memdebug.lo memdebug.c; \ then mv -f ".deps/memdebug.Tpo" ".deps/memdebug.Plo"; else rm -f ".deps/memdebug.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT memdebug.lo -MD -MP -MF .deps/memdebug.Tpo -c memdebug.c -fPIC -DPIC -o .libs/memdebug.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT http_chunks.lo -MD -MP -MF ".deps/http_chunks.Tpo" -c -o http_chunks.lo http_chunks.c; \ then mv -f ".deps/http_chunks.Tpo" ".deps/http_chunks.Plo"; else rm -f ".deps/http_chunks.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT krb5.lo -MD -MP -MF .deps/krb5.Tpo -c krb5.c -fPIC -DPIC -o .libs/krb5.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT strtok.lo -MD -MP -MF ".deps/strtok.Tpo" -c -o strtok.lo strtok.c; \ then mv -f ".deps/strtok.Tpo" ".deps/strtok.Plo"; else rm -f ".deps/strtok.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT http_chunks.lo -MD -MP -MF .deps/http_chunks.Tpo -c http_chunks.c -fPIC -DPIC -o .libs/http_chunks.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT connect.lo -MD -MP -MF ".deps/connect.Tpo" -c -o connect.lo connect.c; \ then mv -f ".deps/connect.Tpo" ".deps/connect.Plo"; else rm -f ".deps/connect.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT connect.lo -MD -MP -MF .deps/connect.Tpo -c connect.c -fPIC -DPIC -o .libs/connect.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT llist.lo -MD -MP -MF ".deps/llist.Tpo" -c -o llist.lo llist.c; \ then mv -f ".deps/llist.Tpo" ".deps/llist.Plo"; else rm -f ".deps/llist.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT llist.lo -MD -MP -MF .deps/llist.Tpo -c llist.c -fPIC -DPIC -o .libs/llist.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT hash.lo -MD -MP -MF ".deps/hash.Tpo" -c -o hash.lo hash.c; \ then mv -f ".deps/hash.Tpo" ".deps/hash.Plo"; else rm -f ".deps/hash.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT strtok.lo -MD -MP -MF .deps/strtok.Tpo -c strtok.c -fPIC -DPIC -o .libs/strtok.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT multi.lo -MD -MP -MF ".deps/multi.Tpo" -c -o multi.lo multi.c; \ then mv -f ".deps/multi.Tpo" ".deps/multi.Plo"; else rm -f ".deps/multi.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT hash.lo -MD -MP -MF .deps/hash.Tpo -c hash.c -fPIC -DPIC -o .libs/hash.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT content_encoding.lo -MD -MP -MF ".deps/content_encoding.Tpo" -c -o content_encoding.lo content_encoding.c; \ then mv -f ".deps/content_encoding.Tpo" ".deps/content_encoding.Plo"; else rm -f ".deps/content_encoding.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT content_encoding.lo -MD -MP -MF .deps/content_encoding.Tpo -c content_encoding.c -fPIC -DPIC -o .libs/content_encoding.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT share.lo -MD -MP -MF ".deps/share.Tpo" -c -o share.lo share.c; \ then mv -f ".deps/share.Tpo" ".deps/share.Plo"; else rm -f ".deps/share.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT multi.lo -MD -MP -MF .deps/multi.Tpo -c multi.c -fPIC -DPIC -o .libs/multi.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT http_digest.lo -MD -MP -MF ".deps/http_digest.Tpo" -c -o http_digest.lo http_digest.c; \ then mv -f ".deps/http_digest.Tpo" ".deps/http_digest.Plo"; else rm -f ".deps/http_digest.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT share.lo -MD -MP -MF .deps/share.Tpo -c share.c -fPIC -DPIC -o .libs/share.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT md5.lo -MD -MP -MF ".deps/md5.Tpo" -c -o md5.lo md5.c; \ then mv -f ".deps/md5.Tpo" ".deps/md5.Plo"; else rm -f ".deps/md5.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT http_digest.lo -MD -MP -MF .deps/http_digest.Tpo -c http_digest.c -fPIC -DPIC -o .libs/http_digest.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT http_negotiate.lo -MD -MP -MF ".deps/http_negotiate.Tpo" -c -o http_negotiate.lo http_negotiate.c; \ then mv -f ".deps/http_negotiate.Tpo" ".deps/http_negotiate.Plo"; else rm -f ".deps/http_negotiate.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT http_negotiate.lo -MD -MP -MF .deps/http_negotiate.Tpo -c http_negotiate.c -fPIC -DPIC -o .libs/http_negotiate.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT http_ntlm.lo -MD -MP -MF ".deps/http_ntlm.Tpo" -c -o http_ntlm.lo http_ntlm.c; \ then mv -f ".deps/http_ntlm.Tpo" ".deps/http_ntlm.Plo"; else rm -f ".deps/http_ntlm.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -fPIC -DPIC -o .libs/md5.o gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT http_ntlm.lo -MD -MP -MF .deps/http_ntlm.Tpo -c http_ntlm.c -fPIC -DPIC -o .libs/http_ntlm.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT inet_pton.lo -MD -MP -MF ".deps/inet_pton.Tpo" -c -o inet_pton.lo inet_pton.c; \ then mv -f ".deps/inet_pton.Tpo" ".deps/inet_pton.Plo"; else rm -f ".deps/inet_pton.Tpo"; exit 1; fi if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT strtoofft.lo -MD -MP -MF ".deps/strtoofft.Tpo" -c -o strtoofft.lo strtoofft.c; \ then mv -f ".deps/strtoofft.Tpo" ".deps/strtoofft.Plo"; else rm -f ".deps/strtoofft.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT inet_pton.lo -MD -MP -MF .deps/inet_pton.Tpo -c inet_pton.c -fPIC -DPIC -o .libs/inet_pton.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT strerror.lo -MD -MP -MF ".deps/strerror.Tpo" -c -o strerror.lo strerror.c; \ then mv -f ".deps/strerror.Tpo" ".deps/strerror.Plo"; else rm -f ".deps/strerror.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT strtoofft.lo -MD -MP -MF .deps/strtoofft.Tpo -c strtoofft.c -fPIC -DPIC -o .libs/strtoofft.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT hostares.lo -MD -MP -MF ".deps/hostares.Tpo" -c -o hostares.lo hostares.c; \ then mv -f ".deps/hostares.Tpo" ".deps/hostares.Plo"; else rm -f ".deps/hostares.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT strerror.lo -MD -MP -MF .deps/strerror.Tpo -c strerror.c -fPIC -DPIC -o .libs/strerror.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT hostasyn.lo -MD -MP -MF ".deps/hostasyn.Tpo" -c -o hostasyn.lo hostasyn.c; \ then mv -f ".deps/hostasyn.Tpo" ".deps/hostasyn.Plo"; else rm -f ".deps/hostasyn.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT hostares.lo -MD -MP -MF .deps/hostares.Tpo -c hostares.c -fPIC -DPIC -o .libs/hostares.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT hostip4.lo -MD -MP -MF ".deps/hostip4.Tpo" -c -o hostip4.lo hostip4.c; \ then mv -f ".deps/hostip4.Tpo" ".deps/hostip4.Plo"; else rm -f ".deps/hostip4.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT hostip4.lo -MD -MP -MF .deps/hostip4.Tpo -c hostip4.c -fPIC -DPIC -o .libs/hostip4.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT hostip6.lo -MD -MP -MF ".deps/hostip6.Tpo" -c -o hostip6.lo hostip6.c; \ then mv -f ".deps/hostip6.Tpo" ".deps/hostip6.Plo"; else rm -f ".deps/hostip6.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT hostasyn.lo -MD -MP -MF .deps/hostasyn.Tpo -c hostasyn.c -fPIC -DPIC -o .libs/hostasyn.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT hostsyn.lo -MD -MP -MF ".deps/hostsyn.Tpo" -c -o hostsyn.lo hostsyn.c; \ then mv -f ".deps/hostsyn.Tpo" ".deps/hostsyn.Plo"; else rm -f ".deps/hostsyn.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT hostip6.lo -MD -MP -MF .deps/hostip6.Tpo -c hostip6.c -fPIC -DPIC -o .libs/hostip6.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT hostthre.lo -MD -MP -MF ".deps/hostthre.Tpo" -c -o hostthre.lo hostthre.c; \ then mv -f ".deps/hostthre.Tpo" ".deps/hostthre.Plo"; else rm -f ".deps/hostthre.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT hostsyn.lo -MD -MP -MF .deps/hostsyn.Tpo -c hostsyn.c -fPIC -DPIC -o .libs/hostsyn.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT inet_ntop.lo -MD -MP -MF ".deps/inet_ntop.Tpo" -c -o inet_ntop.lo inet_ntop.c; \ then mv -f ".deps/inet_ntop.Tpo" ".deps/inet_ntop.Plo"; else rm -f ".deps/inet_ntop.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT hostthre.lo -MD -MP -MF .deps/hostthre.Tpo -c hostthre.c -fPIC -DPIC -o .libs/hostthre.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT parsedate.lo -MD -MP -MF ".deps/parsedate.Tpo" -c -o parsedate.lo parsedate.c; \ then mv -f ".deps/parsedate.Tpo" ".deps/parsedate.Plo"; else rm -f ".deps/parsedate.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT inet_ntop.lo -MD -MP -MF .deps/inet_ntop.Tpo -c inet_ntop.c -fPIC -DPIC -o .libs/inet_ntop.o gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT parsedate.lo -MD -MP -MF .deps/parsedate.Tpo -c parsedate.c -fPIC -DPIC -o .libs/parsedate.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT select.lo -MD -MP -MF ".deps/select.Tpo" -c -o select.lo select.c; \ then mv -f ".deps/select.Tpo" ".deps/select.Plo"; else rm -f ".deps/select.Tpo"; exit 1; fi if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT gtls.lo -MD -MP -MF ".deps/gtls.Tpo" -c -o gtls.lo gtls.c; \ then mv -f ".deps/gtls.Tpo" ".deps/gtls.Plo"; else rm -f ".deps/gtls.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT select.lo -MD -MP -MF .deps/select.Tpo -c select.c -fPIC -DPIC -o .libs/select.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT sslgen.lo -MD -MP -MF ".deps/sslgen.Tpo" -c -o sslgen.lo sslgen.c; \ then mv -f ".deps/sslgen.Tpo" ".deps/sslgen.Plo"; else rm -f ".deps/sslgen.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT gtls.lo -MD -MP -MF .deps/gtls.Tpo -c gtls.c -fPIC -DPIC -o .libs/gtls.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT tftp.lo -MD -MP -MF ".deps/tftp.Tpo" -c -o tftp.lo tftp.c; \ then mv -f ".deps/tftp.Tpo" ".deps/tftp.Plo"; else rm -f ".deps/tftp.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT sslgen.lo -MD -MP -MF .deps/sslgen.Tpo -c sslgen.c -fPIC -DPIC -o .libs/sslgen.o gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT tftp.lo -MD -MP -MF .deps/tftp.Tpo -c tftp.c -fPIC -DPIC -o .libs/tftp.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT splay.lo -MD -MP -MF ".deps/splay.Tpo" -c -o splay.lo splay.c; \ then mv -f ".deps/splay.Tpo" ".deps/splay.Plo"; else rm -f ".deps/splay.Tpo"; exit 1; fi if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT strdup.lo -MD -MP -MF ".deps/strdup.Tpo" -c -o strdup.lo strdup.c; \ then mv -f ".deps/strdup.Tpo" ".deps/strdup.Plo"; else rm -f ".deps/strdup.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT splay.lo -MD -MP -MF .deps/splay.Tpo -c splay.c -fPIC -DPIC -o .libs/splay.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT socks.lo -MD -MP -MF ".deps/socks.Tpo" -c -o socks.lo socks.c; \ then mv -f ".deps/socks.Tpo" ".deps/socks.Plo"; else rm -f ".deps/socks.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT strdup.lo -MD -MP -MF .deps/strdup.Tpo -c strdup.c -fPIC -DPIC -o .libs/strdup.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT ssh.lo -MD -MP -MF ".deps/ssh.Tpo" -c -o ssh.lo ssh.c; \ then mv -f ".deps/ssh.Tpo" ".deps/ssh.Plo"; else rm -f ".deps/ssh.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT ssh.lo -MD -MP -MF .deps/ssh.Tpo -c ssh.c -fPIC -DPIC -o .libs/ssh.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT nss.lo -MD -MP -MF ".deps/nss.Tpo" -c -o nss.lo nss.c; \ then mv -f ".deps/nss.Tpo" ".deps/nss.Plo"; else rm -f ".deps/nss.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT socks.lo -MD -MP -MF .deps/socks.Tpo -c socks.c -fPIC -DPIC -o .libs/socks.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT qssl.lo -MD -MP -MF ".deps/qssl.Tpo" -c -o qssl.lo qssl.c; \ then mv -f ".deps/qssl.Tpo" ".deps/qssl.Plo"; else rm -f ".deps/qssl.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT nss.lo -MD -MP -MF .deps/nss.Tpo -c nss.c -fPIC -DPIC -o .libs/nss.o gcc -DHAVE_CONFIG_H -I../include -I../lib -I../lib -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT qssl.lo -MD -MP -MF .deps/qssl.Tpo -c qssl.c -fPIC -DPIC -o .libs/qssl.o /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -o libcurl.la -rpath /usr/lib -version-info 4:1:0 -lidn -lz -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl file.lo timeval.lo base64.lo hostip.lo progress.lo formdata.lo cookie.lo http.lo sendf.lo ftp.lo url.lo dict.lo if2ip.lo speedcheck.lo ldap.lo ssluse.lo version.lo getenv.lo escape.lo mprintf.lo telnet.lo netrc.lo getinfo.lo transfer.lo strequal.lo easy.lo security.lo krb4.lo krb5.lo memdebug.lo http_chunks.lo strtok.lo connect.lo llist.lo hash.lo multi.lo content_encoding.lo share.lo http_digest.lo md5.lo http_negotiate.lo http_ntlm.lo inet_pton.lo strtoofft.lo strerror.lo hostares.lo hostasyn.lo hostip4.lo hostip6.lo hostsyn.lo hostthre.lo inet_ntop.lo parsedate.lo select.lo gtls.lo sslgen.lo tftp.lo splay.lo strdup.lo socks.lo ssh.lo nss.lo qssl.lo gcc -shared .libs/file.o .libs/timeval.o .libs/base64.o .libs/hostip.o .libs/progress.o .libs/formdata.o .libs/cookie.o .libs/http.o .libs/sendf.o .libs/ftp.o .libs/url.o .libs/dict.o .libs/if2ip.o .libs/speedcheck.o .libs/ldap.o .libs/ssluse.o .libs/version.o .libs/getenv.o .libs/escape.o .libs/mprintf.o .libs/telnet.o .libs/netrc.o .libs/getinfo.o .libs/transfer.o .libs/strequal.o .libs/easy.o .libs/security.o .libs/krb4.o .libs/krb5.o .libs/memdebug.o .libs/http_chunks.o .libs/strtok.o .libs/connect.o .libs/llist.o .libs/hash.o .libs/multi.o .libs/content_encoding.o .libs/share.o .libs/http_digest.o .libs/md5.o .libs/http_negotiate.o .libs/http_ntlm.o .libs/inet_pton.o .libs/strtoofft.o .libs/strerror.o .libs/hostares.o .libs/hostasyn.o .libs/hostip4.o .libs/hostip6.o .libs/hostsyn.o .libs/hostthre.o .libs/inet_ntop.o .libs/parsedate.o .libs/select.o .libs/gtls.o .libs/sslgen.o .libs/tftp.o .libs/splay.o .libs/strdup.o .libs/socks.o .libs/ssh.o .libs/nss.o .libs/qssl.o -lidn -lz -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -m32 -march=i386 -mtune=generic -Wl,-soname -Wl,libcurl.so.4 -o .libs/libcurl.so.4.0.1 (cd .libs && rm -f libcurl.so.4 && ln -s libcurl.so.4.0.1 libcurl.so.4) (cd .libs && rm -f libcurl.so && ln -s libcurl.so.4.0.1 libcurl.so) creating libcurl.la (cd .libs && rm -f libcurl.la && ln -s ../libcurl.la libcurl.la) make[2]: Leaving directory `/builddir/build/BUILD/curl-7.17.1/lib' make[1]: Leaving directory `/builddir/build/BUILD/curl-7.17.1/lib' Making all in src make[1]: Entering directory `/builddir/build/BUILD/curl-7.17.1/src' make all-am make[2]: Entering directory `/builddir/build/BUILD/curl-7.17.1/src' if gcc -DHAVE_CONFIG_H -I../include -I../lib -I../src -I../lib -I../src -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.c; \ then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I../include -I../lib -I../src -I../lib -I../src -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT hugehelp.o -MD -MP -MF ".deps/hugehelp.Tpo" -c -o hugehelp.o hugehelp.c; \ then mv -f ".deps/hugehelp.Tpo" ".deps/hugehelp.Po"; else rm -f ".deps/hugehelp.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I../include -I../lib -I../src -I../lib -I../src -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT urlglob.o -MD -MP -MF ".deps/urlglob.Tpo" -c -o urlglob.o urlglob.c; \ then mv -f ".deps/urlglob.Tpo" ".deps/urlglob.Po"; else rm -f ".deps/urlglob.Tpo"; exit 1; fi main.c: In function 'warnf': main.c:517: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result main.c: In function 'my_trace': main.c:3165: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result main.c:3172: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result main.c:3180: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result main.c: In function 'operate': main.c:4509: warning: ignoring return value of 'ftruncate', declared with attribute warn_unused_result if gcc -DHAVE_CONFIG_H -I../include -I../lib -I../src -I../lib -I../src -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT writeout.o -MD -MP -MF ".deps/writeout.Tpo" -c -o writeout.o writeout.c; \ then mv -f ".deps/writeout.Tpo" ".deps/writeout.Po"; else rm -f ".deps/writeout.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I../include -I../lib -I../src -I../lib -I../src -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT writeenv.o -MD -MP -MF ".deps/writeenv.Tpo" -c -o writeenv.o writeenv.c; \ then mv -f ".deps/writeenv.Tpo" ".deps/writeenv.Po"; else rm -f ".deps/writeenv.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I../include -I../lib -I../src -I../lib -I../src -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT getpass.o -MD -MP -MF ".deps/getpass.Tpo" -c -o getpass.o getpass.c; \ then mv -f ".deps/getpass.Tpo" ".deps/getpass.Po"; else rm -f ".deps/getpass.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I../include -I../lib -I../src -I../lib -I../src -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT homedir.o -MD -MP -MF ".deps/homedir.Tpo" -c -o homedir.o homedir.c; \ then mv -f ".deps/homedir.Tpo" ".deps/homedir.Po"; else rm -f ".deps/homedir.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I../include -I../lib -I../src -I../lib -I../src -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT curlutil.o -MD -MP -MF ".deps/curlutil.Tpo" -c -o curlutil.o curlutil.c; \ then mv -f ".deps/curlutil.Tpo" ".deps/curlutil.Po"; else rm -f ".deps/curlutil.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I../include -I../lib -I../src -I../lib -I../src -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT strtoofft.o -MD -MP -MF ".deps/strtoofft.Tpo" -c -o strtoofft.o `test -f '../lib/strtoofft.c' || echo './'`../lib/strtoofft.c; \ then mv -f ".deps/strtoofft.Tpo" ".deps/strtoofft.Po"; else rm -f ".deps/strtoofft.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I../include -I../lib -I../src -I../lib -I../src -I/usr/include/nss3 -I/usr/include/nspr4 -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -MT strdup.o -MD -MP -MF ".deps/strdup.Tpo" -c -o strdup.o `test -f '../lib/strdup.c' || echo './'`../lib/strdup.c; \ then mv -f ".deps/strdup.Tpo" ".deps/strdup.Po"; else rm -f ".deps/strdup.Tpo"; exit 1; fi /bin/sh ../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -o curl main.o hugehelp.o urlglob.o writeout.o writeenv.o getpass.o homedir.o curlutil.o strtoofft.o strdup.o ../lib/libcurl.la -lz mkdir .libs gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -DHAVE_PK11_CREATEGENERICOBJECT -o .libs/curl main.o hugehelp.o urlglob.o writeout.o writeenv.o getpass.o homedir.o curlutil.o strtoofft.o strdup.o -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl ../lib/.libs/libcurl.so -lz creating curl make[2]: Leaving directory `/builddir/build/BUILD/curl-7.17.1/src' make[1]: Leaving directory `/builddir/build/BUILD/curl-7.17.1/src' make[1]: Entering directory `/builddir/build/BUILD/curl-7.17.1' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/builddir/build/BUILD/curl-7.17.1' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.36233 + umask 022 + cd /builddir/build/BUILD + cd curl-7.17.1 + LANG=C + export LANG + unset DISPLAY + rm -rf /var/tmp/curl-7.17.1-2.fc9-root-kojibuilder + make DESTDIR=/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder 'INSTALL=/usr/bin/install -p' install Making install in lib make[1]: Entering directory `/builddir/build/BUILD/curl-7.17.1/lib' make install-am make[2]: Entering directory `/builddir/build/BUILD/curl-7.17.1/lib' make[3]: Entering directory `/builddir/build/BUILD/curl-7.17.1/lib' test -z "/usr/lib" || mkdir -p -- "/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/lib" /bin/sh ../libtool --mode=install /usr/bin/install -p 'libcurl.la' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/lib/libcurl.la' /usr/bin/install -p .libs/libcurl.so.4.0.1 /var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/lib/libcurl.so.4.0.1 (cd /var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/lib && { ln -s -f libcurl.so.4.0.1 libcurl.so.4 || { rm -f libcurl.so.4 && ln -s libcurl.so.4.0.1 libcurl.so.4; }; }) (cd /var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/lib && { ln -s -f libcurl.so.4.0.1 libcurl.so || { rm -f libcurl.so && ln -s libcurl.so.4.0.1 libcurl.so; }; }) /usr/bin/install -p .libs/libcurl.lai /var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/lib/libcurl.la libtool: install: warning: remember to run `libtool --finish /usr/lib' make install-data-hook make[4]: Entering directory `/builddir/build/BUILD/curl-7.17.1/lib' mkdir /var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/etc mkdir /var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/etc/pki mkdir /var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/etc/pki/tls mkdir /var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/etc/pki/tls/certs make[4]: Leaving directory `/builddir/build/BUILD/curl-7.17.1/lib' make[3]: Leaving directory `/builddir/build/BUILD/curl-7.17.1/lib' make[2]: Leaving directory `/builddir/build/BUILD/curl-7.17.1/lib' make[1]: Leaving directory `/builddir/build/BUILD/curl-7.17.1/lib' Making install in src make[1]: Entering directory `/builddir/build/BUILD/curl-7.17.1/src' make install-am make[2]: Entering directory `/builddir/build/BUILD/curl-7.17.1/src' make[3]: Entering directory `/builddir/build/BUILD/curl-7.17.1/src' test -z "/usr/bin" || mkdir -p -- "/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/bin" /bin/sh ../libtool --mode=install /usr/bin/install -p 'curl' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/bin/curl' libtool: install: warning: `../lib/libcurl.la' has not been installed in `/usr/lib' /usr/bin/install -p .libs/curl /var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/bin/curl make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/builddir/build/BUILD/curl-7.17.1/src' make[2]: Leaving directory `/builddir/build/BUILD/curl-7.17.1/src' make[1]: Leaving directory `/builddir/build/BUILD/curl-7.17.1/src' make[1]: Entering directory `/builddir/build/BUILD/curl-7.17.1' make[2]: Entering directory `/builddir/build/BUILD/curl-7.17.1' test -z "/usr/bin" || mkdir -p -- "/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/bin" /usr/bin/install -p 'curl-config' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/bin/curl-config' test -z "/usr/lib/pkgconfig" || mkdir -p -- "/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/lib/pkgconfig" /usr/bin/install -p -m 644 'libcurl.pc' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/lib/pkgconfig/libcurl.pc' make install-data-hook make[3]: Entering directory `/builddir/build/BUILD/curl-7.17.1' cd include && make install make[4]: Entering directory `/builddir/build/BUILD/curl-7.17.1/include' Making install in curl make[5]: Entering directory `/builddir/build/BUILD/curl-7.17.1/include/curl' make[6]: Entering directory `/builddir/build/BUILD/curl-7.17.1/include/curl' make[6]: Nothing to be done for `install-exec-am'. test -z "/usr/include/curl" || mkdir -p -- "/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/include/curl" /usr/bin/install -p -m 644 'curl.h' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/include/curl/curl.h' /usr/bin/install -p -m 644 'curlver.h' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/include/curl/curlver.h' /usr/bin/install -p -m 644 'easy.h' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/include/curl/easy.h' /usr/bin/install -p -m 644 'mprintf.h' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/include/curl/mprintf.h' /usr/bin/install -p -m 644 'stdcheaders.h' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/include/curl/stdcheaders.h' /usr/bin/install -p -m 644 'types.h' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/include/curl/types.h' /usr/bin/install -p -m 644 'multi.h' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/include/curl/multi.h' make[6]: Leaving directory `/builddir/build/BUILD/curl-7.17.1/include/curl' make[5]: Leaving directory `/builddir/build/BUILD/curl-7.17.1/include/curl' make[5]: Entering directory `/builddir/build/BUILD/curl-7.17.1/include' make[6]: Entering directory `/builddir/build/BUILD/curl-7.17.1/include' make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/builddir/build/BUILD/curl-7.17.1/include' make[5]: Leaving directory `/builddir/build/BUILD/curl-7.17.1/include' make[4]: Leaving directory `/builddir/build/BUILD/curl-7.17.1/include' cd docs && make install make[4]: Entering directory `/builddir/build/BUILD/curl-7.17.1/docs' Making install in examples make[5]: Entering directory `/builddir/build/BUILD/curl-7.17.1/docs/examples' if gcc -DHAVE_CONFIG_H -I../../include -DCURL_NO_OLDIES -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT 10-at-a-time.o -MD -MP -MF ".deps/10-at-a-time.Tpo" -c -o 10-at-a-time.o 10-at-a-time.c; \ then mv -f ".deps/10-at-a-time.Tpo" ".deps/10-at-a-time.Po"; else rm -f ".deps/10-at-a-time.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -o 10-at-a-time 10-at-a-time.o ../../lib/libcurl.la mkdir .libs gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o .libs/10-at-a-time 10-at-a-time.o -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl ../../lib/.libs/libcurl.so creating 10-at-a-time if gcc -DHAVE_CONFIG_H -I../../include -DCURL_NO_OLDIES -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT anyauthput.o -MD -MP -MF ".deps/anyauthput.Tpo" -c -o anyauthput.o anyauthput.c; \ then mv -f ".deps/anyauthput.Tpo" ".deps/anyauthput.Po"; else rm -f ".deps/anyauthput.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -o anyauthput anyauthput.o ../../lib/libcurl.la gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o .libs/anyauthput anyauthput.o -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl ../../lib/.libs/libcurl.so creating anyauthput if gcc -DHAVE_CONFIG_H -I../../include -DCURL_NO_OLDIES -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT cookie_interface.o -MD -MP -MF ".deps/cookie_interface.Tpo" -c -o cookie_interface.o cookie_interface.c; \ then mv -f ".deps/cookie_interface.Tpo" ".deps/cookie_interface.Po"; else rm -f ".deps/cookie_interface.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -o cookie_interface cookie_interface.o ../../lib/libcurl.la gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o .libs/cookie_interface cookie_interface.o -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl ../../lib/.libs/libcurl.so creating cookie_interface if gcc -DHAVE_CONFIG_H -I../../include -DCURL_NO_OLDIES -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT debug.o -MD -MP -MF ".deps/debug.Tpo" -c -o debug.o debug.c; \ then mv -f ".deps/debug.Tpo" ".deps/debug.Po"; else rm -f ".deps/debug.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -o debug debug.o ../../lib/libcurl.la gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o .libs/debug debug.o -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl ../../lib/.libs/libcurl.so creating debug if gcc -DHAVE_CONFIG_H -I../../include -DCURL_NO_OLDIES -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT fileupload.o -MD -MP -MF ".deps/fileupload.Tpo" -c -o fileupload.o fileupload.c; \ then mv -f ".deps/fileupload.Tpo" ".deps/fileupload.Po"; else rm -f ".deps/fileupload.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -o fileupload fileupload.o ../../lib/libcurl.la gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o .libs/fileupload fileupload.o -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl ../../lib/.libs/libcurl.so creating fileupload if gcc -DHAVE_CONFIG_H -I../../include -DCURL_NO_OLDIES -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT fopen.o -MD -MP -MF ".deps/fopen.Tpo" -c -o fopen.o fopen.c; \ then mv -f ".deps/fopen.Tpo" ".deps/fopen.Po"; else rm -f ".deps/fopen.Tpo"; exit 1; fi fopen.c: In function 'main': fopen.c:499: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result fopen.c:524: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result fopen.c:548: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result fopen.c:552: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result fopen.c:555: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -o fopen fopen.o ../../lib/libcurl.la gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o .libs/fopen fopen.o -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl ../../lib/.libs/libcurl.so creating fopen if gcc -DHAVE_CONFIG_H -I../../include -DCURL_NO_OLDIES -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT ftpget.o -MD -MP -MF ".deps/ftpget.Tpo" -c -o ftpget.o ftpget.c; \ then mv -f ".deps/ftpget.Tpo" ".deps/ftpget.Po"; else rm -f ".deps/ftpget.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -o ftpget ftpget.o ../../lib/libcurl.la gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o .libs/ftpget ftpget.o -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl ../../lib/.libs/libcurl.so creating ftpget if gcc -DHAVE_CONFIG_H -I../../include -DCURL_NO_OLDIES -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT ftpgetresp.o -MD -MP -MF ".deps/ftpgetresp.Tpo" -c -o ftpgetresp.o ftpgetresp.c; \ then mv -f ".deps/ftpgetresp.Tpo" ".deps/ftpgetresp.Po"; else rm -f ".deps/ftpgetresp.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -o ftpgetresp ftpgetresp.o ../../lib/libcurl.la gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o .libs/ftpgetresp ftpgetresp.o -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl ../../lib/.libs/libcurl.so creating ftpgetresp if gcc -DHAVE_CONFIG_H -I../../include -DCURL_NO_OLDIES -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT ftpupload.o -MD -MP -MF ".deps/ftpupload.Tpo" -c -o ftpupload.o ftpupload.c; \ then mv -f ".deps/ftpupload.Tpo" ".deps/ftpupload.Po"; else rm -f ".deps/ftpupload.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -o ftpupload ftpupload.o ../../lib/libcurl.la gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o .libs/ftpupload ftpupload.o -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl ../../lib/.libs/libcurl.so creating ftpupload if gcc -DHAVE_CONFIG_H -I../../include -DCURL_NO_OLDIES -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT getinfo.o -MD -MP -MF ".deps/getinfo.Tpo" -c -o getinfo.o getinfo.c; \ then mv -f ".deps/getinfo.Tpo" ".deps/getinfo.Po"; else rm -f ".deps/getinfo.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -o getinfo getinfo.o ../../lib/libcurl.la gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o .libs/getinfo getinfo.o -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl ../../lib/.libs/libcurl.so creating getinfo if gcc -DHAVE_CONFIG_H -I../../include -DCURL_NO_OLDIES -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT getinmemory.o -MD -MP -MF ".deps/getinmemory.Tpo" -c -o getinmemory.o getinmemory.c; \ then mv -f ".deps/getinmemory.Tpo" ".deps/getinmemory.Po"; else rm -f ".deps/getinmemory.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -o getinmemory getinmemory.o ../../lib/libcurl.la gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o .libs/getinmemory getinmemory.o -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl ../../lib/.libs/libcurl.so creating getinmemory if gcc -DHAVE_CONFIG_H -I../../include -DCURL_NO_OLDIES -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT http-post.o -MD -MP -MF ".deps/http-post.Tpo" -c -o http-post.o http-post.c; \ then mv -f ".deps/http-post.Tpo" ".deps/http-post.Po"; else rm -f ".deps/http-post.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -o http-post http-post.o ../../lib/libcurl.la gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o .libs/http-post http-post.o -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl ../../lib/.libs/libcurl.so creating http-post if gcc -DHAVE_CONFIG_H -I../../include -DCURL_NO_OLDIES -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT httpput.o -MD -MP -MF ".deps/httpput.Tpo" -c -o httpput.o httpput.c; \ then mv -f ".deps/httpput.Tpo" ".deps/httpput.Po"; else rm -f ".deps/httpput.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -o httpput httpput.o ../../lib/libcurl.la gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o .libs/httpput httpput.o -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl ../../lib/.libs/libcurl.so creating httpput if gcc -DHAVE_CONFIG_H -I../../include -DCURL_NO_OLDIES -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT https.o -MD -MP -MF ".deps/https.Tpo" -c -o https.o https.c; \ then mv -f ".deps/https.Tpo" ".deps/https.Po"; else rm -f ".deps/https.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -o https https.o ../../lib/libcurl.la gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o .libs/https https.o -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl ../../lib/.libs/libcurl.so creating https if gcc -DHAVE_CONFIG_H -I../../include -DCURL_NO_OLDIES -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT multi-app.o -MD -MP -MF ".deps/multi-app.Tpo" -c -o multi-app.o multi-app.c; \ then mv -f ".deps/multi-app.Tpo" ".deps/multi-app.Po"; else rm -f ".deps/multi-app.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -o multi-app multi-app.o ../../lib/libcurl.la gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o .libs/multi-app multi-app.o -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl ../../lib/.libs/libcurl.so creating multi-app if gcc -DHAVE_CONFIG_H -I../../include -DCURL_NO_OLDIES -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT multi-debugcallback.o -MD -MP -MF ".deps/multi-debugcallback.Tpo" -c -o multi-debugcallback.o multi-debugcallback.c; \ then mv -f ".deps/multi-debugcallback.Tpo" ".deps/multi-debugcallback.Po"; else rm -f ".deps/multi-debugcallback.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -o multi-debugcallback multi-debugcallback.o ../../lib/libcurl.la gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o .libs/multi-debugcallback multi-debugcallback.o -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl ../../lib/.libs/libcurl.so creating multi-debugcallback if gcc -DHAVE_CONFIG_H -I../../include -DCURL_NO_OLDIES -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT multi-double.o -MD -MP -MF ".deps/multi-double.Tpo" -c -o multi-double.o multi-double.c; \ then mv -f ".deps/multi-double.Tpo" ".deps/multi-double.Po"; else rm -f ".deps/multi-double.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -o multi-double multi-double.o ../../lib/libcurl.la gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o .libs/multi-double multi-double.o -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl ../../lib/.libs/libcurl.so creating multi-double if gcc -DHAVE_CONFIG_H -I../../include -DCURL_NO_OLDIES -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT multi-post.o -MD -MP -MF ".deps/multi-post.Tpo" -c -o multi-post.o multi-post.c; \ then mv -f ".deps/multi-post.Tpo" ".deps/multi-post.Po"; else rm -f ".deps/multi-post.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -o multi-post multi-post.o ../../lib/libcurl.la gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o .libs/multi-post multi-post.o -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl ../../lib/.libs/libcurl.so creating multi-post if gcc -DHAVE_CONFIG_H -I../../include -DCURL_NO_OLDIES -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT multi-single.o -MD -MP -MF ".deps/multi-single.Tpo" -c -o multi-single.o multi-single.c; \ then mv -f ".deps/multi-single.Tpo" ".deps/multi-single.Po"; else rm -f ".deps/multi-single.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -o multi-single multi-single.o ../../lib/libcurl.la gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o .libs/multi-single multi-single.o -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl ../../lib/.libs/libcurl.so creating multi-single if gcc -DHAVE_CONFIG_H -I../../include -DCURL_NO_OLDIES -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT persistant.o -MD -MP -MF ".deps/persistant.Tpo" -c -o persistant.o persistant.c; \ then mv -f ".deps/persistant.Tpo" ".deps/persistant.Po"; else rm -f ".deps/persistant.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -o persistant persistant.o ../../lib/libcurl.la gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o .libs/persistant persistant.o -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl ../../lib/.libs/libcurl.so creating persistant if gcc -DHAVE_CONFIG_H -I../../include -DCURL_NO_OLDIES -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT post-callback.o -MD -MP -MF ".deps/post-callback.Tpo" -c -o post-callback.o post-callback.c; \ then mv -f ".deps/post-callback.Tpo" ".deps/post-callback.Po"; else rm -f ".deps/post-callback.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -o post-callback post-callback.o ../../lib/libcurl.la gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o .libs/post-callback post-callback.o -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl ../../lib/.libs/libcurl.so creating post-callback if gcc -DHAVE_CONFIG_H -I../../include -DCURL_NO_OLDIES -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT postit2.o -MD -MP -MF ".deps/postit2.Tpo" -c -o postit2.o postit2.c; \ then mv -f ".deps/postit2.Tpo" ".deps/postit2.Po"; else rm -f ".deps/postit2.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -o postit2 postit2.o ../../lib/libcurl.la gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o .libs/postit2 postit2.o -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl ../../lib/.libs/libcurl.so creating postit2 if gcc -DHAVE_CONFIG_H -I../../include -DCURL_NO_OLDIES -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT sepheaders.o -MD -MP -MF ".deps/sepheaders.Tpo" -c -o sepheaders.o sepheaders.c; \ then mv -f ".deps/sepheaders.Tpo" ".deps/sepheaders.Po"; else rm -f ".deps/sepheaders.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -o sepheaders sepheaders.o ../../lib/libcurl.la gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o .libs/sepheaders sepheaders.o -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl ../../lib/.libs/libcurl.so creating sepheaders if gcc -DHAVE_CONFIG_H -I../../include -DCURL_NO_OLDIES -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT simple.o -MD -MP -MF ".deps/simple.Tpo" -c -o simple.o simple.c; \ then mv -f ".deps/simple.Tpo" ".deps/simple.Po"; else rm -f ".deps/simple.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -o simple simple.o ../../lib/libcurl.la gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o .libs/simple simple.o -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl ../../lib/.libs/libcurl.so creating simple if gcc -DHAVE_CONFIG_H -I../../include -DCURL_NO_OLDIES -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT simplepost.o -MD -MP -MF ".deps/simplepost.Tpo" -c -o simplepost.o simplepost.c; \ then mv -f ".deps/simplepost.Tpo" ".deps/simplepost.Po"; else rm -f ".deps/simplepost.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -o simplepost simplepost.o ../../lib/libcurl.la gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o .libs/simplepost simplepost.o -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl ../../lib/.libs/libcurl.so creating simplepost if gcc -DHAVE_CONFIG_H -I../../include -DCURL_NO_OLDIES -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -MT simplessl.o -MD -MP -MF ".deps/simplessl.Tpo" -c -o simplessl.o simplessl.c; \ then mv -f ".deps/simplessl.Tpo" ".deps/simplessl.Po"; else rm -f ".deps/simplessl.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl -o simplessl simplessl.o ../../lib/libcurl.la gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -o .libs/simplessl simplessl.o -lssl3 -lsmime3 -lnss3 -lplds4 -lplc4 -lnspr4 -lpthread -ldl ../../lib/.libs/libcurl.so creating simplessl make[6]: Entering directory `/builddir/build/BUILD/curl-7.17.1/docs/examples' make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/builddir/build/BUILD/curl-7.17.1/docs/examples' make[5]: Leaving directory `/builddir/build/BUILD/curl-7.17.1/docs/examples' Making install in libcurl make[5]: Entering directory `/builddir/build/BUILD/curl-7.17.1/docs/libcurl' make[6]: Entering directory `/builddir/build/BUILD/curl-7.17.1/docs/libcurl' make[6]: Nothing to be done for `install-exec-am'. test -z "/usr/share/man/man3" || mkdir -p -- "/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3" /usr/bin/install -p -m 644 './curl_easy_cleanup.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/curl_easy_cleanup.3' /usr/bin/install -p -m 644 './curl_easy_getinfo.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/curl_easy_getinfo.3' /usr/bin/install -p -m 644 './curl_easy_init.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/curl_easy_init.3' /usr/bin/install -p -m 644 './curl_easy_perform.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/curl_easy_perform.3' /usr/bin/install -p -m 644 './curl_easy_setopt.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/curl_easy_setopt.3' /usr/bin/install -p -m 644 './curl_easy_duphandle.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/curl_easy_duphandle.3' /usr/bin/install -p -m 644 './curl_formadd.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/curl_formadd.3' /usr/bin/install -p -m 644 './curl_formfree.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/curl_formfree.3' /usr/bin/install -p -m 644 './curl_getdate.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/curl_getdate.3' /usr/bin/install -p -m 644 './curl_getenv.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/curl_getenv.3' /usr/bin/install -p -m 644 './curl_slist_append.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/curl_slist_append.3' /usr/bin/install -p -m 644 './curl_slist_free_all.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/curl_slist_free_all.3' /usr/bin/install -p -m 644 './curl_version.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/curl_version.3' /usr/bin/install -p -m 644 './curl_version_info.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/curl_version_info.3' /usr/bin/install -p -m 644 './curl_escape.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/curl_escape.3' /usr/bin/install -p -m 644 './curl_unescape.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/curl_unescape.3' /usr/bin/install -p -m 644 './curl_free.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/curl_free.3' /usr/bin/install -p -m 644 './curl_strequal.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/curl_strequal.3' /usr/bin/install -p -m 644 './curl_mprintf.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/curl_mprintf.3' /usr/bin/install -p -m 644 './curl_global_init.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/curl_global_init.3' /usr/bin/install -p -m 644 './curl_global_cleanup.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/curl_global_cleanup.3' /usr/bin/install -p -m 644 './curl_multi_add_handle.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/curl_multi_add_handle.3' /usr/bin/install -p -m 644 './curl_multi_cleanup.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/curl_multi_cleanup.3' /usr/bin/install -p -m 644 './curl_multi_fdset.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/curl_multi_fdset.3' /usr/bin/install -p -m 644 './curl_multi_info_read.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/curl_multi_info_read.3' /usr/bin/install -p -m 644 './curl_multi_init.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/curl_multi_init.3' /usr/bin/install -p -m 644 './curl_multi_perform.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/curl_multi_perform.3' /usr/bin/install -p -m 644 './curl_multi_remove_handle.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/curl_multi_remove_handle.3' /usr/bin/install -p -m 644 './curl_share_cleanup.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/curl_share_cleanup.3' /usr/bin/install -p -m 644 './curl_share_init.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/curl_share_init.3' /usr/bin/install -p -m 644 './curl_share_setopt.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/curl_share_setopt.3' /usr/bin/install -p -m 644 './libcurl.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/libcurl.3' /usr/bin/install -p -m 644 './libcurl-easy.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/libcurl-easy.3' /usr/bin/install -p -m 644 './libcurl-multi.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/libcurl-multi.3' /usr/bin/install -p -m 644 './libcurl-share.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/libcurl-share.3' /usr/bin/install -p -m 644 './libcurl-errors.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/libcurl-errors.3' /usr/bin/install -p -m 644 './curl_easy_strerror.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/curl_easy_strerror.3' /usr/bin/install -p -m 644 './curl_multi_strerror.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/curl_multi_strerror.3' /usr/bin/install -p -m 644 './curl_share_strerror.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/curl_share_strerror.3' /usr/bin/install -p -m 644 './curl_global_init_mem.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/curl_global_init_mem.3' /usr/bin/install -p -m 644 './libcurl-tutorial.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/libcurl-tutorial.3' /usr/bin/install -p -m 644 './curl_easy_reset.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/curl_easy_reset.3' /usr/bin/install -p -m 644 './curl_easy_escape.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/curl_easy_escape.3' /usr/bin/install -p -m 644 './curl_easy_unescape.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/curl_easy_unescape.3' /usr/bin/install -p -m 644 './curl_multi_setopt.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/curl_multi_setopt.3' /usr/bin/install -p -m 644 './curl_multi_socket.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/curl_multi_socket.3' /usr/bin/install -p -m 644 './curl_multi_timeout.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/curl_multi_timeout.3' /usr/bin/install -p -m 644 './curl_formget.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/curl_formget.3' /usr/bin/install -p -m 644 './curl_multi_assign.3' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man3/curl_multi_assign.3' make[6]: Leaving directory `/builddir/build/BUILD/curl-7.17.1/docs/libcurl' make[5]: Leaving directory `/builddir/build/BUILD/curl-7.17.1/docs/libcurl' make[5]: Entering directory `/builddir/build/BUILD/curl-7.17.1/docs' make[6]: Entering directory `/builddir/build/BUILD/curl-7.17.1/docs' make[6]: Nothing to be done for `install-exec-am'. test -z "/usr/share/man/man1" || mkdir -p -- "/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man1" /usr/bin/install -p -m 644 './curl.1' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man1/curl.1' /usr/bin/install -p -m 644 './curl-config.1' '/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/man/man1/curl-config.1' make[6]: Leaving directory `/builddir/build/BUILD/curl-7.17.1/docs' make[5]: Leaving directory `/builddir/build/BUILD/curl-7.17.1/docs' make[4]: Leaving directory `/builddir/build/BUILD/curl-7.17.1/docs' make[3]: Leaving directory `/builddir/build/BUILD/curl-7.17.1' make[2]: Leaving directory `/builddir/build/BUILD/curl-7.17.1' make[1]: Leaving directory `/builddir/build/BUILD/curl-7.17.1' + rm -f /var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/lib/libcurl.la + install -d /var/tmp/curl-7.17.1-2.fc9-root-kojibuilder//usr/share/aclocal + install -m 644 docs/libcurl/libcurl.m4 /var/tmp/curl-7.17.1-2.fc9-root-kojibuilder//usr/share/aclocal + find /var/tmp/curl-7.17.1-2.fc9-root-kojibuilder -name ca-bundle.crt -exec rm -f '{}' ';' + /usr/lib/rpm/find-debuginfo.sh /builddir/build/BUILD/curl-7.17.1 extracting debug info from /var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/bin/curl extracting debug info from /var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/lib/libcurl.so.4.0.1 symlinked /usr/lib/debug/usr/lib/libcurl.so.4.0.1.debug to /usr/lib/debug/usr/lib/libcurl.so.debug symlinked /usr/lib/debug/usr/lib/libcurl.so.4.0.1.debug to /usr/lib/debug/usr/lib/libcurl.so.4.debug 2886 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-python-bytecompile + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: curl-7.17.1-2.fc9 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.61578 + umask 022 + cd /builddir/build/BUILD + cd curl-7.17.1 + DOCDIR=/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/doc/curl-7.17.1 + export DOCDIR + rm -rf /var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/doc/curl-7.17.1 + /bin/mkdir -p /var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/doc/curl-7.17.1 + cp -pr CHANGES README COPYING /var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/doc/curl-7.17.1 + cp -pr docs/BUGS docs/FAQ docs/FEATURES /var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/doc/curl-7.17.1 + cp -pr docs/MANUAL docs/RESOURCES /var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/doc/curl-7.17.1 + cp -pr docs/TheArtOfHttpScripting docs/TODO /var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/doc/curl-7.17.1 + exit 0 Provides: webclient Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.2) libc.so.6(GLIBC_2.3) libc.so.6(GLIBC_2.4) libcurl.so.4 libdl.so.2 libnspr4.so libnss3.so libplc4.so libplds4.so libpthread.so.0 libpthread.so.0(GLIBC_2.0) libpthread.so.0(GLIBC_2.2) libsmime3.so libssl3.so libz.so.1 rtld(GNU_HASH) Processing files: libcurl-7.17.1-2.fc9 Provides: libcurl.so.4 Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.2) libc.so.6(GLIBC_2.3) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) libcurl.so.4 libdl.so.2 libidn.so.11 libnspr4.so libnss3.so libnss3.so(NSS_3.12) libnss3.so(NSS_3.2) libnss3.so(NSS_3.3) libnss3.so(NSS_3.4) libnss3.so(NSS_3.5) libnss3.so(NSS_3.9.3) libplc4.so libplds4.so libpthread.so.0 libpthread.so.0(GLIBC_2.0) libpthread.so.0(GLIBC_2.2) libsmime3.so libssl3.so libssl3.so(NSS_3.11.4) libssl3.so(NSS_3.2) libssl3.so(NSS_3.4) libz.so.1 rtld(GNU_HASH) Processing files: libcurl-devel-7.17.1-2.fc9 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.61578 + umask 022 + cd /builddir/build/BUILD + cd curl-7.17.1 + DOCDIR=/var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/doc/libcurl-devel-7.17.1 + export DOCDIR + rm -rf /var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/doc/libcurl-devel-7.17.1 + /bin/mkdir -p /var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/doc/libcurl-devel-7.17.1 + cp -pr docs/examples/10-at-a-time.c docs/examples/anyauthput.c docs/examples/cacertinmem.c docs/examples/cookie_interface.c docs/examples/curlgtk.c docs/examples/curlx.c docs/examples/debug.c docs/examples/fileupload.c docs/examples/fopen.c docs/examples/ftpget.c docs/examples/ftpgetresp.c docs/examples/ftpupload.c docs/examples/ftpuploadresume.c docs/examples/getinfo.c docs/examples/getinmemory.c docs/examples/ghiper.c docs/examples/hiperfifo.c docs/examples/htmltidy.c docs/examples/http-post.c docs/examples/httpput.c docs/examples/https.c docs/examples/multi-app.c docs/examples/multi-debugcallback.c docs/examples/multi-double.c docs/examples/multi-post.c docs/examples/multi-single.c docs/examples/multithread.c docs/examples/opensslthreadlock.c docs/examples/persistant.c docs/examples/post-callback.c docs/examples/postit2.c docs/examples/sampleconv.c docs/examples/sepheaders.c docs/examples/simple.c docs/examples/simplepost.c docs/examples/simplessl.c docs/examples/synctime.c docs/examples/Makefile.example docs/INTERNALS /var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/doc/libcurl-devel-7.17.1 + cp -pr docs/CONTRIBUTE /var/tmp/curl-7.17.1-2.fc9-root-kojibuilder/usr/share/doc/libcurl-devel-7.17.1 + exit 0 Provides: curl-devel = 7.17.1-2.fc9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: /bin/sh automake libcurl = 7.17.1-2.fc9 libcurl.so.4 libidn-devel pkgconfig Obsoletes: curl-devel < 7.16.4-9 Processing files: curl-debuginfo-7.17.1-2.fc9 Provides: libcurl.so.4.0.1.debug Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libcurl.so.4 Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/curl-7.17.1-2.fc9-root-kojibuilder warning: Could not canonicalize hostname: xenbuilder1.fedora.redhat.com Wrote: /builddir/build/RPMS/curl-7.17.1-2.fc9.i386.rpm Wrote: /builddir/build/RPMS/libcurl-7.17.1-2.fc9.i386.rpm Wrote: /builddir/build/RPMS/libcurl-devel-7.17.1-2.fc9.i386.rpm Wrote: /builddir/build/RPMS/curl-debuginfo-7.17.1-2.fc9.i386.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.67223 + umask 022 + cd /builddir/build/BUILD + cd curl-7.17.1 + rm -rf /var/tmp/curl-7.17.1-2.fc9-root-kojibuilder + exit 0 Executing(--clean): /bin/sh -e /var/tmp/rpm-tmp.67223 + umask 022 + cd /builddir/build/BUILD + rm -rf curl-7.17.1 + exit 0