<86>Oct  9 08:56:41 userdel[3912714]: delete user 'rooter'
<86>Oct  9 08:56:41 userdel[3912714]: removed group 'rooter' owned by 'rooter'
<86>Oct  9 08:56:41 userdel[3912714]: removed shadow group 'rooter' owned by 'rooter'
<86>Oct  9 08:56:41 groupadd[3912737]: group added to /etc/group: name=rooter, GID=663
<86>Oct  9 08:56:41 groupadd[3912737]: group added to /etc/gshadow: name=rooter
<86>Oct  9 08:56:41 groupadd[3912737]: new group: name=rooter, GID=663
<86>Oct  9 08:56:41 useradd[3912752]: new user: name=rooter, UID=663, GID=663, home=/root, shell=/bin/bash
<86>Oct  9 08:56:41 userdel[3912768]: delete user 'builder'
<86>Oct  9 08:56:41 userdel[3912768]: removed group 'builder' owned by 'builder'
<86>Oct  9 08:56:41 userdel[3912768]: removed shadow group 'builder' owned by 'builder'
<86>Oct  9 08:56:41 groupadd[3912785]: group added to /etc/group: name=builder, GID=664
<86>Oct  9 08:56:41 groupadd[3912785]: group added to /etc/gshadow: name=builder
<86>Oct  9 08:56:41 groupadd[3912785]: new group: name=builder, GID=664
<86>Oct  9 08:56:41 useradd[3912797]: new user: name=builder, UID=664, GID=664, home=/usr/src, shell=/bin/bash
warning: Macro %hs_configure2 not found
warning: Macro %hs_build not found
warning: Macro %hs_install not found
warning: Macro %hs_gen_filelist not found
<13>Oct  9 08:56:43 rpmi: rpm-macros-ghc7.6.1-common-7.6.1-alt8 sisyphus+222088.40.12.1 1553098955 installed
<13>Oct  9 08:56:43 rpmi: rpm-build-haskell-1.4.5-alt1 sisyphus+222088.1140.12.1 1553099568 installed
<13>Oct  9 08:56:43 rpmi: libgmp-devel-6.1.2-alt3 sisyphus+229304.40.2.1 1557770931 installed
<13>Oct  9 08:56:43 rpmi: libffi-devel-1:3.2.1-alt3 p9+251949.100.1.1 1589887590 installed
<13>Oct  9 08:56:43 rpmi: haskell-filetrigger-0.0.5-alt3 sisyphus+222088.300.12.1 1553099539 installed
<13>Oct  9 08:56:43 rpmi: ghc7.6.1-common-7.6.1-alt8 sisyphus+222088.40.12.1 1553098955 installed
<13>Oct  9 08:56:50 rpmi: ghc7.6.1-7.6.1-alt8 sisyphus+222088.40.12.1 1553098955 installed
<13>Oct  9 08:56:51 rpmi: ghc7.6.1-doc-7.6.1-alt8 sisyphus+222088.40.12.1 1553098955 installed
warning: File /usr/src/in/source/ghc7.6.1-dataenc-0.14.0.4-alt2.patch is smaller than 8 bytes
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/ghc7.6.1-dataenc-0.14.0.4-alt2.nosrc.rpm (w1.gzdio)
warning: File /usr/src/RPM/SOURCES/ghc7.6.1-dataenc-0.14.0.4-alt2.patch is smaller than 8 bytes
Installing ghc7.6.1-dataenc-0.14.0.4-alt2.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.69111
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf ghc7.6.1-dataenc-0.14.0.4
+ echo 'Source #0 (ghc7.6.1-dataenc-0.14.0.4.tar):'
Source #0 (ghc7.6.1-dataenc-0.14.0.4.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/ghc7.6.1-dataenc-0.14.0.4.tar
+ cd ghc7.6.1-dataenc-0.14.0.4
+ /bin/chmod -c -Rf u+rwX,go-w .
+ echo 'Patch #0 (ghc7.6.1-dataenc-0.14.0.4-alt2.patch):'
Patch #0 (ghc7.6.1-dataenc-0.14.0.4-alt2.patch):
+ /usr/bin/patch -p1
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.69111
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ghc7.6.1-dataenc-0.14.0.4
+ '[' -f configure.ac -a '!' -f configure ']'
+ '[' -x Setup ']'
+ ghc-7.6.1 Setup
[1 of 1] Compiling Main             ( Setup.hs, Setup.o )
Linking Setup ...
+ ./Setup configure --prefix=/usr --libdir=/usr/lib64 --docdir=/usr/share/doc/ghc7.6.1-dataenc-0.14.0.4 '--libsubdir=$compiler/lib/$pkgid' --docdir=/usr/share/doc/ghc7.6.1-dataenc-0.14.0.4 --datadir=/usr/share --datasubdir=ghc7.6.1-dataenc-0.14.0.4 --enable-library-profiling --enable-library-for-ghci --disable-executable-profiling --enable-split-objs --enable-shared -O2 --ghc
Configuring dataenc-0.14.0.4...
+ '[' -x Setup ']'
+ ./Setup makefile -f cabal-rpm.mk
unrecognised command: makefile (try --help)
+ ./Setup build
Building dataenc-0.14.0.4...
Preprocessing library dataenc-0.14.0.4...
[ 1 of 14] Compiling Codec.Binary.Util ( src/Codec/Binary/Util.hs, dist/build/Codec/Binary/Util.o )
[ 2 of 14] Compiling Codec.Binary.Base32 ( src/Codec/Binary/Base32.hs, dist/build/Codec/Binary/Base32.o )
[ 3 of 14] Compiling Codec.Binary.Base32Hex ( src/Codec/Binary/Base32Hex.hs, dist/build/Codec/Binary/Base32Hex.o )
[ 4 of 14] Compiling Codec.Binary.Base64 ( src/Codec/Binary/Base64.hs, dist/build/Codec/Binary/Base64.o )
[ 5 of 14] Compiling Codec.Binary.Base64Url ( src/Codec/Binary/Base64Url.hs, dist/build/Codec/Binary/Base64Url.o )
[ 6 of 14] Compiling Codec.Binary.Base85 ( src/Codec/Binary/Base85.hs, dist/build/Codec/Binary/Base85.o )
[ 7 of 14] Compiling Codec.Binary.Url ( src/Codec/Binary/Url.hs, dist/build/Codec/Binary/Url.o )
[ 8 of 14] Compiling Codec.Binary.Uu  ( src/Codec/Binary/Uu.hs, dist/build/Codec/Binary/Uu.o )
[ 9 of 14] Compiling Codec.Binary.Xx  ( src/Codec/Binary/Xx.hs, dist/build/Codec/Binary/Xx.o )
[10 of 14] Compiling Codec.Binary.QuotedPrintable ( src/Codec/Binary/QuotedPrintable.hs, dist/build/Codec/Binary/QuotedPrintable.o )
[11 of 14] Compiling Codec.Binary.PythonString ( src/Codec/Binary/PythonString.hs, dist/build/Codec/Binary/PythonString.o )
[12 of 14] Compiling Codec.Binary.Yenc ( src/Codec/Binary/Yenc.hs, dist/build/Codec/Binary/Yenc.o )
[13 of 14] Compiling Codec.Binary.Base16 ( src/Codec/Binary/Base16.hs, dist/build/Codec/Binary/Base16.o )
[14 of 14] Compiling Codec.Binary.DataEncoding ( src/Codec/Binary/DataEncoding.hs, dist/build/Codec/Binary/DataEncoding.o )
[ 1 of 14] Compiling Codec.Binary.Util ( src/Codec/Binary/Util.hs, dist/build/Codec/Binary/Util.p_o )
[ 2 of 14] Compiling Codec.Binary.Base32 ( src/Codec/Binary/Base32.hs, dist/build/Codec/Binary/Base32.p_o )
[ 3 of 14] Compiling Codec.Binary.Base32Hex ( src/Codec/Binary/Base32Hex.hs, dist/build/Codec/Binary/Base32Hex.p_o )
[ 4 of 14] Compiling Codec.Binary.Base64 ( src/Codec/Binary/Base64.hs, dist/build/Codec/Binary/Base64.p_o )
[ 5 of 14] Compiling Codec.Binary.Base64Url ( src/Codec/Binary/Base64Url.hs, dist/build/Codec/Binary/Base64Url.p_o )
[ 6 of 14] Compiling Codec.Binary.Base85 ( src/Codec/Binary/Base85.hs, dist/build/Codec/Binary/Base85.p_o )
[ 7 of 14] Compiling Codec.Binary.Url ( src/Codec/Binary/Url.hs, dist/build/Codec/Binary/Url.p_o )
[ 8 of 14] Compiling Codec.Binary.Uu  ( src/Codec/Binary/Uu.hs, dist/build/Codec/Binary/Uu.p_o )
[ 9 of 14] Compiling Codec.Binary.Xx  ( src/Codec/Binary/Xx.hs, dist/build/Codec/Binary/Xx.p_o )
[10 of 14] Compiling Codec.Binary.QuotedPrintable ( src/Codec/Binary/QuotedPrintable.hs, dist/build/Codec/Binary/QuotedPrintable.p_o )
[11 of 14] Compiling Codec.Binary.PythonString ( src/Codec/Binary/PythonString.hs, dist/build/Codec/Binary/PythonString.p_o )
[12 of 14] Compiling Codec.Binary.Yenc ( src/Codec/Binary/Yenc.hs, dist/build/Codec/Binary/Yenc.p_o )
[13 of 14] Compiling Codec.Binary.Base16 ( src/Codec/Binary/Base16.hs, dist/build/Codec/Binary/Base16.p_o )
[14 of 14] Compiling Codec.Binary.DataEncoding ( src/Codec/Binary/DataEncoding.hs, dist/build/Codec/Binary/DataEncoding.p_o )
[ 1 of 14] Compiling Codec.Binary.Util ( src/Codec/Binary/Util.hs, dist/build/Codec/Binary/Util.dyn_o )
[ 2 of 14] Compiling Codec.Binary.Base32 ( src/Codec/Binary/Base32.hs, dist/build/Codec/Binary/Base32.dyn_o )
[ 3 of 14] Compiling Codec.Binary.Base32Hex ( src/Codec/Binary/Base32Hex.hs, dist/build/Codec/Binary/Base32Hex.dyn_o )
[ 4 of 14] Compiling Codec.Binary.Base64 ( src/Codec/Binary/Base64.hs, dist/build/Codec/Binary/Base64.dyn_o )
[ 5 of 14] Compiling Codec.Binary.Base64Url ( src/Codec/Binary/Base64Url.hs, dist/build/Codec/Binary/Base64Url.dyn_o )
[ 6 of 14] Compiling Codec.Binary.Base85 ( src/Codec/Binary/Base85.hs, dist/build/Codec/Binary/Base85.dyn_o )
[ 7 of 14] Compiling Codec.Binary.Url ( src/Codec/Binary/Url.hs, dist/build/Codec/Binary/Url.dyn_o )
[ 8 of 14] Compiling Codec.Binary.Uu  ( src/Codec/Binary/Uu.hs, dist/build/Codec/Binary/Uu.dyn_o )
[ 9 of 14] Compiling Codec.Binary.Xx  ( src/Codec/Binary/Xx.hs, dist/build/Codec/Binary/Xx.dyn_o )
[10 of 14] Compiling Codec.Binary.QuotedPrintable ( src/Codec/Binary/QuotedPrintable.hs, dist/build/Codec/Binary/QuotedPrintable.dyn_o )
[11 of 14] Compiling Codec.Binary.PythonString ( src/Codec/Binary/PythonString.hs, dist/build/Codec/Binary/PythonString.dyn_o )
[12 of 14] Compiling Codec.Binary.Yenc ( src/Codec/Binary/Yenc.hs, dist/build/Codec/Binary/Yenc.dyn_o )
[13 of 14] Compiling Codec.Binary.Base16 ( src/Codec/Binary/Base16.hs, dist/build/Codec/Binary/Base16.dyn_o )
[14 of 14] Compiling Codec.Binary.DataEncoding ( src/Codec/Binary/DataEncoding.hs, dist/build/Codec/Binary/DataEncoding.dyn_o )
In-place registering dataenc-0.14.0.4...
+ ./Setup haddock
Running Haddock for dataenc-0.14.0.4...
Preprocessing library dataenc-0.14.0.4...
Warning: The documentation for the following packages are not installed. No
links will be generated to these packages: rts-1.0
Haddock coverage:
  56% (  5 /  9) in 'Codec.Binary.Util'
 100% ( 11 / 11) in 'Codec.Binary.Base32'
 100% ( 11 / 11) in 'Codec.Binary.Base32Hex'
 100% ( 11 / 11) in 'Codec.Binary.Base64'
 100% ( 11 / 11) in 'Codec.Binary.Base64Url'
 100% ( 11 / 11) in 'Codec.Binary.Base85'
 100% ( 11 / 11) in 'Codec.Binary.Url'
 100% ( 11 / 11) in 'Codec.Binary.Uu'
 100% ( 11 / 11) in 'Codec.Binary.Xx'
 100% ( 11 / 11) in 'Codec.Binary.QuotedPrintable'
 100% ( 11 / 11) in 'Codec.Binary.PythonString'
 100% ( 11 / 11) in 'Codec.Binary.Yenc'
 100% ( 11 / 11) in 'Codec.Binary.Base16'
  76% ( 13 / 17) in 'Codec.Binary.DataEncoding'
