<86>Sep  9 04:06:03 userdel[844595]: delete user 'rooter'
<86>Sep  9 04:06:03 userdel[844595]: removed group 'rooter' owned by 'rooter'
<86>Sep  9 04:06:03 userdel[844595]: removed shadow group 'rooter' owned by 'rooter'
<86>Sep  9 04:06:03 groupadd[844638]: group added to /etc/group: name=rooter, GID=1283
<86>Sep  9 04:06:03 groupadd[844638]: group added to /etc/gshadow: name=rooter
<86>Sep  9 04:06:03 groupadd[844638]: new group: name=rooter, GID=1283
<86>Sep  9 04:06:03 useradd[844674]: new user: name=rooter, UID=1283, GID=1283, home=/root, shell=/bin/bash, from=none
<86>Sep  9 04:06:03 userdel[844737]: delete user 'builder'
<86>Sep  9 04:06:03 userdel[844737]: removed group 'builder' owned by 'builder'
<86>Sep  9 04:06:03 userdel[844737]: removed shadow group 'builder' owned by 'builder'
<86>Sep  9 04:06:03 groupadd[844759]: group added to /etc/group: name=builder, GID=1284
<86>Sep  9 04:06:03 groupadd[844759]: group added to /etc/gshadow: name=builder
<86>Sep  9 04:06:03 groupadd[844759]: new group: name=builder, GID=1284
<86>Sep  9 04:06:03 useradd[844774]: new user: name=builder, UID=1284, GID=1284, home=/usr/src, shell=/bin/bash, from=none
/usr/src/in/srpm/iscan-data-1.39.1-alt1.src.rpm: The use of such a license name is ambiguous: GPL
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/iscan-data-1.39.1-alt1.nosrc.rpm (w1.gzdio)
Installing iscan-data-1.39.1-alt1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.25570
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf iscan-data-1.39.1
+ echo 'Source #0 (iscan-data-1.39.1.tar):'
Source #0 (iscan-data-1.39.1.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/iscan-data-1.39.1.tar
+ cd iscan-data-1.39.1
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.25570
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd iscan-data-1.39.1
+ CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic'
+ export CFLAGS
+ CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic'
+ export CXXFLAGS
+ FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic'
+ export FFLAGS
+ FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic'
+ export FCFLAGS
+ '[' -n '' ']'
++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -march=i586 -mtune=generic'
++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g'
+ ASFLAGS=' -march=i586 -mtune=generic'
+ 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_runstatedir_flags=
+ grep -qF runstatedir=DIR ./configure
+ echo 'rpm-build: warning: ./configure script does not support --runstatedir'
rpm-build: warning: ./configure script does not support --runstatedir
+ ./configure --build=i586-alt-linux --host=i586-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --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: --disable-dependency-tracking, --disable-silent-rules, --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
configure: creating ./config.status
config.status: creating Makefile
config.status: creating policy/Makefile
config.status: creating policy/make-policy-file
configure: WARNING: unrecognized options: --disable-dependency-tracking, --disable-silent-rules, --without-included-gettext
+ make -j8
Making all in policy
make[1]: Nothing to be done for 'all'.
make[1]: Entering directory '/usr/src/RPM/BUILD/iscan-data-1.39.1'
cat usb.in > usb
for file in `ls ./device/*.xml`; do \
  xsltproc ./usb.xsl $file \
    | tr '[A-F]' '[a-f]' | while read line ; do \
    if ! grep "$line" usb > /dev/null 2>&1; then \
      echo $line >> usb; \
    fi \
  done \
