<86>Jun  8 00:50:06 userdel[3921637]: delete user 'rooter'
<86>Jun  8 00:50:06 userdel[3921637]: removed group 'rooter' owned by 'rooter'
<86>Jun  8 00:50:06 userdel[3921637]: removed shadow group 'rooter' owned by 'rooter'
<86>Jun  8 00:50:06 groupadd[3921671]: group added to /etc/group: name=rooter, GID=1823
<86>Jun  8 00:50:06 groupadd[3921671]: group added to /etc/gshadow: name=rooter
<86>Jun  8 00:50:06 groupadd[3921671]: new group: name=rooter, GID=1823
<86>Jun  8 00:50:06 useradd[3921705]: new user: name=rooter, UID=1823, GID=1823, home=/root, shell=/bin/bash, from=none
<86>Jun  8 00:50:06 userdel[3921762]: delete user 'builder'
<86>Jun  8 00:50:06 userdel[3921762]: removed group 'builder' owned by 'builder'
<86>Jun  8 00:50:06 userdel[3921762]: removed shadow group 'builder' owned by 'builder'
<86>Jun  8 00:50:06 groupadd[3921795]: group added to /etc/group: name=builder, GID=1824
<86>Jun  8 00:50:06 groupadd[3921795]: group added to /etc/gshadow: name=builder
<86>Jun  8 00:50:06 groupadd[3921795]: new group: name=builder, GID=1824
<86>Jun  8 00:50:06 useradd[3921811]: new user: name=builder, UID=1824, GID=1824, home=/usr/src, shell=/bin/bash, from=none
/usr/src/in/srpm/pentaxpj-1.0.0-alt2.src.rpm: The use of such a license name is ambiguous: GPL
Building target platforms: x86_64
Building for target x86_64
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: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.43017
+ 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.43017
+ 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 -flto=auto -DLONG_FORM_FEED'
make: Entering directory '/usr/src/RPM/BUILD/pentaxpj-1.0.0'
gcc  -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -DLONG_FORM_FEED  pentaxpj.c -o pentaxpj
pentaxpj.c: In function 'cmdff':
pentaxpj.c:88:13: warning: unused variable 'i' [-Wunused-variable]
   88 |         int i;
      |             ^
pentaxpj.c: In function 'cmdh1':
pentaxpj.c:102:23: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign]
  102 |         sprintf(cmdbuf+2,"%c%c",cmd,parm);
      |                 ~~~~~~^~
      |                       |
      |                       unsigned char *
In file included from /usr/include/features.h:490,
                 from /usr/include/unistd.h:25,
                 from pentaxpj.h:8,
                 from pentaxpj.c:10:
/usr/include/bits/stdio2.h:28:1: note: expected 'char * restrict' but argument is of type 'unsigned char *'
   28 | __NTH (sprintf (char *__restrict __s, const char *__restrict __fmt, ...))
      | ^~~~~
pentaxpj.c: In function 'cmdh2':
pentaxpj.c:108:23: warning: pointer targets in passing argument 1 of 'sprintf' differ in signedness [-Wpointer-sign]
  108 |         sprintf(cmdbuf+2,"%c%c%c",cmd,parm % 256, parm / 256);
      |                 ~~~~~~^~
      |                       |
      |                       unsigned char *
/usr/include/bits/stdio2.h:28:1: note: expected 'char * restrict' but argument is of type 'unsigned char *'
   28 | __NTH (sprintf (char *__restrict __s, const char *__restrict __fmt, ...))
      | ^~~~~
pentaxpj.c: In function 'read_bitmap':
pentaxpj.c:128:19: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign]
  128 |                 s = buf;
      |                   ^
pentaxpj.c:152:18: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign]
  152 |                 s=buf;
      |                  ^
