<86>Aug 1 07:52:44 userdel[1540037]: delete user 'rooter' <86>Aug 1 07:52:44 userdel[1540037]: removed group 'rooter' owned by 'rooter' <86>Aug 1 07:52:44 groupadd[1540048]: group added to /etc/group: name=rooter, GID=678 <86>Aug 1 07:52:44 groupadd[1540048]: group added to /etc/gshadow: name=rooter <86>Aug 1 07:52:44 groupadd[1540048]: new group: name=rooter, GID=678 <86>Aug 1 07:52:44 useradd[1540059]: new user: name=rooter, UID=678, GID=678, home=/root, shell=/bin/bash <86>Aug 1 07:52:44 userdel[1540072]: delete user 'builder' <86>Aug 1 07:52:44 userdel[1540072]: removed group 'builder' owned by 'builder' <86>Aug 1 07:52:44 userdel[1540072]: removed shadow group 'builder' owned by 'builder' <86>Aug 1 07:52:44 groupadd[1540084]: group added to /etc/group: name=builder, GID=679 <86>Aug 1 07:52:44 groupadd[1540084]: group added to /etc/gshadow: name=builder <86>Aug 1 07:52:44 groupadd[1540084]: new group: name=builder, GID=679 <86>Aug 1 07:52:44 useradd[1540094]: new user: name=builder, UID=679, GID=679, home=/usr/src, shell=/bin/bash Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/pentaxpj-1.0.0-alt2.nosrc.rpm (w1.gzdio) Installing pentaxpj-1.0.0-alt2.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.93445 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf pentaxpj-1.0.0 + echo 'Source #0 (pentaxpj-1.0.0.tar):' Source #0 (pentaxpj-1.0.0.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/pentaxpj-1.0.0.tar + cd pentaxpj-1.0.0 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (pentaxpj-glibc28_fix.patch):' Patch #0 (pentaxpj-glibc28_fix.patch): + /usr/bin/patch -p0 patching file pentaxpj.c + echo 'Patch #1 (pentaxpj-1.0.0-LDFLAGS.patch):' Patch #1 (pentaxpj-1.0.0-LDFLAGS.patch): + /usr/bin/patch -p0 patching file Makefile + find . -type d -perm 0700 -exec chmod 755 '{}' ';' + find . -type f -perm 0555 -exec chmod 755 '{}' ';' + find . -type f -perm 0444 -exec chmod 644 '{}' ';' ++ find . -type d -name CVS ++ find . -type d -name .svn ++ find . -type f -name '.cvs*' ++ find . -type f -name '.#*' + for i in `find . -type d -name CVS` `find . -type d -name .svn` `find . -type f -name .cvs\*` `find . -type f -name .#\*` + for i in `find . -type d -name CVS` `find . -type d -name .svn` `find . -type f -name .cvs\*` `find . -type f -name .#\*` + for i in `find . -type d -name CVS` `find . -type d -name .svn` `find . -type f -name .cvs\*` `find . -type f -name .#\*` + for i in `find . -type d -name CVS` `find . -type d -name .svn` `find . -type f -name .cvs\*` `find . -type f -name .#\*` + for i in `find . -type d -name CVS` `find . -type d -name .svn` `find . -type f -name .cvs\*` `find . -type f -name .#\*` + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.93445 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd pentaxpj-1.0.0 + make 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DLONG_FORM_FEED' make: Entering directory '/usr/src/RPM/BUILD/pentaxpj-1.0.0' gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DLONG_FORM_FEED pentaxpj.c -o pentaxpj pentaxpj.c: In function 'cmdff': pentaxpj.c:88:6: warning: unused variable 'i' [-Wunused-variable] int i; ^ pentaxpj.c: In function 'cmdh1': pentaxpj.c:102:16: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] sprintf(cmdbuf+2,"%c%c",cmd,parm); ~~~~~~^~ In file included from /usr/include/features.h:428, from /usr/include/unistd.h:25, from pentaxpj.h:8, from pentaxpj.c:10: /usr/include/bits/stdio2.h:31:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' __NTH (sprintf (char *__restrict __s, const char *__restrict __fmt, ...)) ^~~~~ pentaxpj.c: In function 'cmdh2': pentaxpj.c:108:16: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign] sprintf(cmdbuf+2,"%c%c%c",cmd,parm % 256, parm / 256); ~~~~~~^~ In file included from /usr/include/features.h:428, from /usr/include/unistd.h:25, from pentaxpj.h:8, from pentaxpj.c:10: /usr/include/bits/stdio2.h:31:1: note: expected 'char * restrict' but argument is of type 'unsigned char *' __NTH (sprintf (char *__restrict __s, const char *__restrict __fmt, ...)) ^~~~~ pentaxpj.c: In function 'read_bitmap': pentaxpj.c:128:5: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign] s = buf; ^ pentaxpj.c:152:4: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign] s=buf; ^ pentaxpj.c: In function 'send_bitmap': pentaxpj.c:224:15: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign] if (strncmp(buf,"P4",2)) { ^~~ In file included from pentaxpj.h:11, from pentaxpj.c:10: /usr/include/string.h:140:12: note: expected 'const char *' but argument is of type 'unsigned char *' extern int strncmp (const char *__s1, const char *__s2, size_t __n) ^~~~~~~ pentaxpj.c:238:14: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness [-Wpointer-sign] if (sscanf(buf,"%d %d",&bmwidth,&bmheight)<2) { ^~~ In file included from /usr/include/features.h:428, from /usr/include/unistd.h:25, from pentaxpj.h:8, from pentaxpj.c:10: /usr/include/stdio.h:400:12: note: expected 'const char * restrict' but argument is of type 'unsigned char *' extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s, ^~~~~~~~~~~~~~ pentaxpj.c:211:6: warning: unused variable 'xc' [-Wunused-variable] int xc=0,yc=0; ^~ pentaxpj.c:208:8: warning: unused variable 'j' [-Wunused-variable] int i,j,rb; ^ pentaxpj.c: In function 'device_init': pentaxpj.c:403:9: warning: unused variable 'res' [-Wunused-variable] int c, res,maj,m; ^~~ pentaxpj.c:403:6: warning: unused variable 'c' [-Wunused-variable] int c, res,maj,m; ^ pentaxpj.c: In function 'dump_pbmfile': pentaxpj.c:452:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (verbose) ^~ pentaxpj.c:454:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' bitmapf = stdin; ^~~~~~~ pentaxpj.c: In function 'cmdreset': pentaxpj.c:83:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(lp,"\033@",2); ^~~~~~~~~~~~~~~~~~~ pentaxpj.c: In function 'cmdff': pentaxpj.c:92:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(lp,"\033~*\x00\x00",5); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ pentaxpj.c:94:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(lp,"\033~\f",3); ^~~~~~~~~~~~~~~~~~~~~ pentaxpj.c: In function 'cmdh1': pentaxpj.c:103:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(lp,cmdbuf,4); ^~~~~~~~~~~~~~~~~~ pentaxpj.c: In function 'cmdh2': pentaxpj.c:109:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(lp,cmdbuf,5); ^~~~~~~~~~~~~~~~~~ pentaxpj.c: In function 'main': pentaxpj.c:628:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets( optbuf, 80, cfgf ); ^~~~~~~~~~~~~~~~~~~~~~~~~ pentaxpj.c:702:4: warning: ignoring return value of 'pipe', declared with attribute warn_unused_result [-Wunused-result] pipe(gspipe); ^~~~~~~~~~~~ pentaxpj.c:732:6: warning: ignoring return value of 'pipe', declared with attribute warn_unused_result [-Wunused-result] pipe(catpipe); ^~~~~~~~~~~~~ pentaxpj.c:756:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(STDOUT_FILENO,catbuf,catn); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ln -sf ./pentaxpj ./pentaxpj_sh make: Leaving directory '/usr/src/RPM/BUILD/pentaxpj-1.0.0' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.93445 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/pentaxpj-buildroot + : + /bin/rm -rf -- /usr/src/tmp/pentaxpj-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd pentaxpj-1.0.0 + install -d /usr/src/tmp/pentaxpj-buildroot/usr/bin + install -d /usr/src/tmp/pentaxpj-buildroot/usr/sbin + install -d /usr/src/tmp/pentaxpj-buildroot/usr/lib/pentaxpj + install -d /usr/src/tmp/pentaxpj-buildroot/etc + cp -a BWidget-1.3.1 pentaxpj pentaxsetup pentax.xpm test-page.ps.gz /usr/src/tmp/pentaxpj-buildroot/usr/lib/pentaxpj + ln -s /usr/lib/pentaxpj/pentaxsetup /usr/src/tmp/pentaxpj-buildroot/usr/sbin + ln -s /usr/lib/pentaxpj/pentaxpj /usr/src/tmp/pentaxpj-buildroot/usr/bin + cat + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/pentaxpj-buildroot (auto) Verifying and fixing files in /usr/src/tmp/pentaxpj-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/pentaxpj-buildroot/ (default) Compressing files in /usr/src/tmp/pentaxpj-buildroot (auto) Adjusting library links in /usr/src/tmp/pentaxpj-buildroot ./usr/lib: Verifying ELF objects in /usr/src/tmp/pentaxpj-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/lib/pentaxpj/pentaxpj: uses non-LFS functions: __fxstat fopen open Hardlinking identical .pyc and .pyo files Processing files: pentaxpj-1.0.0-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.12488 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd pentaxpj-1.0.0 + DOCDIR=/usr/src/tmp/pentaxpj-buildroot/usr/share/doc/pentaxpj-1.0.0 + export DOCDIR + rm -rf /usr/src/tmp/pentaxpj-buildroot/usr/share/doc/pentaxpj-1.0.0 + /bin/mkdir -p /usr/src/tmp/pentaxpj-buildroot/usr/share/doc/pentaxpj-1.0.0 + cp -prL README /usr/src/tmp/pentaxpj-buildroot/usr/share/doc/pentaxpj-1.0.0 + chmod -R go-w /usr/src/tmp/pentaxpj-buildroot/usr/share/doc/pentaxpj-1.0.0 + chmod -R a+rX /usr/src/tmp/pentaxpj-buildroot/usr/share/doc/pentaxpj-1.0.0 + exit 0 warning: absolute symlink: /usr/src/tmp/pentaxpj-buildroot/usr/bin/pentaxpj -> /usr/lib/pentaxpj/pentaxpj warning: absolute symlink: /usr/src/tmp/pentaxpj-buildroot/usr/sbin/pentaxsetup -> /usr/lib/pentaxpj/pentaxsetup Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.rYJbwK find-provides: absolute symbolic link /usr/src/tmp/pentaxpj-buildroot/usr/bin/pentaxpj -> /usr/lib/pentaxpj/pentaxpj is not going to provide anything find-provides: absolute symbolic link /usr/src/tmp/pentaxpj-buildroot/usr/sbin/pentaxsetup -> /usr/lib/pentaxpj/pentaxsetup is not going to provide anything find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.jmwzKx find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) /usr/src/tmp/pentaxpj-buildroot/usr/lib/pentaxpj/pentaxsetup: line 6: syntax error near unexpected token `(' /usr/src/tmp/pentaxpj-buildroot/usr/lib/pentaxpj/pentaxsetup: line 6: `set settings(model) 0 ;# 0 = 300dpi , 1 = 200dpi' shell.req: /usr/src/tmp/pentaxpj-buildroot/usr/lib/pentaxpj/pentaxsetup is wish script! find-requires: FINDPACKAGE-COMMANDS: wish Requires: /bin/sh, /lib/ld-linux.so.2, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), libc.so.6(GLIBC_2.7), rtld(GNU_HASH), tk Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.gx2wHD Creating pentaxpj-debuginfo package Processing files: pentaxpj-debuginfo-1.0.0-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.XkITcP find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.D6A1yd find-requires: running scripts (debuginfo) objdump: '/usr/src/tmp/pentaxpj-buildroot/usr/bin/pentaxpj': No such file debuginfo.req: WARNING: /usr/src/tmp/pentaxpj-buildroot/usr/bin/pentaxpj: objdump failed Requires: pentaxpj = 1.0.0-alt2, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Wrote: /usr/src/RPM/RPMS/i586/pentaxpj-1.0.0-alt2.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/pentaxpj-debuginfo-1.0.0-alt2.i586.rpm (w2.lzdio) 2.81user 0.50system 0:07.60elapsed 43%CPU (0avgtext+0avgdata 27584maxresident)k 0inputs+0outputs (0major+171481minor)pagefaults 0swaps 4.00user 2.50system 0:10.62elapsed 61%CPU (0avgtext+0avgdata 27584maxresident)k 0inputs+0outputs (0major+340639minor)pagefaults 0swaps --- pentaxpj-1.0.0-alt2.i586.rpm.repo 2018-07-16 06:59:32.000000000 +0000 +++ pentaxpj-1.0.0-alt2.i586.rpm.hasher 2021-08-01 07:52:53.389053732 +0000 @@ -183,3 +183,3 @@ File: /usr/lib/pentaxpj/pentax.xpm 100644 root:root df8334d7ec7a9f1530dc87e4384a3789 -File: /usr/lib/pentaxpj/pentaxpj 100755 root:root 64e14b7319ac8f5d720f04f3ee2822af +File: /usr/lib/pentaxpj/pentaxpj 100755 root:root 83ac8eaefb52fcafef8ad6724c961acf File: /usr/lib/pentaxpj/pentaxsetup 100755 root:root aa044a0aaa5678bae80cba7bd491251d @@ -189,2 +189,2 @@ File: /usr/share/doc/pentaxpj-1.0.0/README 100644 root:root 1e4aa69b4e1dadab00319df498982ac5 -RPMIdentity: 232e791f1eec799997d8e65c8cbc0bb7bec301f7779ed211f5283f7f540537a0fffa7c4c8aaebdc8c0473e560050a1b2a9d7a7ff25baf294a176e5f3b4bccd55 +RPMIdentity: 0d3f1ebe172f4bef4041d1f0adb358c8182c09b9d4eea4c918247b767dd5eb3e144397539885a11c11d307044fcca9c20a7da405a008bf5f2587372e607cc446 --- pentaxpj-debuginfo-1.0.0-alt2.i586.rpm.repo 2018-07-16 06:59:32.000000000 +0000 +++ pentaxpj-debuginfo-1.0.0-alt2.i586.rpm.hasher 2021-08-01 07:52:53.915058773 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/f4 40755 root:root -/usr/lib/debug/.build-id/f4/643f1a4782a2e95ad7bf490dc7b8a12dbc57ba 120777 root:root ../../../pentaxpj/pentaxpj -/usr/lib/debug/.build-id/f4/643f1a4782a2e95ad7bf490dc7b8a12dbc57ba.debug 120777 root:root ../../usr/lib/pentaxpj/pentaxpj.debug +/usr/lib/debug/.build-id/b3 40755 root:root +/usr/lib/debug/.build-id/b3/818762496a8e78bf5935cae526471db5058ec9 120777 root:root ../../../pentaxpj/pentaxpj +/usr/lib/debug/.build-id/b3/818762496a8e78bf5935cae526471db5058ec9.debug 120777 root:root ../../usr/lib/pentaxpj/pentaxpj.debug /usr/lib/debug/usr/bin/pentaxpj.debug 120777 root:root ../lib/pentaxpj/pentaxpj.debug @@ -13,10 +13,10 @@ Provides: pentaxpj-debuginfo = 1.0.0-alt2 -File: /usr/lib/debug/.build-id/f4 40755 root:root -File: /usr/lib/debug/.build-id/f4/643f1a4782a2e95ad7bf490dc7b8a12dbc57ba 120777 root:root ../../../pentaxpj/pentaxpj -File: /usr/lib/debug/.build-id/f4/643f1a4782a2e95ad7bf490dc7b8a12dbc57ba.debug 120777 root:root ../../usr/lib/pentaxpj/pentaxpj.debug +File: /usr/lib/debug/.build-id/b3 40755 root:root +File: /usr/lib/debug/.build-id/b3/818762496a8e78bf5935cae526471db5058ec9 120777 root:root ../../../pentaxpj/pentaxpj +File: /usr/lib/debug/.build-id/b3/818762496a8e78bf5935cae526471db5058ec9.debug 120777 root:root ../../usr/lib/pentaxpj/pentaxpj.debug File: /usr/lib/debug/usr/bin/pentaxpj.debug 120777 root:root ../lib/pentaxpj/pentaxpj.debug File: /usr/lib/debug/usr/lib/pentaxpj 40755 root:root -File: /usr/lib/debug/usr/lib/pentaxpj/pentaxpj.debug 100644 root:root 6bed0a7fd95d89eec84a43a110c02a28 +File: /usr/lib/debug/usr/lib/pentaxpj/pentaxpj.debug 100644 root:root 2e20ff38c73401a71101ed785ff23d54 File: /usr/src/debug/pentaxpj-1.0.0 40755 root:root File: /usr/src/debug/pentaxpj-1.0.0/pentaxpj.c 100644 root:root cc1d14bfa19cacbc6493ae3a5df2e327 -RPMIdentity: deb220c683b00095c6a2a240960e7bb68032486ca25544308ad95d5712a8b7e8a656e8e00364fec6ba1c786f0d3a6e603589b2ed3caa657651b5d875d56ab3e6 +RPMIdentity: fb76c8594f1a2110d482154b3eadb09e835034b3e76c93c3b9c8eb77c6dbd427870ce57bfb599957c203a115c7811cded4565937d5677cb0b3926b0c4f543693