<86>Jan 31 01:58:47 userdel[1912503]: delete user 'rooter' <86>Jan 31 01:58:47 userdel[1912503]: removed group 'rooter' owned by 'rooter' <86>Jan 31 01:58:47 userdel[1912503]: removed shadow group 'rooter' owned by 'rooter' <86>Jan 31 01:58:47 groupadd[1912516]: group added to /etc/group: name=rooter, GID=681 <86>Jan 31 01:58:47 groupadd[1912516]: group added to /etc/gshadow: name=rooter <86>Jan 31 01:58:47 groupadd[1912516]: new group: name=rooter, GID=681 <86>Jan 31 01:58:47 useradd[1912523]: new user: name=rooter, UID=681, GID=681, home=/root, shell=/bin/bash <86>Jan 31 01:58:47 userdel[1912534]: delete user 'builder' <86>Jan 31 01:58:47 userdel[1912534]: removed group 'builder' owned by 'builder' <86>Jan 31 01:58:47 userdel[1912534]: removed shadow group 'builder' owned by 'builder' <86>Jan 31 01:58:47 groupadd[1912541]: group added to /etc/group: name=builder, GID=682 <86>Jan 31 01:58:47 groupadd[1912541]: group added to /etc/gshadow: name=builder <86>Jan 31 01:58:47 groupadd[1912541]: new group: name=builder, GID=682 <86>Jan 31 01:58:47 useradd[1912552]: new user: name=builder, UID=682, GID=682, home=/usr/src, shell=/bin/bash <13>Jan 31 01:58:48 rpmi: xorg-proto-devel-2018.4-alt3 1527685079 installed <13>Jan 31 01:58:48 rpmi: libICE-1.0.9-alt1 1409902719 installed <13>Jan 31 01:58:48 rpmi: libICE-devel-1.0.9-alt1 1409902719 installed <13>Jan 31 01:58:48 rpmi: xorg-util-macros-1.19.0-alt1 1409047704 installed <13>Jan 31 01:58:48 rpmi: xorg-pmproto-devel-1.0.3-alt2 1527685161 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/xfwp-1.0.3-alt1.nosrc.rpm Installing xfwp-1.0.3-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.33840 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf xfwp-1.0.3 + echo 'Source #0 (xfwp-1.0.3.tar.bz2):' Source #0 (xfwp-1.0.3.tar.bz2): + /bin/tar -xf - + /bin/bzip2 -dc /usr/src/RPM/SOURCES/xfwp-1.0.3.tar.bz2 + cd xfwp-1.0.3 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (xfwp-1.0.2-gcc4.6.patch):' Patch #0 (xfwp-1.0.2-gcc4.6.patch): + /usr/bin/patch -p1 patching file io.c + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.33840 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd xfwp-1.0.3 + autoreconf -fisv autoreconf-default: Entering directory `.' autoreconf-default: configure.ac: not using Gettext autoreconf-default: running: aclocal --force autoreconf-default: configure.ac: tracing autoreconf-default: configure.ac: not using Libtool autoreconf-default: configure.ac: not using Intltool autoreconf-default: configure.ac: not using gtk-doc autoreconf-default: running: /usr/bin/autoconf-2.60 --force autoreconf-default: running: /usr/bin/autoheader-2.60 --force autoreconf-default: running: automake --add-missing --force-missing autoreconf-default: Leaving directory `.' + 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 + readlink -e -- ./configure + xargs -ri dirname -- '{}' + xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n' + 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 configure: WARNING: unrecognized options: --without-included-gettext checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether to enable maintainer-specific portions of Makefiles... no checking whether make supports the include directive... yes (GNU style) checking for x86_64-alt-linux-gcc... x86_64-alt-linux-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 whether x86_64-alt-linux-gcc understands -c and -o together... yes checking dependency style of x86_64-alt-linux-gcc... none checking for x86_64-alt-linux-gcc option to accept ISO C99... none needed 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 whether __clang__ is declared... no checking whether __INTEL_COMPILER is declared... no checking whether __SUNPRO_C is declared... no checking for x86_64-alt-linux-pkg-config... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking build system type... x86_64-alt-linux-gnu checking host system type... x86_64-alt-linux-gnu checking for a sed that does not truncate output... /bin/sed checking if x86_64-alt-linux-gcc supports -Werror=unknown-warning-option... no checking if x86_64-alt-linux-gcc supports -Werror=unused-command-line-argument... no checking if x86_64-alt-linux-gcc supports -Wall... yes checking if x86_64-alt-linux-gcc supports -Wpointer-arith... yes checking if x86_64-alt-linux-gcc supports -Wmissing-declarations... yes checking if x86_64-alt-linux-gcc supports -Wformat=2... yes checking if x86_64-alt-linux-gcc supports -Wstrict-prototypes... yes checking if x86_64-alt-linux-gcc supports -Wmissing-prototypes... yes checking if x86_64-alt-linux-gcc supports -Wnested-externs... yes checking if x86_64-alt-linux-gcc supports -Wbad-function-cast... yes checking if x86_64-alt-linux-gcc supports -Wold-style-definition... yes checking if x86_64-alt-linux-gcc supports -Wdeclaration-after-statement... yes checking if x86_64-alt-linux-gcc supports -Wunused... yes checking if x86_64-alt-linux-gcc supports -Wuninitialized... yes checking if x86_64-alt-linux-gcc supports -Wshadow... yes checking if x86_64-alt-linux-gcc supports -Wmissing-noreturn... yes checking if x86_64-alt-linux-gcc supports -Wmissing-format-attribute... yes checking if x86_64-alt-linux-gcc supports -Wredundant-decls... yes checking if x86_64-alt-linux-gcc supports -Wlogical-op... yes checking if x86_64-alt-linux-gcc supports -Werror=implicit... yes checking if x86_64-alt-linux-gcc supports -Werror=nonnull... yes checking if x86_64-alt-linux-gcc supports -Werror=init-self... yes checking if x86_64-alt-linux-gcc supports -Werror=main... yes checking if x86_64-alt-linux-gcc supports -Werror=missing-braces... yes checking if x86_64-alt-linux-gcc supports -Werror=sequence-point... yes checking if x86_64-alt-linux-gcc supports -Werror=return-type... yes checking if x86_64-alt-linux-gcc supports -Werror=trigraphs... yes checking if x86_64-alt-linux-gcc supports -Werror=array-bounds... yes checking if x86_64-alt-linux-gcc supports -Werror=write-strings... yes checking if x86_64-alt-linux-gcc supports -Werror=address... yes checking if x86_64-alt-linux-gcc supports -Werror=int-to-pointer-cast... yes checking if x86_64-alt-linux-gcc supports -Werror=pointer-to-int-cast... yes checking if x86_64-alt-linux-gcc supports -pedantic... yes checking if x86_64-alt-linux-gcc supports -Werror... yes checking if x86_64-alt-linux-gcc supports -Werror=attributes... yes checking whether make supports nested variables... (cached) yes checking for xproto ice xproxymngproto... yes ./configure: line 10736: XTRANS_TCP_FLAGS: command not found checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --without-included-gettext + make -j8 make all-am make[1]: Entering directory '/usr/src/RPM/BUILD/xfwp-1.0.3' /bin/sed -e 's|__vendorversion__|"xfwp 1.0.3" "X Version 11"|' -e 's|__xorgversion__|"xfwp 1.0.3" "X Version 11"|' -e 's|__xservername__|Xorg|g' -e 's|__xconfigfile__|xorg.conf|g' -e 's|__projectroot__|/usr|g' -e 's|__apploaddir__||g' -e 's|__appmansuffix__|1|g' -e 's|__drivermansuffix__|4|g' -e 's|__adminmansuffix__|8|g' -e 's|__libmansuffix__|3|g' -e 's|__miscmansuffix__|7|g' -e 's|__filemansuffix__|5|g' < xfwp.man > xfwp.1 make[1]: Leaving directory '/usr/src/RPM/BUILD/xfwp-1.0.3' make[1]: Entering directory '/usr/src/RPM/BUILD/xfwp-1.0.3' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -pipe -frecord-gcc-switches -Wall -g -O2 -c -o xfwp.o xfwp.c make[1]: Leaving directory '/usr/src/RPM/BUILD/xfwp-1.0.3' make[1]: Entering directory '/usr/src/RPM/BUILD/xfwp-1.0.3' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -pipe -frecord-gcc-switches -Wall -g -O2 -c -o transport.o transport.c make[1]: Leaving directory '/usr/src/RPM/BUILD/xfwp-1.0.3' make[1]: Entering directory '/usr/src/RPM/BUILD/xfwp-1.0.3' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -pipe -frecord-gcc-switches -Wall -g -O2 -c -o pm.o pm.c make[1]: Leaving directory '/usr/src/RPM/BUILD/xfwp-1.0.3' make[1]: Entering directory '/usr/src/RPM/BUILD/xfwp-1.0.3' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -pipe -frecord-gcc-switches -Wall -g -O2 -c -o io.o io.c io.c: In function 'ProcessServerReply': io.c:1041:5: warning: passing argument 2 to restrict-qualified parameter aliases with argument 1 [-Wrestrict] swab((char *) &prefix.majorVersion, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (char *) &prefix.majorVersion, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ io.c:1044:5: warning: passing argument 2 to restrict-qualified parameter aliases with argument 1 [-Wrestrict] swab((char *) &prefix.minorVersion, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (char *) &prefix.minorVersion, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ io.c:1047:5: warning: passing argument 2 to restrict-qualified parameter aliases with argument 1 [-Wrestrict] swab((char *) &prefix.length, ~~~~~~~~~~~~~~~~~~~~~~~ (char *) &prefix.length, ^~~~~~~~~~~~~~~~~~~~~~~ io.c:963:16: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] (void) read(client_fd, ^~~~~~~~~~~~~~~ client_conn_array[client_fd]->readbuf + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ client_conn_array[client_fd]->rbytes, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ RWBUFFER_SIZE - client_conn_array[client_fd]->rbytes); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ io.c:991:10: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] (void) read(client_conn_array[client_fd]->conn_to, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ throw_away, 1); ~~~~~~~~~~~~~~ make[1]: Leaving directory '/usr/src/RPM/BUILD/xfwp-1.0.3' make[1]: Entering directory '/usr/src/RPM/BUILD/xfwp-1.0.3' x86_64-alt-linux-gcc -DHAVE_CONFIG_H -I. -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -pipe -frecord-gcc-switches -Wall -g -O2 -c -o misc.o misc.c misc.c: In function 'doConfigCheck': misc.c:544:10: warning: this 'else' clause does not guard... [-Wmisleading-indentation] } else ^~~~ misc.c:549:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' *rule_number = line_counter + 1; ^ make[1]: Leaving directory '/usr/src/RPM/BUILD/xfwp-1.0.3' make[1]: Entering directory '/usr/src/RPM/BUILD/xfwp-1.0.3' x86_64-alt-linux-gcc -Wall -Wpointer-arith -Wmissing-declarations -Wformat=2 -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -Wbad-function-cast -Wold-style-definition -Wdeclaration-after-statement -Wunused -Wuninitialized -Wshadow -Wmissing-noreturn -Wmissing-format-attribute -Wredundant-decls -Wlogical-op -Werror=implicit -Werror=nonnull -Werror=init-self -Werror=main -Werror=missing-braces -Werror=sequence-point -Werror=return-type -Werror=trigraphs -Werror=array-bounds -Werror=write-strings -Werror=address -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast -fno-strict-aliasing -pipe -frecord-gcc-switches -Wall -g -O2 -o xfwp io.o misc.o pm.o transport.o xfwp.o -lICE make[1]: Leaving directory '/usr/src/RPM/BUILD/xfwp-1.0.3' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.32208 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/xfwp-buildroot + : + /bin/rm -rf -- /usr/src/tmp/xfwp-buildroot + cd xfwp-1.0.3 + make DESTDIR=/usr/src/tmp/xfwp-buildroot install make: Entering directory '/usr/src/RPM/BUILD/xfwp-1.0.3' make[1]: Entering directory '/usr/src/RPM/BUILD/xfwp-1.0.3' /bin/mkdir -p '/usr/src/tmp/xfwp-buildroot/usr/bin' /bin/install -c xfwp '/usr/src/tmp/xfwp-buildroot/usr/bin' /bin/mkdir -p '/usr/src/tmp/xfwp-buildroot/usr/share/man/man1' /bin/install -c -m 644 xfwp.1 '/usr/src/tmp/xfwp-buildroot/usr/share/man/man1' make[1]: Leaving directory '/usr/src/RPM/BUILD/xfwp-1.0.3' make: Leaving directory '/usr/src/RPM/BUILD/xfwp-1.0.3' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/xfwp-buildroot (auto) Verifying and fixing files in /usr/src/tmp/xfwp-buildroot (binconfig,pkgconfig,libtool,desktop) Checking contents of files in /usr/src/tmp/xfwp-buildroot/ (default) Compressing files in /usr/src/tmp/xfwp-buildroot (auto) Verifying ELF objects in /usr/src/tmp/xfwp-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Processing files: xfwp-1.0.3-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.KTojJp find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.c1jZ0G find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Requires: /lib64/ld-linux-x86-64.so.2, libICE.so.6()(64bit) >= set:lhlcI7kS9Z2ZjBaGHOUFohZcO1oTyvbJNgmT2zh2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.15)(64bit), 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) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.263bo1 Creating xfwp-debuginfo package Processing files: xfwp-debuginfo-1.0.3-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.gpC8Qo find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.gQe0qP find-requires: running scripts (debuginfo) Requires: xfwp = 1.0.3-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libICE.so.6), debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/xfwp-1.0.3-alt1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/xfwp-debuginfo-1.0.3-alt1.x86_64.rpm 6.02user 1.59system 0:12.45elapsed 61%CPU (0avgtext+0avgdata 37540maxresident)k 0inputs+0outputs (0major+687526minor)pagefaults 0swaps 9.29user 3.85system 0:18.07elapsed 72%CPU (0avgtext+0avgdata 116424maxresident)k 8inputs+0outputs (0major+977702minor)pagefaults 0swaps --- xfwp-1.0.3-alt1.x86_64.rpm.repo 2013-08-26 19:49:50.000000000 +0000 +++ xfwp-1.0.3-alt1.x86_64.rpm.hasher 2021-01-31 01:59:03.540501535 +0000 @@ -1,3 +1,3 @@ /usr/bin/xfwp 100755 -/usr/share/man/man1/xfwp.1.bz2 100644 +/usr/share/man/man1/xfwp.1.xz 100644 Requires: /lib64/ld-linux-x86-64.so.2