<86>Jan 21 01:39:04 userdel[2141365]: delete user 'rooter' <86>Jan 21 01:39:04 userdel[2141365]: removed group 'rooter' owned by 'rooter' <86>Jan 21 01:39:04 userdel[2141365]: removed shadow group 'rooter' owned by 'rooter' <86>Jan 21 01:39:04 groupadd[2141609]: group added to /etc/group: name=rooter, GID=1811 <86>Jan 21 01:39:04 groupadd[2141609]: group added to /etc/gshadow: name=rooter <86>Jan 21 01:39:04 groupadd[2141609]: new group: name=rooter, GID=1811 <86>Jan 21 01:39:04 useradd[2141770]: new user: name=rooter, UID=1811, GID=1811, home=/root, shell=/bin/bash <86>Jan 21 01:39:04 userdel[2141906]: delete user 'builder' <86>Jan 21 01:39:04 userdel[2141906]: removed group 'builder' owned by 'builder' <86>Jan 21 01:39:04 userdel[2141906]: removed shadow group 'builder' owned by 'builder' <86>Jan 21 01:39:05 groupadd[2141988]: group added to /etc/group: name=builder, GID=1812 <86>Jan 21 01:39:05 groupadd[2141988]: group added to /etc/gshadow: name=builder <86>Jan 21 01:39:05 groupadd[2141988]: new group: name=builder, GID=1812 <86>Jan 21 01:39:05 useradd[2142309]: new user: name=builder, UID=1812, GID=1812, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/hd2u-1.0.3-alt2.src.rpm: The use of such a license name is ambiguous: GPL <13>Jan 21 01:39:11 rpmi: libpopt-devel-1:1.16-alt1 sisyphus+278099.2300.1.1 1626029585 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/hd2u-1.0.3-alt2.nosrc.rpm (w1.gzdio) Installing hd2u-1.0.3-alt2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.86393 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf hd2u-1.0.3 + echo 'Source #0 (hd2u-1.0.3.tar.bz2):' Source #0 (hd2u-1.0.3.tar.bz2): + /bin/bzip2 -dc /usr/src/RPM/SOURCES/hd2u-1.0.3.tar.bz2 + /bin/tar -xf - + cd hd2u-1.0.3 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.86393 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd hd2u-1.0.3 + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export CFLAGS + CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export CXXFLAGS + FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export FFLAGS + FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2' + export FCFLAGS + '[' -n '' ']' ++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2' ++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g' + ASFLAGS= + export ASFLAGS + export lt_cv_deplibs_check_method=pass_all + lt_cv_deplibs_check_method=pass_all + xargs -ri dirname -- '{}' + xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n' + readlink -e -- ./configure + sort -u + xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess + ./configure --build=x86_64-alt-linux --host=x86_64-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --disable-silent-rules --without-included-gettext Configuring hd2u 1.0.3 checking for x86_64-alt-linux-gcc... x86_64-alt-linux-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-alt-linux-gcc accepts -g... yes checking for x86_64-alt-linux-gcc option to accept ISO C89... none needed checking for a BSD-compatible install... /bin/install -c checking for getopt_long in -lpopt... yes checking how to run the C preprocessor... x86_64-alt-linux-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for mode_t... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking whether lstat dereferences a symlink specified with a trailing slash... yes checking whether stat accepts an empty string... no configure: creating ./config.status config.status: creating Makefile config.status: creating config.h + make -j16 make: Entering directory '/usr/src/RPM/BUILD/hd2u-1.0.3' x86_64-alt-linux-gcc -pipe -frecord-gcc-switches -Wall -g -O2 -Wall -pedantic -o dos2unix dos2unix.c -lpopt dos2unix.c: In function 'convert': dos2unix.c:216:24: warning: value computed is not used [-Wunused-value] 216 | if (fclose(in) != 0, in = NULL) | ~~~~~~~~~~~^~~~ dos2unix.c:221:21: warning: value computed is not used [-Wunused-value] 221 | if (fclose(out) != 0, out = NULL) | ~~~~~~~~~~~~^~~~ make: Leaving directory '/usr/src/RPM/BUILD/hd2u-1.0.3' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.80337 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/hd2u-buildroot + : + /bin/rm -rf -- /usr/src/tmp/hd2u-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd hd2u-1.0.3 + mkdir -p /usr/src/tmp/hd2u-buildroot//usr/bin + make BUILD_ROOT=/usr/src/tmp/hd2u-buildroot install make: Entering directory '/usr/src/RPM/BUILD/hd2u-1.0.3' /bin/install -c -d -m 755 /usr/src/tmp/hd2u-buildroot/usr/bin /bin/install -c -m 755 -s dos2unix /usr/src/tmp/hd2u-buildroot/usr/bin make: Leaving directory '/usr/src/RPM/BUILD/hd2u-1.0.3' + ln -s dos2unix /usr/src/tmp/hd2u-buildroot//usr/bin/unix2dos + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/hd2u-buildroot (auto) Verifying and fixing files in /usr/src/tmp/hd2u-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/hd2u-buildroot/ (default) Compressing files in /usr/src/tmp/hd2u-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/dos2unix Verifying ELF objects in /usr/src/tmp/hd2u-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Processing files: hd2u-1.0.3-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.45956 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd hd2u-1.0.3 + DOCDIR=/usr/src/tmp/hd2u-buildroot/usr/share/doc/hd2u-1.0.3 + export DOCDIR + rm -rf /usr/src/tmp/hd2u-buildroot/usr/share/doc/hd2u-1.0.3 + /bin/mkdir -p /usr/src/tmp/hd2u-buildroot/usr/share/doc/hd2u-1.0.3 + cp -prL AUTHORS CREDITS ChangeLog NEWS README TODO /usr/src/tmp/hd2u-buildroot/usr/share/doc/hd2u-1.0.3 + chmod -R go-w /usr/src/tmp/hd2u-buildroot/usr/share/doc/hd2u-1.0.3 + chmod -R a+rX /usr/src/tmp/hd2u-buildroot/usr/share/doc/hd2u-1.0.3 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lugPNF 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.A1uKdF find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /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.4)(64bit), rtld(GNU_HASH) Conflicts: dos2unix, unix2dos Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.kddzMG Wrote: /usr/src/RPM/RPMS/x86_64/hd2u-1.0.3-alt2.x86_64.rpm (w2.lzdio) 1.47user 1.30system 0:09.85elapsed 28%CPU (0avgtext+0avgdata 31628maxresident)k 0inputs+0outputs (0major+304936minor)pagefaults 0swaps /.out/hd2u-1.0.3-alt2.x86_64.rpm: The use of such a license name is ambiguous: GPL 5.33user 3.03system 0:27.42elapsed 30%CPU (0avgtext+0avgdata 129372maxresident)k 0inputs+0outputs (0major+189247minor)pagefaults 0swaps --- hd2u-1.0.3-alt2.x86_64.rpm.repo 2021-06-28 18:57:57.000000000 +0000 +++ hd2u-1.0.3-alt2.x86_64.rpm.hasher 2024-01-21 01:39:25.917307910 +0000 @@ -18,3 +18,3 @@ Conflicts: unix2dos -File: /usr/bin/dos2unix 100755 root:root 2c7783fed9c5cb472b694985a4b75ccc +File: /usr/bin/dos2unix 100755 root:root e5a080f5591577bb5649c0e60668c233 File: /usr/bin/unix2dos 120777 root:root dos2unix @@ -27,2 +27,2 @@ File: /usr/share/doc/hd2u-1.0.3/TODO 100644 root:root 3a26b2006273da32a72a9abaf7a4eb5e -RPMIdentity: fe5125de0b5cf6be371b9ddced60feb474e3a2a0049adf3cccda7c4b368d7ca09feea1158f3469998a5088799988ab63e6648c88ff8a0379e37ee84cef31c562 +RPMIdentity: 1a7d4907ca1d297673959e2b9ec3fe708f6cb75ea35b01b3005749423f5e4832e70e829670946892c902ee7f94951c315193e18cc910605411083aaa5bfb9f65