request from: hawk checking if we should skip the build started at: Wed May 27 07:54:41 2015 fetching http://kraz.tld-linux.org/~buildertidev//srpms/068ce8d2-2318-4104-b1f3-9fe9ffd8d365/bootsplash-3.2-7.src.rpm fetched 149384 bytes, 382.6 K/s installing srpm: bootsplash-3.2-7.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: i686-pld-linux checking BuildConflict-ing packages no BuildConflicts found checking BR no BR needed building RPM using: echo build-id: 068ce8d2-2318-4104-b1f3-9fe9ffd8d365; cd rpm/SPECS; TMPDIR=/tmp/B.534abb exec nice -n 19 rpmbuild -bb --define '_smp_mflags -j4' --target i686-pld-linux bootsplash.spec mesg: ttyname failed: Inappropriate ioctl for device build-id: 068ce8d2-2318-4104-b1f3-9fe9ffd8d365 Building target platforms: i686-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.534abb /bin/sh -e /tmp/B.534abb/rpm-tmp.85746 + umask 022 + cd /home/users/builder/rpm/BUILD + cd /home/users/builder/rpm/BUILD + rm -rf bootsplash-3.2 + /usr/bin/bzip2 -dc /home/users/builder/rpm/SOURCES/bootsplash-3.2.tar.bz2 + tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd bootsplash-3.2 + /bin/id -u + '[' 10001 '=' 0 ']' + true . + /bin/chmod -Rf -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (bootsplash-3.2_makefile_libmng.patch):' Patch #0 (bootsplash-3.2_makefile_libmng.patch): + :0:18: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] fbtruetype.c:39:37: note: in expansion of macro 'DEFAULT_FONTNAME' unsigned char *framebuffer, *font = DEFAULT_FONTNAME; ^ fbtruetype.c: In function 'main': fbtruetype.c:106:9: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] font = strdup(optarg); ^ fbtruetype.c:141:2: warning: pointer targets in passing argument 2 of 'rendertext' differ in signedness [-Wpointer-sign] rendertext(argv[optind], font, fontsize, fgcolor); ^ fbtruetype.c:43:5: note: expected 'char *' but argument is of type 'unsigned char *' int rendertext(char *text, char *fontname, unsigned int size, ^ i686-tld-linux-gcc -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -I/usr/include/freetype2 -DDEFAULT_FONTNAME=\"/usr/share/bootsplash/luxisri.ttf\" -c -o fbtruetype-messages.o fbtruetype-messages.c i686-tld-linux-gcc -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -I/usr/include/freetype2 -DDEFAULT_FONTNAME=\"/usr/share/bootsplash/luxisri.ttf\" -c -o console.o console.c i686-tld-linux-gcc -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -I/usr/include/freetype2 -DDEFAULT_FONTNAME=\"/usr/share/bootsplash/luxisri.ttf\" -c -o ttf.o ttf.c i686-tld-linux-gcc -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -I/usr/include/freetype2 -DDEFAULT_FONTNAME=\"/usr/share/bootsplash/luxisri.ttf\" -c -o luxisri.o luxisri.c i686-tld-linux-gcc -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -I/usr/include/freetype2 -DDEFAULT_FONTNAME=\"/usr/share/bootsplash/luxisri.ttf\" -c -o fbmngplay.o fbmngplay.c splash.c: In function 'setsplash': splash.c:1611:3: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] strcpy(pic, "BOOTSPL1"); ^ In file included from /usr/include/features.h:365:0, from /usr/include/sys/types.h:25, from splash.c:12: /usr/include/bits/string3.h:102:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' __NTH (strcpy (char *__restrict __dest, const char *__restrict __src)) ^ splash.c:1629:3: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] strcpy(pic, "BOOTSPL2"); ^ In file included from /usr/include/features.h:365:0, from /usr/include/sys/types.h:25, from splash.c:12: /usr/include/bits/string3.h:102:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' __NTH (strcpy (char *__restrict __dest, const char *__restrict __src)) ^ splash.c:1664:3: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] strcpy(pic, "BOOTSPL3"); ^ In file included from /usr/include/features.h:365:0, from /usr/include/sys/types.h:25, from splash.c:12: /usr/include/bits/string3.h:102:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' __NTH (strcpy (char *__restrict __dest, const char *__restrict __src)) ^ splash.c: In function 'setframe': splash.c:1729:3: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] strcpy(splashme, "BOOTSPL3"); ^ In file included from /usr/include/features.h:365:0, from /usr/include/sys/types.h:25, from splash.c:12: /usr/include/bits/string3.h:102:1: note: expected 'char * __restrict__' but argument is of type 'unsigned char *' __NTH (strcpy (char *__restrict __dest, const char *__restrict __src)) ^ splash.c: In function 'server': splash.c:2130:15: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] trigger = p + 1; ^ splash.c: In function 'setframe': splash.c:1769:8: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(splashfd, splashme, p - splashme); ^ splash.c: In function 'percentset': splash.c:1832:8: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(splashfd, buf, strlen(buf)); ^ splash.c: In function 'runtrigger': splash.c:1974:8: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system(tr->shellcmd); ^ splash.c:1980:14: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system(tr->shellcmd); ^ splash.c:1986:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(splashfd, "silent\n", 7); ^ splash.c:1990:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(splashfd, "verbose\n", 8); ^ splash.c: In function 'sendtoserver': splash.c:2169:8: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(waitpipe[0], &wbuf, 1); ^ ttf.c: In function 'rendertext': ttf.c:803:7: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] text = TTF_RenderText_Shaded(font, text, forecol, 0); ^ ttf.c:781:4: warning: variable 'rendertype' set but not used [-Wunused-but-set-variable] } rendertype; ^ i686-tld-linux-gcc -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -I/usr/include/freetype2 -DDEFAULT_FONTNAME=\"/usr/share/bootsplash/luxisri.ttf\" -c -o fbmngplay-messages.o fbmngplay-messages.c i686-tld-linux-gcc -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -I/usr/include/freetype2 -DDEFAULT_FONTNAME=\"/usr/share/bootsplash/luxisri.ttf\" -c -o mng.o mng.c mng.c: In function 'mngopenstream': mng.c:71:8: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(bufferstream, 1, len, mymng->file); ^ i686-tld-linux-gcc -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -I/usr/include/freetype2 -DDEFAULT_FONTNAME=\"/usr/share/bootsplash/luxisri.ttf\" -L/usr/lib -o fbtruetype -L/usr/lib fbtruetype.o fbtruetype-messages.o console.o ttf.o luxisri.o -lfreetype -lm i686-tld-linux-gcc -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -I/usr/include/freetype2 -DDEFAULT_FONTNAME=\"/usr/share/bootsplash/luxisri.ttf\" -L/usr/lib -o fbmngplay -L/usr/lib fbmngplay.o fbmngplay-messages.o mng.o console.o -lmng -lz -lm i686-tld-linux-gcc -O2 -fwrapv -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i686 -fasynchronous-unwind-tables -mtune=pentium4 -Wall -I/usr/include/freetype2 -DDEFAULT_FONTNAME=\"/usr/share/bootsplash/luxisri.ttf\" -L/usr/lib -o splash -L/usr/lib splash.o -lmng -lz -lm -ljpeg -llcms true -s splash splashpbm fbresolution fbtruetype fbmngplay make: Leaving directory `/home/users/builder/rpm/BUILD/bootsplash-3.2/Utilities' + 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.534abb /bin/sh -e /tmp/B.534abb/rpm-tmp.15889 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.534abb + umask 022 + cd /home/users/builder/rpm/BUILD + /bin/rm '--interactive=never' -rf /tmp/B.534abb/bootsplash-3.2-root-builder + /bin/mkdir -p /tmp/B.534abb/bootsplash-3.2-root-builder + cd bootsplash-3.2 + rm -rf /tmp/B.534abb/bootsplash-3.2-root-builder + install -d /tmp/B.534abb/bootsplash-3.2-root-builder/bin /tmp/B.534abb/bootsplash-3.2-root-builder/usr/share/bootsplash /tmp/B.534abb/bootsplash-3.2-root-builder/etc/bootsplash/themes /tmp/B.534abb/bootsplash-3.2-root-builder/etc/rc.d/init.d /tmp/B.534abb/bootsplash-3.2-root-builder/etc/sysconfig + install /home/users/builder/rpm/SOURCES/bootsplash.script /tmp/B.534abb/bootsplash-3.2-root-builder/bin/splash + install /home/users/builder/rpm/SOURCES/bootsplash-bootanim.script /tmp/B.534abb/bootsplash-3.2-root-builder/bin/bootanim + install /home/users/builder/rpm/SOURCES/bootsplash.sysconfig /tmp/B.534abb/bootsplash-3.2-root-builder/etc/sysconfig/bootsplash + install /home/users/builder/rpm/SOURCES/bootsplash.init /tmp/B.534abb/bootsplash-3.2-root-builder/etc/rc.d/init.d/bootsplash + install Scripts/bootanim Scripts/rcsplash Scripts/splash_early Scripts/sysconfig.bootsplash /tmp/B.534abb/bootsplash-3.2-root-builder/usr/share/bootsplash + install Utilities/splash /tmp/B.534abb/bootsplash-3.2-root-builder/bin/splash.bin + install Utilities/fbmngplay Utilities/fbresolution Utilities/fbtruetype /tmp/B.534abb/bootsplash-3.2-root-builder/bin + install Utilities/luxisri.ttf /tmp/B.534abb/bootsplash-3.2-root-builder/usr/share/bootsplash + __spec_install_post_strip + set +x Stripping 4 ELF executables...DONE + __spec_install_post_chrpath + set +x Remove RPATH/RUNPATH from 4 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 + __spec_install_post_compress_modules + set +x + __spec_install_post_py_hardlink + set +x Processing files: bootsplash-3.2-7 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.534abb /bin/sh -e /tmp/B.534abb/rpm-tmp.15889 + umask 022 + cd /home/users/builder/rpm/BUILD + cd bootsplash-3.2 + DOCDIR=/tmp/B.534abb/bootsplash-3.2-root-builder/usr/share/doc/bootsplash-3.2 + export DOCDIR + rm -rf /tmp/B.534abb/bootsplash-3.2-root-builder/usr/share/doc/bootsplash-3.2 + /bin/mkdir -p /tmp/B.534abb/bootsplash-3.2-root-builder/usr/share/doc/bootsplash-3.2 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.534abb/bootsplash-3.2-root-builder/usr/share/doc/bootsplash-3.2... Documentation compressed. + cp -pr Documentation/README.bootsplash Documentation/README.config Documentation/README.kernel Documentation/README.themes Utilities/README.fbmngplay Utilities/README.fbtruetype /tmp/B.534abb/bootsplash-3.2-root-builder/usr/share/doc/bootsplash-3.2 + /usr/lib/rpm/compress-doc Compressing documentation in /tmp/B.534abb/bootsplash-3.2-root-builder/usr/share/doc/bootsplash-3.2... ./README.bootsplash ./README.config ./README.fbmngplay ./README.fbtruetype ./README.themes ./README.kernel Documentation compressed. + exit 0 Provides: config(bootsplash) = 0:3.2-7 Requires(interp): /bin/sh /bin/sh Requires(post): /bin/sh /sbin/chkconfig Requires(preun): /bin/sh /sbin/chkconfig Requires: /bin/bash /bin/sh 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.15) libc.so.6(GLIBC_2.3.4) libc.so.6(GLIBC_2.4) libfreetype.so.6 libjpeg.so.8 liblcms.so.1 libm.so.6 libm.so.6(GLIBC_2.0) libmng.so.2 libz.so.1 rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /tmp/B.534abb/bootsplash-3.2-root-builder Wrote: /home/users/builder/rpm/RPMS/bootsplash-3.2-7.i686.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.534abb /bin/sh -e /tmp/B.534abb/rpm-tmp.60363 + umask 022 + cd /home/users/builder/rpm/BUILD + cd bootsplash-3.2 + /bin/rm '--interactive=never' -rf /tmp/B.534abb/bootsplash-3.2-root-builder + rm -rf /tmp/B.534abb/bootsplash-3.2-root-builder ended at: Wed May 27 07:54:47 2015, done in 01days 00h 00m 03s 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:5.39s sys:3.23s real:7.32s (faults io:1 non-io:267745) Files queued for ftp: 73866 bootsplash-3.2-7.i686.rpm 76 bootsplash-3.2-7.src.rpm.uploadinfo End-PLD-Builder-Info