<86>Nov 6 07:34:04 userdel[2117113]: delete user 'rooter' <86>Nov 6 07:34:04 userdel[2117113]: removed group 'rooter' owned by 'rooter' <86>Nov 6 07:34:04 userdel[2117113]: removed shadow group 'rooter' owned by 'rooter' <86>Nov 6 07:34:04 groupadd[2117152]: group added to /etc/group: name=rooter, GID=927 <86>Nov 6 07:34:04 groupadd[2117152]: group added to /etc/gshadow: name=rooter <86>Nov 6 07:34:04 groupadd[2117152]: new group: name=rooter, GID=927 <86>Nov 6 07:34:04 useradd[2117189]: new user: name=rooter, UID=927, GID=927, home=/root, shell=/bin/bash <86>Nov 6 07:34:04 userdel[2117230]: delete user 'builder' <86>Nov 6 07:34:04 userdel[2117230]: removed group 'builder' owned by 'builder' <86>Nov 6 07:34:04 groupadd[2117265]: group added to /etc/group: name=builder, GID=928 <86>Nov 6 07:34:04 groupadd[2117265]: group added to /etc/gshadow: name=builder <86>Nov 6 07:34:04 groupadd[2117265]: new group: name=builder, GID=928 <86>Nov 6 07:34:04 useradd[2117298]: 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>Nov 6 07:34:06 rpmi: rpm-macros-ghc7.6.1-common-7.6.1-alt8 sisyphus+222088.40.12.1 1553098955 installed <13>Nov 6 07:34:06 rpmi: rpm-build-haskell-1.4.5-alt1 sisyphus+222088.1140.12.1 1553099568 installed <13>Nov 6 07:34:06 rpmi: libgmp-devel-6.1.2-alt3 sisyphus+229304.40.2.1 1557770931 installed <13>Nov 6 07:34:06 rpmi: libffi-devel-1:3.2.1-alt3 p9+251949.100.1.1 1589887590 installed <13>Nov 6 07:34:06 rpmi: haskell-filetrigger-0.0.5-alt3 sisyphus+222088.300.12.1 1553099539 installed <13>Nov 6 07:34:06 rpmi: ghc7.6.1-common-7.6.1-alt8 sisyphus+222088.40.12.1 1553098955 installed <13>Nov 6 07:34:11 rpmi: ghc7.6.1-7.6.1-alt8 sisyphus+222088.40.12.1 1553098955 installed <13>Nov 6 07:34:11 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.56207 + 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.74831 + 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.72813 + 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.ybkxbX 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.ThWPCI 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.SyWlux 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.vaOpPp find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0zwiEl 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.53user 2.96system 0:13.91elapsed 61%CPU (0avgtext+0avgdata 183480maxresident)k 0inputs+0outputs (0major+1747215minor)pagefaults 0swaps 2.05user 1.25system 0:24.25elapsed 13%CPU (0avgtext+0avgdata 122176maxresident)k 0inputs+0outputs (34446major+155170minor)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 2022-11-06 07:34:27.589831633 +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 f29e152b097b284b345fda1dbdb2bde4 +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM.hi 100644 root:root ff963a818d1d8274bc58f15f334a96ed +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM.p_hi 100644 root:root 571d5976d78d8b3a9ecb4d68cd5a5851 +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TArray.dyn_hi 100644 root:root a856727ae82d78916275ce79672543d5 +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TArray.hi 100644 root:root 8f563d1b98b06bb34f284a6b9bbef731 +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TArray.p_hi 100644 root:root b00947b36d41a997f0a16002dc4105cd +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TBQueue.dyn_hi 100644 root:root b199104117b108c13aab752676ceb51f +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TBQueue.hi 100644 root:root e6f2553d8eb0e0b6b7f2508285b0719d +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TBQueue.p_hi 100644 root:root 9cc078a7bb6f3e842c11db433955b279 +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TChan.dyn_hi 100644 root:root 9e563f0466eadc0feb7f870b5776358d +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TChan.hi 100644 root:root cbe7e4ca43d9bdb4e545e756e351d041 +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TChan.p_hi 100644 root:root 811167fc69f88bd89d2bbc2391ab3ed9 +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TMVar.dyn_hi 100644 root:root 72c4b9b43fe10d141119261f81f4b30c +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TMVar.hi 100644 root:root 472da8c1e29432021b2664cc7f9b2938 +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TMVar.p_hi 100644 root:root ceed3e6b39c2fef6a8fd82716163ef0e +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TQueue.dyn_hi 100644 root:root 5e2e310160ce20288ac666bb3c94eec5 +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TQueue.hi 100644 root:root 549bdd99d7a21c09d03c41865089f429 +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TQueue.p_hi 100644 root:root 9273e13ebce02a8f406c22bef4fc71d6 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 ec6471b7f6a262da9c3a757554c6ccdb +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TVar.hi 100644 root:root 4bc46d18faa1c9fd7be2ca040e4c4ac4 +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Concurrent/STM/TVar.p_hi 100644 root:root 0e0d85774cbe4ec66e552448e6b85319 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 65ff61c6463207b39841563178145014 +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Monad/STM.hi 100644 root:root f9527d26c34c0a00f302bbe9704a8c54 +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Monad/STM.p_hi 100644 root:root 6f0d0412c0eb13f598f66ded09856a1c 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 8442e9cd97f0b2888f1b1ff7ddaf42ae +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Sequential/STM.hi 100644 root:root 14235ada5918ff98359bc995063c7f90 +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/Control/Sequential/STM.p_hi 100644 root:root c5150b863bd55e37053be7e32aa683e1 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 abfc6fd36c39e733450e16e8940e0830 +File: /usr/lib64/ghc-7.6.1/lib/stm-2.4.2/libHSstm-2.4.2_p.a 100644 root:root 03f109ef985a2701f0d7d418587b2e41 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: 32645bd9a1c0c9cb2350502a5ab0c97af026a1c2801f2ffeb424daacb18e0157972566e4ada6669091ef642ac6830269b0d9e1ecd16fadc2f78d8fdec16e1aba --- 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 2022-11-06 07:34:27.748834479 +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