pentaxpj.c: In function 'send_bitmap':
pentaxpj.c:224:29: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness [-Wpointer-sign]
  224 |                 if (strncmp(buf,"P4",2)) {
      |                             ^~~
      |                             |
      |                             unsigned char *
In file included from pentaxpj.h:11:
/usr/include/string.h:159:33: note: expected 'const char *' but argument is of type 'unsigned char *'
  159 | extern int strncmp (const char *__s1, const char *__s2, size_t __n)
      |                     ~~~~~~~~~~~~^~~~
pentaxpj.c:238:28: warning: pointer targets in passing argument 1 of 'sscanf' differ in signedness [-Wpointer-sign]
  238 |                 if (sscanf(buf,"%d %d",&bmwidth,&bmheight)<2) {
      |                            ^~~
      |                            |
      |                            unsigned char *
In file included from pentaxpj.h:9:
/usr/include/stdio.h:423:43: note: expected 'const char * restrict' but argument is of type 'unsigned char *'
  423 | extern int sscanf (const char *__restrict __s,
      |                    ~~~~~~~~~~~~~~~~~~~~~~~^~~
pentaxpj.c:211:13: warning: unused variable 'xc' [-Wunused-variable]
  211 |         int xc=0,yc=0;
      |             ^~
pentaxpj.c:208:15: warning: unused variable 'j' [-Wunused-variable]
  208 |         int i,j,rb;
      |               ^
pentaxpj.c: In function 'device_init':
pentaxpj.c:403:16: warning: unused variable 'res' [-Wunused-variable]
  403 |         int c, res,maj,m;
      |                ^~~
pentaxpj.c:403:13: warning: unused variable 'c' [-Wunused-variable]
  403 |         int c, res,maj,m;
      |             ^
pentaxpj.c: In function 'dump_pbmfile':
pentaxpj.c:452:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  452 |                 if (verbose)
      |                 ^~
pentaxpj.c:454:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  454 |                         bitmapf = stdin;
      |                         ^~~~~~~
pentaxpj.c: In function 'cmdreset':
pentaxpj.c:83:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
   83 |         write(lp,"\033@",2);
      |         ^~~~~~~~~~~~~~~~~~~
pentaxpj.c: In function 'cmdff':
pentaxpj.c:92:17: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
   92 |                 write(lp,"\033~*\x00\x00",5);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pentaxpj.c:94:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
   94 |         write(lp,"\033~\f",3);
      |         ^~~~~~~~~~~~~~~~~~~~~
pentaxpj.c: In function 'cmdh1':
pentaxpj.c:103:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  103 |         write(lp,cmdbuf,4);
      |         ^~~~~~~~~~~~~~~~~~
pentaxpj.c: In function 'cmdh2':
pentaxpj.c:109:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  109 |         write(lp,cmdbuf,5);
      |         ^~~~~~~~~~~~~~~~~~
pentaxpj.c: In function 'main':
pentaxpj.c:628:17: warning: ignoring return value of 'fgets' declared with attribute 'warn_unused_result' [-Wunused-result]
  628 |                 fgets( optbuf, 80, cfgf );
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~
pentaxpj.c:702:25: warning: ignoring return value of 'pipe' declared with attribute 'warn_unused_result' [-Wunused-result]
  702 |                         pipe(gspipe);
      |                         ^~~~~~~~~~~~
pentaxpj.c:732:41: warning: ignoring return value of 'pipe' declared with attribute 'warn_unused_result' [-Wunused-result]
  732 |                                         pipe(catpipe);
      |                                         ^~~~~~~~~~~~~
pentaxpj.c:756:65: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result]
  756 |                                                                 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.99732
+ 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/lib64/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/lib64/pentaxpj
+ ln -s /usr/lib64/pentaxpj/pentaxsetup /usr/src/tmp/pentaxpj-buildroot/usr/sbin
+ ln -s /usr/lib64/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/lib64: (from <cmdline>:0)
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)
Processing files: pentaxpj-1.0.0-alt2
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.99732
+ 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/lib64/pentaxpj/pentaxpj
warning: absolute symlink: /usr/src/tmp/pentaxpj-buildroot/usr/sbin/pentaxsetup -> /usr/lib64/pentaxpj/pentaxsetup
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.XWbiOW
find-provides: absolute symbolic link /usr/src/tmp/pentaxpj-buildroot/usr/bin/pentaxpj -> /usr/lib64/pentaxpj/pentaxpj is not going to provide anything
find-provides: absolute symbolic link /usr/src/tmp/pentaxpj-buildroot/usr/sbin/pentaxsetup -> /usr/lib64/pentaxpj/pentaxsetup is not going to provide anything
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0PnksJ
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
/usr/src/tmp/pentaxpj-buildroot/usr/lib64/pentaxpj/pentaxsetup: line 6: syntax error near unexpected token `('
/usr/src/tmp/pentaxpj-buildroot/usr/lib64/pentaxpj/pentaxsetup: line 6: `set settings(model) 0 ;# 0 = 300dpi , 1 = 200dpi'
shell.req: /usr/src/tmp/pentaxpj-buildroot/usr/lib64/pentaxpj/pentaxsetup is wish script!
find-requires: FINDPACKAGE-COMMANDS: wish
Requires: /bin/sh, /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.33)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), rtld(GNU_HASH), tk
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.EXHmmC
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.iSlMIF
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.968lct
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/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6)
Wrote: /usr/src/RPM/RPMS/x86_64/pentaxpj-1.0.0-alt2.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/pentaxpj-debuginfo-1.0.0-alt2.x86_64.rpm (w2.lzdio)
0.53user 0.72system 0:05.77elapsed 21%CPU (0avgtext+0avgdata 30572maxresident)k
0inputs+0outputs (0major+169927minor)pagefaults 0swaps
/.out/pentaxpj-1.0.0-alt2.x86_64.rpm: The use of such a license name is ambiguous: GPL
/.out/pentaxpj-debuginfo-1.0.0-alt2.x86_64.rpm: The use of such a license name is ambiguous: GPL
0.52user 1.00system 0:09.04elapsed 16%CPU (0avgtext+0avgdata 12120maxresident)k
0inputs+0outputs (0major+94372minor)pagefaults 0swaps
--- pentaxpj-1.0.0-alt2.x86_64.rpm.repo	2018-07-16 06:59:19.000000000 +0000
+++ pentaxpj-1.0.0-alt2.x86_64.rpm.hasher	2023-06-08 00:50:13.250218743 +0000
@@ -93,2 +93,4 @@
 Requires: libc.so.6(GLIBC_2.3.4)(64bit)  
