<86>Dec 5 03:12:07 userdel[423528]: delete user 'rooter' <86>Dec 5 03:12:07 userdel[423528]: removed group 'rooter' owned by 'rooter' <86>Dec 5 03:12:07 userdel[423528]: removed shadow group 'rooter' owned by 'rooter' <86>Dec 5 03:12:07 groupadd[423554]: group added to /etc/group: name=rooter, GID=927 <86>Dec 5 03:12:07 groupadd[423554]: group added to /etc/gshadow: name=rooter <86>Dec 5 03:12:07 groupadd[423554]: new group: name=rooter, GID=927 <86>Dec 5 03:12:07 useradd[423574]: new user: name=rooter, UID=927, GID=927, home=/root, shell=/bin/bash <86>Dec 5 03:12:07 userdel[423604]: delete user 'builder' <86>Dec 5 03:12:07 userdel[423604]: removed group 'builder' owned by 'builder' <86>Dec 5 03:12:07 userdel[423604]: removed shadow group 'builder' owned by 'builder' <86>Dec 5 03:12:07 groupadd[423630]: group added to /etc/group: name=builder, GID=928 <86>Dec 5 03:12:07 groupadd[423630]: group added to /etc/gshadow: name=builder <86>Dec 5 03:12:07 groupadd[423630]: new group: name=builder, GID=928 <86>Dec 5 03:12:07 useradd[423648]: new user: name=builder, UID=928, GID=928, 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>Dec 5 03:12:09 rpmi: rpm-macros-ghc7.6.1-common-7.6.1-alt8 sisyphus+222088.40.12.1 1553098955 installed <13>Dec 5 03:12:09 rpmi: rpm-build-haskell-1.4.5-alt1 sisyphus+222088.1140.12.1 1553099568 installed <13>Dec 5 03:12:09 rpmi: libgmp-devel-6.1.2-alt3 sisyphus+229304.40.2.1 1557770931 installed <13>Dec 5 03:12:09 rpmi: libffi-devel-1:3.2.1-alt3 p9+251949.100.1.1 1589887590 installed <13>Dec 5 03:12:09 rpmi: haskell-filetrigger-0.0.5-alt3 sisyphus+222088.300.12.1 1553099539 installed <13>Dec 5 03:12:09 rpmi: ghc7.6.1-common-7.6.1-alt8 sisyphus+222088.40.12.1 1553098955 installed <13>Dec 5 03:12:14 rpmi: ghc7.6.1-7.6.1-alt8 sisyphus+222088.40.12.1 1553098955 installed <13>Dec 5 03:12:14 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-stm-2.4.2-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-stm-2.4.2-alt2.nosrc.rpm (w1.gzdio) warning: File /usr/src/RPM/SOURCES/ghc7.6.1-stm-2.4.2-alt2.patch is smaller than 8 bytes Installing ghc7.6.1-stm-2.4.2-alt2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.52537 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ghc7.6.1-stm-2.4.2 + echo 'Source #0 (ghc7.6.1-stm-2.4.2.tar):' Source #0 (ghc7.6.1-stm-2.4.2.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ghc7.6.1-stm-2.4.2.tar + cd ghc7.6.1-stm-2.4.2 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (ghc7.6.1-stm-2.4.2-alt2.patch):' Patch #0 (ghc7.6.1-stm-2.4.2-alt2.patch): + /usr/bin/patch -p1 + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.52537 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ghc7.6.1-stm-2.4.2 + '[' -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-stm-2.4.2 '--libsubdir=$compiler/lib/$pkgid' --docdir=/usr/share/doc/ghc7.6.1-stm-2.4.2 --datadir=/usr/share --datasubdir=ghc7.6.1-stm-2.4.2 --enable-library-profiling --enable-library-for-ghci --disable-executable-profiling --enable-split-objs --enable-shared -O2 --ghc Configuring stm-2.4.2... + '[' -x Setup ']' + ./Setup makefile -f cabal-rpm.mk unrecognised command: makefile (try --help) + ./Setup build Building stm-2.4.2... Preprocessing library stm-2.4.2... [ 1 of 10] Compiling Control.Sequential.STM ( Control/Sequential/STM.hs, dist/build/Control/Sequential/STM.o ) [ 2 of 10] Compiling Control.Concurrent.STM.TBQueue ( Control/Concurrent/STM/TBQueue.hs, dist/build/Control/Concurrent/STM/TBQueue.o ) [ 3 of 10] Compiling Control.Concurrent.STM.TQueue ( Control/Concurrent/STM/TQueue.hs, dist/build/Control/Concurrent/STM/TQueue.o ) [ 4 of 10] Compiling Control.Concurrent.STM.TChan ( Control/Concurrent/STM/TChan.hs, dist/build/Control/Concurrent/STM/TChan.o ) [ 5 of 10] Compiling Control.Concurrent.STM.TMVar ( Control/Concurrent/STM/TMVar.hs, dist/build/Control/Concurrent/STM/TMVar.o ) [ 6 of 10] Compiling Control.Concurrent.STM.TVar ( Control/Concurrent/STM/TVar.hs, dist/build/Control/Concurrent/STM/TVar.o ) [ 7 of 10] Compiling Control.Concurrent.STM.TArray ( Control/Concurrent/STM/TArray.hs, dist/build/Control/Concurrent/STM/TArray.o ) [ 8 of 10] Compiling Control.Monad.STM ( Control/Monad/STM.hs, dist/build/Control/Monad/STM.o ) [ 9 of 10] Compiling Control.Concurrent.STM ( Control/Concurrent/STM.hs, dist/build/Control/Concurrent/STM.o ) [10 of 10] Compiling Control.Concurrent.STM.TSem ( Control/Concurrent/STM/TSem.hs, dist/build/Control/Concurrent/STM/TSem.o ) [ 1 of 10] Compiling Control.Sequential.STM ( Control/Sequential/STM.hs, dist/build/Control/Sequential/STM.p_o ) [ 2 of 10] Compiling Control.Concurrent.STM.TBQueue ( Control/Concurrent/STM/TBQueue.hs, dist/build/Control/Concurrent/STM/TBQueue.p_o ) [ 3 of 10] Compiling Control.Concurrent.STM.TQueue ( Control/Concurrent/STM/TQueue.hs, dist/build/Control/Concurrent/STM/TQueue.p_o ) [ 4 of 10] Compiling Control.Concurrent.STM.TChan ( Control/Concurrent/STM/TChan.hs, dist/build/Control/Concurrent/STM/TChan.p_o ) [ 5 of 10] Compiling Control.Concurrent.STM.TMVar ( Control/Concurrent/STM/TMVar.hs, dist/build/Control/Concurrent/STM/TMVar.p_o ) [ 6 of 10] Compiling Control.Concurrent.STM.TVar ( Control/Concurrent/STM/TVar.hs, dist/build/Control/Concurrent/STM/TVar.p_o ) [ 7 of 10] Compiling Control.Concurrent.STM.TArray ( Control/Concurrent/STM/TArray.hs, dist/build/Control/Concurrent/STM/TArray.p_o ) [ 8 of 10] Compiling Control.Monad.STM ( Control/Monad/STM.hs, dist/build/Control/Monad/STM.p_o ) [ 9 of 10] Compiling Control.Concurrent.STM ( Control/Concurrent/STM.hs, dist/build/Control/Concurrent/STM.p_o ) [10 of 10] Compiling Control.Concurrent.STM.TSem ( Control/Concurrent/STM/TSem.hs, dist/build/Control/Concurrent/STM/TSem.p_o ) [ 1 of 10] Compiling Control.Sequential.STM ( Control/Sequential/STM.hs, dist/build/Control/Sequential/STM.dyn_o ) [ 2 of 10] Compiling Control.Concurrent.STM.TBQueue ( Control/Concurrent/STM/TBQueue.hs, dist/build/Control/Concurrent/STM/TBQueue.dyn_o ) [ 3 of 10] Compiling Control.Concurrent.STM.TQueue ( Control/Concurrent/STM/TQueue.hs, dist/build/Control/Concurrent/STM/TQueue.dyn_o ) [ 4 of 10] Compiling Control.Concurrent.STM.TChan ( Control/Concurrent/STM/TChan.hs, dist/build/Control/Concurrent/STM/TChan.dyn_o ) [ 5 of 10] Compiling Control.Concurrent.STM.TMVar ( Control/Concurrent/STM/TMVar.hs, dist/build/Control/Concurrent/STM/TMVar.dyn_o ) [ 6 of 10] Compiling Control.Concurrent.STM.TVar ( Control/Concurrent/STM/TVar.hs, dist/build/Control/Concurrent/STM/TVar.dyn_o ) [ 7 of 10] Compiling Control.Concurrent.STM.TArray ( Control/Concurrent/STM/TArray.hs, dist/build/Control/Concurrent/STM/TArray.dyn_o ) [ 8 of 10] Compiling Control.Monad.STM ( Control/Monad/STM.hs, dist/build/Control/Monad/STM.dyn_o ) [ 9 of 10] Compiling Control.Concurrent.STM ( Control/Concurrent/STM.hs, dist/build/Control/Concurrent/STM.dyn_o ) [10 of 10] Compiling Control.Concurrent.STM.TSem ( Control/Concurrent/STM/TSem.hs, dist/build/Control/Concurrent/STM/TSem.dyn_o ) In-place registering stm-2.4.2... + ./Setup haddock Running Haddock for stm-2.4.2... Preprocessing library stm-2.4.2... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: rts-1.0 Haddock coverage: 0% ( 0 / 11) in 'Control.Sequential.STM' 100% ( 12 / 12) in 'Control.Concurrent.STM.TBQueue' 100% ( 12 / 12) in 'Control.Concurrent.STM.TQueue' 100% ( 18 / 18) in 'Control.Concurrent.STM.TChan' 100% ( 15 / 15) in 'Control.Concurrent.STM.TMVar' 100% ( 12 / 12) in 'Control.Concurrent.STM.TVar' 100% ( 2 / 2) in 'Control.Concurrent.STM.TArray' 90% ( 9 / 10) in 'Control.Monad.STM' 100% ( 8 / 8) in 'Control.Concurrent.STM' 40% ( 2 / 5) in 'Control.Concurrent.STM.TSem' Documentation created: dist/doc/html/stm/index.html + ./Setup register --gen-pkg-config=stm.pkg Creating package registration file: stm.pkg + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.21226 + 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-stm-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ghc7.6.1-stm-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd ghc7.6.1-stm-2.4.2 + '[' -x Setup ']' + ./Setup copy --destdir=/usr/src/tmp/ghc7.6.1-stm-buildroot Installing library in /usr/src/tmp/ghc7.6.1-stm-buildroot/usr/lib64/ghc-7.6.1/lib/stm-2.4.2 + '[' -f stm.pkg ']' + install -m 755 stm.pkg /usr/src/tmp/ghc7.6.1-stm-buildroot/usr/lib64/ghc-7.6.1/lib/stm-2.4.2 + mkdir -p /usr/src/tmp/ghc7.6.1-stm-buildroot/usr/lib64/ghc-7.6.1/package.conf.d + install -D -m 644 stm.pkg /usr/src/tmp/ghc7.6.1-stm-buildroot/usr/lib64/ghc-7.6.1/package.conf.d/stm-2.4.2.conf + /usr/lib/rpm-build-haskell/hs_gen_filelist.sh /usr/src/tmp/ghc7.6.1-stm-buildroot /usr/lib64 /usr/lib64/ghc-7.6.1/lib/stm-2.4.2 /usr/src/RPM/BUILD/ghc7.6.1-stm-2.4.2 ghc7.6.1-stm 2.4.2 /usr/lib64/ghc-7.6.1/package.conf.d/stm-2.4.2.conf ~/tmp/ghc7.6.1-stm-buildroot ~/RPM/BUILD/ghc7.6.1-stm-2.4.2 find: './usr/bin': No such file or directory find: './usr/share/ghc7.6.1-stm-2.4.2': No such file or directory ~/RPM/BUILD/ghc7.6.1-stm-2.4.2 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ghc7.6.1-stm-buildroot (auto) mode of './usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2-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-stm-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ghc7.6.1-stm-buildroot/ (default) Compressing files in /usr/src/tmp/ghc7.6.1-stm-buildroot (auto) Adjusting library links in /usr/src/tmp/ghc7.6.1-stm-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-stm-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/stm-2.4.2/libHSstm-2.4.2-ghc7.6.1.so: RPATH contains several entries: /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/stm-2.4.2/libHSstm-2.4.2-ghc7.6.1.so: undefined symbol: stg_ap_pp_info verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2-ghc7.6.1.so: undefined symbol: stg_newTVarzh verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2-ghc7.6.1.so: undefined symbol: stg_catchRetryzh verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2-ghc7.6.1.so: undefined symbol: stg_readTVarzh verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2-ghc7.6.1.so: undefined symbol: stg_CAF_BLACKHOLE_info verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2-ghc7.6.1.so: undefined symbol: stg_gc_ut verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2-ghc7.6.1.so: undefined symbol: stg_sel_0_upd_info verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2-ghc7.6.1.so: undefined symbol: stg_newMutVarzh verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2-ghc7.6.1.so: undefined symbol: stg_upd_frame_info verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2-ghc7.6.1.so: undefined symbol: stg_bh_upd_frame_info verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2-ghc7.6.1.so: undefined symbol: stg_sel_1_upd_info verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2-ghc7.6.1.so: undefined symbol: stg_MUT_ARR_PTRS_DIRTY_info verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2-ghc7.6.1.so: undefined symbol: stg_ap_ppv_fast verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2-ghc7.6.1.so: undefined symbol: stg_ap_p_info verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2-ghc7.6.1.so: undefined symbol: stg_ap_p_fast verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2-ghc7.6.1.so: undefined symbol: stg_ap_pp_fast verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2-ghc7.6.1.so: undefined symbol: stg_ap_0_fast verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2-ghc7.6.1.so: undefined symbol: stg_newArrayzh verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2-ghc7.6.1.so: undefined symbol: stg_catchzh verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2-ghc7.6.1.so: undefined symbol: stg_MUT_ARR_PTRS_FROZEN0_info verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2-ghc7.6.1.so: undefined symbol: stg_ap_v_fast verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2-ghc7.6.1.so: undefined symbol: stg_ap_2_upd_info verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2-ghc7.6.1.so: undefined symbol: stg_writeTVarzh verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2-ghc7.6.1.so: undefined symbol: stg_gc_noregs verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2-ghc7.6.1.so: undefined symbol: stg_ap_pv_fast verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2-ghc7.6.1.so: undefined symbol: stg_retryzh verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2-ghc7.6.1.so: undefined symbol: dirty_MUT_VAR verify-elf: WARNING: ./usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2-ghc7.6.1.so: undefined symbol: newCAF Hardlinking identical .pyc and .pyo files Processing files: ghc7.6.1-stm-2.4.2-alt2 warning: File listed twice: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2-ghc7.6.1.so warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/LICENSE warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/Control-Concurrent-STM-TArray.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/Control-Concurrent-STM-TArray.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/Control-Concurrent-STM-TBQueue.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/Control-Concurrent-STM-TBQueue.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/Control-Concurrent-STM-TChan.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/Control-Concurrent-STM-TChan.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/Control-Concurrent-STM-TMVar.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/Control-Concurrent-STM-TMVar.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/Control-Concurrent-STM-TQueue.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/Control-Concurrent-STM-TQueue.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/Control-Concurrent-STM-TSem.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/Control-Concurrent-STM-TSem.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/Control-Concurrent-STM-TVar.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/Control-Concurrent-STM-TVar.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/Control-Concurrent-STM.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/Control-Concurrent-STM.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/Control-Monad-STM.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/Control-Monad-STM.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/doc-index.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/doc-index.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/frames.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/frames.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/haddock-util.js warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/haddock-util.js warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/hslogo-16.png warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/hslogo-16.png warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/index-frames.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/index-frames.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/index.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/index.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/mini_Control-Concurrent-STM-TArray.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/mini_Control-Concurrent-STM-TArray.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/mini_Control-Concurrent-STM-TBQueue.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/mini_Control-Concurrent-STM-TBQueue.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/mini_Control-Concurrent-STM-TChan.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/mini_Control-Concurrent-STM-TChan.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/mini_Control-Concurrent-STM-TMVar.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/mini_Control-Concurrent-STM-TMVar.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/mini_Control-Concurrent-STM-TQueue.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/mini_Control-Concurrent-STM-TQueue.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/mini_Control-Concurrent-STM-TSem.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/mini_Control-Concurrent-STM-TSem.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/mini_Control-Concurrent-STM-TVar.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/mini_Control-Concurrent-STM-TVar.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/mini_Control-Concurrent-STM.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/mini_Control-Concurrent-STM.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/mini_Control-Monad-STM.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/mini_Control-Monad-STM.html warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/minus.gif warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/minus.gif warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/ocean.css warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/ocean.css warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/plus.gif warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/plus.gif warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/stm.haddock warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/stm.haddock warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/synopsis.png warning: File listed twice: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/synopsis.png Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.HnjoTA 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.01ipSh 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(stm) = 2.4.2, ghc7.6.1(stm-2.4.2-6f813e744f1df8cc3bfcb8f07b80972a) Requires: /usr/lib64/ghc-7.6.1/array-0.4.0.1/libHSarray-0.4.0.1-ghc7.6.1.so, /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/ghc-prim-0.3.0.0/libHSghc-prim-0.3.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), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5cKuj2 Creating ghc7.6.1-stm-debuginfo package Processing files: ghc7.6.1-stm-debuginfo-2.4.2-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.eslOcQ find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dEB1xH find-requires: running scripts (debuginfo) Requires: ghc7.6.1-stm = 2.4.2-alt2, /usr/lib/debug/usr/lib64/ghc-7.6.1/array-0.4.0.1/libHSarray-0.4.0.1-ghc7.6.1.so.debug, /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/ghc-prim-0.3.0.0/libHSghc-prim-0.3.0.0-ghc7.6.1.so.debug Adding to ghc7.6.1-stm-debuginfo a strict dependency on ghc7.6.1-stm Wrote: /usr/src/RPM/RPMS/x86_64/ghc7.6.1-stm-2.4.2-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ghc7.6.1-stm-debuginfo-2.4.2-alt2.x86_64.rpm (w2.lzdio) 5.88user 4.13system 0:14.33elapsed 69%CPU (0avgtext+0avgdata 182916maxresident)k 0inputs+0outputs (0major+1746329minor)pagefaults 0swaps 13.61user 7.08system 0:24.38elapsed 84%CPU (0avgtext+0avgdata 182916maxresident)k 0inputs+0outputs (34394major+2027912minor)pagefaults 0swaps --- ghc7.6.1-stm-2.4.2-alt2.x86_64.rpm.repo 2019-02-21 05:20:14.000000000 +0000 +++ ghc7.6.1-stm-2.4.2-alt2.x86_64.rpm.hasher 2021-12-05 03:12:31.032673281 +0000 @@ -90,20 +90,20 @@ File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM 40755 root:root -File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM.dyn_hi 100644 root:root 86845a82863e9c2ea17d1c4b22d750e3 -File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM.hi 100644 root:root 0aea245fc5a619eed798ae40eb945e7f -File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM.p_hi 100644 root:root a0e775396552b8ab5a930dd810718bc9 -File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TArray.dyn_hi 100644 root:root f6cd792fdbc09f5204001ba1bc9b993f -File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TArray.hi 100644 root:root 01a9254d66ae129d5863150ebf1a9034 -File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TArray.p_hi 100644 root:root 4d0e5aa466f1049fbca45beb3b4f78ff -File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TBQueue.dyn_hi 100644 root:root f20460273aedfc566161a8cab3c7a7a7 -File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TBQueue.hi 100644 root:root cc8b3c316da3c3901b6e7143f584e002 -File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TBQueue.p_hi 100644 root:root 8964c29456b1bc96d41ade00dc7b966e -File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TChan.dyn_hi 100644 root:root 6d8995d921c21eb28109fab163d9f3ad -File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TChan.hi 100644 root:root c4d29d27afb12e553f7ae928245993d4 -File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TChan.p_hi 100644 root:root 62b37777fd3e2bf10e151e9508a3ebfa -File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TMVar.dyn_hi 100644 root:root 714f42b00c664b05c0a5c4968b216b30 -File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TMVar.hi 100644 root:root f6dbf30c65e58f68ba113e02a2f8c54b -File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TMVar.p_hi 100644 root:root 05075e210910a1e10f68da97bd9178b0 -File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TQueue.dyn_hi 100644 root:root fe12a9384bb001f00d007220f7028876 -File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TQueue.hi 100644 root:root 44e6cc5d398a3d4658c34916f9f380be -File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TQueue.p_hi 100644 root:root 1931287c3814dcd6cbe11e24c679c86c +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM.dyn_hi 100644 root:root 3f2a8023aad2ba08957747af33584d07 +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM.hi 100644 root:root 6137ec75ef459db838b124ccb8185582 +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM.p_hi 100644 root:root 604756a99a347f378bf95b8cb7880a38 +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TArray.dyn_hi 100644 root:root 94c1abf8920953a3b19529b35178ab6c +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TArray.hi 100644 root:root 3578f7d9588c9ed75444109022e0b0cd +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TArray.p_hi 100644 root:root 61b7a7f372b3da0fcc5b0ca6251e21e2 +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TBQueue.dyn_hi 100644 root:root 9d92bb023dc950e779361071360a807b +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TBQueue.hi 100644 root:root 97eea46d8e7f97701a73b7765d1759c7 +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TBQueue.p_hi 100644 root:root 2239bf859d4d25bae69f5d4daeedb11f +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TChan.dyn_hi 100644 root:root 795a48dadc0c5c4dbc15ece16e7ca76c +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TChan.hi 100644 root:root d168e379b27f8eedd3d9e409b4a0e35f +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TChan.p_hi 100644 root:root ab4ce078107d64748faf5bd6c70a857c +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TMVar.dyn_hi 100644 root:root 1259fee2a64bd53842ee771437ec58e2 +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TMVar.hi 100644 root:root cce2a9661323b0fec9bb71037ad6f57b +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TMVar.p_hi 100644 root:root 4b5a5e666dd438d39971e06d3977c54c +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TQueue.dyn_hi 100644 root:root 231df951d3b14ca87e11e603794691bc +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TQueue.hi 100644 root:root 8aaae4c5376b7f60657237972e0df7f2 +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TQueue.p_hi 100644 root:root 7d0a104f36ca451a4a39af7bb1768d8b File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TSem.dyn_hi 100644 root:root 4f7d443d8fe10c44ac150848f4b1459c @@ -111,17 +111,17 @@ File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TSem.p_hi 100644 root:root cbdcceaef730cb320dc68c3ec30994e9 -File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TVar.dyn_hi 100644 root:root 6dc5b898cda4ac46cce85e7d1af0a58f -File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TVar.hi 100644 root:root 72e942ce9d81c44ce83e2974e1c665e8 -File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TVar.p_hi 100644 root:root 861a5b278beb99c5d590a4bb4b3bfb66 +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TVar.dyn_hi 100644 root:root 374291ab80582e026d650a979e506b68 +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TVar.hi 100644 root:root 08c41b08328d05c9469f90a60094755f +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TVar.p_hi 100644 root:root c9097dee514b3deebd88ac203c7c2726 File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Monad 40755 root:root -File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Monad/STM.dyn_hi 100644 root:root 30c7ad1fb4b7ab9378fa6235a354fd89 -File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Monad/STM.hi 100644 root:root f19d0b561b00f4ac083fd37e2652d86f -File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Monad/STM.p_hi 100644 root:root bf3267e661bc470ed1d5c69c08baf725 +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Monad/STM.dyn_hi 100644 root:root 7127e083ba79a77ee3457e2766351c25 +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Monad/STM.hi 100644 root:root 052a164a749a7f4fe4addfe43291ea30 +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Monad/STM.p_hi 100644 root:root ad0585422184c6f7435d964f93885da0 File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Sequential 40755 root:root -File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Sequential/STM.dyn_hi 100644 root:root 1afd403c88a71991a108d218e02a0056 -File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Sequential/STM.hi 100644 root:root d31b4bcb165b353d8987532bc228af55 -File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Sequential/STM.p_hi 100644 root:root 1c9577634458260ae13ce44e644478de +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Sequential/STM.dyn_hi 100644 root:root 2ffd47ed9f6623ca19d02e8ac0c12cdf +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Sequential/STM.hi 100644 root:root fbd32f0d7e97f3174a2e6116fd2b191a +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Sequential/STM.p_hi 100644 root:root 60bd21ca1109bc7f9a94c99f3cf420d6 File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/HSstm-2.4.2.o 100644 root:root 70250f8d2a73351a2fcd4f05ee4ad9c0 -File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2-ghc7.6.1.so 100644 root:root f5f7767eef1acd97a6c62fc33bffe726 -File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2.a 100644 root:root e0047b53986c9083f6c287e925bb1032 -File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2_p.a 100644 root:root c4cee34c6fd52ba7f1f053b6814e27c3 +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2-ghc7.6.1.so 100644 root:root 2fb3dcb88c1394a2b3f8db372c693d5d +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2.a 100644 root:root 531fbfaaaa146277dc8352efcfdedbcc +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2_p.a 100644 root:root 68761ff59eee9206bea0fd80e201d757 File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/stm.pkg 100755 root:root d71010b917bdae5e95a5e93a45556159 @@ -160,2 +160,2 @@ File: /usr/share/doc/ghc7.6.1-stm-2.4.2/html/synopsis.png 100644 root:root f7936844cc05316ed73f6bf1d2e75434 -RPMIdentity: 3fd87c4d838793e69c484cb894ac4d038277a3ee0b147f5e837481d6d0df4da997bea17dd9f86e9286637f17cff6ea59fa641afb27cfcb189f52b4c73d20da68 +RPMIdentity: 24e338f7ca3f73260f1445e1ff2d968ab1ceb3bfeea1f7eeac44bb4e35575d3506ef258cd9cbf2d98d3914678924516e7559c831bbc9f21035437b5266952b61 --- ghc7.6.1-stm-debuginfo-2.4.2-alt2.x86_64.rpm.repo 2019-02-21 05:20:14.000000000 +0000 +++ ghc7.6.1-stm-debuginfo-2.4.2-alt2.x86_64.rpm.hasher 2021-12-05 03:12:31.103674523 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/0a 40755 root:root -/usr/lib/debug/.build-id/0a/88263c09c4191df08eb3429c983a242433d427 120777 root:root ../../../../lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2-ghc7.6.1.so -/usr/lib/debug/.build-id/0a/88263c09c4191df08eb3429c983a242433d427.debug 120777 root:root ../../usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2-ghc7.6.1.so.debug +/usr/lib/debug/.build-id/c3 40755 root:root +/usr/lib/debug/.build-id/c3/a187aa6dca94b6f8e5df75a9f06b743ef82cd7 120777 root:root ../../../../lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2-ghc7.6.1.so +/usr/lib/debug/.build-id/c3/a187aa6dca94b6f8e5df75a9f06b743ef82cd7.debug 120777 root:root ../../usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2-ghc7.6.1.so.debug /usr/lib/debug/usr/lib64/ghc-7.6.1 40755 root:root @@ -13,5 +13,5 @@ Provides: ghc7.6.1-stm-debuginfo = 2.4.2-alt2:sisyphus+222280.100.1.1 -File: /usr/lib/debug/.build-id/0a 40755 root:root -File: /usr/lib/debug/.build-id/0a/88263c09c4191df08eb3429c983a242433d427 120777 root:root ../../../../lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2-ghc7.6.1.so -File: /usr/lib/debug/.build-id/0a/88263c09c4191df08eb3429c983a242433d427.debug 120777 root:root ../../usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2-ghc7.6.1.so.debug +File: /usr/lib/debug/.build-id/c3 40755 root:root +File: /usr/lib/debug/.build-id/c3/a187aa6dca94b6f8e5df75a9f06b743ef82cd7 120777 root:root ../../../../lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2-ghc7.6.1.so +File: /usr/lib/debug/.build-id/c3/a187aa6dca94b6f8e5df75a9f06b743ef82cd7.debug 120777 root:root ../../usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2-ghc7.6.1.so.debug File: /usr/lib/debug/usr/lib64/ghc-7.6.1 40755 root:root @@ -19,3 +19,3 @@ File: /usr/lib/debug/usr/lib64/ghc-7.6.1/lib/stm-2.4.2 40755 root:root -File: /usr/lib/debug/usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2-ghc7.6.1.so.debug 100644 root:root 78c77a4c520de0059a5962153e6db0a0 -RPMIdentity: 088923fe0d858caec94b39e43014df5bea4077a115d59bc1dda9469ad547ff5249a6bd992b1ca1f63c6b2df14dd8c19948662cce1f2df9330a4ba47cd40d9ced +File: /usr/lib/debug/usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2-ghc7.6.1.so.debug 100644 root:root cca1995524855a38412f9453554cecc5 +RPMIdentity: 3b19c5af5b8e35a89242fa12445cdd957413daeb4c79080c0abef9f9a4ea69a21a94084d578d0f890e36d9a6baf971c61b049cc22858d1fea959d58c2b0fea15