request from: hawk checking if we should skip the build started at: Wed May 6 12:15:47 2015 fetching http://kraz.tld-linux.org/~buildertidev//srpms/af660c8c-eb5d-4e0c-a3c3-33d8661c700b/neon-0.30.1-6.src.rpm fetched 919968 bytes, 859.3 K/s installing srpm: neon-0.30.1-6.src.rpm mesg: ttyname failed: Inappropriate ioctl for device mesg: ttyname failed: Inappropriate ioctl for device mesg: ttyname failed: Inappropriate ioctl for device Building target platforms: x86_64-pld-linux checking BuildConflict-ing packages no BuildConflicts found checking BR no BR needed building RPM using: echo build-id: af660c8c-eb5d-4e0c-a3c3-33d8661c700b; cd rpm/SPECS; TMPDIR=/tmp/B.438cf7 exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --target x86_64-pld-linux neon.spec mesg: ttyname failed: Inappropriate ioctl for device build-id: af660c8c-eb5d-4e0c-a3c3-33d8661c700b Building target platforms: x86_64-pld-linux Executing(%prep): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.438cf7 /bin/sh -e /tmp/B.438cf7/rpm-tmp.68505 + umask 022 + cd /home/users/builder/rpm/BUILD + cd /home/users/builder/rpm/BUILD + rm -rf neon-0.30.1 + /usr/bin/gzip -dc /home/users/builder/rpm/SOURCES/neon-0.30.1.tar.gz + tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd neon-0.30.1 + /bin/id -u + '[' 10001 '=' 0 ']' + true . + /bin/chmod -Rf -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.438cf7 /bin/sh -e /tmp/B.438cf7/rpm-tmp.68505 TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.438cf7 + umask 022 + cd /home/users/builder/rpm/BUILD + cd neon-0.30.1 + libtoolize --copy --force --install --install libtoolize: putting auxiliary files in '.'. libtoolize: copying file './config.guess' libtoolize: copying file './config.sub' libtoolize: copying file './install-sh' libtoolize: copying file './ltmain.sh' libtoolize: You should add the contents of the following files to 'aclocal.m4': libtoolize: '/usr/share/aclocal/libtool.m4' libtoolize: '/usr/share/aclocal/ltoptions.m4' libtoolize: '/usr/share/aclocal/ltversion.m4' libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, libtoolize: and rerunning libtoolize and aclocal. libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. + aclocal -I macros + autoconf + ./configure 'LDFLAGS=-Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc ' 'CFLAGS=-O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 ' 'CXXFLAGS=-O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 ' 'FFLAGS=-O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 ' 'FCFLAGS=-O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 ' 'CPPFLAGS=' 'CC=x86_64-tld-linux-gcc' 'CXX=x86_64-tld-linux-g++' '--host=x86_64-tld-linux' '--build=x86_64-tld-linux' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/lib64' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--x-libraries=/usr/lib64' '--with-ssl=openssl' '--enable-threadsafe-ssl=posix' --enable-shared '--with-ca-bundle=/etc/certs/ca-certificates.crt' --with-pakchois --with-libxml2 checking for a BSD-compatible install... /usr/bin/install -c checking for x86_64-tld-linux-gcc... x86_64-tld-linux-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-tld-linux-gcc accepts -g... yes checking for x86_64-tld-linux-gcc option to accept ISO C89... none needed checking how to run the C preprocessor... x86_64-tld-linux-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E 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 minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for inline... inline checking for an ANSI C-conforming const... yes checking for size_t... yes checking for off_t... yes checking for uname... Linux checking whether make sets $(MAKE)... yes checking size of int... 4 checking size of long... 8 checking size of long long... 8 checking for gcc -Wformat -Werror sanity... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking for string.h... (cached) yes checking for stdlib.h... (cached) yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking size of size_t... 8 checking how to print size_t... lu checking size of off_t... 8 checking how to print off_t... ld checking size of ssize_t... 8 checking how to print ssize_t... ld checking whether byte ordering is bigendian... no checking whether strerror_r is declared... yes checking for strerror_r... yes checking whether strerror_r returns char *... yes checking for snprintf... yes checking for vsnprintf... yes checking for sys/time.h... yes checking for limits.h... yes checking for sys/select.h... yes checking for arpa/inet.h... yes checking for libintl.h... yes checking for signal.h... yes checking for sys/socket.h... yes checking for netinet/in.h... yes checking for netinet/tcp.h... yes checking for netdb.h... yes checking for sys/poll.h... yes checking for sys/limits.h... no checking for fcntl.h... yes checking for iconv.h... yes checking for timezone global... yes configure: LFS support unnecessary, off_t is not 32-bit checking for strtoll... yes checking for strcasecmp... yes checking for signal... yes checking for setvbuf... yes checking for setsockopt... yes checking for stpcpy... yes checking for poll... yes checking for fcntl... yes checking for getsockopt... yes checking whether stpcpy is declared... yes checking for library containing socket... none needed checking for library containing getaddrinfo... none needed checking for gai_strerror... yes checking for getnameinfo... yes checking for inet_ntop... yes checking for inet_pton... yes configure: IPv6 support is enabled checking for working AI_ADDRCONFIG... yes checking for socklen_t... yes checking for struct tm.tm_gmtoff... yes checking for struct tm.__tm_gmtoff... no checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for inflate in -lz... yes configure: zlib support enabled, using -lz checking whether to enable ACL support in neon... yes checking for pkg-config... /usr/bin/pkg-config checking for openssl pkg-config data... yes configure: using SSL library configuration from pkg-config checking openssl/ssl.h usability... yes checking openssl/ssl.h presence... yes checking for openssl/ssl.h... yes checking openssl/opensslv.h usability... yes checking openssl/opensslv.h presence... yes checking for openssl/opensslv.h... yes checking OpenSSL version is >= 0.9.7... yes configure: OpenSSL >= 0.9.7; EGD support not needed in neon configure: SSL support enabled, using OpenSSL (0.9.7 or later) checking for CRYPTO_set_idptr_callback... no checking for SSL_SESSION_cmp... no configure: Using /etc/certs/ca-certificates.crt as default SSL CA bundle checking for pthread_mutex_init... yes checking for pthread_mutex_lock... yes configure: Thread-safe SSL supported using POSIX threads checking for pkg-config... (cached) /usr/bin/pkg-config checking for pakchois pkg-config data... yes configure: using pakchois for PKCS#11 support checking for krb5-config... /usr/bin/krb5-config checking gssapi/gssapi.h usability... yes checking gssapi/gssapi.h presence... yes checking for gssapi/gssapi.h... yes checking for gss_init_sec_context... yes configure: GSSAPI authentication support enabled checking gssapi/gssapi_generic.h usability... no checking gssapi/gssapi_generic.h presence... no checking for gssapi/gssapi_generic.h... no checking whether GSS_C_NT_HOSTBASED_SERVICE is declared... yes checking for pkg-config... (cached) /usr/bin/pkg-config checking for libproxy-1.0 pkg-config data... yes configure: libproxy support enabled checking build system type... x86_64-tld-linux-gnu checking host system type... x86_64-tld-linux-gnu checking how to print strings... print -r checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for ld used by x86_64-tld-linux-gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-tld-linux-gnu file names to x86_64-tld-linux-gnu format... func_convert_file_noop checking how to convert x86_64-tld-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for x86_64-tld-linux-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for x86_64-tld-linux-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... print -r -- checking for x86_64-tld-linux-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for x86_64-tld-linux-strip... no checking for strip... strip checking for x86_64-tld-linux-ranlib... no checking for ranlib... ranlib checking for mawk... mawk checking command to parse /usr/bin/nm -B output from x86_64-tld-linux-gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for x86_64-tld-linux-mt... no checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if x86_64-tld-linux-gcc supports -fno-rtti -fno-exceptions... no checking for x86_64-tld-linux-gcc option to produce PIC... -fPIC -DPIC checking if x86_64-tld-linux-gcc PIC flag -fPIC -DPIC works... yes checking if x86_64-tld-linux-gcc static flag -static works... yes checking if x86_64-tld-linux-gcc supports -c -o file.o... yes checking if x86_64-tld-linux-gcc supports -c -o file.o... (cached) yes checking whether the x86_64-tld-linux-gcc linker (/usr/bin/ld -m elf_x86_64) 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... yes checking size of time_t... 8 checking how to print time_t... ld checking for pid_t... yes checking whether time.h and sys/time.h may both be included... yes checking for x86_64-tld-linux-ar... no checking for ar... /usr/bin/ar checking for x86_64-tld-linux-ranlib... no checking for ranlib... /usr/bin/ranlib checking for sys/time.h... (cached) yes checking for signal.h... (cached) yes checking for stdint.h... (cached) yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for pipe... yes checking for isatty... yes checking for usleep... yes checking for shutdown... yes checking for setlocale... yes checking for gethostname... yes configure: WebDAV support is enabled checking for xml2-config... xml2-config checking libxml/xmlversion.h usability... yes checking libxml/xmlversion.h presence... yes checking for libxml/xmlversion.h... yes checking libxml/parser.h usability... yes checking libxml/parser.h presence... yes checking for libxml/parser.h... yes configure: XML parser used: libxml 2.9.1 checking for library containing bindtextdomain... none needed checking for bind_textdomain_codeset... yes configure: Internationalization support enabled configure: debugging is enabled checking for openssl... /usr/bin/openssl checking for certutil... /usr/bin/certutil checking for pk12util... /usr/bin/pk12util checking for pkg-config... (cached) /usr/bin/pkg-config checking if LD -Wl,--version-script works... yes configure: creating ./config.status config.status: creating neon-config config.status: creating Makefile config.status: creating src/Makefile config.status: creating test/Makefile config.status: creating neon.pc config.status: creating test/makekeys config.status: creating config.h config.status: executing libtool commands configure: Configured to build neon 0.30.1: Install prefix: /usr Compiler: x86_64-tld-linux-gcc XML Parser: libxml 2.9.1 SSL library: SSL support enabled, using OpenSSL (0.9.7 or later) zlib support: zlib support enabled, using -lz Build libraries: Shared=yes, Static=yes + /usr/bin/make -j4 make[1]: Entering directory `/home/users/builder/rpm/BUILD/neon-0.30.1/src' /bin/sh ../libtool --quiet --mode=compile x86_64-tld-linux-gcc -DHAVE_CONFIG_H -I/usr/include/openssl -I/usr/include/pakchois -I/usr/include/libxml2 -I.. -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -c ne_request.c -o ne_request.lo /bin/sh ../libtool --quiet --mode=compile x86_64-tld-linux-gcc -DHAVE_CONFIG_H -I/usr/include/openssl -I/usr/include/pakchois -I/usr/include/libxml2 -I.. -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -c ne_session.c -o ne_session.lo /bin/sh ../libtool --quiet --mode=compile x86_64-tld-linux-gcc -DHAVE_CONFIG_H -I/usr/include/openssl -I/usr/include/pakchois -I/usr/include/libxml2 -I.. -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -c ne_basic.c -o ne_basic.lo /bin/sh ../libtool --quiet --mode=compile x86_64-tld-linux-gcc -DHAVE_CONFIG_H -I/usr/include/openssl -I/usr/include/pakchois -I/usr/include/libxml2 -I.. -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -c ne_string.c -o ne_string.lo /bin/sh ../libtool --quiet --mode=compile x86_64-tld-linux-gcc -DHAVE_CONFIG_H -I/usr/include/openssl -I/usr/include/pakchois -I/usr/include/libxml2 -I.. -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -c ne_uri.c -o ne_uri.lo /bin/sh ../libtool --quiet --mode=compile x86_64-tld-linux-gcc -DHAVE_CONFIG_H -I/usr/include/openssl -I/usr/include/pakchois -I/usr/include/libxml2 -I.. -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -c ne_dates.c -o ne_dates.lo /bin/sh ../libtool --quiet --mode=compile x86_64-tld-linux-gcc -DHAVE_CONFIG_H -I/usr/include/openssl -I/usr/include/pakchois -I/usr/include/libxml2 -I.. -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -c ne_alloc.c -o ne_alloc.lo /bin/sh ../libtool --quiet --mode=compile x86_64-tld-linux-gcc -DHAVE_CONFIG_H -I/usr/include/openssl -I/usr/include/pakchois -I/usr/include/libxml2 -I.. -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -c ne_md5.c -o ne_md5.lo /bin/sh ../libtool --quiet --mode=compile x86_64-tld-linux-gcc -DHAVE_CONFIG_H -I/usr/include/openssl -I/usr/include/pakchois -I/usr/include/libxml2 -I.. -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -c ne_utils.c -o ne_utils.lo /bin/sh ../libtool --quiet --mode=compile x86_64-tld-linux-gcc -DHAVE_CONFIG_H -I/usr/include/openssl -I/usr/include/pakchois -I/usr/include/libxml2 -I.. -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -c ne_socket.c -o ne_socket.lo /bin/sh ../libtool --quiet --mode=compile x86_64-tld-linux-gcc -DHAVE_CONFIG_H -I/usr/include/openssl -I/usr/include/pakchois -I/usr/include/libxml2 -I.. -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -c ne_auth.c -o ne_auth.lo /bin/sh ../libtool --quiet --mode=compile x86_64-tld-linux-gcc -DHAVE_CONFIG_H -I/usr/include/openssl -I/usr/include/pakchois -I/usr/include/libxml2 -I.. -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -c ne_redirect.c -o ne_redirect.lo /bin/sh ../libtool --quiet --mode=compile x86_64-tld-linux-gcc -DHAVE_CONFIG_H -I/usr/include/openssl -I/usr/include/pakchois -I/usr/include/libxml2 -I.. -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -c ne_compress.c -o ne_compress.lo /bin/sh ../libtool --quiet --mode=compile x86_64-tld-linux-gcc -DHAVE_CONFIG_H -I/usr/include/openssl -I/usr/include/pakchois -I/usr/include/libxml2 -I.. -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -c ne_i18n.c -o ne_i18n.lo /bin/sh ../libtool --quiet --mode=compile x86_64-tld-linux-gcc -DHAVE_CONFIG_H -I/usr/include/openssl -I/usr/include/pakchois -I/usr/include/libxml2 -I.. -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -c ne_pkcs11.c -o ne_pkcs11.lo /bin/sh ../libtool --quiet --mode=compile x86_64-tld-linux-gcc -DHAVE_CONFIG_H -I/usr/include/openssl -I/usr/include/pakchois -I/usr/include/libxml2 -I.. -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -c ne_socks.c -o ne_socks.lo /bin/sh ../libtool --quiet --mode=compile x86_64-tld-linux-gcc -DHAVE_CONFIG_H -I/usr/include/openssl -I/usr/include/pakchois -I/usr/include/libxml2 -I.. -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -c ne_ntlm.c -o ne_ntlm.lo /bin/sh ../libtool --quiet --mode=compile x86_64-tld-linux-gcc -DHAVE_CONFIG_H -I/usr/include/openssl -I/usr/include/pakchois -I/usr/include/libxml2 -I.. -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -c ne_207.c -o ne_207.lo /bin/sh ../libtool --quiet --mode=compile x86_64-tld-linux-gcc -DHAVE_CONFIG_H -I/usr/include/openssl -I/usr/include/pakchois -I/usr/include/libxml2 -I.. -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -c ne_xml.c -o ne_xml.lo /bin/sh ../libtool --quiet --mode=compile x86_64-tld-linux-gcc -DHAVE_CONFIG_H -I/usr/include/openssl -I/usr/include/pakchois -I/usr/include/libxml2 -I.. -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -c ne_props.c -o ne_props.lo /bin/sh ../libtool --quiet --mode=compile x86_64-tld-linux-gcc -DHAVE_CONFIG_H -I/usr/include/openssl -I/usr/include/pakchois -I/usr/include/libxml2 -I.. -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -c ne_locks.c -o ne_locks.lo /bin/sh ../libtool --quiet --mode=compile x86_64-tld-linux-gcc -DHAVE_CONFIG_H -I/usr/include/openssl -I/usr/include/pakchois -I/usr/include/libxml2 -I.. -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -c ne_xmlreq.c -o ne_xmlreq.lo ne_xml.c: In function 'start_element': ne_xml.c:330:35: warning: passing argument 5 of 'hand->startelm_cb' discards 'const' qualifier from pointer target type [enabled by default] elm->nspace, elm->name, PASS_ATTS(atts)); ^ ne_xml.c:330:35: note: expected 'const char **' but argument is of type 'const char * const*' /bin/sh ../libtool --quiet --mode=compile x86_64-tld-linux-gcc -DHAVE_CONFIG_H -I/usr/include/openssl -I/usr/include/pakchois -I/usr/include/libxml2 -I.. -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -c ne_oldacl.c -o ne_oldacl.lo /bin/sh ../libtool --quiet --mode=compile x86_64-tld-linux-gcc -DHAVE_CONFIG_H -I/usr/include/openssl -I/usr/include/pakchois -I/usr/include/libxml2 -I.. -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -c ne_acl3744.c -o ne_acl3744.lo /bin/sh ../libtool --quiet --mode=compile x86_64-tld-linux-gcc -DHAVE_CONFIG_H -I/usr/include/openssl -I/usr/include/pakchois -I/usr/include/libxml2 -I.. -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fPIC -march=x86-64 -c ne_openssl.c -o ne_openssl.lo /bin/sh ../libtool --quiet --mode=link x86_64-tld-linux-gcc -no-undefined -Wl,--as-needed -Wl,--no-copy-dt-needed-entries -Wl,-z,relro -Wl,-z,combreloc -rpath /usr/lib64 -version-info 30:1:3 -Wl,--version-script=../src/neon.vers -o libneon.la ne_request.lo ne_session.lo ne_basic.lo ne_string.lo ne_uri.lo ne_dates.lo ne_alloc.lo ne_md5.lo ne_utils.lo ne_socket.lo ne_auth.lo ne_redirect.lo ne_compress.lo ne_i18n.lo ne_pkcs11.lo ne_socks.lo ne_ntlm.lo ne_207.lo ne_xml.lo ne_props.lo ne_locks.lo ne_xmlreq.lo ne_oldacl.lo ne_acl3744.lo ne_openssl.lo -lz -lssl -lcrypto -lpakchois -lgssapi -lheimntlm -lkrb5 -lhx509 -lcom_err -lhcrypto -lasn1 -lwind -lheimbase -lroken -lcrypt -pthread -ldl -lresolv -pthread -lproxy -lxml2 -lz -lm -ldl make[1]: Leaving directory `/home/users/builder/rpm/BUILD/neon-0.30.1/src' + exit 0 Executing(%install): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.438cf7 /bin/sh -e /tmp/B.438cf7/rpm-tmp.39431 TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.438cf7 + umask 022 + cd /home/users/builder/rpm/BUILD + /bin/rm '--interactive=never' -rf /tmp/B.438cf7/neon-0.30.1-root-builder + /bin/mkdir -p /tmp/B.438cf7/neon-0.30.1-root-builder + cd neon-0.30.1 + rm -rf /tmp/B.438cf7/neon-0.30.1-root-builder + /usr/bin/make -j4 install 'DESTDIR=/tmp/B.438cf7/neon-0.30.1-root-builder' /usr/bin/install -c -d /tmp/B.438cf7/neon-0.30.1-root-builder/usr/include/neon /usr/bin/install -c -d /tmp/B.438cf7/neon-0.30.1-root-builder/usr/bin /usr/bin/install -c -d /tmp/B.438cf7/neon-0.30.1-root-builder/usr/share/man/man3 /usr/bin/install -c -d /tmp/B.438cf7/neon-0.30.1-root-builder/usr/share/man/man1 Installing neon-config into /tmp/B.438cf7/neon-0.30.1-root-builder/usr/bin Installing ne_request.h into /tmp/B.438cf7/neon-0.30.1-root-builder/usr/include/neon for m in ./doc/man/*.3; do \ /usr/bin/install -c -m 644 $m /tmp/B.438cf7/neon-0.30.1-root-builder/usr/share/man/man3; done make[1]: Entering directory `/home/users/builder/rpm/BUILD/neon-0.30.1/src' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/users/builder/rpm/BUILD/neon-0.30.1/src' /usr/bin/install -c -d /tmp/B.438cf7/neon-0.30.1-root-builder/usr/share/doc/neon-0.30.1/html Installing ne_session.h into /tmp/B.438cf7/neon-0.30.1-root-builder/usr/include/neon for d in ./doc/html/*.html; do \ /usr/bin/install -c -m 644 $d /tmp/B.438cf7/neon-0.30.1-root-builder/usr/share/doc/neon-0.30.1/html; \ done Installing ne_utils.h into /tmp/B.438cf7/neon-0.30.1-root-builder/usr/include/neon /usr/bin/install -c -d /tmp/B.438cf7/neon-0.30.1-root-builder/usr/lib64/pkgconfig Installing ne_uri.h into /tmp/B.438cf7/neon-0.30.1-root-builder/usr/include/neon /usr/bin/install -c -m 644 neon.pc /tmp/B.438cf7/neon-0.30.1-root-builder/usr/lib64/pkgconfig/neon.pc Installing ne_socket.h into /tmp/B.438cf7/neon-0.30.1-root-builder/usr/include/neon Installing ne_basic.h into /tmp/B.438cf7/neon-0.30.1-root-builder/usr/include/neon Installing ne_207.h into /tmp/B.438cf7/neon-0.30.1-root-builder/usr/include/neon Installing ne_props.h into /tmp/B.438cf7/neon-0.30.1-root-builder/usr/include/neon Installing ne_xml.h into /tmp/B.438cf7/neon-0.30.1-root-builder/usr/include/neon Installing ne_dates.h into /tmp/B.438cf7/neon-0.30.1-root-builder/usr/include/neon Installing ne_string.h into /tmp/B.438cf7/neon-0.30.1-root-builder/usr/include/neon Installing ne_defs.h into /tmp/B.438cf7/neon-0.30.1-root-builder/usr/include/neon Installing ne_locks.h into /tmp/B.438cf7/neon-0.30.1-root-builder/usr/include/neon Installing ne_alloc.h into /tmp/B.438cf7/neon-0.30.1-root-builder/usr/include/neon Installing ne_md5.h into /tmp/B.438cf7/neon-0.30.1-root-builder/usr/include/neon Installing ne_i18n.h into /tmp/B.438cf7/neon-0.30.1-root-builder/usr/include/neon Installing ne_redirect.h into /tmp/B.438cf7/neon-0.30.1-root-builder/usr/include/neon Installing ne_auth.h into /tmp/B.438cf7/neon-0.30.1-root-builder/usr/include/neon Installing ne_compress.h into /tmp/B.438cf7/neon-0.30.1-root-builder/usr/include/neon Installing ne_acl.h into /tmp/B.438cf7/neon-0.30.1-root-builder/usr/include/neon Installing ne_ssl.h into /tmp/B.438cf7/neon-0.30.1-root-builder/usr/include/neon Installing ne_xmlreq.h into /tmp/B.438cf7/neon-0.30.1-root-builder/usr/include/neon Installing ne_pkcs11.h into /tmp/B.438cf7/neon-0.30.1-root-builder/usr/include/neon /usr/bin/install -c -d /tmp/B.438cf7/neon-0.30.1-root-builder/usr/lib64 Installing ne_acl3744.h into /tmp/B.438cf7/neon-0.30.1-root-builder/usr/include/neon /bin/sh ./libtool --mode=install /usr/bin/install -c src/libneon.la \ /tmp/B.438cf7/neon-0.30.1-root-builder/usr/lib64/libneon.la libtool: install: /usr/bin/install -c src/.libs/libneon.so.27.3.1 /tmp/B.438cf7/neon-0.30.1-root-builder/usr/lib64/libneon.so.27.3.1 libtool: install: (cd /tmp/B.438cf7/neon-0.30.1-root-builder/usr/lib64 && { ln -s -f libneon.so.27.3.1 libneon.so.27 || { rm -f libneon.so.27 && ln -s libneon.so.27.3.1 libneon.so.27; }; }) libtool: install: (cd /tmp/B.438cf7/neon-0.30.1-root-builder/usr/lib64 && { ln -s -f libneon.so.27.3.1 libneon.so || { rm -f libneon.so && ln -s libneon.so.27.3.1 libneon.so; }; }) libtool: install: /usr/bin/install -c src/.libs/libneon.lai /tmp/B.438cf7/neon-0.30.1-root-builder/usr/lib64/libneon.la libtool: install: /usr/bin/install -c src/.libs/libneon.a /tmp/B.438cf7/neon-0.30.1-root-builder/usr/lib64/libneon.a libtool: install: chmod 644 /tmp/B.438cf7/neon-0.30.1-root-builder/usr/lib64/libneon.a libtool: install: /usr/bin/ranlib /tmp/B.438cf7/neon-0.30.1-root-builder/usr/lib64/libneon.a libtool: warning: remember to run 'libtool --finish /usr/lib64' for m in ./doc/man/*.1; do \ /usr/bin/install -c -m 644 $m /tmp/B.438cf7/neon-0.30.1-root-builder/usr/share/man/man1; done + /bin/rm '--interactive=never' -r /tmp/B.438cf7/neon-0.30.1-root-builder/usr/share/doc/neon-0.30.1/html + /bin/rm '--interactive=never' /tmp/B.438cf7/neon-0.30.1-root-builder/usr/lib64/libneon.la + /usr/lib/rpm/find-lang.sh /tmp/B.438cf7/neon-0.30.1-root-builder neon find-lang.sh/1.37: find-lang 'neon' > neon.lang + __spec_install_post_strip + set +x Stripping 1 ELF shared libraries...DONE Stripping 1 ar archives...DONE + __spec_install_post_chrpath + set +x Remove RPATH/RUNPATH from 1 executable binaries and shared object files. + __spec_install_post_check_so + set +x Searching for shared objects with unresolved symbols... DONE + __spec_install_post_check_tmpfiles + set +x Checking /var/run <-> tmpfiles.d completeness... DONE + __spec_install_post_compress_docs + set +x Compress man pages: /usr/share/man + __spec_install_post_compress_modules + set +x + __spec_install_post_py_hardlink + set +x Processing files: neon-0.30.1-6 Executing(%doc): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.438cf7 /bin/sh -e /tmp/B.438cf7/rpm-tmp.79829 + umask 022 + cd /home/users/builder/rpm/BUILD + cd neon-0.30.1 + DOCDIR=/tmp/B.438cf7/neon-0.30.1-root-builder/usr/share/doc/neon-0.30.1 + export DOCDIR + rm -rf /tmp/B.438cf7/neon-0.30.1-root-builder/usr/share/doc/neon-0.30.1 + /bin/mkdir -p /tmp/B.438cf7/neon-0.30.1-root-builder/usr/share/doc/neon-0.30.1 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.438cf7/neon-0.30.1-root-builder/usr/share/doc/neon-0.30.1... Documentation compressed. + cp -pr AUTHORS BUGS ChangeLog NEWS README THANKS TODO /tmp/B.438cf7/neon-0.30.1-root-builder/usr/share/doc/neon-0.30.1 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.438cf7/neon-0.30.1-root-builder/usr/share/doc/neon-0.30.1... ./BUGS ./README ./THANKS ./AUTHORS ./NEWS ./TODO ./ChangeLog Documentation compressed. + exit 0 Provides: libneon.so.27()(64bit) libneon.so.27(NEON_0_29)(64bit) libneon.so.27(NEON_0_30)(64bit) Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libcrypto.so.1.0.0()(64bit) libgssapi.so.3()(64bit) libgssapi.so.3(HEIMDAL_GSS_2.0)(64bit) libpakchois.so.0()(64bit) libproxy.so.1()(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libssl.so.1.0.0()(64bit) libxml2.so.2()(64bit) libxml2.so.2(LIBXML2_2.4.30)(64bit) libxml2.so.2(LIBXML2_2.6.0)(64bit) libz.so.1()(64bit) rtld(GNU_HASH) Processing files: neon-devel-0.30.1-6 Executing(%doc): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.438cf7 /bin/sh -e /tmp/B.438cf7/rpm-tmp.79829 + umask 022 + cd /home/users/builder/rpm/BUILD + cd neon-0.30.1 + DOCDIR=/tmp/B.438cf7/neon-0.30.1-root-builder/usr/share/doc/neon-devel-0.30.1 + export DOCDIR + rm -rf /tmp/B.438cf7/neon-0.30.1-root-builder/usr/share/doc/neon-devel-0.30.1 + /bin/mkdir -p /tmp/B.438cf7/neon-0.30.1-root-builder/usr/share/doc/neon-devel-0.30.1 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.438cf7/neon-0.30.1-root-builder/usr/share/doc/neon-devel-0.30.1... Documentation compressed. + cp -pr doc/parsing-xml.txt /tmp/B.438cf7/neon-0.30.1-root-builder/usr/share/doc/neon-devel-0.30.1 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.438cf7/neon-0.30.1-root-builder/usr/share/doc/neon-devel-0.30.1... ./parsing-xml.txt Documentation compressed. + exit 0 Provides: pkgconfig(neon) = 0.30.1 Requires(rpmlib): rpmlib(VersionedDependencies) <= 3.0.3-1 Requires: /bin/sh Processing files: neon-static-0.30.1-6 Processing files: neon-apidocs-0.30.1-6 Executing(%doc): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.438cf7 /bin/sh -e /tmp/B.438cf7/rpm-tmp.34684 + umask 022 + cd /home/users/builder/rpm/BUILD + cd neon-0.30.1 + DOCDIR=/tmp/B.438cf7/neon-0.30.1-root-builder/usr/share/doc/neon-apidocs-0.30.1 + export DOCDIR + rm -rf /tmp/B.438cf7/neon-0.30.1-root-builder/usr/share/doc/neon-apidocs-0.30.1 + /bin/mkdir -p /tmp/B.438cf7/neon-0.30.1-root-builder/usr/share/doc/neon-apidocs-0.30.1 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.438cf7/neon-0.30.1-root-builder/usr/share/doc/neon-apidocs-0.30.1... Documentation compressed. + cp -pr doc/html/api.html doc/html/biblio.html doc/html/compliance.html doc/html/features.html doc/html/index.html doc/html/intro.html doc/html/manual.proc doc/html/ref.html doc/html/refalloc.html doc/html/refauth.html doc/html/refbuf.html doc/html/refbufapp.html doc/html/refbufcr.html doc/html/refbufdest.html doc/html/refbufutil.html doc/html/refcert.html doc/html/refclicert.html doc/html/refconfig.html doc/html/referr.html doc/html/reffeat.html doc/html/refgetst.html doc/html/refi18n.html doc/html/refiaddr.html doc/html/refneon.html doc/html/refopts.html doc/html/refproxy.html doc/html/refreq.html doc/html/refreqbody.html doc/html/refreqflags.html doc/html/refreqhdr.html doc/html/refresolve.html doc/html/refresphdr.html doc/html/refsess.html doc/html/refsessflags.html doc/html/refshave.html doc/html/refsockinit.html doc/html/refsslca.html doc/html/refsslcert2.html doc/html/refsslcertio.html doc/html/refssldname.html doc/html/refsslvfy.html doc/html/refstatus.html doc/html/reftok.html doc/html/refvers.html doc/html/refxml.html doc/html/security.html doc/html/using.html doc/html/xml.html /tmp/B.438cf7/neon-0.30.1-root-builder/usr/share/doc/neon-apidocs-0.30.1 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.438cf7/neon-0.30.1-root-builder/usr/share/doc/neon-apidocs-0.30.1... ./manual.proc Documentation compressed. + exit 0 Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/B.438cf7/neon-0.30.1-root-builder warning: Installed (but unpackaged) file(s) found: /usr/share/locale/fr/LC_MESSAGES/neon.mo /usr/share/locale/ru/LC_MESSAGES/neon.mo Wrote: /home/users/builder/rpm/RPMS/neon-0.30.1-6.x86_64.rpm Wrote: /home/users/builder/rpm/RPMS/neon-devel-0.30.1-6.x86_64.rpm Wrote: /home/users/builder/rpm/RPMS/neon-static-0.30.1-6.x86_64.rpm Wrote: /home/users/builder/rpm/RPMS/neon-apidocs-0.30.1-6.x86_64.rpm Executing(%clean): env -i TMP=/home/users/builder/tmp HOME=/home/users/builder PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/users/builder/bin TMPDIR=/tmp/B.438cf7 /bin/sh -e /tmp/B.438cf7/rpm-tmp.55709 + umask 022 + cd /home/users/builder/rpm/BUILD + cd neon-0.30.1 + /bin/rm '--interactive=never' -rf /tmp/B.438cf7/neon-0.30.1-root-builder + rm -rf /tmp/B.438cf7/neon-0.30.1-root-builder ended at: Wed May 6 12:16:46 2015, done in 01days 00h 00m 55s mesg: ttyname failed: Inappropriate ioctl for device copy rpm files to cache_dir: /spools/ready Creating pndir index of /spools/ready/ (type=dir)... Loading [pndir]previous /spools/ready/packages.ndir.gz... Loading [dir]/spools/ready/... Writing /spools/ready/packages.ndir.gz... Begin-PLD-Builder-Info upgrading packages End-PLD-Builder-Info Begin-PLD-Builder-Info Build-Time: user:54.70s sys:34.21s real:61.05s (faults io:17 non-io:2915168) Files queued for ftp: 171084 neon-0.30.1-6.x86_64.rpm 101720 neon-devel-0.30.1-6.x86_64.rpm 76614 neon-static-0.30.1-6.x86_64.rpm 43342 neon-apidocs-0.30.1-6.x86_64.rpm 198 neon-0.30.1-6.src.rpm.uploadinfo warning: Installed (but unpackaged) file(s) found: /usr/share/locale/fr/LC_MESSAGES/neon.mo /usr/share/locale/ru/LC_MESSAGES/neon.mo End-PLD-Builder-Info