<86>Sep 19 13:20:42 userdel[175937]: delete user 'rooter' <86>Sep 19 13:20:42 userdel[175937]: removed group 'rooter' owned by 'rooter' <86>Sep 19 13:20:42 userdel[175937]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 19 13:20:42 groupadd[175959]: group added to /etc/group: name=rooter, GID=696 <86>Sep 19 13:20:42 groupadd[175959]: group added to /etc/gshadow: name=rooter <86>Sep 19 13:20:42 groupadd[175959]: new group: name=rooter, GID=696 <86>Sep 19 13:20:42 useradd[175972]: new user: name=rooter, UID=696, GID=696, home=/root, shell=/bin/bash <86>Sep 19 13:20:42 userdel[175993]: delete user 'builder' <86>Sep 19 13:20:42 userdel[175993]: removed group 'builder' owned by 'builder' <86>Sep 19 13:20:42 userdel[175993]: removed shadow group 'builder' owned by 'builder' <86>Sep 19 13:20:42 groupadd[176007]: group added to /etc/group: name=builder, GID=697 <86>Sep 19 13:20:42 groupadd[176007]: group added to /etc/gshadow: name=builder <86>Sep 19 13:20:42 groupadd[176007]: new group: name=builder, GID=697 <86>Sep 19 13:20:42 useradd[176019]: new user: name=builder, UID=697, GID=697, 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>Sep 19 13:20:44 rpmi: rpm-macros-ghc7.6.1-common-7.6.1-alt8 sisyphus+222088.40.12.1 1553098955 installed <13>Sep 19 13:20:44 rpmi: rpm-build-haskell-1.4.5-alt1 sisyphus+222088.1140.12.1 1553099568 installed <13>Sep 19 13:20:44 rpmi: libgmp-devel-6.1.2-alt3 sisyphus+229304.40.2.1 1557770931 installed <13>Sep 19 13:20:44 rpmi: libffi-devel-1:3.2.1-alt3 p9+251949.100.1.1 1589887590 installed <13>Sep 19 13:20:44 rpmi: haskell-filetrigger-0.0.5-alt3 sisyphus+222088.300.12.1 1553099539 installed <13>Sep 19 13:20:44 rpmi: ghc7.6.1-common-7.6.1-alt8 sisyphus+222088.40.12.1 1553098955 installed <13>Sep 19 13:20:52 rpmi: ghc7.6.1-7.6.1-alt8 sisyphus+222088.40.12.1 1553098955 installed <13>Sep 19 13:20:52 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.86646 + 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.86646 + 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.32423 + 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.ccSvFh 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.Txcl5y 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.M3giDT 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.bqg7ih find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Usqe6H 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) 8.72user 3.80system 0:28.49elapsed 43%CPU (0avgtext+0avgdata 183464maxresident)k 0inputs+0outputs (0major+1734944minor)pagefaults 0swaps 19.73user 6.67system 0:43.41elapsed 60%CPU (0avgtext+0avgdata 183464maxresident)k 0inputs+0outputs (0major+2043409minor)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-09-19 13:21:24.648299053 +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 f37a7ef5a0d14f28f4f9cca9c4780e50 +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM.hi 100644 root:root 4cc19b928f841ff5bef7dc5320f187a2 +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM.p_hi 100644 root:root a73c5c7eed5bda7622b7921211991d56 +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TArray.dyn_hi 100644 root:root 65d2ec043e57e0d83cc106371ff15280 +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TArray.hi 100644 root:root a663ef1b60e9eb6e758ef1b0edb21795 +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TArray.p_hi 100644 root:root d0b536dbf3d1de6d60e1ee26af7ce601 +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TBQueue.dyn_hi 100644 root:root c14c4be2b3e93e9c525db74f0cf69bfb +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TBQueue.hi 100644 root:root 8becdab5d04134f0e67df22aa9b7962d +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TBQueue.p_hi 100644 root:root d54f7202adcb46280b77fd663e64de6c +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TChan.dyn_hi 100644 root:root ac30f1e814d157f22e24eaab23824b4e +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TChan.hi 100644 root:root 15497acc310d5fa61b1c8ad8620358f4 +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TChan.p_hi 100644 root:root b9f6abdec1a7d67b7cf7dc761d715d40 +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TMVar.dyn_hi 100644 root:root 99845946a7c412c551a3ed7252c3cc11 +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TMVar.hi 100644 root:root 0b4e89d86d22439025a42aa6e3315b98 +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TMVar.p_hi 100644 root:root d5dddd2b06110319f778334b5d3b01ef +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TQueue.dyn_hi 100644 root:root 0ca7c0d956b3e04afc28511097918018 +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TQueue.hi 100644 root:root d6dd67b162b046352d93b26afb51f39b +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TQueue.p_hi 100644 root:root 09c3ee582ce94865e2cd6ed250a1f136 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 df6b5fb9710b1d034ac9889b238c549c +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TVar.hi 100644 root:root b0d89a6eb412abca095854781b40068e +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TVar.p_hi 100644 root:root 282856acaf0ceae182af4d724f0e42c8 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 c8430235b599652c3e505d65edea7b57 +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Monad/STM.hi 100644 root:root 00fbcf27956625f8ac02039e97b5d50d +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Monad/STM.p_hi 100644 root:root 8a2484f655db4d5a250f46969d70740e 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 fc42c993a189862b7c785682d221a9ff +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Sequential/STM.hi 100644 root:root 70482e215a2f24cfe00389cffc012293 +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Sequential/STM.p_hi 100644 root:root 705ffb7cd4b359e0153f58aa4f105a85 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 52987b4e2da4d614cabc602c6b2a533a +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2.a 100644 root:root 82cfd9d219c6a13d139bc5b88271caac +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2_p.a 100644 root:root 215a1db19d52f420e43af7f8cccf12fe 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: d4ce8f247fdf3c64e9704fccb1ddf931f3ef5ee70fe112f35022cb5d5cb2707b6ea45eed411a26da311f5bce10faa7076701a82ed916acdd545915791e7754f9 --- 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-09-19 13:21:24.732299389 +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/46 40755 root:root +/usr/lib/debug/.build-id/46/d52caa70ad33f7a29770ec2881874430c65e7f 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/46/d52caa70ad33f7a29770ec2881874430c65e7f.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/46 40755 root:root +File: /usr/lib/debug/.build-id/46/d52caa70ad33f7a29770ec2881874430c65e7f 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/46/d52caa70ad33f7a29770ec2881874430c65e7f.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 9b05c8edeefad25898b4a65be372fdcc +RPMIdentity: 12e125bf2774b9ce08774674417727c561e91daea78982ebb550580689974f2874866373fb1b57890d618d27a5c63e4ea7e4fdee4fa325d0245075b0aff8953f