+Requires: libc.so.6(GLIBC_2.33)(64bit)  
+Requires: libc.so.6(GLIBC_2.34)(64bit)  
 Requires: libc.so.6(GLIBC_2.4)(64bit)  
@@ -182,3 +184,3 @@
 File: /usr/lib64/pentaxpj/pentax.xpm	100644	root:root	df8334d7ec7a9f1530dc87e4384a3789	
-File: /usr/lib64/pentaxpj/pentaxpj	100755	root:root	47a4fd6d970dc263748e86b1602cdbe6	
+File: /usr/lib64/pentaxpj/pentaxpj	100755	root:root	8c113929d462b2d66b4c18e4c8751747	
 File: /usr/lib64/pentaxpj/pentaxsetup	100755	root:root	aa044a0aaa5678bae80cba7bd491251d	
@@ -188,2 +190,2 @@
 File: /usr/share/doc/pentaxpj-1.0.0/README	100644	root:root	1e4aa69b4e1dadab00319df498982ac5	
-RPMIdentity: 0076a440f175f22f82dc21ba68119c022b1104c7a3dd9118b58f8150081004687babc9ed9efb6af407629c93fdb3c0351d689038293886372c7d0c8a1a6390ec
+RPMIdentity: 357d3e4a4b1d4b609a44b49ac036f338b76fe60482fab77c5b2593fce287d0b90ab41f38fa8e9e3f9fe3cadbef8467156ee1f44f917da986ed076c9d9268bb5f
--- pentaxpj-debuginfo-1.0.0-alt2.x86_64.rpm.repo	2018-07-16 06:59:18.000000000 +0000
+++ pentaxpj-debuginfo-1.0.0-alt2.x86_64.rpm.hasher	2023-06-08 00:50:13.349220110 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/54	40755	root:root	
-/usr/lib/debug/.build-id/54/d58280de5df87ace9c4ca6397e3c317fc1faeb	120777	root:root	../../../../lib64/pentaxpj/pentaxpj
-/usr/lib/debug/.build-id/54/d58280de5df87ace9c4ca6397e3c317fc1faeb.debug	120777	root:root	../../usr/lib64/pentaxpj/pentaxpj.debug
+/usr/lib/debug/.build-id/1a	40755	root:root	
+/usr/lib/debug/.build-id/1a/bcb34533ea2962891a0b544275e7846d75a0b7	120777	root:root	../../../../lib64/pentaxpj/pentaxpj
+/usr/lib/debug/.build-id/1a/bcb34533ea2962891a0b544275e7846d75a0b7.debug	120777	root:root	../../usr/lib64/pentaxpj/pentaxpj.debug
 /usr/lib/debug/usr/bin/pentaxpj.debug	120777	root:root	../lib64/pentaxpj/pentaxpj.debug
@@ -13,10 +13,10 @@
 Provides: pentaxpj-debuginfo = 1.0.0-alt2
-File: /usr/lib/debug/.build-id/54	40755	root:root		
-File: /usr/lib/debug/.build-id/54/d58280de5df87ace9c4ca6397e3c317fc1faeb	120777	root:root		../../../../lib64/pentaxpj/pentaxpj
-File: /usr/lib/debug/.build-id/54/d58280de5df87ace9c4ca6397e3c317fc1faeb.debug	120777	root:root		../../usr/lib64/pentaxpj/pentaxpj.debug
+File: /usr/lib/debug/.build-id/1a	40755	root:root		
+File: /usr/lib/debug/.build-id/1a/bcb34533ea2962891a0b544275e7846d75a0b7	120777	root:root		../../../../lib64/pentaxpj/pentaxpj
+File: /usr/lib/debug/.build-id/1a/bcb34533ea2962891a0b544275e7846d75a0b7.debug	120777	root:root		../../usr/lib64/pentaxpj/pentaxpj.debug
 File: /usr/lib/debug/usr/bin/pentaxpj.debug	120777	root:root		../lib64/pentaxpj/pentaxpj.debug
 File: /usr/lib/debug/usr/lib64/pentaxpj	40755	root:root		
-File: /usr/lib/debug/usr/lib64/pentaxpj/pentaxpj.debug	100644	root:root	4d0ea53cab81161b1d42277b76887148	
+File: /usr/lib/debug/usr/lib64/pentaxpj/pentaxpj.debug	100644	root:root	7dd66f5e0a949e5071bd91d607e2bcc8	
 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: ce67b8029fc9c9455fb9cedab02f56a8b3fca91073d293fbb0acec7f1f021e175024176d70b162bf380551be62b0351f00ffe440b1066f8c61878f6640fa9ffd
+RPMIdentity: 3f2cb2013a05bdab45184d0600fe14f3c7068f5e8f1f73fdcb8db6d5966dec871beb531aa9b228eaa4eefede4fb3a451ff4c240b2310b3c62b33a8e5dc2e73c1