Documentation created: dist/doc/html/dataenc/index.html
+ ./Setup register --gen-pkg-config=dataenc.pkg
Creating package registration file: dataenc.pkg
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.36403
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/ghc7.6.1-dataenc-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/ghc7.6.1-dataenc-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd ghc7.6.1-dataenc-0.14.0.4
+ '[' -x Setup ']'
+ ./Setup copy --destdir=/usr/src/tmp/ghc7.6.1-dataenc-buildroot
Installing library in
/usr/src/tmp/ghc7.6.1-dataenc-buildroot/usr/lib64/ghc-7.6.1/lib/dataenc-0.14.0.4
+ '[' -f dataenc.pkg ']'
+ install -m 755 dataenc.pkg /usr/src/tmp/ghc7.6.1-dataenc-buildroot/usr/lib64/ghc-7.6.1/lib/dataenc-0.14.0.4
+ mkdir -p /usr/src/tmp/ghc7.6.1-dataenc-buildroot/usr/lib64/ghc-7.6.1/package.conf.d
+ install -D -m 644 dataenc.pkg /usr/src/tmp/ghc7.6.1-dataenc-buildroot/usr/lib64/ghc-7.6.1/package.conf.d/dataenc-0.14.0.4.conf
+ /usr/lib/rpm-build-haskell/hs_gen_filelist.sh /usr/src/tmp/ghc7.6.1-dataenc-buildroot /usr/lib64 /usr/lib64/ghc-7.6.1/lib/dataenc-0.14.0.4 /usr/src/RPM/BUILD/ghc7.6.1-dataenc-0.14.0.4 ghc7.6.1-dataenc 0.14.0.4 /usr/lib64/ghc-7.6.1/package.conf.d/dataenc-0.14.0.4.conf
~/tmp/ghc7.6.1-dataenc-buildroot ~/RPM/BUILD/ghc7.6.1-dataenc-0.14.0.4
find: './usr/bin': No such file or directory
find: './usr/share/ghc7.6.1-dataenc-0.14.0.4': No such file or directory
~/RPM/BUILD/ghc7.6.1-dataenc-0.14.0.4
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/ghc7.6.1-dataenc-buildroot (auto)
mode of './usr/lib64/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/ghc7.6.1-dataenc-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/ghc7.6.1-dataenc-buildroot/ (default)
Compressing files in /usr/src/tmp/ghc7.6.1-dataenc-buildroot (auto)
Adjusting library links in /usr/src/tmp/ghc7.6.1-dataenc-buildroot
./usr/lib64:
./usr/lib64/ghc-7.6.1/lib:
056-debuginfo.brp: WARNING: debuginfo without debug sources.
Verifying ELF objects in /usr/src/tmp/ghc7.6.1-dataenc-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so: RPATH contains several entries: /usr/lib64/ghc-7.6.1/containers-0.5.0.0:/usr/lib64/ghc-7.6.1/deepseq-1.3.0.1:/usr/lib64/ghc-7.6.1/array-0.4.0.1:/usr/lib64/ghc-7.6.1/base-4.6.0.0:/usr/lib64/ghc-7.6.1/integer-gmp-0.5.0.0:/usr/lib64/ghc-7.6.1/ghc-prim-0.3.0.0:/usr/lib64/ghc-7.6.1
verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so: undefined symbol: stg_sel_7_upd_info
verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so: undefined symbol: stg_ap_n_info
verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so: undefined symbol: stg_CAF_BLACKHOLE_info
verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so: undefined symbol: stg_gc_ut
verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so: undefined symbol: stg_upd_frame_info
verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so: undefined symbol: stg_bh_upd_frame_info
verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so: undefined symbol: stg_sel_1_upd_info
verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so: undefined symbol: stg_MUT_ARR_PTRS_DIRTY_info
verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so: undefined symbol: stg_ap_p_fast
verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so: undefined symbol: stg_ap_0_fast
verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so: undefined symbol: stg_sel_4_upd_info
verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so: undefined symbol: stg_ap_n_fast
verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so: undefined symbol: stg_sel_5_upd_info
verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so: undefined symbol: stg_newArrayzh
verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so: undefined symbol: stg_sel_2_upd_info
verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so: undefined symbol: stg_MUT_ARR_PTRS_FROZEN0_info
verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so: undefined symbol: stg_ap_2_upd_info
verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so: undefined symbol: stg_sel_3_upd_info
verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so: undefined symbol: stg_gc_unbx_r1
verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so: undefined symbol: newCAF
Hardlinking identical .pyc and .pyo files
Processing files: ghc7.6.1-dataenc-0.14.0.4-alt2
warning: File listed twice: /usr/lib64/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/LICENSE
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-Base16.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-Base16.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-Base32.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-Base32.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-Base32Hex.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-Base32Hex.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-Base64.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-Base64.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-Base64Url.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-Base64Url.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-Base85.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-Base85.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-DataEncoding.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-DataEncoding.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-PythonString.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-PythonString.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-QuotedPrintable.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-QuotedPrintable.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-Url.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-Url.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-Uu.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-Uu.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-Xx.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-Xx.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-Yenc.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/Codec-Binary-Yenc.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/dataenc.haddock
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/dataenc.haddock
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/doc-index.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/doc-index.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/frames.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/frames.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/haddock-util.js
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/haddock-util.js
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/hslogo-16.png
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/hslogo-16.png
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/index-frames.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/index-frames.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/index.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/index.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-Base16.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-Base16.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-Base32.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-Base32.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-Base32Hex.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-Base32Hex.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-Base64.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-Base64.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-Base64Url.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-Base64Url.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-Base85.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-Base85.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-DataEncoding.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-DataEncoding.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-PythonString.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-PythonString.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-QuotedPrintable.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-QuotedPrintable.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-Url.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-Url.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-Uu.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-Uu.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-Xx.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-Xx.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-Yenc.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/mini_Codec-Binary-Yenc.html
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/minus.gif
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/minus.gif
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/ocean.css
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/ocean.css
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/plus.gif
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/plus.gif
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/synopsis.png
warning: File listed twice: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/synopsis.png
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.s3cYbf
find-provides: running scripts (debuginfo,haskell,lib,pam,perl,pkgconfig,python,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.syX3ED
find-requires: running scripts (cpp,debuginfo,files,haskell,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
Provides: ghc7.6.1(dataenc) = 0.14.0.4, ghc7.6.1(dataenc-0.14.0.4-6b917b4264f51af8fecd28992288acbd)
Requires: /usr/lib64/ghc-7.6.1/base-4.6.0.0/libHSbase-4.6.0.0-ghc7.6.1.so, /usr/lib64/ghc-7.6.1/containers-0.5.0.0/libHScontainers-0.5.0.0-ghc7.6.1.so, /usr/lib64/ghc-7.6.1/ghc-prim-0.3.0.0/libHSghc-prim-0.3.0.0-ghc7.6.1.so, /usr/lib64/ghc-7.6.1/integer-gmp-0.5.0.0/libHSinteger-gmp-0.5.0.0-ghc7.6.1.so, ghc7.6.1(array) = 0.4.0.1, ghc7.6.1(array-0.4.0.1-cbe8814e07792e8f0d66cac77a2c0b6b), ghc7.6.1(base) = 4.6.0.0, ghc7.6.1(base-4.6.0.0-9108e251636b0c8499261c52a7809ea1), ghc7.6.1(containers) = 0.5.0.0, ghc7.6.1(containers-0.5.0.0-e49be7a240765a4edc5c09f677ec6a81), rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ewwce5
Creating ghc7.6.1-dataenc-debuginfo package
Processing files: ghc7.6.1-dataenc-debuginfo-0.14.0.4-alt2
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.WL9RTz
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Q3KGF7
find-requires: running scripts (debuginfo)
Requires: ghc7.6.1-dataenc = 0.14.0.4-alt2, /usr/lib/debug/usr/lib64/ghc-7.6.1/base-4.6.0.0/libHSbase-4.6.0.0-ghc7.6.1.so.debug, /usr/lib/debug/usr/lib64/ghc-7.6.1/containers-0.5.0.0/libHScontainers-0.5.0.0-ghc7.6.1.so.debug, /usr/lib/debug/usr/lib64/ghc-7.6.1/ghc-prim-0.3.0.0/libHSghc-prim-0.3.0.0-ghc7.6.1.so.debug, /usr/lib/debug/usr/lib64/ghc-7.6.1/integer-gmp-0.5.0.0/libHSinteger-gmp-0.5.0.0-ghc7.6.1.so.debug
Adding to ghc7.6.1-dataenc-debuginfo a strict dependency on ghc7.6.1-dataenc
Wrote: /usr/src/RPM/RPMS/x86_64/ghc7.6.1-dataenc-0.14.0.4-alt2.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/ghc7.6.1-dataenc-debuginfo-0.14.0.4-alt2.x86_64.rpm (w2.lzdio)
22.08user 16.17system 0:50.56elapsed 75%CPU (0avgtext+0avgdata 183200maxresident)k
0inputs+0outputs (0major+7264650minor)pagefaults 0swaps
2.91user 1.40system 1:06.03elapsed 6%CPU (0avgtext+0avgdata 119840maxresident)k
0inputs+0outputs (34278major+156061minor)pagefaults 0swaps
--- ghc7.6.1-dataenc-0.14.0.4-alt2.x86_64.rpm.repo	2019-02-21 04:08:05.000000000 +0000
+++ ghc7.6.1-dataenc-0.14.0.4-alt2.x86_64.rpm.hasher	2022-10-09 08:57:45.706123517 +0000
@@ -153,5 +153,5 @@
 File: /usr/lib64/ghc-7.6.1/lib/dataenc-0.14.0.4/dataenc.pkg	100755	root:root	e9ae8f97bfe88f38cf7df78275ec8b65	
-File: /usr/lib64/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so	100644	root:root	27f61000d12fb36e414da46b3e833651	
-File: /usr/lib64/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4.a	100644	root:root	39b4c440accdcfe96be32e42d1a62bd5	
-File: /usr/lib64/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4_p.a	100644	root:root	9d3fb6ef274da94675e5fc6a440a6b33	
+File: /usr/lib64/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so	100644	root:root	015d3772d9e88b6894cc4c1ed1a4116a	
+File: /usr/lib64/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4.a	100644	root:root	b71f33100f2be459ad62c0aeb9b96df5	
+File: /usr/lib64/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4_p.a	100644	root:root	66e8defc19bff08e8424508eeaa33046	
 File: /usr/lib64/ghc-7.6.1/package.conf.d/dataenc-0.14.0.4.conf	100644	root:root	e9ae8f97bfe88f38cf7df78275ec8b65	
@@ -197,2 +197,2 @@
 File: /usr/share/doc/ghc7.6.1-dataenc-0.14.0.4/html/synopsis.png	100644	root:root	f7936844cc05316ed73f6bf1d2e75434	
-RPMIdentity: 331611aa27fdbc1a0054ce6f23afaaac4d30ff45ef8b64815aa2e327ac771cc564f68e414076e84fd9058d12206a17f2a17d6d27e5d2bfa6764cede268398f61
+RPMIdentity: 7041efe08b7b6f4696609e36fa125d7ac5547010e6d321cecf2d614b34eb99320ff54d328ad1c5d060ac192dcfe5de3f72128bbbeb43985b5c2ebc692b1c66f4
--- ghc7.6.1-dataenc-debuginfo-0.14.0.4-alt2.x86_64.rpm.repo	2019-02-21 04:08:05.000000000 +0000
+++ ghc7.6.1-dataenc-debuginfo-0.14.0.4-alt2.x86_64.rpm.hasher	2022-10-09 08:57:45.782123626 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/1b	40755	root:root	
-/usr/lib/debug/.build-id/1b/573dcccfbf7d9dcb269b88829ee39dade3b6c9	120777	root:root	../../../../lib64/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so
-/usr/lib/debug/.build-id/1b/573dcccfbf7d9dcb269b88829ee39dade3b6c9.debug	120777	root:root	../../usr/lib64/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so.debug
+/usr/lib/debug/.build-id/00	40755	root:root	
+/usr/lib/debug/.build-id/00/deaa79268a19255ef821176a19dfd9661b14cf	120777	root:root	../../../../lib64/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so
+/usr/lib/debug/.build-id/00/deaa79268a19255ef821176a19dfd9661b14cf.debug	120777	root:root	../../usr/lib64/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so.debug
 /usr/lib/debug/usr/lib64/ghc-7.6.1	40755	root:root	
@@ -14,5 +14,5 @@
 Provides: ghc7.6.1-dataenc-debuginfo = 0.14.0.4-alt2:sisyphus+222241.100.1.1
-File: /usr/lib/debug/.build-id/1b	40755	root:root		
-File: /usr/lib/debug/.build-id/1b/573dcccfbf7d9dcb269b88829ee39dade3b6c9	120777	root:root		../../../../lib64/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so
-File: /usr/lib/debug/.build-id/1b/573dcccfbf7d9dcb269b88829ee39dade3b6c9.debug	120777	root:root		../../usr/lib64/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so.debug
+File: /usr/lib/debug/.build-id/00	40755	root:root		
+File: /usr/lib/debug/.build-id/00/deaa79268a19255ef821176a19dfd9661b14cf	120777	root:root		../../../../lib64/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so
+File: /usr/lib/debug/.build-id/00/deaa79268a19255ef821176a19dfd9661b14cf.debug	120777	root:root		../../usr/lib64/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so.debug
 File: /usr/lib/debug/usr/lib64/ghc-7.6.1	40755	root:root		
@@ -20,3 +20,3 @@
 File: /usr/lib/debug/usr/lib64/ghc-7.6.1/lib/dataenc-0.14.0.4	40755	root:root		
-File: /usr/lib/debug/usr/lib64/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so.debug	100644	root:root	85e640cc3bbbe208018dab50e803981c	
-RPMIdentity: 1272478c883b5be9248521b18eda57ef6fa75abed03dce4d211b9c8e7a7601943423b175882a946cc92ddf41874a77e30b780c4f266ab102a5331b6cace0acae
+File: /usr/lib/debug/usr/lib64/ghc-7.6.1/lib/dataenc-0.14.0.4/libHSdataenc-0.14.0.4-ghc7.6.1.so.debug	100644	root:root	ad3c88f1d3ccaf7c242fbaeb303c383a	
+RPMIdentity: 95919e23f3704b8bd4d35f5c3f37bf01b1dbcf1268382d4b43055b449c1b957bce50621e7e8fbe4b1ece2f93a22ac72e5c3f53de9c89af112db8623a61dd6c9c