<86>Jun 16 00:31:13 userdel[1462399]: delete user 'rooter' <86>Jun 16 00:31:13 userdel[1462399]: removed group 'rooter' owned by 'rooter' <86>Jun 16 00:31:13 userdel[1462399]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 16 00:31:13 groupadd[1462408]: group added to /etc/group: name=rooter, GID=1805 <86>Jun 16 00:31:13 groupadd[1462408]: group added to /etc/gshadow: name=rooter <86>Jun 16 00:31:13 groupadd[1462408]: new group: name=rooter, GID=1805 <86>Jun 16 00:31:13 useradd[1462418]: new user: name=rooter, UID=1805, GID=1805, home=/root, shell=/bin/bash <86>Jun 16 00:31:13 userdel[1462430]: delete user 'builder' <86>Jun 16 00:31:13 userdel[1462430]: removed group 'builder' owned by 'builder' <86>Jun 16 00:31:13 userdel[1462430]: removed shadow group 'builder' owned by 'builder' <86>Jun 16 00:31:13 groupadd[1462442]: group added to /etc/group: name=builder, GID=1806 <86>Jun 16 00:31:13 groupadd[1462442]: group added to /etc/gshadow: name=builder <86>Jun 16 00:31:13 groupadd[1462442]: new group: name=builder, GID=1806 <86>Jun 16 00:31:13 useradd[1462449]: new user: name=builder, UID=1806, GID=1806, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/actkbd-0.2.8-alt2.src.rpm: The use of such a license name is ambiguous: GPL /usr/src/in/srpm/actkbd-0.2.8-alt2.src.rpm: license not found in '/usr/share/license' directory: v2+ Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/actkbd-0.2.8-alt2.nosrc.rpm (w1.gzdio) Installing actkbd-0.2.8-alt2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.50929 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf actkbd-0.2.8 + echo 'Source #0 (actkbd-0.2.8.tar):' Source #0 (actkbd-0.2.8.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/actkbd-0.2.8.tar + cd actkbd-0.2.8 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.50929 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd actkbd-0.2.8 + make make: Entering directory '/usr/src/RPM/BUILD/actkbd-0.2.8' cc -O2 -Wall -DVERSION=\"0.2.8\" -DCONFIG=\"/etc/actkbd.conf\" -c -o actkbd.o actkbd.c actkbd.c: In function 'main': actkbd.c:384:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 384 | tmp = (int)(attr->opt); | ^ actkbd.c:394:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 394 | tmp = (((int)(attr->opt)) >= 0)?(int)(attr->opt):key; | ^ actkbd.c:394:36: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 394 | tmp = (((int)(attr->opt)) >= 0)?(int)(attr->opt):key; | ^ actkbd.c:400:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 400 | snprintf(opt, 32, "%i", (int)(attr->opt)); | ^ actkbd.c:401:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 401 | set_led((int)(attr->opt), 1); | ^ actkbd.c:405:28: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 405 | snprintf(opt, 32, "%i", (int)(attr->opt)); | ^ actkbd.c:406:12: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 406 | set_led((int)(attr->opt), 0); | ^ actkbd.c:414:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 414 | tmp = (((int)(attr->opt)) >= 0)?(int)(attr->opt):key; | ^ actkbd.c:414:39: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 414 | tmp = (((int)(attr->opt)) >= 0)?(int)(attr->opt):key; | ^ cc -O2 -Wall -DVERSION=\"0.2.8\" -DCONFIG=\"/etc/actkbd.conf\" -c -o mask.o mask.c cc -O2 -Wall -DVERSION=\"0.2.8\" -DCONFIG=\"/etc/actkbd.conf\" -c -o config.o config.c config.c: In function 'proc_config': config.c:177:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 177 | opt = (void *)((int)strtol(num, (char **)NULL, 10)); | ^ config.c:182:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 182 | if (((int)opt < 0) && | ^ config.c: In function 'print_attrs': config.c:340:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 340 | snprintf(opt, 32, "key(%i)", (int)(attr->opt)); | ^ config.c:343:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 343 | snprintf(opt, 32, "rel(%i)", (int)(attr->opt)); | ^ config.c:346:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 346 | snprintf(opt, 32, "rep(%i)", (int)(attr->opt)); | ^ config.c:349:32: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 349 | snprintf(opt, 32, "set(%i)", (int)(attr->opt)); | ^ config.c:352:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 352 | snprintf(opt, 32, "unset(%i)", (int)(attr->opt)); | ^ config.c:355:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 355 | snprintf(opt, 32, "ledon(%i)", (int)(attr->opt)); | ^ config.c:358:35: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 358 | snprintf(opt, 32, "ledoff(%i)", (int)(attr->opt)); | ^ cc -O2 -Wall -DVERSION=\"0.2.8\" -DCONFIG=\"/etc/actkbd.conf\" -c -o linux.o linux.c linux.c: In function 'init_dev': linux.c:47:2: warning: ignoring return value of 'fscanf' declared with attribute 'warn_unused_result' [-Wunused-result] 47 | fscanf(fp, "%*s\n"); | ^~~~~~~~~~~~~~~~~~~ cc actkbd.o mask.o config.o linux.o -o actkbd make: Leaving directory '/usr/src/RPM/BUILD/actkbd-0.2.8' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.50929 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/actkbd-buildroot + : + /bin/rm -rf -- /usr/src/tmp/actkbd-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd actkbd-0.2.8 + install -D -m 755 actkbd /usr/src/tmp/actkbd-buildroot/usr/sbin/actkbd + install -D -m 644 actkbd.conf /usr/src/tmp/actkbd-buildroot/etc/actkbd.conf + install -pD -m 755 actkbd.init /usr/src/tmp/actkbd-buildroot/etc/rc.d/init.d/actkbd + install -pD -m 644 actkbd.service /usr/src/tmp/actkbd-buildroot/lib/systemd/system/actkbd.service + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/actkbd-buildroot (auto) Verifying and fixing files in /usr/src/tmp/actkbd-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/actkbd-buildroot/ (default) Compressing files in /usr/src/tmp/actkbd-buildroot (auto) Adjusting library links in /usr/src/tmp/actkbd-buildroot ./lib: (from :0) 056-debuginfo.brp: WARNING: debuginfo without debug sources. Verifying ELF objects in /usr/src/tmp/actkbd-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: actkbd-0.2.8-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.56649 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd actkbd-0.2.8 + DOCDIR=/usr/src/tmp/actkbd-buildroot/usr/share/doc/actkbd-0.2.8 + export DOCDIR + rm -rf /usr/src/tmp/actkbd-buildroot/usr/share/doc/actkbd-0.2.8 + /bin/mkdir -p /usr/src/tmp/actkbd-buildroot/usr/share/doc/actkbd-0.2.8 + cp -prL AUTHORS ChangeLog COPYING FAQ NEWS README TODO samples/actkbd.conf samples/udev.rules /usr/src/tmp/actkbd-buildroot/usr/share/doc/actkbd-0.2.8 + chmod -R go-w /usr/src/tmp/actkbd-buildroot/usr/share/doc/actkbd-0.2.8 + chmod -R a+rX /usr/src/tmp/actkbd-buildroot/usr/share/doc/actkbd-0.2.8 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.U8ADB5 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.pl4fQ1 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) systemd-services.req: /usr/src/tmp/actkbd-buildroot/lib/systemd/system/actkbd.service: /usr/bin/actkbd -> /usr/bin/actkbd (raw, not installed) Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.JpjDm5 Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9duZb6 Requires: /bin/kill, /bin/sh, /etc/rc.d/init.d, /etc/rc.d/init.d(msg_usage), /etc/rc.d/init.d(start_daemon), /etc/rc.d/init.d(status), /etc/rc.d/init.d(stop_daemon), /etc/rc.d/init.d/functions, /lib64/ld-linux-x86-64.so.2, /usr/bin/actkbd, 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), libc.so.6(GLIBC_2.7)(64bit), rtld(GNU_HASH) Requires(interp): /bin/sh Requires(post): /bin/sh, /usr/sbin/post_service Requires(preun): /bin/sh, /usr/sbin/preun_service Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.TINl04 Creating actkbd-debuginfo package Processing files: actkbd-debuginfo-0.2.8-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.WXWTB2 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.VLo0V5 find-requires: running scripts (debuginfo) Requires: actkbd = 0.2.8-alt2, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/actkbd-0.2.8-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/actkbd-debuginfo-0.2.8-alt2.x86_64.rpm (w2.lzdio) 0.73user 1.43system 0:07.93elapsed 27%CPU (0avgtext+0avgdata 28396maxresident)k 0inputs+0outputs (0major+232890minor)pagefaults 0swaps /.out/actkbd-0.2.8-alt2.x86_64.rpm: The use of such a license name is ambiguous: GPL /.out/actkbd-0.2.8-alt2.x86_64.rpm: license not found in '/usr/share/license' directory: v2+ /.out/actkbd-debuginfo-0.2.8-alt2.x86_64.rpm: The use of such a license name is ambiguous: GPL /.out/actkbd-debuginfo-0.2.8-alt2.x86_64.rpm: license not found in '/usr/share/license' directory: v2+ 0.60user 1.74system 0:13.01elapsed 18%CPU (0avgtext+0avgdata 11840maxresident)k 0inputs+0outputs (0major+99115minor)pagefaults 0swaps --- actkbd-0.2.8-alt2.x86_64.rpm.repo 2014-07-06 19:17:36.000000000 +0000 +++ actkbd-0.2.8-alt2.x86_64.rpm.hasher 2024-06-16 00:31:23.424745637 +0000 @@ -15,3 +15,3 @@ Requires: /bin/sh -Requires: /bin/sh +Requires: /bin/kill Requires: /bin/sh @@ -24,2 +24,3 @@ Requires: /lib64/ld-linux-x86-64.so.2 +Requires: /usr/bin/actkbd Requires: libc.so.6(GLIBC_2.14)(64bit) @@ -29,2 +30,3 @@ Requires: libc.so.6(GLIBC_2.4)(64bit) +Requires: libc.so.6(GLIBC_2.7)(64bit) Requires: rtld(GNU_HASH) @@ -37,3 +39,3 @@ File: /lib/systemd/system/actkbd.service 100644 root:root 46a900017d849264234c7865fcb0c840 -File: /usr/sbin/actkbd 100755 root:root 1e0420c06e1c8b5dcf21d600cd9086a5 +File: /usr/sbin/actkbd 100755 root:root a7abe33c2f92ba82f9bf316cf7f9f65f File: /usr/share/doc/actkbd-0.2.8 40755 root:root @@ -48,2 +50,2 @@ File: /usr/share/doc/actkbd-0.2.8/udev.rules 100644 root:root 71f247c6ac4b738879bd5bc1b4cd633d -RPMIdentity: 0cf08864c8c62de11993d27a9a4e90b5dc9b550769b56831f98524bd6b9e9e03dca0677356a58bbea6f908b55e7a687f521250cabdf2e07a13a8edc27da5836f +RPMIdentity: 83a622d630fd6fe83998717cf1c34f7c1b8daf89c62cac94d70cdaf2bf5a1c56b4345cbcf639bde370ff4481ce5b4db195327e2efc58abed1bf40dc130d724c1 --- actkbd-debuginfo-0.2.8-alt2.x86_64.rpm.repo 2014-07-06 19:17:36.000000000 +0000 +++ actkbd-debuginfo-0.2.8-alt2.x86_64.rpm.hasher 2024-06-16 00:31:23.496746769 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/87 40755 root:root -/usr/lib/debug/.build-id/87/56f5beb2d991dc8846a626763d4fb88d1fdc8b 120777 root:root ../../../../sbin/actkbd -/usr/lib/debug/.build-id/87/56f5beb2d991dc8846a626763d4fb88d1fdc8b.debug 120777 root:root ../../usr/sbin/actkbd.debug +/usr/lib/debug/.build-id/f6 40755 root:root +/usr/lib/debug/.build-id/f6/280fc4b8e243b16376361b99ca787977b6a1f8 120777 root:root ../../../../sbin/actkbd +/usr/lib/debug/.build-id/f6/280fc4b8e243b16376361b99ca787977b6a1f8.debug 120777 root:root ../../usr/sbin/actkbd.debug /usr/lib/debug/usr/sbin/actkbd.debug 100644 root:root @@ -9,6 +9,6 @@ Provides: actkbd-debuginfo = 0.2.8-alt2 -File: /usr/lib/debug/.build-id/87 40755 root:root -File: /usr/lib/debug/.build-id/87/56f5beb2d991dc8846a626763d4fb88d1fdc8b 120777 root:root ../../../../sbin/actkbd -File: /usr/lib/debug/.build-id/87/56f5beb2d991dc8846a626763d4fb88d1fdc8b.debug 120777 root:root ../../usr/sbin/actkbd.debug -File: /usr/lib/debug/usr/sbin/actkbd.debug 100644 root:root 5eb62413501ade8f35f350c57b813fd5 -RPMIdentity: 6f423ceed3c632b6d27d1b02fa05a2aaa2218207cfe1b6ea5b408fb4f18a3be464fe1f892d7087c41865d421de4fb8cf73a97e00f9d3bb7e7d5d0b1612a0bcac +File: /usr/lib/debug/.build-id/f6 40755 root:root +File: /usr/lib/debug/.build-id/f6/280fc4b8e243b16376361b99ca787977b6a1f8 120777 root:root ../../../../sbin/actkbd +File: /usr/lib/debug/.build-id/f6/280fc4b8e243b16376361b99ca787977b6a1f8.debug 120777 root:root ../../usr/sbin/actkbd.debug +File: /usr/lib/debug/usr/sbin/actkbd.debug 100644 root:root 41188b898ccd69ab477296f31ebf944c +RPMIdentity: 31aa5611a8d0c123d44414f99c57931dc793b6e9944f5c5d59ae7816064dfdaa5ca2eb8c63248380c92ee1c01efd759d5719a52ee18b8f05bbe2002d66dcee5f