<86>May 4 00:06:09 userdel[3237833]: delete user 'rooter' <86>May 4 00:06:09 userdel[3237833]: removed group 'rooter' owned by 'rooter' <86>May 4 00:06:09 userdel[3237833]: removed shadow group 'rooter' owned by 'rooter' <86>May 4 00:06:09 groupadd[3237903]: group added to /etc/group: name=rooter, GID=1838 <86>May 4 00:06:09 groupadd[3237903]: group added to /etc/gshadow: name=rooter <86>May 4 00:06:09 groupadd[3237903]: new group: name=rooter, GID=1838 <86>May 4 00:06:09 useradd[3237951]: new user: name=rooter, UID=1838, GID=1838, home=/root, shell=/bin/bash, from=none <86>May 4 00:06:09 userdel[3238030]: delete user 'builder' <86>May 4 00:06:09 userdel[3238030]: removed group 'builder' owned by 'builder' <86>May 4 00:06:09 userdel[3238030]: removed shadow group 'builder' owned by 'builder' <86>May 4 00:06:09 groupadd[3238075]: group added to /etc/group: name=builder, GID=1839 <86>May 4 00:06:09 groupadd[3238075]: group added to /etc/gshadow: name=builder <86>May 4 00:06:09 groupadd[3238075]: new group: name=builder, GID=1839 <86>May 4 00:06:09 useradd[3238109]: new user: name=builder, UID=1839, GID=1839, home=/usr/src, shell=/bin/bash, from=none Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/deco-1.3-alt1.nosrc.rpm (w1.gzdio) Installing deco-1.3-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.51304 + 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): + /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.51304 + 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.51304 + 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) 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.pDDWf3 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.9Rzg2o 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, /lib64/ld-linux-x86-64.so.2, /usr/bin/arc, /usr/bin/wine, arj, binutils, bzip2, cabextract, coreutils, cpio, dpkg, flac, gzip, lha, 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), 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.uyCpRa Wrote: /usr/src/RPM/RPMS/x86_64/deco-1.3-alt1.x86_64.rpm (w2.lzdio) 0.81user 2.08system 0:04.92elapsed 58%CPU (0avgtext+0avgdata 27304maxresident)k 0inputs+0outputs (0major+401434minor)pagefaults 0swaps 0.79user 2.84system 0:13.33elapsed 27%CPU (0avgtext+0avgdata 12132maxresident)k 0inputs+0outputs (0major+93609minor)pagefaults 0swaps --- deco-1.3-alt1.x86_64.rpm.repo 2008-07-30 09:36:41.000000000 +0000 +++ deco-1.3-alt1.x86_64.rpm.hasher 2024-05-04 00:06:16.127858882 +0000 @@ -91,6 +91,6 @@ /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: /lib64/ld-linux-x86-64.so.2 +Requires: /usr/bin/arc +Requires: /usr/bin/wine Requires: arj @@ -107,5 +107,8 @@ Requires: libc.so.6(GLIBC_2.3.4)(64bit) -Requires: lzma-utils +Requires: libc.so.6(GLIBC_2.33)(64bit) +Requires: libc.so.6(GLIBC_2.34)(64bit) +Requires: libc.so.6(GLIBC_2.4)(64bit) Requires: lzop Requires: rtld(GNU_HASH) +Requires: shorten Requires: tar @@ -114,5 +117,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 509317fa9f7ae2bb6744090b7413540f +File: /usr/bin/deco 100755 root:root 20cb9c06768b88b6d50127ce676e5349 File: /usr/share/deco/7z 40755 root:root @@ -123,3 +127,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 @@ -144,3 +148,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 @@ -180,6 +184,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 @@ -207,2 +211,2 @@ File: /usr/share/deco/zoo/extract 100755 root:root ac4f5896dcbec99d74d99d51e5c7fafe -RPMIdentity: 8ff55bbdc2beec45614ad009d0e4579d252f3611a7bb86e553569a5ccc4d0f63255a41c1c3d0769a36c288e2317a61e130db82e6cea0c79f768dd9ee180915a2 +RPMIdentity: 9960f53266ad599d704d2d59aa8977ce685a39ee83b55c58425f83f07785aef66f70c5085ef1aa3352ebf071ae23ea8193f8f53d7a51bc792506762f1712167a