<86>Jun 29 05:48:35 userdel[3867407]: delete user 'rooter' <86>Jun 29 05:48:35 userdel[3867407]: removed group 'rooter' owned by 'rooter' <86>Jun 29 05:48:35 userdel[3867407]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 29 05:48:35 groupadd[3867463]: group added to /etc/group: name=rooter, GID=1802 <86>Jun 29 05:48:35 groupadd[3867463]: group added to /etc/gshadow: name=rooter <86>Jun 29 05:48:35 groupadd[3867463]: new group: name=rooter, GID=1802 <86>Jun 29 05:48:35 useradd[3867501]: new user: name=rooter, UID=1802, GID=1802, home=/root, shell=/bin/bash, from=none <86>Jun 29 05:48:35 userdel[3867575]: delete user 'builder' <86>Jun 29 05:48:35 userdel[3867575]: removed group 'builder' owned by 'builder' <86>Jun 29 05:48:35 userdel[3867575]: removed shadow group 'builder' owned by 'builder' <86>Jun 29 05:48:35 groupadd[3867635]: group added to /etc/group: name=builder, GID=1803 <86>Jun 29 05:48:35 groupadd[3867635]: group added to /etc/gshadow: name=builder <86>Jun 29 05:48:35 groupadd[3867635]: new group: name=builder, GID=1803 <86>Jun 29 05:48:35 useradd[3867682]: new user: name=builder, UID=1803, GID=1803, home=/usr/src, shell=/bin/bash, from=none Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/deco-1.3-alt1.nosrc.rpm (w1.gzdio) Installing deco-1.3-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.16901 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf deco-1.3 + echo 'Source #0 (deco-1.3.tar.gz):' Source #0 (deco-1.3.tar.gz): + /usr/bin/gzip -dc /usr/src/RPM/SOURCES/deco-1.3.tar.gz + /bin/tar -xf - + cd deco-1.3 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (deco.patch):' Patch #1 (deco.patch): + /usr/bin/patch -p1 patching file config.mk + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.16901 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd deco-1.3 + make make: Entering directory '/usr/src/RPM/BUILD/deco-1.3' cd core && make make[1]: Entering directory '/usr/src/RPM/BUILD/deco-1.3/core' gcc -D _XOPEN_SOURCE=600 -D SHARE=\"/usr/share/deco\" -O1 -c main.c gcc -D _XOPEN_SOURCE=600 -D SHARE=\"/usr/share/deco\" -O1 -c arch.c In file included from arch.c:11: arch.c: In function 'pretty_print': str.h:6:22: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 6 | #define WRITE(fd, s) write(fd, s, strlen(s)) | ^~~~~~~~~~~~~~~~~~~~~~~ arch.c:242:9: note: in expansion of macro 'WRITE' 242 | WRITE(1, path); | ^~~~~ str.h:6:22: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 6 | #define WRITE(fd, s) write(fd, s, strlen(s)) | ^~~~~~~~~~~~~~~~~~~~~~~ arch.c:244:17: note: in expansion of macro 'WRITE' 244 | WRITE(1, "/"); | ^~~~~ str.h:6:22: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 6 | #define WRITE(fd, s) write(fd, s, strlen(s)) | ^~~~~~~~~~~~~~~~~~~~~~~ arch.c:245:9: note: in expansion of macro 'WRITE' 245 | WRITE(1, "\n"); | ^~~~~ gcc -D _XOPEN_SOURCE=600 -D SHARE=\"/usr/share/deco\" -O1 -c env.c gcc -D _XOPEN_SOURCE=600 -D SHARE=\"/usr/share/deco\" -O1 -c extr.c gcc -D _XOPEN_SOURCE=600 -D SHARE=\"/usr/share/deco\" -O1 -c fs.c gcc -D _XOPEN_SOURCE=600 -D SHARE=\"/usr/share/deco\" -O1 -c link.c gcc -D _XOPEN_SOURCE=600 -D SHARE=\"/usr/share/deco\" -O1 -c mem.c gcc -D _XOPEN_SOURCE=600 -D SHARE=\"/usr/share/deco\" -O1 -c msg.c In file included from msg.c:1: msg.c: In function 'msg': str.h:6:22: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 6 | #define WRITE(fd, s) write(fd, s, strlen(s)) | ^~~~~~~~~~~~~~~~~~~~~~~ msg.c:10:9: note: in expansion of macro 'WRITE' 10 | WRITE(2, "deco: "); | ^~~~~ str.h:6:22: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 6 | #define WRITE(fd, s) write(fd, s, strlen(s)) | ^~~~~~~~~~~~~~~~~~~~~~~ msg.c:11:9: note: in expansion of macro 'WRITE' 11 | WRITE(2, type); | ^~~~~ str.h:6:22: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 6 | #define WRITE(fd, s) write(fd, s, strlen(s)) | ^~~~~~~~~~~~~~~~~~~~~~~ msg.c:14:17: note: in expansion of macro 'WRITE' 14 | WRITE(2, " ("); | ^~~~~ str.h:6:22: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 6 | #define WRITE(fd, s) write(fd, s, strlen(s)) | ^~~~~~~~~~~~~~~~~~~~~~~ msg.c:15:17: note: in expansion of macro 'WRITE' 15 | WRITE(2, subtype); | ^~~~~ str.h:6:22: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 6 | #define WRITE(fd, s) write(fd, s, strlen(s)) | ^~~~~~~~~~~~~~~~~~~~~~~ msg.c:16:17: note: in expansion of macro 'WRITE' 16 | WRITE(2, ")"); | ^~~~~ str.h:6:22: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 6 | #define WRITE(fd, s) write(fd, s, strlen(s)) | ^~~~~~~~~~~~~~~~~~~~~~~ msg.c:20:17: note: in expansion of macro 'WRITE' 20 | WRITE(2, ": "); | ^~~~~ str.h:6:22: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 6 | #define WRITE(fd, s) write(fd, s, strlen(s)) | ^~~~~~~~~~~~~~~~~~~~~~~ msg.c:21:17: note: in expansion of macro 'WRITE' 21 | WRITE(2, id); | ^~~~~ str.h:6:22: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 6 | #define WRITE(fd, s) write(fd, s, strlen(s)) | ^~~~~~~~~~~~~~~~~~~~~~~ msg.c:23:9: note: in expansion of macro 'WRITE' 23 | WRITE(2, "\n"); | ^~~~~ gcc -D _XOPEN_SOURCE=600 -D SHARE=\"/usr/share/deco\" -O1 -c opts.c In file included from opts.c:2: opts.c: In function 'setup_opts': str.h:6:22: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 6 | #define WRITE(fd, s) write(fd, s, strlen(s)) | ^~~~~~~~~~~~~~~~~~~~~~~ opts.c:37:9: note: in expansion of macro 'WRITE' 37 | WRITE(2, usage); | ^~~~~ gcc -D _XOPEN_SOURCE=600 -D SHARE=\"/usr/share/deco\" -O1 -c parse.c gcc -D _XOPEN_SOURCE=600 -D SHARE=\"/usr/share/deco\" -O1 -c path.c gcc -D _XOPEN_SOURCE=600 -D SHARE=\"/usr/share/deco\" -O1 -c str.c gcc -s -o deco main.o arch.o env.o extr.o fs.o link.o mem.o msg.o opts.o parse.o path.o str.o make[1]: Leaving directory '/usr/src/RPM/BUILD/deco-1.3/core' make: Leaving directory '/usr/src/RPM/BUILD/deco-1.3' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.16901 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/deco-buildroot + : + /bin/rm -rf -- /usr/src/tmp/deco-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd deco-1.3 + make 'INSTALL=/usr/libexec/rpm-build/install -p' DESTDIR=/usr/src/tmp/deco-buildroot install make: Entering directory '/usr/src/RPM/BUILD/deco-1.3' cd core && make make[1]: Entering directory '/usr/src/RPM/BUILD/deco-1.3/core' make[1]: 'deco' is up to date. make[1]: Leaving directory '/usr/src/RPM/BUILD/deco-1.3/core' mkdir -p -m 755 "/usr/src/tmp/deco-buildroot/usr/bin" "/usr/src/tmp/deco-buildroot/usr/share/deco" for d in '7z' 'a' 'ar' 'ace|[c0-9][0-9][0-9]' 'alz' 'ape' 'arc' 'ark' 'sue' 'arj' 'bz2' 'cab' 'cpio' 'deb' 'flac' 'gz' 'z' 'lha' 'lzh' 'lzma' 'lzo' 'rar|[rst][0-9][0-9]' 'cbr' 'part[0-9]+\.rar' 'rpm' 'shn' 'tar' 'tar\.bz2' 'tbz' 'tar\.gz' 'tar\.z' 'taz' 'tgz' 'tar\.lzma' 'tlz' 'zip' 'cbz' 'ear' 'jar' 'odc' 'odf' 'odg' 'odi' 'odm' 'odp' 'ods' 'odt' 'otc' 'otf' 'otg' 'oth' 'oti' 'otp' 'ots' 'ott' 'oxt' 'pk3' 'pk4' 'wsz' 'xpi' 'zoo'; \ do \ cp -PR "extractors/$d" "/usr/src/tmp/deco-buildroot/usr/share/deco" && \ chmod 755 "/usr/src/tmp/deco-buildroot/usr/share/deco/$d" && \ chmod 644 "/usr/src/tmp/deco-buildroot/usr/share/deco/$d/"* && \ chmod 755 "/usr/src/tmp/deco-buildroot/usr/share/deco/$d/extract" || \ exit 1; \ done cp core/deco "/usr/src/tmp/deco-buildroot/usr/bin" chmod 755 "/usr/src/tmp/deco-buildroot/usr/bin/deco" make: Leaving directory '/usr/src/RPM/BUILD/deco-1.3' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/deco-buildroot (auto) Verifying and fixing files in /usr/src/tmp/deco-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/deco-buildroot/ (default) Compressing files in /usr/src/tmp/deco-buildroot (auto) 056-debuginfo.brp: WARNING: You have 1 stripped ELF objects. Please compile with debugging information! 056-debuginfo.brp: WARNING: An excerpt from the list of affected files follows: ./usr/bin/deco Verifying ELF objects in /usr/src/tmp/deco-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/bin/deco: uses non-LFS functions: lstat readdir stat Splitting links to aliased files under /{,s}bin in /usr/src/tmp/deco-buildroot Processing files: deco-1.3-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.t2vFXX 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.qNwVe9 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) shell.req: /usr/src/tmp/deco-buildroot/usr/share/deco/7z/extract: 7zr not found (skip) shell.req: /usr/src/tmp/deco-buildroot/usr/share/deco/alz/extract: unalz not found (skip) shell.req: /usr/src/tmp/deco-buildroot/usr/share/deco/zoo/extract: zoo not found (skip) find-requires: FINDPACKAGE-COMMANDS: 7zr ar arc arj bunzip2 cabextract cpio dd dpkg-deb flac gunzip lha lzcat lzma lzop shorten tar unace unalz unlzma unrar unzip wine zoo Requires: /bin/sh, /lib/ld-linux.so.2, /usr/bin/arc, /usr/bin/wine, arj, binutils, bzip2, cabextract, coreutils, cpio, dpkg, flac, gzip, lha, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.33), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), lzop, rtld(GNU_HASH), shorten, tar, unace, unrar, unzip, xz Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.WYaKR3 Wrote: /usr/src/RPM/RPMS/i586/deco-1.3-alt1.i586.rpm (w2.lzdio) 0.92user 2.09system 0:04.94elapsed 61%CPU (0avgtext+0avgdata 23400maxresident)k 0inputs+0outputs (0major+353033minor)pagefaults 0swaps 0.52user 1.79system 0:09.80elapsed 23%CPU (0avgtext+0avgdata 12308maxresident)k 0inputs+0outputs (0major+92288minor)pagefaults 0swaps --- deco-1.3-alt1.i586.rpm.repo 2008-07-30 09:36:46.000000000 +0000 +++ deco-1.3-alt1.i586.rpm.hasher 2024-06-29 05:48:42.270002033 +0000 @@ -91,6 +91,5 @@ /usr/share/deco/zoo/extract 100755 root:root -Requires: rpmlib(PayloadFilesHavePrefix) <= 4.0-1 -Requires: rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: /bin/sh Requires: /lib/ld-linux.so.2 +Requires: /usr/bin/arc Requires: /usr/bin/wine @@ -107,6 +106,10 @@ Requires: libc.so.6(GLIBC_2.0) +Requires: libc.so.6(GLIBC_2.1.3) Requires: libc.so.6(GLIBC_2.3.4) -Requires: lzma-utils +Requires: libc.so.6(GLIBC_2.33) +Requires: libc.so.6(GLIBC_2.34) +Requires: libc.so.6(GLIBC_2.4) Requires: lzop Requires: rtld(GNU_HASH) +Requires: shorten Requires: tar @@ -115,5 +118,6 @@ Requires: unzip -Requires: rpmlib(PayloadIsLzma) <= 4.4.2-1 +Requires: xz +Requires: rpmlib(PayloadIsLzma) Provides: deco = 1.3-alt1 -File: /usr/bin/deco 100755 root:root a236f3ab7de4f800af809738fec84616 +File: /usr/bin/deco 100755 root:root 928457feb00543068f45cda3afc4aac4 File: /usr/share/deco/7z 40755 root:root @@ -124,3 +128,3 @@ File: /usr/share/deco/ace|[c0-9][0-9][0-9]/extract 100755 root:root 086c1a50758e2efee3a0e06e8ca625ad -File: /usr/share/deco/ace|[c0-9][0-9][0-9]/permissions 100644 root:root d41d8cd98f00b204e9800998ecf8427e +File: /usr/share/deco/ace|[c0-9][0-9][0-9]/permissions 100644 root:root File: /usr/share/deco/alz 40755 root:root @@ -145,3 +149,3 @@ File: /usr/share/deco/deb/extract 100755 root:root cd31c4b9678742f15fce0b77ed02cf15 -File: /usr/share/deco/deb/subdirectory 100644 root:root d41d8cd98f00b204e9800998ecf8427e +File: /usr/share/deco/deb/subdirectory 100644 root:root File: /usr/share/deco/ear 120777 root:root zip @@ -181,6 +185,6 @@ File: /usr/share/deco/rar|[rst][0-9][0-9]/extract 100755 root:root 4846475a8d36b13bc3e8c071c50c4ae4 -File: /usr/share/deco/rar|[rst][0-9][0-9]/permissions 100644 root:root d41d8cd98f00b204e9800998ecf8427e +File: /usr/share/deco/rar|[rst][0-9][0-9]/permissions 100644 root:root File: /usr/share/deco/rpm 40755 root:root File: /usr/share/deco/rpm/extract 100755 root:root b4cd68cf510663c7f2c943638325b2d4 -File: /usr/share/deco/rpm/subdirectory 100644 root:root d41d8cd98f00b204e9800998ecf8427e +File: /usr/share/deco/rpm/subdirectory 100644 root:root File: /usr/share/deco/shn 40755 root:root @@ -208,2 +212,2 @@ File: /usr/share/deco/zoo/extract 100755 root:root ac4f5896dcbec99d74d99d51e5c7fafe -RPMIdentity: e77a66d82d86577b5486c3dbe1450288bd86cdda77f823a50aea139dca6001fac352d30f5617f341ff3ec8eebafdd71c500268b1ebaad5724c10c4d2aa6a880d +RPMIdentity: 42b1aa8963d5f7cd80d867551f6b4db4868a8b332e47f521eb1211feea6babc1fce83a2d8e5aea4a80b402cd4059e64598c5a03c41e6dc4030b5434936ae50a6