<86>Apr 20 07:23:16 userdel[1231466]: delete user 'rooter' <86>Apr 20 07:23:16 userdel[1231466]: removed group 'rooter' owned by 'rooter' <86>Apr 20 07:23:16 userdel[1231466]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 20 07:23:16 groupadd[1231494]: group added to /etc/group: name=rooter, GID=1865 <86>Apr 20 07:23:16 groupadd[1231494]: group added to /etc/gshadow: name=rooter <86>Apr 20 07:23:16 groupadd[1231494]: new group: name=rooter, GID=1865 <86>Apr 20 07:23:16 useradd[1231521]: new user: name=rooter, UID=1865, GID=1865, home=/root, shell=/bin/bash, from=none <86>Apr 20 07:23:16 userdel[1231570]: delete user 'builder' <86>Apr 20 07:23:16 userdel[1231570]: removed group 'builder' owned by 'builder' <86>Apr 20 07:23:16 userdel[1231570]: removed shadow group 'builder' owned by 'builder' <86>Apr 20 07:23:16 groupadd[1231611]: group added to /etc/group: name=builder, GID=1866 <86>Apr 20 07:23:16 groupadd[1231611]: group added to /etc/gshadow: name=builder <86>Apr 20 07:23:16 groupadd[1231611]: new group: name=builder, GID=1866 <86>Apr 20 07:23:16 useradd[1231649]: new user: name=builder, UID=1866, GID=1866, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/ghc8.6.4-network-uri-2.6.3.0-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>Apr 20 07:23:20 rpmi: rpm-macros-ghc8.6.4-common-8.6.4-alt11 sisyphus+340030.100.2.2 1707341956 installed <13>Apr 20 07:23:20 rpmi: rpm-build-haskell-1.4.7-alt1 sisyphus+326169.620.17.2 1692843749 installed <13>Apr 20 07:23:20 rpmi: libgmp-devel-6.3.0-alt1 sisyphus+328118.100.2.1 1693294140 installed <13>Apr 20 07:23:20 rpmi: libffi-devel-1:3.4.6-alt1 sisyphus+341904.100.1.1 1709474536 installed <13>Apr 20 07:23:20 rpmi: haskell-filetrigger-0.0.5-alt3 sisyphus+222088.300.12.1 1553099539 installed <13>Apr 20 07:23:20 rpmi: ghc8.6.4-common-8.6.4-alt11 sisyphus+340030.100.2.2 1707341956 installed <13>Apr 20 07:23:32 rpmi: ghc8.6.4-8.6.4-alt11 sisyphus+340030.100.2.2 1707341853 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/ghc8.6.4-network-uri-2.6.3.0-alt1.nosrc.rpm (w1.gzdio) Installing ghc8.6.4-network-uri-2.6.3.0-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.44915 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ghc8.6.4-network-uri-2.6.3.0 + echo 'Source #0 (ghc8.6.4-network-uri-2.6.3.0.tar):' Source #0 (ghc8.6.4-network-uri-2.6.3.0.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ghc8.6.4-network-uri-2.6.3.0.tar + cd ghc8.6.4-network-uri-2.6.3.0 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (ghc8.6.4-network-uri-2.6.3.0-alt1.patch):' Patch #0 (ghc8.6.4-network-uri-2.6.3.0-alt1.patch): + /usr/bin/patch -p1 patching file CHANGELOG.md patching file Network/URI.hs patching file Network/URI/Lens.hs patching file Network/URI/Static.hs patching file README.md patching file network-uri.cabal patching file tests/uri-bench.hs patching file tests/uri001.hs + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.83270 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ghc8.6.4-network-uri-2.6.3.0 + '[' -f configure.ac -a '!' -f configure ']' + '[' -x Setup ']' + ghc-8.6.4 Setup [1 of 1] Compiling Main ( Setup.hs, Setup.o ) Linking Setup ... + ./Setup configure --prefix=/usr --libdir=/usr/lib --docdir=/usr/share/doc/ghc8.6.4-network-uri-2.6.3.0 '--libsubdir=$compiler/$pkgid' '--dynlibdir=/usr/lib/$compiler/lib' --docdir=/usr/share/doc/ghc8.6.4-network-uri-2.6.3.0 --datadir=/usr/share --datasubdir=ghc8.6.4-network-uri-2.6.3.0 --enable-library-profiling --enable-library-for-ghci --disable-executable-profiling --enable-split-objs --enable-shared -O2 --ghc Configuring network-uri-2.6.3.0... 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 network-uri-2.6.3.0.. Building library for network-uri-2.6.3.0.. [1 of 3] Compiling Network.URI ( Network/URI.hs, dist/build/Network/URI.o ) Network/URI.hs:10:14: warning: [-Wtrustworthy-safe] `Network.URI' is marked as Trustworthy but has been inferred as safe! | 10 | {-# LANGUAGE Trustworthy #-} | ^^^^^^^^^^^ [2 of 3] Compiling Network.URI.Lens ( Network/URI/Lens.hs, dist/build/Network/URI/Lens.o ) Network/URI/Lens.hs:20:1: warning: [-Wunused-imports] The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() | 20 | import Control.Applicative | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [3 of 3] Compiling Network.URI.Static ( Network/URI/Static.hs, dist/build/Network/URI/Static.o ) [1 of 3] Compiling Network.URI ( Network/URI.hs, dist/build/Network/URI.p_o ) Network/URI.hs:10:14: warning: [-Wtrustworthy-safe] `Network.URI' is marked as Trustworthy but has been inferred as safe! | 10 | {-# LANGUAGE Trustworthy #-} | ^^^^^^^^^^^ [2 of 3] Compiling Network.URI.Lens ( Network/URI/Lens.hs, dist/build/Network/URI/Lens.p_o ) Network/URI/Lens.hs:20:1: warning: [-Wunused-imports] The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() | 20 | import Control.Applicative | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [3 of 3] Compiling Network.URI.Static ( Network/URI/Static.hs, dist/build/Network/URI/Static.p_o ) + ./Setup haddock Preprocessing library for network-uri-2.6.3.0.. Running Haddock on library for network-uri-2.6.3.0.. 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, binary-0.8.6.0, bytestring-0.10.8.2, containers-0.6.0.1, deepseq-1.4.4.0, ghc-boot-th-8.6.4, ghc-prim-0.5.3, integer-gmp-1.0.2.0, mtl-2.2.2, parsec-3.1.13.0, pretty-1.1.3.6, template-haskell-2.14.0.0, text-1.2.3.1, transformers-0.5.6.2 Network/URI.hs:10:14: warning: [-Wtrustworthy-safe] `Network.URI' is marked as Trustworthy but has been inferred as safe! | 10 | {-# LANGUAGE Trustworthy #-} | ^^^^^^^^^^^ Network/URI/Lens.hs:20:1: warning: [-Wunused-imports] The import of `Control.Applicative' is redundant except perhaps to import instances from `Control.Applicative' To import instances alone, use: import Control.Applicative() | 20 | import Control.Applicative | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Haddock coverage: 78% ( 42 / 54) in 'Network.URI' Missing documentation for: uriIsAbsolute (Network/URI.hs:383) uriIsRelative (Network/URI.hs:386) uriAuthToString (Network/URI.hs:954) parseabsoluteURI (Network/URI.hs:1395) escapeString (Network/URI.hs:1399) reserved (Network/URI.hs:1403) unreserved (Network/URI.hs:1407) scheme (Network/URI.hs:1413) authority (Network/URI.hs:1417) path (Network/URI.hs:1425) query (Network/URI.hs:1429) fragment (Network/URI.hs:1433) 11% ( 1 / 9) in 'Network.URI.Lens' Missing documentation for: uriRegNameLens (Network/URI/Lens.hs:29) uriUserInfoLens (Network/URI/Lens.hs:32) uriPortLens (Network/URI/Lens.hs:36) uriAuthorityLens (Network/URI/Lens.hs:39) uriSchemeLens (Network/URI/Lens.hs:43) uriPathLens (Network/URI/Lens.hs:46) uriQueryLens (Network/URI/Lens.hs:49) uriFragmentLens (Network/URI/Lens.hs:52) 89% ( 8 / 9) in 'Network.URI.Static' Missing documentation for: Module header Warning: Network.URI: could not find link destinations for: String Maybe Eq == Bool /= Data gfoldl gunfold Constr toConstr dataTypeOf DataType dataCast1 Typeable dataCast2 gmapT gmapQl gmapQr gmapQ gmapQi Int gmapM Monad gmapMp MonadPlus gmapMo Ord compare Ordering < <= > >= max min Show showsPrec ShowS show showList Generic from Rep to Type Lift lift Q Exp NFData rnf D1 MetaData False C1 MetaCons PrefixI True :*: S1 MetaSel Just NoSourceUnpackedness NoSourceStrictness DecidedLazy Rec0 Nothing Char Warning: Network.URI.Lens: could not find link destinations for: Lens' String Maybe Warning: Network.URI.Static: could not find link destinations for: QuasiQuoter String TExpQ ExpQ Documentation created: dist/doc/html/network-uri/index.html + ./Setup register --gen-pkg-config=network-uri.pkg + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.86574 + 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-network-uri-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ghc8.6.4-network-uri-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd ghc8.6.4-network-uri-2.6.3.0 + '[' -x Setup ']' + ./Setup copy --destdir=/usr/src/tmp/ghc8.6.4-network-uri-buildroot Installing library in /usr/src/tmp/ghc8.6.4-network-uri-buildroot/usr/lib/ghc-8.6.4/network-uri-2.6.3.0 + '[' -f network-uri.pkg ']' + install -m 755 network-uri.pkg /usr/src/tmp/ghc8.6.4-network-uri-buildroot/usr/lib/ghc-8.6.4/network-uri-2.6.3.0 + mkdir -p /usr/src/tmp/ghc8.6.4-network-uri-buildroot/usr/lib/ghc-8.6.4/package.conf.d + install -D -m 644 network-uri.pkg /usr/src/tmp/ghc8.6.4-network-uri-buildroot/usr/lib/ghc-8.6.4/package.conf.d/network-uri-2.6.3.0.conf + /usr/lib/rpm-build-haskell/hs_gen_filelist.sh /usr/src/tmp/ghc8.6.4-network-uri-buildroot /usr/lib /usr/lib/ghc-8.6.4/network-uri-2.6.3.0 /usr/src/RPM/BUILD/ghc8.6.4-network-uri-2.6.3.0 ghc8.6.4-network-uri 2.6.3.0 /usr/lib/ghc-8.6.4/package.conf.d/network-uri-2.6.3.0.conf ~/tmp/ghc8.6.4-network-uri-buildroot ~/RPM/BUILD/ghc8.6.4-network-uri-2.6.3.0 find: './usr/bin': No such file or directory find: './usr/share/ghc8.6.4-network-uri-2.6.3.0': No such file or directory ~/RPM/BUILD/ghc8.6.4-network-uri-2.6.3.0 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ghc8.6.4-network-uri-buildroot (auto) mode of './usr/lib/ghc-8.6.4/lib/libHSnetwork-uri-2.6.3.0-7wWtlPtRMwKC5NlLG0iH6F-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-network-uri-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ghc8.6.4-network-uri-buildroot/ (default) Compressing files in /usr/src/tmp/ghc8.6.4-network-uri-buildroot (auto) Adjusting library links in /usr/src/tmp/ghc8.6.4-network-uri-buildroot ./usr/lib: (from :0) ./usr/lib/ghc-8.6.4/lib: (from :0) libHSnetwork-uri-2.6.3.0-7wWtlPtRMwKC5NlLG0iH6F-ghc8.6.4.so -> libHSnetwork-uri-2.6.3.0-7wWtlPtRMwKC5NlLG0iH6F-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/lib/ghc-8.6.4/lib/libHSnetwork-uri-2.6.3.0-7wWtlPtRMwKC5NlLG0iH6F-ghc8.6.4.so Verifying ELF objects in /usr/src/tmp/ghc8.6.4-network-uri-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/lib/ghc-8.6.4/lib/libHSnetwork-uri-2.6.3.0-7wWtlPtRMwKC5NlLG0iH6F-ghc8.6.4.so: RPATH contains several entries: /usr/lib/ghc-8.6.4/array-0.5.3.0:/usr/lib/ghc-8.6.4/base-4.12.0.0:/usr/lib/ghc-8.6.4/binary-0.8.6.0:/usr/lib/ghc-8.6.4/bytestring-0.10.8.2:/usr/lib/ghc-8.6.4/containers-0.6.0.1:/usr/lib/ghc-8.6.4/deepseq-1.4.4.0:/usr/lib/ghc-8.6.4/ghc-boot-th-8.6.4:/usr/lib/ghc-8.6.4/ghc-prim-0.5.3:/usr/lib/ghc-8.6.4/integer-gmp-1.0.2.0:/usr/lib/ghc-8.6.4/mtl-2.2.2:/usr/lib/ghc-8.6.4/parsec-3.1.13.0:/usr/lib/ghc-8.6.4/pretty-1.1.3.6:/usr/lib/ghc-8.6.4/rts:/usr/lib/ghc-8.6.4/template-haskell-2.14.0.0:/usr/lib/ghc-8.6.4/text-1.2.3.1:/usr/lib/ghc-8.6.4/transformers-0.5.6.2 Splitting links to aliased files under /{,s}bin in /usr/src/tmp/ghc8.6.4-network-uri-buildroot Processing files: ghc8.6.4-network-uri-2.6.3.0-alt1 warning: File listed twice: /usr/share/doc/ghc8.6.4-network-uri-2.6.3.0/LICENSE warning: File listed twice: /usr/share/doc/ghc8.6.4-network-uri-2.6.3.0/html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-uri-2.6.3.0/html/Network-URI-Lens.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-uri-2.6.3.0/html/Network-URI-Lens.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-uri-2.6.3.0/html/Network-URI-Static.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-uri-2.6.3.0/html/Network-URI-Static.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-uri-2.6.3.0/html/Network-URI.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-uri-2.6.3.0/html/Network-URI.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-uri-2.6.3.0/html/doc-index.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-uri-2.6.3.0/html/doc-index.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-uri-2.6.3.0/html/haddock-bundle.min.js warning: File listed twice: /usr/share/doc/ghc8.6.4-network-uri-2.6.3.0/html/haddock-bundle.min.js warning: File listed twice: /usr/share/doc/ghc8.6.4-network-uri-2.6.3.0/html/hslogo-16.png warning: File listed twice: /usr/share/doc/ghc8.6.4-network-uri-2.6.3.0/html/hslogo-16.png warning: File listed twice: /usr/share/doc/ghc8.6.4-network-uri-2.6.3.0/html/index.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-uri-2.6.3.0/html/index.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-uri-2.6.3.0/html/meta.json warning: File listed twice: /usr/share/doc/ghc8.6.4-network-uri-2.6.3.0/html/meta.json warning: File listed twice: /usr/share/doc/ghc8.6.4-network-uri-2.6.3.0/html/minus.gif warning: File listed twice: /usr/share/doc/ghc8.6.4-network-uri-2.6.3.0/html/minus.gif warning: File listed twice: /usr/share/doc/ghc8.6.4-network-uri-2.6.3.0/html/network-uri.haddock warning: File listed twice: /usr/share/doc/ghc8.6.4-network-uri-2.6.3.0/html/network-uri.haddock warning: File listed twice: /usr/share/doc/ghc8.6.4-network-uri-2.6.3.0/html/ocean.css warning: File listed twice: /usr/share/doc/ghc8.6.4-network-uri-2.6.3.0/html/ocean.css warning: File listed twice: /usr/share/doc/ghc8.6.4-network-uri-2.6.3.0/html/plus.gif warning: File listed twice: /usr/share/doc/ghc8.6.4-network-uri-2.6.3.0/html/plus.gif warning: File listed twice: /usr/share/doc/ghc8.6.4-network-uri-2.6.3.0/html/quick-jump.css warning: File listed twice: /usr/share/doc/ghc8.6.4-network-uri-2.6.3.0/html/quick-jump.css warning: File listed twice: /usr/share/doc/ghc8.6.4-network-uri-2.6.3.0/html/synopsis.png warning: File listed twice: /usr/share/doc/ghc8.6.4-network-uri-2.6.3.0/html/synopsis.png Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.l1CPFp find-provides: running scripts (debuginfo,haskell,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/ghc8.6.4-network-uri-buildroot/usr/lib/ghc-8.6.4/lib/libHSnetwork-uri-2.6.3.0-7wWtlPtRMwKC5NlLG0iH6F-ghc8.6.4.so: 592 symbols, 20 bpp warning: hash collision: networkzmurizm2zi6zi3zi0zm7wWtlPtRMwKC5NlLG0iH6F_NetworkziURI_zdtczqURIAuth3_bytes networkzmurizm2zi6zi3zi0zm7wWtlPtRMwKC5NlLG0iH6F_NetworkziURI_zdwzdcgmapQl1_closure Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.nCT3eF 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-network-uri-buildroot/usr/lib/ghc-8.6.4/lib/libHSnetwork-uri-2.6.3.0-7wWtlPtRMwKC5NlLG0iH6F-ghc8.6.4.so: overlinked libraries: /lib/libm.so.6 /usr/lib/ghc-8.6.4/array-0.5.3.0/libHSarray-0.5.3.0-ghc8.6.4.so /usr/lib/ghc-8.6.4/binary-0.8.6.0/libHSbinary-0.8.6.0-ghc8.6.4.so /usr/lib/ghc-8.6.4/bytestring-0.10.8.2/libHSbytestring-0.10.8.2-ghc8.6.4.so /usr/lib/ghc-8.6.4/containers-0.6.0.1/libHScontainers-0.6.0.1-ghc8.6.4.so /usr/lib/ghc-8.6.4/deepseq-1.4.4.0/libHSdeepseq-1.4.4.0-ghc8.6.4.so /usr/lib/ghc-8.6.4/ghc-boot-th-8.6.4/libHSghc-boot-th-8.6.4-ghc8.6.4.so /usr/lib/ghc-8.6.4/mtl-2.2.2/libHSmtl-2.2.2-ghc8.6.4.so /usr/lib/ghc-8.6.4/pretty-1.1.3.6/libHSpretty-1.1.3.6-ghc8.6.4.so /usr/lib/ghc-8.6.4/text-1.2.3.1/libHStext-1.2.3.1-ghc8.6.4.so /usr/lib/ghc-8.6.4/transformers-0.5.6.2/libHStransformers-0.5.6.2-ghc8.6.4.so /usr/lib/libgmp.so.10 Provides: ghc8.6.4(network-uri) = 2.6.3.0, ghc8.6.4(network-uri-2.6.3.0-7wWtlPtRMwKC5NlLG0iH6F), libHSnetwork-uri-2.6.3.0-7wWtlPtRMwKC5NlLG0iH6F-ghc8.6.4.so = set:ndn4J0IHhlNZe1Fdgp4aR02kM59G9AQjsTaNHEH0C31HNbPxCCjztNoMpHHn6VEyi5n7iGyOWfHbelxSRn14DfsfYzAhtDkjaghfW5rMsCouV5ejrLIKKg5Dj7FhO92fVt71Hxh4LolLBnViFo9XWXZ6qzB7TZmZ4RPEZF1URFWbl5fMpimzlRY86dfUxBWzC0NC8rZnp1yyejSG26n98LxDLf7UnVRFkXjQglDgK0XNUaHxrfSlcBmJ6TIBpZl0fqqnY2Yf54UbQxE5dvevlgZzkP2FVS4889UNilOZwwxylYfA9dh4azQILJlwa409z78SG0B90NJ3Mf7Jp0FYgZfJtMZJMoZBIylRIsZqi8ryFy8pZ3rQS85ZDFab5ORZKlpdspSdY9UhIi8Nle4DgXVH00Xlo6puKKuQ036bLhaXZI4IZgPuZu0KNujfj7vOMmb541VswaLZjPCZpX4Z2PmZEkSm24df2zYyhRNq3QWYXAfYaYWFQOkapotxypceQkf1ZFRVj0idqo0gI8MJX4bgfxJzvhMGD00shLDcs95jIoScp72jEZyjSlfG7hXUjn9Q1XuOrGGzgZEVuvAUSqYrG1fx1hh1C4vkqdguwxBlOVQ4hRG1ROWonenoW1Uwt0zODgwDsu1OpZAcdy1sfAYTrYHcJYZeRorUDQ5BNCqun3cwWBmK2BSdoprzdWwV6nipYZuEtroEFFjVlNmztLfoxqZ6fApDgMW1ypIrc6ibKbcTG9p7dA4O9n62brwkqvoezrlnafj6SEvqXBhvEl2Wy5Pqjs2H0aTeSqJs4F36zYI0pLInMwjjg73jNj06UydrkFhX9RZ0pUZjJNLNfqgHZCE12twRfh3F0A8ZC9oGjd7sOX7OBHn3gBEVzbEBN3Hm1q9mQ0GYr6f41NqqqgnHCwGLrkbsvZzxL4ooWcj62X0QvxPHEd5UoauKaNZwwR6vxx6H5HapQQ0Jr9QXK35hCSlyqoJ5py0qlGYZ8VV4Zovb1GBS4F51k6QHwuzWDT9V80EZwpFAlDu7mc7X6pHmpvLWxOm2qG2g4XMRqKZ5yFZl6KZ8MheZnYZ1nk8SZGxZdL0Qlrw11uwo4pKvH2K0nc28QXHpkZG2SmV9yEKBa6SmtiBjzW1FEmSFUXYcgZvD8m7xOC8GQs3j4uRGPHQLx8uTn6Y3G1ctAVDF99Oq9cMPBcwd4gq2ZtgZc8rOWAa2olMe1fKU1 Requires: /usr/lib/ghc-8.6.4/array-0.5.3.0/libHSarray-0.5.3.0-ghc8.6.4.so, /usr/lib/ghc-8.6.4/base-4.12.0.0/libHSbase-4.12.0.0-ghc8.6.4.so, /usr/lib/ghc-8.6.4/binary-0.8.6.0/libHSbinary-0.8.6.0-ghc8.6.4.so, /usr/lib/ghc-8.6.4/bytestring-0.10.8.2/libHSbytestring-0.10.8.2-ghc8.6.4.so, /usr/lib/ghc-8.6.4/containers-0.6.0.1/libHScontainers-0.6.0.1-ghc8.6.4.so, /usr/lib/ghc-8.6.4/deepseq-1.4.4.0/libHSdeepseq-1.4.4.0-ghc8.6.4.so, /usr/lib/ghc-8.6.4/ghc-boot-th-8.6.4/libHSghc-boot-th-8.6.4-ghc8.6.4.so, /usr/lib/ghc-8.6.4/ghc-prim-0.5.3/libHSghc-prim-0.5.3-ghc8.6.4.so, /usr/lib/ghc-8.6.4/integer-gmp-1.0.2.0/libHSinteger-gmp-1.0.2.0-ghc8.6.4.so, /usr/lib/ghc-8.6.4/mtl-2.2.2/libHSmtl-2.2.2-ghc8.6.4.so, /usr/lib/ghc-8.6.4/parsec-3.1.13.0/libHSparsec-3.1.13.0-ghc8.6.4.so, /usr/lib/ghc-8.6.4/pretty-1.1.3.6/libHSpretty-1.1.3.6-ghc8.6.4.so, /usr/lib/ghc-8.6.4/template-haskell-2.14.0.0/libHStemplate-haskell-2.14.0.0-ghc8.6.4.so, /usr/lib/ghc-8.6.4/text-1.2.3.1/libHStext-1.2.3.1-ghc8.6.4.so, /usr/lib/ghc-8.6.4/transformers-0.5.6.2/libHStransformers-0.5.6.2-ghc8.6.4.so, ghc8.6.4(base) = 4.12.0.0, ghc8.6.4(base-4.12.0.0), ghc8.6.4(deepseq) = 1.4.4.0, ghc8.6.4(deepseq-1.4.4.0), ghc8.6.4(parsec) = 3.1.13.0, ghc8.6.4(parsec-3.1.13.0), ghc8.6.4(template-haskell) = 2.14.0.0, ghc8.6.4(template-haskell-2.14.0.0), libc.so.6(GLIBC_2.1.3), libgmp.so.10, libm.so.6, rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.EWPeHU Wrote: /usr/src/RPM/RPMS/i586/ghc8.6.4-network-uri-2.6.3.0-alt1.i586.rpm (w2.lzdio) 16.15user 7.88system 0:29.78elapsed 80%CPU (0avgtext+0avgdata 278708maxresident)k 0inputs+0outputs (0major+793470minor)pagefaults 0swaps /.out/ghc8.6.4-network-uri-2.6.3.0-alt1.i586.rpm: license not found in '/usr/share/license' directory: BSD3 4.49user 3.19system 0:56.02elapsed 13%CPU (0avgtext+0avgdata 128624maxresident)k 0inputs+0outputs (0major+208955minor)pagefaults 0swaps --- ghc8.6.4-network-uri-2.6.3.0-alt1.i586.rpm.repo 2023-08-24 04:50:57.000000000 +0000 +++ ghc8.6.4-network-uri-2.6.3.0-alt1.i586.rpm.hasher 2024-04-20 07:24:08.353433822 +0000 @@ -67,3 +67,3 @@ Provides: ghc8.6.4-network-uri = 2.6.3.0-alt1:sisyphus+326169.16000.17.2 -File: /usr/lib/ghc-8.6.4/lib/libHSnetwork-uri-2.6.3.0-7wWtlPtRMwKC5NlLG0iH6F-ghc8.6.4.so 100644 root:root 703fb847a6f01cda15fdca2509be744d +File: /usr/lib/ghc-8.6.4/lib/libHSnetwork-uri-2.6.3.0-7wWtlPtRMwKC5NlLG0iH6F-ghc8.6.4.so 100644 root:root a306d90abad055a538a45a25eb3ee57e File: /usr/lib/ghc-8.6.4/network-uri-2.6.3.0 40755 root:root @@ -72,13 +72,13 @@ File: /usr/lib/ghc-8.6.4/network-uri-2.6.3.0/Network/URI 40755 root:root -File: /usr/lib/ghc-8.6.4/network-uri-2.6.3.0/Network/URI.dyn_hi 100644 root:root 5c3f694e0a5cf378aa2aa12458100dec -File: /usr/lib/ghc-8.6.4/network-uri-2.6.3.0/Network/URI.hi 100644 root:root 2c332aee416f3b416d3781f86882f441 -File: /usr/lib/ghc-8.6.4/network-uri-2.6.3.0/Network/URI.p_hi 100644 root:root 7f9e9b918db8ed8b7e7dbe9009ab7ec7 -File: /usr/lib/ghc-8.6.4/network-uri-2.6.3.0/Network/URI/Lens.dyn_hi 100644 root:root 0c604d24d9619566521be9fb1ee391d3 -File: /usr/lib/ghc-8.6.4/network-uri-2.6.3.0/Network/URI/Lens.hi 100644 root:root 1831927e01ec0494c8bbf1afbc79dabc -File: /usr/lib/ghc-8.6.4/network-uri-2.6.3.0/Network/URI/Lens.p_hi 100644 root:root be665ef074bc6121dbccb67be0a62af1 -File: /usr/lib/ghc-8.6.4/network-uri-2.6.3.0/Network/URI/Static.dyn_hi 100644 root:root 75e19f81f0419d990da6656ed86ab8f3 -File: /usr/lib/ghc-8.6.4/network-uri-2.6.3.0/Network/URI/Static.hi 100644 root:root 92f45ca662b7b0c3b7f77beaa4b9455d -File: /usr/lib/ghc-8.6.4/network-uri-2.6.3.0/Network/URI/Static.p_hi 100644 root:root ad2ee970567d6b53f22ec59427e76406 +File: /usr/lib/ghc-8.6.4/network-uri-2.6.3.0/Network/URI.dyn_hi 100644 root:root 271d80e161683a13bd610227b4a475ac +File: /usr/lib/ghc-8.6.4/network-uri-2.6.3.0/Network/URI.hi 100644 root:root 7551e4274fa2e3172a72ff424834b40f +File: /usr/lib/ghc-8.6.4/network-uri-2.6.3.0/Network/URI.p_hi 100644 root:root 1d5ed4b74c3d4ee8e34fffaa4303b6dc +File: /usr/lib/ghc-8.6.4/network-uri-2.6.3.0/Network/URI/Lens.dyn_hi 100644 root:root b1c217abb0f988f3f36c8ee25d333fbb +File: /usr/lib/ghc-8.6.4/network-uri-2.6.3.0/Network/URI/Lens.hi 100644 root:root 274addad35dd2d05a4943ebc9b91a0db +File: /usr/lib/ghc-8.6.4/network-uri-2.6.3.0/Network/URI/Lens.p_hi 100644 root:root e8b2c81bf17b8817d1ca2b2486247a88 +File: /usr/lib/ghc-8.6.4/network-uri-2.6.3.0/Network/URI/Static.dyn_hi 100644 root:root b629a1e5859fa3239dc7929bb780e84a +File: /usr/lib/ghc-8.6.4/network-uri-2.6.3.0/Network/URI/Static.hi 100644 root:root c52e0410aafcc6b9d245d0d4387dc387 +File: /usr/lib/ghc-8.6.4/network-uri-2.6.3.0/Network/URI/Static.p_hi 100644 root:root fc73c4477d3f494fe1ec4978bbfd278c File: /usr/lib/ghc-8.6.4/network-uri-2.6.3.0/libHSnetwork-uri-2.6.3.0-7wWtlPtRMwKC5NlLG0iH6F.a 100644 root:root 995a179d01bd0ca49b2a0a48adc5f48b -File: /usr/lib/ghc-8.6.4/network-uri-2.6.3.0/libHSnetwork-uri-2.6.3.0-7wWtlPtRMwKC5NlLG0iH6F_p.a 100644 root:root 7d94e40e5550eddc651764660a7e5db2 +File: /usr/lib/ghc-8.6.4/network-uri-2.6.3.0/libHSnetwork-uri-2.6.3.0-7wWtlPtRMwKC5NlLG0iH6F_p.a 100644 root:root 2946d0d14fb17f4a64dcbc54d87dd21e File: /usr/lib/ghc-8.6.4/network-uri-2.6.3.0/network-uri.pkg 100755 root:root 9d34654a9e0932e9b17aa1ffe93dbdb9 @@ -102,2 +102,2 @@ File: /usr/share/doc/ghc8.6.4-network-uri-2.6.3.0/html/synopsis.png 100644 root:root f7936844cc05316ed73f6bf1d2e75434 -RPMIdentity: 8908c841b346f71719eb5cb20f827da554cd133746b57835b5f94401ca25c42990fff5e72c164b534b753cf7af8542914e4829348bf76b89399ff5f50a133571 +RPMIdentity: dad9f03d9e97b3e259811584e9a8e796b5057a069b799fd81c24067d6efb4c2f1954ad22a33612f3fbb9069bfc8d9bfc21fcb57c6fac786c1272d3fbc50aa513