done
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
/bin/sh: line 1: xsltproc: command not found
make[1]: Leaving directory '/usr/src/RPM/BUILD/iscan-data-1.39.1'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.92698
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/iscan-data-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/iscan-data-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd iscan-data-1.39.1
+ make 'INSTALL=/usr/libexec/rpm-build/install -p' install DESTDIR=/usr/src/tmp/iscan-data-buildroot
make: Entering directory '/usr/src/RPM/BUILD/iscan-data-1.39.1'
Making install in policy
make[1]: Entering directory '/usr/src/RPM/BUILD/iscan-data-1.39.1/policy'
make[2]: Entering directory '/usr/src/RPM/BUILD/iscan-data-1.39.1/policy'
test -z "/usr/lib/iscan-data" || /bin/mkdir -p "/usr/src/tmp/iscan-data-buildroot/usr/lib/iscan-data"
 /usr/libexec/rpm-build/install -p make-policy-file '/usr/src/tmp/iscan-data-buildroot/usr/lib/iscan-data'
test -z "/usr/share/iscan-data" || /bin/mkdir -p "/usr/src/tmp/iscan-data-buildroot/usr/share/iscan-data"
 /usr/libexec/rpm-build/install -p -m 644 sled10.custom.fdi fdi.xsl '/usr/src/tmp/iscan-data-buildroot/usr/share/iscan-data'
make[2]: Leaving directory '/usr/src/RPM/BUILD/iscan-data-1.39.1/policy'
make[1]: Leaving directory '/usr/src/RPM/BUILD/iscan-data-1.39.1/policy'
make[1]: Entering directory '/usr/src/RPM/BUILD/iscan-data-1.39.1'
make[2]: Entering directory '/usr/src/RPM/BUILD/iscan-data-1.39.1'
make[2]: Nothing to be done for 'install-exec-am'.
test -z "/usr/share/iscan-data" || /bin/mkdir -p "/usr/src/tmp/iscan-data-buildroot/usr/share/iscan-data"
 /usr/libexec/rpm-build/install -p -m 644 epkowa.desc scsi fs-blacklist '/usr/src/tmp/iscan-data-buildroot/usr/share/iscan-data'
test -z "/usr/share/iscan-data" || /bin/mkdir -p "/usr/src/tmp/iscan-data-buildroot/usr/share/iscan-data"
 /usr/libexec/rpm-build/install -p -m 644 usb '/usr/src/tmp/iscan-data-buildroot/usr/share/iscan-data'
make  install-data-hook
make[3]: Entering directory '/usr/src/RPM/BUILD/iscan-data-1.39.1'
if test ! -d /usr/src/tmp/iscan-data-buildroot//usr/share/iscan-data/device; then \
  /bin/mkdir -p /usr/src/tmp/iscan-data-buildroot//usr/share/iscan-data/device; \
