<86>Dec 19 04:26:14 userdel[97674]: delete user 'rooter' <86>Dec 19 04:26:14 userdel[97674]: removed group 'rooter' owned by 'rooter' <86>Dec 19 04:26:14 userdel[97674]: removed shadow group 'rooter' owned by 'rooter' <86>Dec 19 04:26:14 groupadd[97721]: group added to /etc/group: name=rooter, GID=1847 <86>Dec 19 04:26:14 groupadd[97721]: group added to /etc/gshadow: name=rooter <86>Dec 19 04:26:14 groupadd[97721]: new group: name=rooter, GID=1847 <86>Dec 19 04:26:14 useradd[97770]: new user: name=rooter, UID=1847, GID=1847, home=/root, shell=/bin/bash, from=none <86>Dec 19 04:26:14 userdel[97819]: delete user 'builder' <86>Dec 19 04:26:14 userdel[97819]: removed group 'builder' owned by 'builder' <86>Dec 19 04:26:14 userdel[97819]: removed shadow group 'builder' owned by 'builder' <86>Dec 19 04:26:14 groupadd[97859]: group added to /etc/group: name=builder, GID=1848 <86>Dec 19 04:26:14 groupadd[97859]: group added to /etc/gshadow: name=builder <86>Dec 19 04:26:14 groupadd[97859]: new group: name=builder, GID=1848 <86>Dec 19 04:26:14 useradd[97898]: new user: name=builder, UID=1848, GID=1848, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/ghc8.6.4-cereal-0.5.8.1-alt1.src.rpm: license not found in '/usr/share/license' directory: BSD3 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 19 04:26:18 rpmi: rpm-macros-ghc8.6.4-common-8.6.4-alt11 sisyphus+340030.100.2.2 1707341956 installed <13>Dec 19 04:26:18 rpmi: rpm-build-haskell-1.4.7-alt1 sisyphus+326169.620.17.2 1692843658 installed <13>Dec 19 04:26:18 rpmi: libgmp-devel-6.3.0-alt1 sisyphus+328118.100.2.1 1693294124 installed <13>Dec 19 04:26:18 rpmi: libffi-devel-1:3.4.6-alt1 sisyphus+341904.100.1.1 1709474358 installed <13>Dec 19 04:26:18 rpmi: haskell-filetrigger-0.0.5-alt3 sisyphus+222088.300.12.1 1553099539 installed <13>Dec 19 04:26:18 rpmi: ghc8.6.4-common-8.6.4-alt11 sisyphus+340030.100.2.2 1707341956 installed <13>Dec 19 04:26:28 rpmi: ghc8.6.4-8.6.4-alt11 sisyphus+340030.100.2.2 1707341956 installed warning: File /usr/src/in/source/ghc8.6.4-cereal-0.5.8.1-alt1.patch is smaller than 8 bytes Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/ghc8.6.4-cereal-0.5.8.1-alt1.nosrc.rpm (w1.gzdio) warning: File /usr/src/RPM/SOURCES/ghc8.6.4-cereal-0.5.8.1-alt1.patch is smaller than 8 bytes Installing ghc8.6.4-cereal-0.5.8.1-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.47630 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ghc8.6.4-cereal-0.5.8.1 + echo 'Source #0 (ghc8.6.4-cereal-0.5.8.1.tar):' Source #0 (ghc8.6.4-cereal-0.5.8.1.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ghc8.6.4-cereal-0.5.8.1.tar + cd ghc8.6.4-cereal-0.5.8.1 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (ghc8.6.4-cereal-0.5.8.1-alt1.patch):' Patch #0 (ghc8.6.4-cereal-0.5.8.1-alt1.patch): + /usr/bin/patch -p1 + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.24980 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ghc8.6.4-cereal-0.5.8.1 + '[' -f configure.ac -a '!' -f configure ']' + '[' -x Setup ']' + ghc-8.6.4 Setup [1 of 1] Compiling Main ( Setup.lhs, Setup.o ) Linking Setup ... + ./Setup configure --prefix=/usr --libdir=/usr/lib64 --docdir=/usr/share/doc/ghc8.6.4-cereal-0.5.8.1 '--libsubdir=$compiler/$pkgid' '--dynlibdir=/usr/lib64/$compiler/lib' --docdir=/usr/share/doc/ghc8.6.4-cereal-0.5.8.1 --datadir=/usr/share --datasubdir=ghc8.6.4-cereal-0.5.8.1 --enable-library-profiling --enable-library-for-ghci --disable-executable-profiling --enable-split-objs --enable-shared -O2 --ghc Configuring cereal-0.5.8.1... Warning: The flag --disable-executable-profiling is deprecated. Please use --disable-profiling instead. + '[' -x Setup ']' + ./Setup makefile -f cabal-rpm.mk unrecognised command: makefile (try --help) + ./Setup build Preprocessing library for cereal-0.5.8.1.. Building library for cereal-0.5.8.1.. [1 of 4] Compiling Data.Serialize.Get ( src/Data/Serialize/Get.hs, dist/build/Data/Serialize/Get.o ) [2 of 4] Compiling Data.Serialize.Put ( src/Data/Serialize/Put.hs, dist/build/Data/Serialize/Put.o ) [3 of 4] Compiling Data.Serialize.IEEE754 ( src/Data/Serialize/IEEE754.hs, dist/build/Data/Serialize/IEEE754.o ) [4 of 4] Compiling Data.Serialize ( src/Data/Serialize.hs, dist/build/Data/Serialize.o ) src/Data/Serialize.hs:291:9: warning: [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for `findNr': Patterns not matched: _ _ | 291 | findNr lo hi | ^^^^^^^^^^^^... [1 of 4] Compiling Data.Serialize.Get ( src/Data/Serialize/Get.hs, dist/build/Data/Serialize/Get.p_o ) [2 of 4] Compiling Data.Serialize.Put ( src/Data/Serialize/Put.hs, dist/build/Data/Serialize/Put.p_o ) [3 of 4] Compiling Data.Serialize.IEEE754 ( src/Data/Serialize/IEEE754.hs, dist/build/Data/Serialize/IEEE754.p_o ) [4 of 4] Compiling Data.Serialize ( src/Data/Serialize.hs, dist/build/Data/Serialize.p_o ) src/Data/Serialize.hs:291:9: warning: [-Wincomplete-patterns] Pattern match(es) are non-exhaustive In an equation for `findNr': Patterns not matched: _ _ | 291 | findNr lo hi | ^^^^^^^^^^^^... + ./Setup haddock Preprocessing library for cereal-0.5.8.1.. Running Haddock on library for cereal-0.5.8.1.. Warning: The documentation for the following packages are not installed. No links will be generated to these packages: array-0.5.3.0, base-4.12.0.0, bytestring-0.10.8.2, containers-0.6.0.1, deepseq-1.4.4.0, ghc-prim-0.5.3, integer-gmp-1.0.2.0 Haddock coverage: 94% ( 61 / 65) in 'Data.Serialize.Get' Missing documentation for: label (src/Data/Serialize/Get.hs:267) getLazyByteString (src/Data/Serialize/Get.hs:508) getShortByteString (src/Data/Serialize/Get.hs:512) getTwoOf (src/Data/Serialize/Get.hs:751) Warning: 'Put' is ambiguous. It is defined * at src/Data/Serialize/Put.hs:140:18 * at src/Data/Serialize/Put.hs:143:1 You may be able to disambiguate the identifier by qualifying it or by hiding some imports. Defaulting to 'Put' defined at src/Data/Serialize/Put.hs:140:1 75% ( 42 / 56) in 'Data.Serialize.Put' Missing documentation for: Putter (src/Data/Serialize/Put.hs:145) putBuilder (src/Data/Serialize/Put.hs:201) putShortByteString (src/Data/Serialize/Put.hs:259) putTwoOf (src/Data/Serialize/Put.hs:399) putListOf (src/Data/Serialize/Put.hs:403) putIArrayOf (src/Data/Serialize/Put.hs:409) putSeqOf (src/Data/Serialize/Put.hs:415) putTreeOf (src/Data/Serialize/Put.hs:421) putMapOf (src/Data/Serialize/Put.hs:428) putIntMapOf (src/Data/Serialize/Put.hs:432) putSetOf (src/Data/Serialize/Put.hs:436) putIntSetOf (src/Data/Serialize/Put.hs:440) putMaybeOf (src/Data/Serialize/Put.hs:444) putEitherOf (src/Data/Serialize/Put.hs:449) 100% ( 11 / 11) in 'Data.Serialize.IEEE754' Cannot find documentation for: $example 87% ( 13 / 15) in 'Data.Serialize' Missing documentation for: GSerializePut (src/Data/Serialize.hs:571) GSerializeGet (src/Data/Serialize.hs:574) Warning: Data.Serialize.Get: could not find link destinations for: Monad Type >>= >> return fail String Functor fmap <$ MonadFail fail Applicative pure <*> liftA2 *> <* Alternative empty <|> some many MonadPlus mzero mplus ByteString Either get ByteString Int empty Show showsPrec ShowS show showList Maybe Bool Word8 Int8 Int64 ShortByteString Word16 Word32 Word64 Int16 Int32 Word Ix IArray Tree Seq Ord Map IntMap Set IntSet Warning: Data.Serialize.Put: could not find link destinations for: PairS Monad Type >>= >> return fail String Functor fmap <$ Applicative pure <*> liftA2 *> <* Semigroup <> sconcat NonEmpty stimes Integral Monoid mempty mappend mconcat ByteString ByteString Builder Word8 Int8 ShortByteString Word16 Word32 Word64 Int16 Int32 Int64 Word Int Ix IArray Seq Tree Map IntMap Set IntSet Maybe Either Warning: Data.Serialize.IEEE754: could not find link destinations for: Float Double Warning: Data.Serialize: could not find link destinations for: Generic Rep Bool Char Double Float Int Int8 Int16 Int32 Int64 Integer Natural Ordering Word Word8 Word16 Word32 Word64 ByteString ByteString ShortByteString IntSet Any All Maybe Ratio Integral IntMap Seq Set Ord Tree Product Dual Sum First Last Either Array Ix Map UArray IArray String Eq V1 Type U1 K1 :+: PutSum SumSize :*: M1 GetSum Documentation created: dist/doc/html/cereal/index.html + ./Setup register --gen-pkg-config=cereal.pkg + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.98586 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ghc8.6.4-cereal-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ghc8.6.4-cereal-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd ghc8.6.4-cereal-0.5.8.1 + '[' -x Setup ']' + ./Setup copy --destdir=/usr/src/tmp/ghc8.6.4-cereal-buildroot Installing library in /usr/src/tmp/ghc8.6.4-cereal-buildroot/usr/lib64/ghc-8.6.4/cereal-0.5.8.1 + '[' -f cereal.pkg ']' + install -m 755 cereal.pkg /usr/src/tmp/ghc8.6.4-cereal-buildroot/usr/lib64/ghc-8.6.4/cereal-0.5.8.1 + mkdir -p /usr/src/tmp/ghc8.6.4-cereal-buildroot/usr/lib64/ghc-8.6.4/package.conf.d + install -D -m 644 cereal.pkg /usr/src/tmp/ghc8.6.4-cereal-buildroot/usr/lib64/ghc-8.6.4/package.conf.d/cereal-0.5.8.1.conf + /usr/lib/rpm-build-haskell/hs_gen_filelist.sh /usr/src/tmp/ghc8.6.4-cereal-buildroot /usr/lib64 /usr/lib64/ghc-8.6.4/cereal-0.5.8.1 /usr/src/RPM/BUILD/ghc8.6.4-cereal-0.5.8.1 ghc8.6.4-cereal 0.5.8.1 /usr/lib64/ghc-8.6.4/package.conf.d/cereal-0.5.8.1.conf ~/tmp/ghc8.6.4-cereal-buildroot ~/RPM/BUILD/ghc8.6.4-cereal-0.5.8.1 find: './usr/bin': No such file or directory find: './usr/share/ghc8.6.4-cereal-0.5.8.1': No such file or directory ~/RPM/BUILD/ghc8.6.4-cereal-0.5.8.1 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ghc8.6.4-cereal-buildroot (auto) mode of './usr/lib64/ghc-8.6.4/lib/libHScereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7-ghc8.6.4.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/ghc8.6.4-cereal-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ghc8.6.4-cereal-buildroot/ (default) Compressing files in /usr/src/tmp/ghc8.6.4-cereal-buildroot (auto) Adjusting library links in /usr/src/tmp/ghc8.6.4-cereal-buildroot ./usr/lib64: (from :0) ./usr/lib64/ghc-8.6.4/lib: (from :0) libHScereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7-ghc8.6.4.so -> libHScereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7-ghc8.6.4.so 056-debuginfo.brp: WARNING: You have 1 stripped ELF objects. Please compile with debugging information! 056-debuginfo.brp: WARNING: An excerpt from the list of affected files follows: ./usr/lib64/ghc-8.6.4/lib/libHScereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7-ghc8.6.4.so Verifying ELF objects in /usr/src/tmp/ghc8.6.4-cereal-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/lib64/ghc-8.6.4/lib/libHScereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7-ghc8.6.4.so: RPATH contains several entries: /usr/lib64/ghc-8.6.4/array-0.5.3.0:/usr/lib64/ghc-8.6.4/base-4.12.0.0:/usr/lib64/ghc-8.6.4/bytestring-0.10.8.2:/usr/lib64/ghc-8.6.4/containers-0.6.0.1:/usr/lib64/ghc-8.6.4/deepseq-1.4.4.0:/usr/lib64/ghc-8.6.4/ghc-prim-0.5.3:/usr/lib64/ghc-8.6.4/integer-gmp-1.0.2.0:/usr/lib64/ghc-8.6.4/rts Splitting links to aliased files under /{,s}bin in /usr/src/tmp/ghc8.6.4-cereal-buildroot Processing files: ghc8.6.4-cereal-0.5.8.1-alt1 warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/LICENSE warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/Data-Serialize-Get.html warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/Data-Serialize-Get.html warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/Data-Serialize-IEEE754.html warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/Data-Serialize-IEEE754.html warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/Data-Serialize-Put.html warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/Data-Serialize-Put.html warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/Data-Serialize.html warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/Data-Serialize.html warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/cereal.haddock warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/cereal.haddock warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/doc-index.html warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/doc-index.html warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/haddock-bundle.min.js warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/haddock-bundle.min.js warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/hslogo-16.png warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/hslogo-16.png warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/index.html warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/index.html warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/meta.json warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/meta.json warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/minus.gif warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/minus.gif warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/ocean.css warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/ocean.css warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/plus.gif warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/plus.gif warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/quick-jump.css warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/quick-jump.css warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/synopsis.png warning: File listed twice: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/synopsis.png Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.8JMfef find-provides: running scripts (debuginfo,haskell,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/ghc8.6.4-cereal-buildroot/usr/lib64/ghc-8.6.4/lib/libHScereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7-ghc8.6.4.so: 1238 symbols, 21 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.CX7F7h find-requires: running scripts (cpp,debuginfo,files,haskell,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) lib.req: WARNING: /usr/src/tmp/ghc8.6.4-cereal-buildroot/usr/lib64/ghc-8.6.4/lib/libHScereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7-ghc8.6.4.so: overlinked libraries: /lib64/libm.so.6 /usr/lib64/ghc-8.6.4/deepseq-1.4.4.0/libHSdeepseq-1.4.4.0-ghc8.6.4.so Provides: ghc8.6.4(cereal) = 0.5.8.1, ghc8.6.4(cereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7), libHScereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7-ghc8.6.4.so()(64bit) = set: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 Requires: /usr/lib64/ghc-8.6.4/array-0.5.3.0/libHSarray-0.5.3.0-ghc8.6.4.so, /usr/lib64/ghc-8.6.4/base-4.12.0.0/libHSbase-4.12.0.0-ghc8.6.4.so, /usr/lib64/ghc-8.6.4/bytestring-0.10.8.2/libHSbytestring-0.10.8.2-ghc8.6.4.so, /usr/lib64/ghc-8.6.4/containers-0.6.0.1/libHScontainers-0.6.0.1-ghc8.6.4.so, /usr/lib64/ghc-8.6.4/deepseq-1.4.4.0/libHSdeepseq-1.4.4.0-ghc8.6.4.so, /usr/lib64/ghc-8.6.4/ghc-prim-0.5.3/libHSghc-prim-0.5.3-ghc8.6.4.so, /usr/lib64/ghc-8.6.4/integer-gmp-1.0.2.0/libHSinteger-gmp-1.0.2.0-ghc8.6.4.so, ghc8.6.4(array) = 0.5.3.0, ghc8.6.4(array-0.5.3.0), ghc8.6.4(base) = 4.12.0.0, ghc8.6.4(base-4.12.0.0), ghc8.6.4(bytestring) = 0.10.8.2, ghc8.6.4(bytestring-0.10.8.2), ghc8.6.4(containers) = 0.6.0.1, ghc8.6.4(containers-0.6.0.1), ghc8.6.4(ghc-prim) = 0.5.3, ghc8.6.4(ghc-prim-0.5.3), libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libgmp.so.10()(64bit) >= set:mlbu80, libm.so.6()(64bit), rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5qvRTY Wrote: /usr/src/RPM/RPMS/x86_64/ghc8.6.4-cereal-0.5.8.1-alt1.x86_64.rpm (w2.lzdio) 19.19user 7.92system 0:29.53elapsed 91%CPU (0avgtext+0avgdata 496588maxresident)k 0inputs+0outputs (0major+1200787minor)pagefaults 0swaps /.out/ghc8.6.4-cereal-0.5.8.1-alt1.x86_64.rpm: license not found in '/usr/share/license' directory: BSD3 4.20user 3.28system 0:52.14elapsed 14%CPU (0avgtext+0avgdata 140316maxresident)k 0inputs+0outputs (0major+198731minor)pagefaults 0swaps --- ghc8.6.4-cereal-0.5.8.1-alt1.x86_64.rpm.repo 2023-08-24 04:12:41.000000000 +0000 +++ ghc8.6.4-cereal-0.5.8.1-alt1.x86_64.rpm.hasher 2024-12-19 04:27:01.779390401 +0000 @@ -70,19 +70,19 @@ File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize 40755 root:root -File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize.dyn_hi 100644 root:root a45c6f3b1b9a07ae972fd429f3e2fe6a -File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize.hi 100644 root:root e2c02aa955b36e7928ef8f6eea4ca46a -File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize.p_hi 100644 root:root e0384ca3b00009e44abbbd55489dc3f3 -File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/Get.dyn_hi 100644 root:root 2eadbed6a9b0203f568d7128efb600fd -File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/Get.hi 100644 root:root 8b669f646a3fb4cbd5908e129ebd33c0 -File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/Get.p_hi 100644 root:root c731ae75637e571f6d8fe869f96f17b4 -File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/IEEE754.dyn_hi 100644 root:root 0c7de4c81c308eb9624c1705b7f1eed6 -File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/IEEE754.hi 100644 root:root f2d3fbd68fddc1595158992f7e77002a -File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/IEEE754.p_hi 100644 root:root 708a2cfdf24283ef7e3c88ce96e10bf7 -File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/Put.dyn_hi 100644 root:root bb222a6f761c5bcb4c6d90983aa33f38 -File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/Put.hi 100644 root:root b815718ea6f21d52b6f0a8ee4fc32e03 -File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/Put.p_hi 100644 root:root d96f9262f9d9507b5cd908a588a9fcbb -File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/HScereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7.o 100644 root:root 2080f88d23cb8941c6e75c21cc3e5cde +File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize.dyn_hi 100644 root:root c0c4aea8421eaa272fa938c69bcbb606 +File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize.hi 100644 root:root bb0985be8d7aacab17a3b63d0bc3bddc +File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize.p_hi 100644 root:root 9acc21452c73382d1a1183f17f750f87 +File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/Get.dyn_hi 100644 root:root 090361ef5c9b4b48f68e83ab857732dd +File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/Get.hi 100644 root:root 629654ae3c5a44a92f98fa7cf72be061 +File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/Get.p_hi 100644 root:root ea0c24bacc49eabb1ac4a21e8f38228b +File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/IEEE754.dyn_hi 100644 root:root aa8709d2eb6527a289ad265ae4d51969 +File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/IEEE754.hi 100644 root:root efb1e941256d743f7f9ffc95f9495ca1 +File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/IEEE754.p_hi 100644 root:root 140ca274b5d215d2dbaf464c7c41e4b6 +File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/Put.dyn_hi 100644 root:root dd2ed58899c289436e6de5893b62555b +File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/Put.hi 100644 root:root 3b31309ea99ed6825f507f2f4ee379b0 +File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/Data/Serialize/Put.p_hi 100644 root:root f07b08e9b4284712fff5b8e5c734e745 +File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/HScereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7.o 100644 root:root 680c9767fc099b5a719c3f630b00f12c File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/cereal.pkg 100755 root:root d8a6bd463786a1c94e9974caf494d291 -File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/libHScereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7.a 100644 root:root d09cb6e5bc8f9f16a6b0758d82d05a4b -File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/libHScereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7_p.a 100644 root:root 3e76ac6b446da0e3ec2228967d8688a2 -File: /usr/lib64/ghc-8.6.4/lib/libHScereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7-ghc8.6.4.so 100644 root:root 67f5456bbe95cc584999227f9ba9e90a +File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/libHScereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7.a 100644 root:root 2017e7e4466621435ec2a9f388555a0d +File: /usr/lib64/ghc-8.6.4/cereal-0.5.8.1/libHScereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7_p.a 100644 root:root 7cd056fc1f0e92958ccd39e263a851c1 +File: /usr/lib64/ghc-8.6.4/lib/libHScereal-0.5.8.1-2v8l8XjvcW5E2rmy0u7N7-ghc8.6.4.so 100644 root:root 8aae99f0ad03bd3297ed87253dec89a1 File: /usr/lib64/ghc-8.6.4/package.conf.d/cereal-0.5.8.1.conf 100644 root:root d8a6bd463786a1c94e9974caf494d291 @@ -106,2 +106,2 @@ File: /usr/share/doc/ghc8.6.4-cereal-0.5.8.1/html/synopsis.png 100644 root:root f7936844cc05316ed73f6bf1d2e75434 -RPMIdentity: faf91aa77fa6df7d19e9946008d068dad04fb0c7a206529077cc9e4f0e8675381b3aaf14255eff0ce8ba45117a8b1edade199c222504eee30aa3e288ac931b47 +RPMIdentity: 6727d200bb049917efcd8deb375abe4f46a838f671a98863061a3551b0010cb32d8a302f2ff7ec9c11385c12fa0e1dd1544ba393d9d4ec72b34193e7e69000fd