<86>Sep 23 07:10:03 userdel[3400621]: delete user 'rooter' <86>Sep 23 07:10:03 userdel[3400621]: removed group 'rooter' owned by 'rooter' <86>Sep 23 07:10:03 userdel[3400621]: removed shadow group 'rooter' owned by 'rooter' <86>Sep 23 07:10:03 groupadd[3400662]: group added to /etc/group: name=rooter, GID=1244 <86>Sep 23 07:10:03 groupadd[3400662]: group added to /etc/gshadow: name=rooter <86>Sep 23 07:10:03 groupadd[3400662]: new group: name=rooter, GID=1244 <86>Sep 23 07:10:03 useradd[3400753]: new user: name=rooter, UID=1244, GID=1244, home=/root, shell=/bin/bash, from=none <86>Sep 23 07:10:03 userdel[3400780]: delete user 'builder' <86>Sep 23 07:10:03 userdel[3400780]: removed group 'builder' owned by 'builder' <86>Sep 23 07:10:03 userdel[3400780]: removed shadow group 'builder' owned by 'builder' <86>Sep 23 07:10:03 groupadd[3400806]: group added to /etc/group: name=builder, GID=1245 <86>Sep 23 07:10:03 groupadd[3400806]: group added to /etc/gshadow: name=builder <86>Sep 23 07:10:03 groupadd[3400806]: new group: name=builder, GID=1245 <86>Sep 23 07:10:03 useradd[3400845]: new user: name=builder, UID=1245, GID=1245, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/ghc8.6.4-network-2.8.0.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>Sep 23 07:10:09 rpmi: rpm-macros-ghc8.6.4-common-8.6.4-alt9 sisyphus+326169.560.17.2 1692843596 installed <13>Sep 23 07:10:09 rpmi: rpm-build-haskell-1.4.7-alt1 sisyphus+326169.620.17.2 1692843749 installed <13>Sep 23 07:10:09 rpmi: libgmp-devel-6.3.0-alt1 sisyphus+328118.100.2.1 1693294140 installed <13>Sep 23 07:10:09 rpmi: libffi-devel-1:3.4.2-alt2 sisyphus+287629.100.2.1 1634659534 installed <13>Sep 23 07:10:09 rpmi: haskell-filetrigger-0.0.5-alt3 sisyphus+222088.300.12.1 1553099539 installed <13>Sep 23 07:10:09 rpmi: ghc8.6.4-common-8.6.4-alt9 sisyphus+326169.560.17.2 1692843596 installed <13>Sep 23 07:10:27 rpmi: ghc8.6.4-8.6.4-alt9 sisyphus+326169.560.17.2 1692843658 installed warning: File /usr/src/in/source/ghc8.6.4-network-2.8.0.0-alt1.patch is smaller than 8 bytes Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/ghc8.6.4-network-2.8.0.0-alt1.nosrc.rpm (w1.gzdio) warning: File /usr/src/RPM/SOURCES/ghc8.6.4-network-2.8.0.0-alt1.patch is smaller than 8 bytes Installing ghc8.6.4-network-2.8.0.0-alt1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.11785 + 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-2.8.0.0 + echo 'Source #0 (ghc8.6.4-network-2.8.0.0.tar):' Source #0 (ghc8.6.4-network-2.8.0.0.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ghc8.6.4-network-2.8.0.0.tar + cd ghc8.6.4-network-2.8.0.0 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (ghc8.6.4-network-2.8.0.0-alt1.patch):' Patch #0 (ghc8.6.4-network-2.8.0.0-alt1.patch): + /usr/bin/patch -p1 + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.11785 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ghc8.6.4-network-2.8.0.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-2.8.0.0 '--libsubdir=$compiler/$pkgid' '--dynlibdir=/usr/lib/$compiler/lib' --docdir=/usr/share/doc/ghc8.6.4-network-2.8.0.0 --datadir=/usr/share --datasubdir=ghc8.6.4-network-2.8.0.0 --enable-library-profiling --enable-library-for-ghci --disable-executable-profiling --enable-split-objs --enable-shared -O2 --ghc Configuring network-2.8.0.0... Warning: The flag --disable-executable-profiling is deprecated. Please use --disable-profiling instead. configure: WARNING: unrecognized options: --with-compiler checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for gcc... /usr/bin/gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /usr/bin/gcc accepts -g... yes checking for /usr/bin/gcc option to accept ISO C89... none needed checking for an ANSI C-conforming const... yes checking how to run the C preprocessor... /usr/bin/gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for stdlib.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking winsock2.h usability... no checking winsock2.h presence... no checking for winsock2.h... no checking ws2tcpip.h usability... no checking ws2tcpip.h presence... no checking for ws2tcpip.h... no checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking netinet/tcp.h usability... yes checking netinet/tcp.h presence... yes checking for netinet/tcp.h... yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking linux/can.h usability... yes checking linux/can.h presence... yes checking for linux/can.h... yes checking linux/tcp.h usability... yes checking linux/tcp.h presence... yes checking for linux/tcp.h... yes checking net/if.h usability... yes checking net/if.h presence... yes checking for net/if.h... yes checking for readlink... yes checking for symlink... yes checking for if_nametoindex... yes checking for struct msghdr.msg_control... yes checking for struct msghdr.msg_accrights... no checking for struct sockaddr.sa_len... no checking for in_addr_t in netinet/in.h... yes checking for SO_PEERCRED and struct ucred in sys/socket.h... yes checking for getpeereid in unistd.h... checking for getpeereid... no checking for _head_libws2_32_a in -lws2_32... no checking for getaddrinfo... yes checking for gai_strerror... yes checking whether AI_ADDRCONFIG is declared... yes checking whether AI_ALL is declared... yes checking whether AI_NUMERICSERV is declared... yes checking whether AI_V4MAPPED is declared... yes checking whether IPV6_V6ONLY is declared... yes checking whether IPPROTO_IP is declared... yes checking whether IPPROTO_TCP is declared... yes checking whether IPPROTO_IPV6 is declared... yes checking for sendfile in sys/sendfile.h... yes checking for sendfile in sys/socket.h... no checking for gethostent... yes checking for accept4... yes configure: creating ./config.status config.status: creating network.buildinfo config.status: creating include/HsNetworkConfig.h configure: WARNING: unrecognized options: --with-compiler + '[' -x Setup ']' + ./Setup makefile -f cabal-rpm.mk unrecognised command: makefile (try --help) + ./Setup build Preprocessing library for network-2.8.0.0.. Building library for network-2.8.0.0.. [ 1 of 11] Compiling Network.Socket.ByteString.IOVec ( dist/build/Network/Socket/ByteString/IOVec.hs, dist/build/Network/Socket/ByteString/IOVec.o ) [ 2 of 11] Compiling Network.Socket.Types ( dist/build/Network/Socket/Types.hs, dist/build/Network/Socket/Types.o ) [ 3 of 11] Compiling Network.Socket.Internal ( dist/build/Network/Socket/Internal.hs, dist/build/Network/Socket/Internal.o ) [ 4 of 11] Compiling Network.Socket ( dist/build/Network/Socket.hs, dist/build/Network/Socket.o ) Network/Socket.hsc:267:1: warning: [-Wunused-imports] The qualified import of `Control.Exception' is redundant except perhaps to import instances from `Control.Exception' To import instances alone, use: import Control.Exception() | 267 | import qualified Control.Exception as E | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Network/Socket.hsc:633:8: warning: [-Wunused-matches] Defined but not used: `sock' | 633 | accept sock@(MkSocket s family stype protocol status) = do | ^^^^ [ 5 of 11] Compiling Network.Socket.ByteString.MsgHdr ( dist/build/Network/Socket/ByteString/MsgHdr.hs, dist/build/Network/Socket/ByteString/MsgHdr.o ) [ 6 of 11] Compiling Network.Socket.ByteString.Internal ( Network/Socket/ByteString/Internal.hs, dist/build/Network/Socket/ByteString/Internal.o ) [ 7 of 11] Compiling Network.Socket.ByteString.Lazy.Posix ( Network/Socket/ByteString/Lazy/Posix.hs, dist/build/Network/Socket/ByteString/Lazy/Posix.o ) [ 8 of 11] Compiling Network.Socket.ByteString ( dist/build/Network/Socket/ByteString.hs, dist/build/Network/Socket/ByteString.o ) [ 9 of 11] Compiling Network.Socket.ByteString.Lazy ( Network/Socket/ByteString/Lazy.hs, dist/build/Network/Socket/ByteString/Lazy.o ) [10 of 11] Compiling Network.BSD ( dist/build/Network/BSD.hs, dist/build/Network/BSD.o ) [11 of 11] Compiling Network ( Network.hs, dist/build/Network.o ) [ 1 of 11] Compiling Network.Socket.ByteString.IOVec ( dist/build/Network/Socket/ByteString/IOVec.hs, dist/build/Network/Socket/ByteString/IOVec.p_o ) [ 2 of 11] Compiling Network.Socket.Types ( dist/build/Network/Socket/Types.hs, dist/build/Network/Socket/Types.p_o ) [ 3 of 11] Compiling Network.Socket.Internal ( dist/build/Network/Socket/Internal.hs, dist/build/Network/Socket/Internal.p_o ) [ 4 of 11] Compiling Network.Socket ( dist/build/Network/Socket.hs, dist/build/Network/Socket.p_o ) Network/Socket.hsc:267:1: warning: [-Wunused-imports] The qualified import of `Control.Exception' is redundant except perhaps to import instances from `Control.Exception' To import instances alone, use: import Control.Exception() | 267 | import qualified Control.Exception as E | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Network/Socket.hsc:633:8: warning: [-Wunused-matches] Defined but not used: `sock' | 633 | accept sock@(MkSocket s family stype protocol status) = do | ^^^^ [ 5 of 11] Compiling Network.Socket.ByteString.MsgHdr ( dist/build/Network/Socket/ByteString/MsgHdr.hs, dist/build/Network/Socket/ByteString/MsgHdr.p_o ) [ 6 of 11] Compiling Network.Socket.ByteString.Internal ( Network/Socket/ByteString/Internal.hs, dist/build/Network/Socket/ByteString/Internal.p_o ) [ 7 of 11] Compiling Network.Socket.ByteString.Lazy.Posix ( Network/Socket/ByteString/Lazy/Posix.hs, dist/build/Network/Socket/ByteString/Lazy/Posix.p_o ) [ 8 of 11] Compiling Network.Socket.ByteString ( dist/build/Network/Socket/ByteString.hs, dist/build/Network/Socket/ByteString.p_o ) [ 9 of 11] Compiling Network.Socket.ByteString.Lazy ( Network/Socket/ByteString/Lazy.hs, dist/build/Network/Socket/ByteString/Lazy.p_o ) [10 of 11] Compiling Network.BSD ( dist/build/Network/BSD.hs, dist/build/Network/BSD.p_o ) [11 of 11] Compiling Network ( Network.hs, dist/build/Network.p_o ) + ./Setup haddock Preprocessing library for network-2.8.0.0.. Running Haddock on library for network-2.8.0.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, bytestring-0.10.8.2, deepseq-1.4.4.0, ghc-prim-0.5.3, integer-gmp-1.0.2.0, time-1.8.0.2, unix-2.7.2.2 Network/Socket.hsc:267:1: warning: [-Wunused-imports] The qualified import of `Control.Exception' is redundant except perhaps to import instances from `Control.Exception' To import instances alone, use: import Control.Exception() | 267 | import qualified Control.Exception as E | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Network/Socket.hsc:633:8: warning: [-Wunused-matches] Defined but not used: `sock' | 633 | accept sock@(MkSocket s family stype protocol status) = do | ^^^^ Haddock coverage: Warning: 'close' is out of scope. If you qualify the identifier, haddock can try to link it it anyway. Warning: 'Fd' is out of scope. If you qualify the identifier, haddock can try to link it it anyway. Warning: 'bind' is out of scope. If you qualify the identifier, haddock can try to link it it anyway. Warning: 'listen' is out of scope. If you qualify the identifier, haddock can try to link it it anyway. Warning: 'connect' is out of scope. If you qualify the identifier, haddock can try to link it it anyway. Warning: 'accept' is out of scope. If you qualify the identifier, haddock can try to link it it anyway. Warning: 'Handle' is out of scope. If you qualify the identifier, haddock can try to link it it anyway. Warning: 'socketToHandle' is out of scope. If you qualify the identifier, haddock can try to link it it anyway. 94% ( 30 / 32) in 'Network.Socket.Internal' Missing documentation for: FlowInfo (Network/Socket/Types.hsc:805) ScopeID (Network/Socket/Types.hsc:806) Warning: 'IOError' is ambiguous. It is defined * in `GHC.IO.Exception' * in `GHC.IO.Exception' You may be able to disambiguate the identifier by qualifying it or by hiding some imports. Defaulting to 'IOError' defined in `GHC.IO.Exception' 76% ( 97 /128) in 'Network.Socket' Missing documentation for: ServiceName (Network/Socket.hsc:302) AddrInfo (Network/Socket.hsc:1523) ShutdownCmd (Network/Socket.hsc:1282) ProtocolNumber (Network/Socket/Types.hsc:127) getPeerName (Network/Socket.hsc:929) getSocketName (Network/Socket.hsc:938) hostAddress6ToTuple (Network/Socket/Types.hsc:1035) tupleToHostAddress6 (Network/Socket/Types.hsc:1043) FlowInfo (Network/Socket/Types.hsc:805) ScopeID (Network/Socket/Types.hsc:806) defaultPort (Network/Socket.hsc:1235) sendFd (Network/Socket.hsc:1204) recvLen (Network/Socket.hsc:841) inet_addr (Network/Socket.hsc:1392) inet_ntoa (Network/Socket.hsc:1402) isBound (Network/Socket.hsc:1356) isListening (Network/Socket.hsc:1362) isReadable (Network/Socket.hsc:1368) isWritable (Network/Socket.hsc:1374) sIsConnected (Network/Socket.hsc:1916) sIsBound (Network/Socket.hsc:1921) sIsListening (Network/Socket.hsc:1926) sIsReadable (Network/Socket.hsc:1931) sIsWritable (Network/Socket.hsc:1936) aNY_PORT (Network/Socket.hsc:1232) sOMAXCONN (Network/Socket.hsc:1261) sOL_SOCKET (Network/Socket.hsc:1265) sCM_RIGHTS (Network/Socket.hsc:1270) packFamily (Network/Socket/Types.hsc:325) unpackFamily (Network/Socket/Types.hsc:541) packSocketType (Network/Socket/Types.hsc:206) Warning: 'sendmsg' is out of scope. If you qualify the identifier, haddock can try to link it it anyway. 100% ( 13 / 13) in 'Network.Socket.ByteString' 71% ( 5 / 7) in 'Network.Socket.ByteString.Lazy' Missing documentation for: send (Network/Socket/ByteString/Lazy/Posix.hs:29) sendAll (Network/Socket/ByteString/Lazy/Posix.hs:52) Warning: 'PortNumber' is ambiguous. It is defined * at Network.hs:84:11 * at Network/Socket/Types.hsc:763:1 You may be able to disambiguate the identifier by qualifying it or by hiding some imports. Defaulting to 'PortNumber' defined at Network.hs:82:1 Warning: Network.Socket.Internal: could not find link destinations for: Word32 Word16 Enum succ pred toEnum Int fromEnum enumFrom enumFromThen enumFromTo enumFromThenTo Eq == Bool /= Integral quot rem div mod quotRem divMod toInteger Integer Num + - * negate abs signum fromInteger Ord compare Ordering < <= > >= max min Read readsPrec ReadS readList readPrec ReadPrec readListPrec Real toRational Rational Show showsPrec ShowS show String showList Storable sizeOf alignment peekElemOff Ptr IO pokeElemOff peekByteOff pokeByteOff peek poke Int32 IOError CInt CSize Warning: Network.Socket: could not find link destinations for: IO Maybe Just String Eq == Bool /= Show showsPrec Int ShowS show showList Storable sizeOf alignment peekElemOff Ptr pokeElemOff peekByteOff pokeByteOff peek poke undefined Read readsPrec ReadS readList readPrec ReadPrec readListPrec CInt MVar IOMode Handle hSetBuffering hClose Ord compare Ordering < <= > >= max min Int32 Word32 Word8 Word16 Enum succ pred toEnum fromEnum enumFrom enumFromThen enumFromTo enumFromThenTo Integral quot rem div mod quotRem divMod toInteger Integer Num + - * negate abs signum fromInteger Real toRational Rational IOException CUInt False True Warning: Network.Socket.ByteString: could not find link destinations for: ByteString IO Int String Warning: Network.Socket.ByteString.Lazy: could not find link destinations for: ByteString IO Int64 String Documentation created: dist/doc/html/network/index.html + ./Setup register --gen-pkg-config=network.pkg + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.56411 + 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-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ghc8.6.4-network-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd ghc8.6.4-network-2.8.0.0 + '[' -x Setup ']' + ./Setup copy --destdir=/usr/src/tmp/ghc8.6.4-network-buildroot Installing library in /usr/src/tmp/ghc8.6.4-network-buildroot/usr/lib/ghc-8.6.4/network-2.8.0.0 + '[' -f network.pkg ']' + install -m 755 network.pkg /usr/src/tmp/ghc8.6.4-network-buildroot/usr/lib/ghc-8.6.4/network-2.8.0.0 + mkdir -p /usr/src/tmp/ghc8.6.4-network-buildroot/usr/lib/ghc-8.6.4/package.conf.d + install -D -m 644 network.pkg /usr/src/tmp/ghc8.6.4-network-buildroot/usr/lib/ghc-8.6.4/package.conf.d/network-2.8.0.0.conf + /usr/lib/rpm-build-haskell/hs_gen_filelist.sh /usr/src/tmp/ghc8.6.4-network-buildroot /usr/lib /usr/lib/ghc-8.6.4/network-2.8.0.0 /usr/src/RPM/BUILD/ghc8.6.4-network-2.8.0.0 ghc8.6.4-network 2.8.0.0 /usr/lib/ghc-8.6.4/package.conf.d/network-2.8.0.0.conf ~/tmp/ghc8.6.4-network-buildroot ~/RPM/BUILD/ghc8.6.4-network-2.8.0.0 find: './usr/bin': No such file or directory find: './usr/share/ghc8.6.4-network-2.8.0.0': No such file or directory ~/RPM/BUILD/ghc8.6.4-network-2.8.0.0 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ghc8.6.4-network-buildroot (auto) mode of './usr/lib/ghc-8.6.4/lib/libHSnetwork-2.8.0.0-AkCJm1aNSYz7ekXKYyI0pF-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-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ghc8.6.4-network-buildroot/ (default) Compressing files in /usr/src/tmp/ghc8.6.4-network-buildroot (auto) Adjusting library links in /usr/src/tmp/ghc8.6.4-network-buildroot ./usr/lib: (from :0) ./usr/lib/ghc-8.6.4/lib: (from :0) libHSnetwork-2.8.0.0-AkCJm1aNSYz7ekXKYyI0pF-ghc8.6.4.so -> libHSnetwork-2.8.0.0-AkCJm1aNSYz7ekXKYyI0pF-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-2.8.0.0-AkCJm1aNSYz7ekXKYyI0pF-ghc8.6.4.so Verifying ELF objects in /usr/src/tmp/ghc8.6.4-network-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-2.8.0.0-AkCJm1aNSYz7ekXKYyI0pF-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/bytestring-0.10.8.2:/usr/lib/ghc-8.6.4/deepseq-1.4.4.0:/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/rts:/usr/lib/ghc-8.6.4/time-1.8.0.2:/usr/lib/ghc-8.6.4/unix-2.7.2.2 verify-elf: WARNING: ./usr/lib/ghc-8.6.4/lib/libHSnetwork-2.8.0.0-AkCJm1aNSYz7ekXKYyI0pF-ghc8.6.4.so: uses non-LFS functions: fcntl Processing files: ghc8.6.4-network-2.8.0.0-alt1 warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/LICENSE warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/Network-Socket-ByteString-Lazy.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/Network-Socket-ByteString-Lazy.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/Network-Socket-ByteString.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/Network-Socket-ByteString.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/Network-Socket-Internal.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/Network-Socket-Internal.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/Network-Socket.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/Network-Socket.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index-A.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index-A.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index-All.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index-All.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index-B.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index-B.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index-C.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index-C.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index-D.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index-D.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index-F.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index-F.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index-G.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index-G.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index-H.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index-H.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index-I.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index-I.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index-K.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index-K.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index-L.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index-L.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index-M.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index-M.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index-N.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index-N.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index-O.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index-O.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index-P.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index-P.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index-R.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index-R.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index-S.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index-S.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index-T.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index-T.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index-U.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index-U.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index-W.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index-W.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index-Z.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index-Z.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/doc-index.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/haddock-bundle.min.js warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/haddock-bundle.min.js warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/hslogo-16.png warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/hslogo-16.png warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/index.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/index.html warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/meta.json warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/meta.json warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/minus.gif warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/minus.gif warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/network.haddock warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/network.haddock warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/ocean.css warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/ocean.css warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/plus.gif warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/plus.gif warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/quick-jump.css warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/quick-jump.css warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/synopsis.png warning: File listed twice: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/synopsis.png Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.5wx3M0 find-provides: running scripts (debuginfo,haskell,lib,pam,perl,pkgconfig,python,python3,shell) lib.prov: /usr/src/tmp/ghc8.6.4-network-buildroot/usr/lib/ghc-8.6.4/lib/libHSnetwork-2.8.0.0-AkCJm1aNSYz7ekXKYyI0pF-ghc8.6.4.so: 3208 symbols, 22 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.yeQXG1 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-buildroot/usr/lib/ghc-8.6.4/lib/libHSnetwork-2.8.0.0-AkCJm1aNSYz7ekXKYyI0pF-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/deepseq-1.4.4.0/libHSdeepseq-1.4.4.0-ghc8.6.4.so /usr/lib/ghc-8.6.4/time-1.8.0.2/libHStime-1.8.0.2-ghc8.6.4.so /usr/lib/ghc-8.6.4/unix-2.7.2.2/libHSunix-2.7.2.2-ghc8.6.4.so /usr/lib/libgmp.so.10 Provides: ghc8.6.4(network) = 2.8.0.0, ghc8.6.4(network-2.8.0.0-AkCJm1aNSYz7ekXKYyI0pF), libHSnetwork-2.8.0.0-AkCJm1aNSYz7ekXKYyI0pF-ghc8.6.4.so = set:pduuaRSZnk9xmK72hczRqiM4mn7k7PpYqK3cfyz4K4wXG23NlbeHCiv4Oe8fHdVVY1Z3AoqHoFQEUPpPgKbkbeoWPLZd7O0SU2SkCH4xYDLZ6hAaGEBouM8fZ7Mjb5Bgfp8qkERCKaCKdPGL6cWNldbbZ2ZkpUcUO6khj2VXTelhNDQPwzwmerF9JDIB4lSK9luwwgaU2tjsZv1GvyCYmsath7xliEF1dzUcJ7ADIdkmEigsbSiVorYZGSm2eV1y0yUIlDf2a1A3LnsgFriywOKfwjQAtXipPEPtkavTdbJzA73cIhgdlEyETMZrNNl18sOL4UcwL4w9kqERULKZCGLNmaxRgC9zGkoDSozxLkcRZgjLR2YkJIZAKiViv8EgZqo9zwGclGnTQsX6BurmQn395pG0XApHWRXwigf5R1e26iej73I8wRA0MpZg0aT1hL6gITboSAJ5EdndOJjE9bFtAtKf3TLn7DwQVNpV1h0h1cw0CT8t5PALwMRD2MvMHebZdoJZ2sxIt0khSa20euWhDMDq8cDYZHWQKvLN5410F3WgRaLRHls9AZLlv2y6fI8oiV8I2OsukMNiI4oZj70TopHZIFR3FwgaMOWHI8ZlZgINelW8LQEX9UGWlqjXHclOuxfEMMpVFmbXfniURiEaflBzWF6I9KriniWJbLLzkB6jxZanqzImorNh1VADXrz2SXOOccHVuRugyWtTJVH1TCCAXVRGIstNeUfHUkVnUg79Lm4sV0kzpEIKGGbyZ4ufRt0ZAP0lKa4nwMiw9a7SnZmvvsZ90oaZb10tubmzqSlwMUxVQhmfUwGXpWezRUL4VgsL2KFi9wRgbZ7l0nTt1Z0b56rVQguj5n1wFFz04agqoesHZeZIjzA4jfRoq258dl8XMVbtBuAzyqXZbQlDBgF3zhm36Jhpinc1tcwkM0bBz6ROSbnuiY08wzqMBTE2cAoAUiA2RO2yYmhygHooA6SkdVrMO14RZEYBxg5ZbrmZemCTxA1U3losUnplIP33NyK8AhWbGhQTCQ8LycbLk4cz8MTK3zQAgxG41uYeHE1tf6TDG6h9909FlPDhqT3Z26pjYVz1w5sNypiLqTniGGDDK4VfbzZGej3keA3Ew9Uxca9vIfZ7vidzibYCjen6YimsVRa493ZwJ8ZjMzqys2ZeHPrVb0Zb8CCx4mUahhGnplW3vWp8tZb8RlZdxpGZa5VtkXUDO1hNN1n2gmixmkTnxONn8gl1ucBBTpnmcvIeQPfvVvvtRhOTQv87d9H7ZJwiQkx5w3zBWxbOQZK28vs5bKZ2Zk971tRuxRXMgAEZjzjz5VZIj45cpZFOWn9cke2JbW6F1G5v0x2Aav583A7BhkzaoaHabYJfCvQd3Bj3XfSnMRXBy8GdseVeknegkZIEOAFPB27d5FrqctHjh9MEIUEP69ZzzLLxzPMDTVtSugZ8vSzk2x1xTzZ6S8WZ6bJWxLEkF2SXwfrvb82GH5k3cdG6LEXy1y60X5C4CUb40QK3f6SFyoTnY3728G5nchnhhd1ItjCMu8iSGqoWth7hY0JCQwVURYDgjZlLKZueKfRyUsr48epGEZkWpRntz6WkLe7snIjAFzvYD2bVyQ19WRWL4bdt1bSIOYr9Rw7fC5eOtKbEp4SmFZpgdNTNBDGis5MQtBPeXvZ21XMW8xdiKGLLPtV6YZKTGMFskBCQGw8WS5kCnUFZ1VM5UkQ38x7RgySPJ10ZG3YflL6eTBZ1tl64yIxASOIFgCvl6j4J1FquZmZ07y7ZfyTNmxJNLtvUvZlyjh4vWs2VJ7guIh3n8GWvayyOc5yOVUX4ciB5IEOiSEzwXJwa9tbRWhvmV8ZpprywmHiN6fqFts2eH4w6ZhBZ64MsMyYto7TBTWre6wUk6oX5ZnybzZiQjjPB1Ze4e0DMriQFr5bAtwmC5syvxOejqoLonVystiLYmf2VVIj28ZCTzbWZvJHYk5EPMYObBB469B28Dc2IqYndbZfEacIlwPQ0ev3rfn2f9VZ8nzyw3ZjZkXIeyqF9x9CjXQeRPGcV5sIMzGaZdCogrsnAIqVSqhVNYZo2DZ7o9FIKXnpGzUvRIOJgWwFOMmhpznrGqb8qjiosxgTI4yZgyHGeDASxbBD3StS4NHZIJEdDwOSPtgDloGYCq8gfvbaxjEPBkT0jb7cmqXT2pAbbmje6riaQrYjlLZ2kH3cvHr9lTgTee0Zoikj5JSaaXr50lGkYmk2bvntLVjFNnbfKm3trAEJ7p6BqnvT3Q5NMFnFCodiCeJ5RLlVfoLqwIpAxLPy2xpfTuA0YuBHORh5BZEOuXP7W0PQPihScWIXb3qlTHNDxixocFGM2vGoWZyWfYCJ7Hx7G52RYRu38gcK23v4PcbgZxHBF7FgPVmR12w4D87GAu4ONf3pxGuRhPydm9JaNgcV0gJ6qa4ivoVgLb7kcjiJK1d0UEwFVbqKvaWHiSf6t8nsKmmaNDJwYhc9Ec3G5GcQ3pzk0qgZnkq59qZuVIm2wyiSV3l3ejQ9SqeqXfS9eadg1zAheUYAwbiWsnNHiXIw9903Z88i4xS3ReWRHwRBUfBP9BGk4ib5H5tevNhgUcESWoo6xRH7QyixohkuruABgouwmMNOPVsafFTH1FGbZhGb3KmvDJMsVWameVyty9Ek8qszTPy8xpKklNoHgdbRZfXc7zSdLHfmFeP6FCGI9Q1q0C6ZyZEQo0nxvLSto2C0edsZm0mXCbnWXrkGw5l2yyCWnPQ2HGRyuQEsvjR3Mma5bmSbiU6plwEyYlZsuDll6N09hX5SN2vGgpJyB5AR2VPyZwdp2rZm3gWN5xvRphQ9TfAOUZnJQOHpDfMwFtA9ca16g6cFxKMwko8TkG9yZ6leOEfM1KMo88ytH45815ZeqFmENkR0NYI51UjIK2QkRo8rD8rZnjKid77zkZbDjOFQ3818B9JadxGHZwu6bY2VoLAk3lqJL9HydqFi6R8v3jNJt4oq1crmBeatauICumVZ42lgPqKRIzuboUorpEq8fN5TrMZhPNIFIK5xE2I9N3zSr05Y58lp0Q8MyeufBRgXfsLYgTlh0lEUBqZFdtw60sw35QVHNVH6s76TB0PdV3MyE9Ztsq0or8j8briIbmhbDKEDtenEsmE4uhGt6tXTlgHl15dBHGtL28fOjuXdbNGUwJce0HAwhZuGGksW9Zq16RSZiG791hhFz7HU7IhW2BD9FMUvngb7PHhIVfc20rdCeyxvHtj1EkOIse0QtnN9Nw8WdIcSg3xzokfSAuZm4SawtGy4uEpCN0ixSawLWG1AsZwYsG7eZnEM64QAe5J9zNqrI9Z6QS69foZAKHZvCxYpBHsOKw4gNGeEiKpZeE75QfDZBusZEJ0KEk6ALldbJ4Mut5Y2L6NFDOzCCiAA9JGYWD3KE6a8iDaoTwa7oyMhYZzPZ2Ejr5Vx2C2espF2R4Pj9Xux6Ss4aicC2tRNrFH4ncOe0Z1f5n36fFEevKPdEegUeYsRadM9IcR8ZqAb62NS0ixJyd3seb3q5fXVZ8IrEOn2i7NBT7EeAKAfh1z2MmbpdmPiZxjjKiFT6qRZf8mQwtsoFMdwsyr4uNqfuC7YDDUc8sA4h4mcI5BppOZ3Imrj9abPuZiPo2okui11F1C7grZ34uoGpRZB5t7W3jKjUf3TrSqr5l5SEh6aZCvcsnlENeCTA4oFHU4GlMFKt6RtlgFhZtROWdf2kqmpVO84zGHjpvnoeqHlwp7QuCbN3klGhRHvMHgbgioQpYnuH8l1lePRBZvBlNzx64h6ZG5g7U8VffT3Z4XZ4cb8JdQ0DgQTzJZmWTEV4HlDkLblm9OS814eSQxuv3sK4GSB3DXP4HXgIG7lIq3WapEdieJb4Z63Fw6ohEbAC325aLKAyEUaoSkmM70wyBGN6k6VZAryWNZnyEpvWE6Ad4Ja5UN7nBz3r02gJZGnlgxF15efGzdIZkigrpOZuCUU9tN5Zd5MhClCDGdyBW9Cisz2JlHLaWcbjObNcFXRUMqYvM681i0q7F3g8JN46wQ8kD6xsXFOOvYKm8Ne9hkbZk9B6a38KAX4r7ZgH3BkvuW1FPw5xwu1zJ0BvFTN1PAdWgPxwPzU6cInAWBUmxeidWCNzeS22zGEX9GFFTgZsBpaffPlK0PyD9D4YzA374kR1J5qlNGWNcNWLiB2bwNM2uOa6IiOMmwerck2ns1mEgIqXadZ70krgnarggc3NNqVYpsaX0qI6y7wX0dwUMNgO9DqVyFKqKA8y2iZunZcCxgGrpU9ZBreY3o6OZnRTxiQ9v4vknezjny8Dgv3T7FTxU5bplTsLK2SvKZcKFiy6n89bNKHzO7xdyelDW5caRK31ezZ7StVtgOblW0FFApYZrCDJOR1osszKpq5bwYQW5tyez2xivt3j3Vym25OYbrSXpubj0Lmc6VxpTT8oIfLypQpPq4sfSZIZw0gSogu7eiZqn6aZJW4RRbb5rZeK3bQ6LmUrcHevq3bUzfU2MWV0eTzLCecKDyD4FCrWQ4NusYMzpeFy7cqdZ6sgwKxkA3gkpZCkPNB3JtXsjaIQu3j4z73iSW9ZnVIPFusCvs7Gwpjpi9suha4wDPu8wIxmZohWPZixKfWjqt73abBMZyjke5v7khXmtpCqouPQhrxDOLkkcpqbMrcAJbre9KyHihROZv6BnxpSiqZyu3y3QRyDcZGhQVTCoLxxgUgYwKBr5gorADGQvXiIxBniBNzaP4fps6xJB22ZuHcknbnGfNQOfLsSqZ8WJhdx8nVKzIE06FCLenS6VxSkteOc9O4w0T0LX56yYjcZjh6XhCEDQp9yle58yokJDtCUckINrgU0jZFvGPhZa5WS6oEgflZhP8YdtSOSGHUKtIGds3Hf7yZc1TJaa6p1rDk2Ay0Zw3sTVSIyeEV1UU1OKZA1lnTlsZGhqSICWjqYB5ZjdQ82RZbM27IyXTvwkLD9vSpPCnxxtifUqGWR23fkuF0l7CMVPQtuAfyk4ohqMjuvGRBbpZuU06IynyKAaEchdZkGMzxkYVogE9AX6oAPmx5BtxabnpojBejguz6H511qdwpWWw7mwbeEdX7RbIZ57Zpk98QVjCtzhSoZoQBDkXdEHmJy8r0rIKgTp9ZeSS16zeWK8Y0JynqKkh9HzDQUBa77lhb3KWRPksxRwrxvrAoKpgWkJ2LPJNgHSntWU6WzRj5IMyNvzq7P212iVj38IZrmneZ4pMnJEiov8r0w2pcHa71CtZKM1tMoB4gZhEH8AAiSaoSUjHMeBooEOU5Q2wh5uu7cbMB9QbwIR32dHfdbAhCZ2chJ2xN6O4tpd3S2xc1uOmlJJp0aZERylAuGq0prL1JEISx8K8tZCiVYZ4uCb8d3dNlVCyGUdhUWSmfBlPZeJ8hj0Z33BCArH3aESKZvef3lDy3nocx9oY2cqMRvWmxCHFtb9Dcf2KF24Y80zzuDgy1Ss396XONPaPMqa4D60qFA0dFIzWM9zz5w9tSi4ilcxKcwZrj7mAZ4qFlzBLeTZq94fiEgCIaoyvJw1Ebtqx7UoYvBmVSSFUyBx7f23gi2RHXhIwUDoQZEsCpBU4UJT2n2W7pKEmArqZpmMPvoCoTVbFTIoyafdhdSfpeQyZkxPEr9q3cFJjNc6VDsI5oTICULxfxHDePkyLAlSxWGIF7dHi7v3HIgmAOrEeFwmImPKu0ShI0It22rKe6w07n6cyQwq7azAVDA4ndXejCbDJ9tSWasBXJ27C6ZFQVKYhWXH1DDORmPFDJtWxj84oBKsKRu8zRmjAwRBaaCbSHZ1GKthlkjKW789Md8mmY3wKuLYWbVaEkqeO5x3128bAquNF3qDfRZjabmnm2TaGpnun07BpfLWvr4e8KCaHkQ838bVWTscRqp9V8lUPRWZkgGn8nZ9cZwyCj6TZFSDw6RxoZCNjZvMQN5sfbscVMm6SpynLk5ElWEtRRYoGw9TvZARx0Wpg4DugVPyrmzMtq0vGjGjhvtGRsfhDOJRLduxNkWwGleWycFuOiYlf1Mmq4iL2dFerkImZ0HemcAZDF144MX9jVBe8RD5iFURZyxK2DHUaTnZJQZmVEu69Dz6JvMxQy2cSjUXgqFrxNEMl6fzCZuFnbktfjF9bDkdhkNhCxT41by3c8mZuyV8d1CZ0sCltNKYcZ7QPdB8ioje1aWZyfgf5YVVwCCaiK5BFROTw8N3axIjsqZv6IYMoOnICfZByPXcFUMmXp6pFGAeCgqjPqXnZBOO4VsPTpplL5Oj7v7LjfaXlTDj8yozKJoH3nx4rmkMrsn3CWJETRPo2nb2gzJ5pqB3qw3FTZ7cvcM4e9cdpHEPw3BoRW8xpuw9OQeaTd2v2jFh9f6fhamEPYSyFwTgRVU3 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/bytestring-0.10.8.2/libHSbytestring-0.10.8.2-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-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/time-1.8.0.2/libHStime-1.8.0.2-ghc8.6.4.so, /usr/lib/ghc-8.6.4/unix-2.7.2.2/libHSunix-2.7.2.2-ghc8.6.4.so, 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(unix) = 2.7.2.2, ghc8.6.4(unix-2.7.2.2), glibc-kernheaders-generic, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.10), libc.so.6(GLIBC_2.28), 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.831Mbn Wrote: /usr/src/RPM/RPMS/i586/ghc8.6.4-network-2.8.0.0-alt1.i586.rpm (w2T8.xzdio) 36.24user 15.95system 1:10.28elapsed 74%CPU (0avgtext+0avgdata 278928maxresident)k 0inputs+0outputs (0major+2650440minor)pagefaults 0swaps /.out/ghc8.6.4-network-2.8.0.0-alt1.i586.rpm: license not found in '/usr/share/license' directory: BSD3 5.34user 2.28system 1:44.37elapsed 7%CPU (0avgtext+0avgdata 125088maxresident)k 2168inputs+0outputs (0major+195659minor)pagefaults 0swaps --- ghc8.6.4-network-2.8.0.0-alt1.i586.rpm.repo 2023-08-24 04:50:15.000000000 +0000 +++ ghc8.6.4-network-2.8.0.0-alt1.i586.rpm.hasher 2023-09-23 07:11:42.324425183 +0000 @@ -119,38 +119,38 @@ File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network 40755 root:root -File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network.dyn_hi 100644 root:root cce6232f9f70c50f9329f3aa50a099a0 -File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network.hi 100644 root:root 841a92f1f17302c032281d113d01b789 -File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network.p_hi 100644 root:root 4aa6e4ce3e645549229f79d9523e83f6 -File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/BSD.dyn_hi 100644 root:root 19ed942939d9f1ea23ae2d014a361149 -File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/BSD.hi 100644 root:root afddb7e9d4cfa94792efdf0038b7eea1 -File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/BSD.p_hi 100644 root:root 37f7b89412d90cb3d212f7a41478abf4 +File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network.dyn_hi 100644 root:root 7686ba2e505fc60b51678b0b259dac7c +File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network.hi 100644 root:root b2fdf4b74f2030c637325923db5981eb +File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network.p_hi 100644 root:root 4e7f03b98567914f82ed7c6401b60dc7 +File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/BSD.dyn_hi 100644 root:root fb5f4bbc44c34f660722332e0daa8a28 +File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/BSD.hi 100644 root:root 00cf2f4b04cb0a785598f4be615aa857 +File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/BSD.p_hi 100644 root:root 01f53cf06fc7a695b07bf6f66eb49a7b File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket 40755 root:root -File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket.dyn_hi 100644 root:root 0bdc4972b1a1ef84e5bb9fc26c9ff671 -File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket.hi 100644 root:root 78cdae734ce474d0c37fc6047da5b8be -File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket.p_hi 100644 root:root bcd87e5934766bcb5c68952a7ea74fe5 +File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket.dyn_hi 100644 root:root 3838044177ecb4f960f5d1b010bd1703 +File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket.hi 100644 root:root b7219bd26af990dce3bbdae7ddb10976 +File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket.p_hi 100644 root:root fd6a3dea284ba7500f9b093f41c13a59 File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/ByteString 40755 root:root -File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/ByteString.dyn_hi 100644 root:root c21ebe35df4369d6b97317e101fdee61 -File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/ByteString.hi 100644 root:root 4b0f05753a2ff6c807ff9fa61aeca8f9 -File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/ByteString.p_hi 100644 root:root 5b6d3868e7dc86606ee8318ba8f663c3 -File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/ByteString/IOVec.dyn_hi 100644 root:root 7e87d753d86db19a91729716a2bfe868 -File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/ByteString/IOVec.hi 100644 root:root ca35bc4b15b05cbe547c27879c1e4521 -File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/ByteString/IOVec.p_hi 100644 root:root efc452e9c715feafd2371b520476ca52 -File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/ByteString/Internal.dyn_hi 100644 root:root 427bb9e68f377e23ca3f6b2d95dfe65a -File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/ByteString/Internal.hi 100644 root:root f3e39ce9f8baadaee5442bcba5f63568 -File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/ByteString/Internal.p_hi 100644 root:root 9133ff33232692cf21e5fc9b69b22869 +File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/ByteString.dyn_hi 100644 root:root f15123e79890ad3b5283c3898907365c +File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/ByteString.hi 100644 root:root af9c2e1bf7dd20638804553a20c9c316 +File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/ByteString.p_hi 100644 root:root 320e8e4065f34d5fa848d1fc6f8bb429 +File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/ByteString/IOVec.dyn_hi 100644 root:root a754328fce95c783015f10b9d984c875 +File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/ByteString/IOVec.hi 100644 root:root 3525e11592f545953eaee5757de3c553 +File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/ByteString/IOVec.p_hi 100644 root:root 24bcd9a31f5dac2377bbb227c9656f6f +File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/ByteString/Internal.dyn_hi 100644 root:root 77d1a1ebbf9e8e8ed5e59030f6dc7622 +File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/ByteString/Internal.hi 100644 root:root d24fa0dff16ad98852c6b58acb0c2d45 +File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/ByteString/Internal.p_hi 100644 root:root 898735f0b7b145f549aa8b9b603fddd8 File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/ByteString/Lazy 40755 root:root -File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/ByteString/Lazy.dyn_hi 100644 root:root 92473cbc168a02e4d4779ce424a517c7 -File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/ByteString/Lazy.hi 100644 root:root 068f9f226b9b3425ed9490a06879287f -File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/ByteString/Lazy.p_hi 100644 root:root 31c7f61b0f750cc922e0e45ed7662bb3 -File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/ByteString/Lazy/Posix.dyn_hi 100644 root:root a33c5dad369fda0a09a4e5be9387ba1a -File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/ByteString/Lazy/Posix.hi 100644 root:root cf6932937ac36a71dcdc3a076d851d1d -File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/ByteString/Lazy/Posix.p_hi 100644 root:root 918b609ad8e7ede345f04b55dea895f6 -File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/ByteString/MsgHdr.dyn_hi 100644 root:root 485f628430ac95bd2b472a43931b56f1 -File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/ByteString/MsgHdr.hi 100644 root:root 2bbbb69b971e43fca4c9a2663e4561c2 -File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/ByteString/MsgHdr.p_hi 100644 root:root dbfcd0e139af4e9d5ff2368cb47e6fb7 -File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/Internal.dyn_hi 100644 root:root d8607238d5767622146a15a2bb0323e7 -File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/Internal.hi 100644 root:root 2b496959bc468152ca6e2ccf64fe4b71 -File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/Internal.p_hi 100644 root:root 0ff9c635a340345b611ee37fde323f4f -File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/Types.dyn_hi 100644 root:root a594c859b772472648c0a2087c3e2550 -File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/Types.hi 100644 root:root b229935b1ddd66dcd14791a94fa54abd -File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/Types.p_hi 100644 root:root b4b1f07ad0ea37455b11daac561a195a +File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/ByteString/Lazy.dyn_hi 100644 root:root 2bb688994b993fb92a0f55c7585a40eb +File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/ByteString/Lazy.hi 100644 root:root 6060766c264f6fea60b7462f0dbabc6a +File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/ByteString/Lazy.p_hi 100644 root:root 345717ba1074fbb87da2c238dc18975d +File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/ByteString/Lazy/Posix.dyn_hi 100644 root:root f496d39903fa56eda80db98038e6f484 +File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/ByteString/Lazy/Posix.hi 100644 root:root b68e793468e0f0ee493be2656c2be670 +File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/ByteString/Lazy/Posix.p_hi 100644 root:root 441dda753cd943eea9b84b93d741e71a +File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/ByteString/MsgHdr.dyn_hi 100644 root:root 9ad16c26a0b49e3c8836f0a5a7ce5e2a +File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/ByteString/MsgHdr.hi 100644 root:root 066c7ea0ef6e2977ca922f432a2faad9 +File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/ByteString/MsgHdr.p_hi 100644 root:root a282699c5978071f7ef3967d7f80bae1 +File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/Internal.dyn_hi 100644 root:root 71fcb99833a2f87b57b0957dac4a6f24 +File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/Internal.hi 100644 root:root 7b7920954b373694870d538ba86afde9 +File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/Internal.p_hi 100644 root:root 1b663ad910674143aaf02572e6b6c537 +File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/Types.dyn_hi 100644 root:root 0dd2a4efbef1b7e946a7615b01cf69c4 +File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/Types.hi 100644 root:root f77f31d552db32205d38688060ba8a3f +File: /usr/lib/ghc-8.6.4/network-2.8.0.0/Network/Socket/Types.p_hi 100644 root:root 6e0c50bce283997d13e9db017f317bd0 File: /usr/lib/ghc-8.6.4/network-2.8.0.0/include 40755 root:root @@ -202,2 +202,2 @@ File: /usr/share/doc/ghc8.6.4-network-2.8.0.0/html/synopsis.png 100644 root:root f7936844cc05316ed73f6bf1d2e75434 -RPMIdentity: 5c391347953e63bb9cd59e874eb0df2268678943276c08f6cbbf81aa120c3e55f9536c1db078d19b12ae124a73c821fe75fba0cfa0f9cef4d2a0f90067cab545 +RPMIdentity: d43c14a4713305c2afefd5bfcff024130584c71e546567565adcf2418964a8ddb6e838b9680f7e42922ef49c29a08c50d671fd1fd2a05e7624379a954e91e317