fi
/usr/libexec/rpm-build/install -p -m 644 ./device/*.xml \
                /usr/src/tmp/iscan-data-buildroot//usr/share/iscan-data/device
if test x'yes' != x && test -f ./matching; then \
  if test ! -d /usr/src/tmp/iscan-data-buildroot//var/lib/lib/iscan-data; then \
    /bin/mkdir -p /usr/src/tmp/iscan-data-buildroot//var/lib/lib/iscan-data; \
  fi; \
  /usr/libexec/rpm-build/install -p -m 644 ./matching /usr/src/tmp/iscan-data-buildroot//var/lib/lib/iscan-data/; \
fi
make[3]: Leaving directory '/usr/src/RPM/BUILD/iscan-data-1.39.1'
make[2]: Leaving directory '/usr/src/RPM/BUILD/iscan-data-1.39.1'
make[1]: Leaving directory '/usr/src/RPM/BUILD/iscan-data-1.39.1'
make: Leaving directory '/usr/src/RPM/BUILD/iscan-data-1.39.1'
+ mkdir -p /usr/src/tmp/iscan-data-buildroot/var/lib/iscan-data
+ make iscan-data.hwdb
make: Entering directory '/usr/src/RPM/BUILD/iscan-data-1.39.1'
sed -e '/^usb/y/abcdef/ABCDEF/' \
    -e 's/usB/usb/' \
    -e '/^usb/s/ 0x/:v/' \
    -e '/^usb/s/ 0x/p/' \
    -e '/^usb/s/$/*\n libsane_matched=yes\n/' \
    -e '1s/usb/iscan-data.hwdb/' \
    -e '2s/2008/2015/' \
    usb > iscan-data.hwdb
make: Leaving directory '/usr/src/RPM/BUILD/iscan-data-1.39.1'
+ mkdir -p /usr/src/tmp/iscan-data-buildroot/lib/udev/hwdb.d/
+ install -m 0644 iscan-data.hwdb /usr/src/tmp/iscan-data-buildroot/lib/udev/hwdb.d/
+ rm -rf /usr/src/tmp/iscan-data-buildroot/usr/lib/
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/iscan-data-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/iscan-data-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/iscan-data-buildroot/ (default)
Compressing files in /usr/src/tmp/iscan-data-buildroot (auto)
Adjusting library links in /usr/src/tmp/iscan-data-buildroot
./lib: (from <cmdline>:0)
./var/lib: (from <cmdline>:0)
Verifying ELF objects in /usr/src/tmp/iscan-data-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Processing files: iscan-data-1.39.1-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.92698
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd iscan-data-1.39.1
+ DOCDIR=/usr/src/tmp/iscan-data-buildroot/usr/share/doc/iscan-data-1.39.1
+ export DOCDIR
+ rm -rf /usr/src/tmp/iscan-data-buildroot/usr/share/doc/iscan-data-1.39.1
+ /bin/mkdir -p /usr/src/tmp/iscan-data-buildroot/usr/share/doc/iscan-data-1.39.1
+ cp -prL COPYING /usr/src/tmp/iscan-data-buildroot/usr/share/doc/iscan-data-1.39.1
+ chmod -R go-w /usr/src/tmp/iscan-data-buildroot/usr/share/doc/iscan-data-1.39.1
+ chmod -R a+rX /usr/src/tmp/iscan-data-buildroot/usr/share/doc/iscan-data-1.39.1
+ cp -prL NEWS /usr/src/tmp/iscan-data-buildroot/usr/share/doc/iscan-data-1.39.1
+ chmod -R go-w /usr/src/tmp/iscan-data-buildroot/usr/share/doc/iscan-data-1.39.1
+ chmod -R a+rX /usr/src/tmp/iscan-data-buildroot/usr/share/doc/iscan-data-1.39.1
+ cp -prL KNOWN-PROBLEMS /usr/src/tmp/iscan-data-buildroot/usr/share/doc/iscan-data-1.39.1
+ chmod -R go-w /usr/src/tmp/iscan-data-buildroot/usr/share/doc/iscan-data-1.39.1
+ chmod -R a+rX /usr/src/tmp/iscan-data-buildroot/usr/share/doc/iscan-data-1.39.1
+ cp -prL SUPPORTED-DEVICES /usr/src/tmp/iscan-data-buildroot/usr/share/doc/iscan-data-1.39.1
+ chmod -R go-w /usr/src/tmp/iscan-data-buildroot/usr/share/doc/iscan-data-1.39.1
+ chmod -R a+rX /usr/src/tmp/iscan-data-buildroot/usr/share/doc/iscan-data-1.39.1
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.DQWKNF
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.r4fg1n
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services)
Conflicts: iscan-free < 2.30.0
Wrote: /usr/src/RPM/RPMS/noarch/iscan-data-1.39.1-alt1.noarch.rpm (w2.lzdio)
0.50user 0.72system 0:03.83elapsed 32%CPU (0avgtext+0avgdata 11768maxresident)k
0inputs+0outputs (0major+130843minor)pagefaults 0swaps
/.out/iscan-data-1.39.1-alt1.noarch.rpm: The use of such a license name is ambiguous: GPL
0.71user 1.31system 0:08.34elapsed 24%CPU (0avgtext+0avgdata 11924maxresident)k
0inputs+0outputs (0major+93807minor)pagefaults 0swaps