Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64 --nodeps /builddir/build/SPECS/ghc-ConfigFile.spec'], chrootPath='/var/lib/mock/f28-build-11360345-852049/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target ppc64 --nodeps /builddir/build/SPECS/ghc-ConfigFile.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: ppc64 Building for target ppc64 Wrote: /builddir/build/SRPMS/ghc-ConfigFile-1.1.4-9.fc28.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64 --nodeps /builddir/build/SPECS/ghc-ConfigFile.spec'], chrootPath='/var/lib/mock/f28-build-11360345-852049/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target ppc64 --nodeps /builddir/build/SPECS/ghc-ConfigFile.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: ppc64 Building for target ppc64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.RGMEUM + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf ConfigFile-1.1.4 + /usr/bin/gzip -dc /builddir/build/SOURCES/ConfigFile-1.1.4.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ConfigFile-1.1.4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.TYGJwV + umask 022 + cd /builddir/build/BUILD + cd ConfigFile-1.1.4 ++ ghc --info ++ grep '"Booter version","8.2.2"' + '[' '!' ' ,("Booter version","8.2.2")' ']' + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fstack-clash-protection' + export CFLAGS + LDFLAGS='-Wl,-z,relro ' + export LDFLAGS + '[' -x Setup ']' + ghc --make -no-user-package-db -dynamic Setup [1 of 1] Compiling Main ( Setup.hs, Setup.o ) Linking Setup ... + LANG=en_US.utf8 + ./Setup --version Cabal library version 2.0.1.0 + '[' -x Setup ']' + LANG=en_US.utf8 ++ echo ' -O2' -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -fstack-clash-protection ++ sed -e 's/ / -optc/g' ++ echo ' -Wl,-z,relro' ++ sed -e 's/ / -optl/g' + ./Setup configure --prefix=/usr --libdir=/usr/lib64 --docdir=/usr/share/licenses/ghc-ConfigFile '--libsubdir=$compiler/$pkgkey' '--datasubdir=$pkgid' --ghc --dynlibdir=/usr/lib64 --enable-executable-dynamic --global '--ghc-options= -optc-O2 -optc-g -optc-pipe -optc-Wall -optc-Werror=format-security -optc-Wp,-D_FORTIFY_SOURCE=2 -optc-Wp,-D_GLIBCXX_ASSERTIONS -optc-fexceptions -optc-fstack-protector-strong -optc-grecord-gcc-switches -optc-specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -optc-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -optc-m64 -optc-fstack-clash-protection -optl-Wl,-z,relro' -p --enable-shared --htmldir=/usr/share/doc/ghc/html/libraries/ConfigFile-1.1.4 --global Configuring ConfigFile-1.1.4... + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup build Preprocessing library for ConfigFile-1.1.4.. Building library for ConfigFile-1.1.4.. on the commandline: warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS src/Data/ConfigFile.hs:1:36: warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS | 1 | {-# LANGUAGE UndecidableInstances, OverlappingInstances #-} | ^^^^^^^^^^^^^^^^^^^^ [1 of 5] Compiling Data.ConfigFile.Lexer ( src/Data/ConfigFile/Lexer.hs, dist/build/Data/ConfigFile/Lexer.o ) src/Data/ConfigFile/Lexer.hs:53:22: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘String’ Suppress this warning by saying ‘_ <- eol’ | 53 | eoleof = eof <|> do {eol; return ()} | ^^^ src/Data/ConfigFile/Lexer.hs:60:19: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘Char’ Suppress this warning by saying ‘_ <- comment_chars "start of comment"’ | 60 | comment_chars "start of comment" | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/ConfigFile/Lexer.hs:61:19: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘[Char]’ Suppress this warning by saying ‘_ <- (many $ noneOf "\r\n") "content of comment"’ | 61 | (many $ noneOf "\r\n") "content of comment" | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/ConfigFile/Lexer.hs:66:17: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘[Char]’ Suppress this warning by saying ‘_ <- many whitespace_chars’ | 66 | empty_line = do many whitespace_chars | ^^^^^^^^^^^^^^^^^^^^^ src/Data/ConfigFile/Lexer.hs:72:17: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘Char’ Suppress this warning by saying ‘_ <- char '['’ | 72 | sectheader = do char '[' | ^^^^^^^^ src/Data/ConfigFile/Lexer.hs:74:17: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘Char’ Suppress this warning by saying ‘_ <- char ']'’ | 74 | char ']' | ^^^^^^^^ src/Data/ConfigFile/Lexer.hs:83:21: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘[Char]’ Suppress this warning by saying ‘_ <- many1 whitespace_chars’ | 83 | extension_line = do many1 whitespace_chars | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/ConfigFile/Lexer.hs:94:43: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘Char’ Suppress this warning by saying ‘_ <- optionsep’ | 94 | value <- option "" $ do { optionsep; optionvalue } | ^^^^^^^^^ [2 of 5] Compiling Data.ConfigFile.Types ( src/Data/ConfigFile/Types.hs, dist/build/Data/ConfigFile/Types.o ) src/Data/ConfigFile/Types.hs:38:1: warning: [-Wunused-imports] The import of ‘Data.Char’ is redundant except perhaps to import instances from ‘Data.Char’ To import instances alone, use: import Data.Char() | 38 | import Data.Char | ^^^^^^^^^^^^^^^^ src/Data/ConfigFile/Types.hs:39:1: warning: [-Wdeprecations] Module ‘Control.Monad.Error’ is deprecated: Use Control.Monad.Except instead | 39 | import Control.Monad.Error | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/ConfigFile/Types.hs:76:10: warning: [-Wdeprecations] In the use of type constructor or class ‘Error’ (imported from Control.Monad.Error, but defined in transformers-0.5.2.0:Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" | 76 | instance Error CPError where | ^^^^^ src/Data/ConfigFile/Types.hs:76:10: warning: [-Wdeprecations] In the use of type constructor or class ‘Error’ (imported from Control.Monad.Error, but defined in transformers-0.5.2.0:Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" | 76 | instance Error CPError where | ^^^^^ [3 of 5] Compiling Data.ConfigFile.Parser ( src/Data/ConfigFile/Parser.hs, dist/build/Data/ConfigFile/Parser.o ) src/Data/ConfigFile/Parser.hs:36:1: warning: [-Wdeprecations] Module ‘Control.Monad.Error’ is deprecated: Use Control.Monad.Except instead | 36 | import Control.Monad.Error(throwError, MonadError) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/ConfigFile/Parser.hs:135:13: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘String’ Suppress this warning by saying ‘_ <- string "%("’ | 135 | string "%(" | ^^^^^^^^^^^ src/Data/ConfigFile/Parser.hs:137:13: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘String’ Suppress this warning by saying ‘_ <- string ")s" "end of interpolation name"’ | 137 | string ")s" "end of interpolation name" | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/ConfigFile/Parser.hs:142:14: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘String’ Suppress this warning by saying ‘_ <- string "%%"’ | 142 | string "%%" | ^^^^^^^^^^^ [4 of 5] Compiling Data.ConfigFile ( src/Data/ConfigFile.hs, dist/build/Data/ConfigFile.o ) src/Data/ConfigFile.hs:106:1: warning: [-Wunused-imports] The import of ‘Data.List’ is redundant except perhaps to import instances from ‘Data.List’ To import instances alone, use: import Data.List() | 106 | import Data.List | ^^^^^^^^^^^^^^^^ src/Data/ConfigFile.hs:109:1: warning: [-Wdeprecations] Module ‘Control.Monad.Error’ is deprecated: Use Control.Monad.Except instead | 109 | import Control.Monad.Error | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [5 of 5] Compiling Data.ConfigFile.Monadic ( src/Data/ConfigFile/Monadic.hs, dist/build/Data/ConfigFile/Monadic.o ) src/Data/ConfigFile/Monadic.hs:13:1: warning: [-Wdeprecations] Module ‘Control.Monad.Error’ is deprecated: Use Control.Monad.Except instead | 13 | import Control.Monad.Error | ^^^^^^^^^^^^^^^^^^^^^^^^^^ on the commandline: warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS src/Data/ConfigFile.hs:1:36: warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS | 1 | {-# LANGUAGE UndecidableInstances, OverlappingInstances #-} | ^^^^^^^^^^^^^^^^^^^^ [1 of 5] Compiling Data.ConfigFile.Lexer ( src/Data/ConfigFile/Lexer.hs, dist/build/Data/ConfigFile/Lexer.p_o ) src/Data/ConfigFile/Lexer.hs:53:22: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘String’ Suppress this warning by saying ‘_ <- eol’ | 53 | eoleof = eof <|> do {eol; return ()} | ^^^ src/Data/ConfigFile/Lexer.hs:60:19: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘Char’ Suppress this warning by saying ‘_ <- comment_chars "start of comment"’ | 60 | comment_chars "start of comment" | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/ConfigFile/Lexer.hs:61:19: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘[Char]’ Suppress this warning by saying ‘_ <- (many $ noneOf "\r\n") "content of comment"’ | 61 | (many $ noneOf "\r\n") "content of comment" | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/ConfigFile/Lexer.hs:66:17: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘[Char]’ Suppress this warning by saying ‘_ <- many whitespace_chars’ | 66 | empty_line = do many whitespace_chars | ^^^^^^^^^^^^^^^^^^^^^ src/Data/ConfigFile/Lexer.hs:72:17: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘Char’ Suppress this warning by saying ‘_ <- char '['’ | 72 | sectheader = do char '[' | ^^^^^^^^ src/Data/ConfigFile/Lexer.hs:74:17: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘Char’ Suppress this warning by saying ‘_ <- char ']'’ | 74 | char ']' | ^^^^^^^^ src/Data/ConfigFile/Lexer.hs:83:21: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘[Char]’ Suppress this warning by saying ‘_ <- many1 whitespace_chars’ | 83 | extension_line = do many1 whitespace_chars | ^^^^^^^^^^^^^^^^^^^^^^ src/Data/ConfigFile/Lexer.hs:94:43: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘Char’ Suppress this warning by saying ‘_ <- optionsep’ | 94 | value <- option "" $ do { optionsep; optionvalue } | ^^^^^^^^^ [2 of 5] Compiling Data.ConfigFile.Types ( src/Data/ConfigFile/Types.hs, dist/build/Data/ConfigFile/Types.p_o ) src/Data/ConfigFile/Types.hs:38:1: warning: [-Wunused-imports] The import of ‘Data.Char’ is redundant except perhaps to import instances from ‘Data.Char’ To import instances alone, use: import Data.Char() | 38 | import Data.Char | ^^^^^^^^^^^^^^^^ src/Data/ConfigFile/Types.hs:39:1: warning: [-Wdeprecations] Module ‘Control.Monad.Error’ is deprecated: Use Control.Monad.Except instead | 39 | import Control.Monad.Error | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/ConfigFile/Types.hs:76:10: warning: [-Wdeprecations] In the use of type constructor or class ‘Error’ (imported from Control.Monad.Error, but defined in transformers-0.5.2.0:Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" | 76 | instance Error CPError where | ^^^^^ src/Data/ConfigFile/Types.hs:76:10: warning: [-Wdeprecations] In the use of type constructor or class ‘Error’ (imported from Control.Monad.Error, but defined in transformers-0.5.2.0:Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" | 76 | instance Error CPError where | ^^^^^ [3 of 5] Compiling Data.ConfigFile.Parser ( src/Data/ConfigFile/Parser.hs, dist/build/Data/ConfigFile/Parser.p_o ) src/Data/ConfigFile/Parser.hs:36:1: warning: [-Wdeprecations] Module ‘Control.Monad.Error’ is deprecated: Use Control.Monad.Except instead | 36 | import Control.Monad.Error(throwError, MonadError) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/ConfigFile/Parser.hs:135:13: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘String’ Suppress this warning by saying ‘_ <- string "%("’ | 135 | string "%(" | ^^^^^^^^^^^ src/Data/ConfigFile/Parser.hs:137:13: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘String’ Suppress this warning by saying ‘_ <- string ")s" "end of interpolation name"’ | 137 | string ")s" "end of interpolation name" | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/ConfigFile/Parser.hs:142:14: warning: [-Wunused-do-bind] A do-notation statement discarded a result of type ‘String’ Suppress this warning by saying ‘_ <- string "%%"’ | 142 | string "%%" | ^^^^^^^^^^^ [4 of 5] Compiling Data.ConfigFile ( src/Data/ConfigFile.hs, dist/build/Data/ConfigFile.p_o ) src/Data/ConfigFile.hs:106:1: warning: [-Wunused-imports] The import of ‘Data.List’ is redundant except perhaps to import instances from ‘Data.List’ To import instances alone, use: import Data.List() | 106 | import Data.List | ^^^^^^^^^^^^^^^^ src/Data/ConfigFile.hs:109:1: warning: [-Wdeprecations] Module ‘Control.Monad.Error’ is deprecated: Use Control.Monad.Except instead | 109 | import Control.Monad.Error | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [5 of 5] Compiling Data.ConfigFile.Monadic ( src/Data/ConfigFile/Monadic.hs, dist/build/Data/ConfigFile/Monadic.p_o ) src/Data/ConfigFile/Monadic.hs:13:1: warning: [-Wdeprecations] Module ‘Control.Monad.Error’ is deprecated: Use Control.Monad.Except instead | 13 | import Control.Monad.Error | ^^^^^^^^^^^^^^^^^^^^^^^^^^ ignoring (possibly broken) abi-depends field for packages + '[' -n dist/build/libHSConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU-ghc8.2.2.so ']' + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup haddock --html --hyperlink-source --hoogle Running hscolour for ConfigFile-1.1.4... Preprocessing library for ConfigFile-1.1.4.. Preprocessing library for ConfigFile-1.1.4.. Running Haddock on library for ConfigFile-1.1.4.. src/Data/ConfigFile.hs:1:36: warning: -XOverlappingInstances is deprecated: instead use per-instance pragmas OVERLAPPING/OVERLAPPABLE/OVERLAPS | 1 | {-# LANGUAGE UndecidableInstances, OverlappingInstances #-} | ^^^^^^^^^^^^^^^^^^^^ src/Data/ConfigFile/Types.hs:38:1: warning: [-Wunused-imports] The import of ‘Data.Char’ is redundant except perhaps to import instances from ‘Data.Char’ To import instances alone, use: import Data.Char() | 38 | import Data.Char | ^^^^^^^^^^^^^^^^ src/Data/ConfigFile/Types.hs:39:1: warning: [-Wdeprecations] Module ‘Control.Monad.Error’ is deprecated: Use Control.Monad.Except instead | 39 | import Control.Monad.Error | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/ConfigFile/Types.hs:76:10: warning: [-Wdeprecations] In the use of type constructor or class ‘Error’ (imported from Control.Monad.Error, but defined in transformers-0.5.2.0:Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" | 76 | instance Error CPError where | ^^^^^ src/Data/ConfigFile/Types.hs:76:10: warning: [-Wdeprecations] In the use of type constructor or class ‘Error’ (imported from Control.Monad.Error, but defined in transformers-0.5.2.0:Control.Monad.Trans.Error): Deprecated: "Use Control.Monad.Trans.Except instead" | 76 | instance Error CPError where | ^^^^^ src/Data/ConfigFile/Parser.hs:36:1: warning: [-Wdeprecations] Module ‘Control.Monad.Error’ is deprecated: Use Control.Monad.Except instead | 36 | import Control.Monad.Error(throwError, MonadError) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/ConfigFile.hs:106:1: warning: [-Wunused-imports] The import of ‘Data.List’ is redundant except perhaps to import instances from ‘Data.List’ To import instances alone, use: import Data.List() | 106 | import Data.List | ^^^^^^^^^^^^^^^^ src/Data/ConfigFile.hs:109:1: warning: [-Wdeprecations] Module ‘Control.Monad.Error’ is deprecated: Use Control.Monad.Except instead | 109 | import Control.Monad.Error | ^^^^^^^^^^^^^^^^^^^^^^^^^^ src/Data/ConfigFile/Monadic.hs:13:1: warning: [-Wdeprecations] Module ‘Control.Monad.Error’ is deprecated: Use Control.Monad.Except instead | 13 | import Control.Monad.Error | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Haddock coverage: 33% ( 1 / 3) in 'Data.ConfigFile.Lexer' Missing documentation for: loken (src/Data/ConfigFile/Lexer.hs:111) CPTok (src/Data/ConfigFile/Lexer.hs:41) 100% ( 9 / 9) in 'Data.ConfigFile.Types' 33% ( 2 / 6) in 'Data.ConfigFile.Parser' Missing documentation for: parse_string (src/Data/ConfigFile/Parser.hs:47) parse_file (src/Data/ConfigFile/Parser.hs:53) parse_handle (src/Data/ConfigFile/Parser.hs:59) interpmain (src/Data/ConfigFile/Parser.hs:160) Cannot find documentation for: $initialization 100% ( 60 / 60) in 'Data.ConfigFile' Warning: Data.ConfigFile.Monadic: Could not find documentation for exported module: Reexporting 12% ( 2 / 17) in 'Data.ConfigFile.Monadic' Missing documentation for: Module header simpleAccess (src/Data/ConfigFile/Monadic.hs:40) interpolatingAccess (src/Data/ConfigFile/Monadic.hs:44) readfile (src/Data/ConfigFile/Monadic.hs:50) readhandle (src/Data/ConfigFile/Monadic.hs:53) readstring (src/Data/ConfigFile/Monadic.hs:56) has_section (src/Data/ConfigFile/Monadic.hs:60) options (src/Data/ConfigFile/Monadic.hs:67) has_option (src/Data/ConfigFile/Monadic.hs:71) items (src/Data/ConfigFile/Monadic.hs:74) set (src/Data/ConfigFile/Monadic.hs:78) setshow (src/Data/ConfigFile/Monadic.hs:82) remove_option (src/Data/ConfigFile/Monadic.hs:86) add_section (src/Data/ConfigFile/Monadic.hs:63) remove_section (src/Data/ConfigFile/Monadic.hs:91) Documentation created: dist/doc/html/ConfigFile/index.html, dist/doc/html/ConfigFile/ConfigFile.txt + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.xVKRGg + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64 ++ dirname /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64 + cd ConfigFile-1.1.4 + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup copy --destdir=/builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64 -v directory dist/doc/html/ConfigFile does exist: True creating /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/doc/ghc/html/libraries/ConfigFile-1.1.4 creating /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/doc creating /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share creating /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr creating /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share creating /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/doc creating /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/doc/ghc/html/libraries/ConfigFile-1.1.4 copy directory 'dist/doc/html/ConfigFile' to '/builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/doc/ghc/html/libraries/ConfigFile-1.1.4'. creating /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/doc/ghc/html/libraries/ConfigFile-1.1.4 creating /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/doc/ghc/html/libraries/ConfigFile-1.1.4/src Installing dist/doc/html/ConfigFile/Data-ConfigFile-Parser.html to /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/doc/ghc/html/libraries/ConfigFile-1.1.4/Data-ConfigFile-Parser.html Installing dist/doc/html/ConfigFile/ConfigFile.haddock to /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/doc/ghc/html/libraries/ConfigFile-1.1.4/ConfigFile.haddock Installing dist/doc/html/ConfigFile/haddock-util.js to /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/doc/ghc/html/libraries/ConfigFile-1.1.4/haddock-util.js Installing dist/doc/html/ConfigFile/Data-ConfigFile.html to /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/doc/ghc/html/libraries/ConfigFile-1.1.4/Data-ConfigFile.html Installing dist/doc/html/ConfigFile/Data-ConfigFile-Monadic.html to /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/doc/ghc/html/libraries/ConfigFile-1.1.4/Data-ConfigFile-Monadic.html Installing dist/doc/html/ConfigFile/minus.gif to /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/doc/ghc/html/libraries/ConfigFile-1.1.4/minus.gif Installing dist/doc/html/ConfigFile/doc-index.html to /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/doc/ghc/html/libraries/ConfigFile-1.1.4/doc-index.html Installing dist/doc/html/ConfigFile/plus.gif to /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/doc/ghc/html/libraries/ConfigFile-1.1.4/plus.gif Installing dist/doc/html/ConfigFile/ocean.css to /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/doc/ghc/html/libraries/ConfigFile-1.1.4/ocean.css Installing dist/doc/html/ConfigFile/index.html to /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/doc/ghc/html/libraries/ConfigFile-1.1.4/index.html Installing dist/doc/html/ConfigFile/hslogo-16.png to /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/doc/ghc/html/libraries/ConfigFile-1.1.4/hslogo-16.png Installing dist/doc/html/ConfigFile/synopsis.png to /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/doc/ghc/html/libraries/ConfigFile-1.1.4/synopsis.png Installing dist/doc/html/ConfigFile/ConfigFile.txt to /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/doc/ghc/html/libraries/ConfigFile-1.1.4/ConfigFile.txt Installing dist/doc/html/ConfigFile/Data-ConfigFile-Types.html to /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/doc/ghc/html/libraries/ConfigFile-1.1.4/Data-ConfigFile-Types.html Installing dist/doc/html/ConfigFile/src/Data-ConfigFile-Lexer.html to /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/doc/ghc/html/libraries/ConfigFile-1.1.4/src/Data-ConfigFile-Lexer.html Installing dist/doc/html/ConfigFile/src/Data-ConfigFile-Parser.html to /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/doc/ghc/html/libraries/ConfigFile-1.1.4/src/Data-ConfigFile-Parser.html Installing dist/doc/html/ConfigFile/src/Data-ConfigFile.html to /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/doc/ghc/html/libraries/ConfigFile-1.1.4/src/Data-ConfigFile.html Installing dist/doc/html/ConfigFile/src/hscolour.css to /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/doc/ghc/html/libraries/ConfigFile-1.1.4/src/hscolour.css Installing dist/doc/html/ConfigFile/src/Data-ConfigFile-Monadic.html to /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/doc/ghc/html/libraries/ConfigFile-1.1.4/src/Data-ConfigFile-Monadic.html Installing dist/doc/html/ConfigFile/src/Data-ConfigFile-Types.html to /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/doc/ghc/html/libraries/ConfigFile-1.1.4/src/Data-ConfigFile-Types.html creating /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/doc/ghc/html/libraries/ConfigFile-1.1.4 Installing dist/doc/html/ConfigFile/ConfigFile.haddock to /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/doc/ghc/html/libraries/ConfigFile-1.1.4/ConfigFile.haddock creating /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/licenses/ghc-ConfigFile creating /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/licenses creating /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/licenses/ghc-ConfigFile Installing COPYRIGHT to /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/licenses/ghc-ConfigFile/COPYRIGHT Installing library in /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/lib64/ghc-8.2.2/ConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU creating /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/lib64/ghc-8.2.2/ConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU/Data creating /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/lib64/ghc-8.2.2/ConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU creating /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/lib64/ghc-8.2.2 creating /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/lib64 creating /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/lib64/ghc-8.2.2 creating /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/lib64/ghc-8.2.2/ConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU creating /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/lib64/ghc-8.2.2/ConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU/Data creating /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/lib64/ghc-8.2.2/ConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU/Data/ConfigFile Installing dist/build/Data/ConfigFile.hi to /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/lib64/ghc-8.2.2/ConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU/Data/ConfigFile.hi Installing dist/build/Data/ConfigFile/Types.hi to /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/lib64/ghc-8.2.2/ConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU/Data/ConfigFile/Types.hi Installing dist/build/Data/ConfigFile/Parser.hi to /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/lib64/ghc-8.2.2/ConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU/Data/ConfigFile/Parser.hi Installing dist/build/Data/ConfigFile/Monadic.hi to /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/lib64/ghc-8.2.2/ConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU/Data/ConfigFile/Monadic.hi Installing dist/build/Data/ConfigFile/Lexer.hi to /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/lib64/ghc-8.2.2/ConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU/Data/ConfigFile/Lexer.hi creating /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/lib64/ghc-8.2.2/ConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU/Data creating /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/lib64/ghc-8.2.2/ConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU/Data/ConfigFile Installing dist/build/Data/ConfigFile.p_hi to /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/lib64/ghc-8.2.2/ConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU/Data/ConfigFile.p_hi Installing dist/build/Data/ConfigFile/Types.p_hi to /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/lib64/ghc-8.2.2/ConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU/Data/ConfigFile/Types.p_hi Installing dist/build/Data/ConfigFile/Parser.p_hi to /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/lib64/ghc-8.2.2/ConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU/Data/ConfigFile/Parser.p_hi Installing dist/build/Data/ConfigFile/Monadic.p_hi to /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/lib64/ghc-8.2.2/ConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU/Data/ConfigFile/Monadic.p_hi Installing dist/build/Data/ConfigFile/Lexer.p_hi to /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/lib64/ghc-8.2.2/ConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU/Data/ConfigFile/Lexer.p_hi creating /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/lib64/ghc-8.2.2/ConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU/Data creating /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/lib64/ghc-8.2.2/ConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU/Data/ConfigFile Installing dist/build/Data/ConfigFile.dyn_hi to /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/lib64/ghc-8.2.2/ConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU/Data/ConfigFile.dyn_hi Installing dist/build/Data/ConfigFile/Types.dyn_hi to /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/lib64/ghc-8.2.2/ConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU/Data/ConfigFile/Types.dyn_hi Installing dist/build/Data/ConfigFile/Parser.dyn_hi to /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/lib64/ghc-8.2.2/ConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU/Data/ConfigFile/Parser.dyn_hi Installing dist/build/Data/ConfigFile/Monadic.dyn_hi to /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/lib64/ghc-8.2.2/ConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU/Data/ConfigFile/Monadic.dyn_hi Installing dist/build/Data/ConfigFile/Lexer.dyn_hi to /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/lib64/ghc-8.2.2/ConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU/Data/ConfigFile/Lexer.dyn_hi creating /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/lib64/ghc-8.2.2/ConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU Installing dist/build/libHSConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU.a to /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/lib64/ghc-8.2.2/ConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU/libHSConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU.a /usr/bin/strip --strip-unneeded /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/lib64/ghc-8.2.2/ConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU/libHSConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU.a creating /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/lib64/ghc-8.2.2/ConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU Installing dist/build/libHSConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU_p.a to /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/lib64/ghc-8.2.2/ConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU/libHSConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU_p.a /usr/bin/strip --strip-unneeded /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/lib64/ghc-8.2.2/ConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU/libHSConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU_p.a creating /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/lib64 Installing executable dist/build/libHSConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU-ghc8.2.2.so to /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/lib64/libHSConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU-ghc8.2.2.so /usr/bin/strip --strip-unneeded /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/lib64/libHSConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU-ghc8.2.2.so + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup register --gen-pkg-config + install -D --mode=0644 ConfigFile-1.1.4.conf /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/lib64/ghc-8.2.2/package.conf.d/ConfigFile-1.1.4.conf + '[' '!' -f /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/lib64/ghc-8.2.2/package.conf.d/ConfigFile-1.1.4.conf ']' ++ echo '/usr/lib64/ghc-8.2.2/package.conf.d/ConfigFile-1.1.4*.conf' + pkgconf='/usr/lib64/ghc-8.2.2/package.conf.d/ConfigFile-1.1.4*.conf' ++ sed -e 's/key: //' ++ grep 'key: ' /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/lib64/ghc-8.2.2/package.conf.d/ConfigFile-1.1.4.conf + key=ConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU + pkgdir=/usr/lib64/ghc-8.2.2/ConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU + rm -f ghc-ConfigFile.files ghc-ConfigFile-devel.files + touch ghc-ConfigFile.files ghc-ConfigFile-devel.files + echo '/usr/lib64/ghc-8.2.2/package.conf.d/ConfigFile-1.1.4*.conf' + '[' -d /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/lib64/ghc-8.2.2/ConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU ']' + echo '%attr(755,root,root) /usr/lib64/libHSConfigFile-1.1.4-*ghc8.2.2.so' + echo /usr/lib64/ghc-8.2.2/ConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU + '[' -d /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/doc/ghc/html/libraries/ConfigFile-1.1.4 ']' + echo /usr/share/doc/ghc/html/libraries/ConfigFile-1.1.4 + for i in ghc-ConfigFile.files ghc-ConfigFile-devel.files + '[' -f ghc-ConfigFile.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64!!g' ghc-ConfigFile.files + for i in ghc-ConfigFile.files ghc-ConfigFile-devel.files + '[' -f ghc-ConfigFile-devel.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64!!g' ghc-ConfigFile-devel.files + find /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64 -type f -exec sh -c 'file {} | grep -q '\''dynamically linked'\''' ';' -exec strip '{}' ';' + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: ghc-ConfigFile-1.1.4-9.fc28.ppc64 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.3laEhC + umask 022 + cd /builddir/build/BUILD + cd ConfigFile-1.1.4 + LICENSEDIR=/builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/licenses/ghc-ConfigFile + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/licenses/ghc-ConfigFile + cp -pr COPYRIGHT /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/licenses/ghc-ConfigFile + cp -pr LGPL-2.1 /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/licenses/ghc-ConfigFile + exit 0 Provides: ghc-ConfigFile = 1.1.4-9.fc28 ghc-ConfigFile(ppc-64) = 1.1.4-9.fc28 libHSConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU-ghc8.2.2.so()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libHSHUnit-1.6.0.0-Co0VFs8PjIYJtvd3iwPPg-ghc8.2.2.so()(64bit) libHSMissingH-1.4.0.1-2MBmUUhsvuz7KJL7pECFcr-ghc8.2.2.so()(64bit) libHSarray-0.5.2.0-ghc8.2.2.so()(64bit) libHSbase-4.10.1.0-ghc8.2.2.so()(64bit) libHSbinary-0.8.5.1-ghc8.2.2.so()(64bit) libHSbytestring-0.10.8.2-ghc8.2.2.so()(64bit) libHScall-stack-0.1.0-BVjoAlBRe9FCSr5eFfllei-ghc8.2.2.so()(64bit) libHScontainers-0.5.10.2-ghc8.2.2.so()(64bit) libHSdeepseq-1.4.3.0-ghc8.2.2.so()(64bit) libHSdirectory-1.3.0.2-ghc8.2.2.so()(64bit) libHSfilepath-1.4.1.2-ghc8.2.2.so()(64bit) libHSghc-prim-0.5.1.1-ghc8.2.2.so()(64bit) libHShslogger-1.2.10-130Szb1sQo3JyMDvQNrKMO-ghc8.2.2.so()(64bit) libHSinteger-gmp-1.0.1.0-ghc8.2.2.so()(64bit) libHSmtl-2.2.1-DscMMmDQUE6GBfOSl4qMUH-ghc8.2.2.so()(64bit) libHSnetwork-2.6.3.2-Elf6Dxkfz0iKjb1zv5eBTP-ghc8.2.2.so()(64bit) libHSold-locale-1.0.0.7-uLYLcRn7Nv8SkmeS8fMf9-ghc8.2.2.so()(64bit) libHSold-time-1.1.0.3-LmKk8FUXtYwDVw5bR99HBe-ghc8.2.2.so()(64bit) libHSparsec-3.1.11-GFVXGr7xhCL75lLlVe5pnU-ghc8.2.2.so()(64bit) libHSprocess-1.6.1.0-ghc8.2.2.so()(64bit) libHSrandom-1.1-LLUGZ7T9DqQ5vN0Jbcd0We-ghc8.2.2.so()(64bit) libHSregex-base-0.93.2-rcKBNTI69reeBx0eaPBC-ghc8.2.2.so()(64bit) libHSregex-compat-0.95.1-vWU5STOtMi6yQryYjRhah-ghc8.2.2.so()(64bit) libHSregex-posix-0.95.2-1QNDtrQ5eTp5sBtNrX4AQD-ghc8.2.2.so()(64bit) libHStext-1.2.2.2-J0kTo5xltQjAfCz3JZ4Oj0-ghc8.2.2.so()(64bit) libHStime-1.8.0.2-ghc8.2.2.so()(64bit) libHStransformers-0.5.2.0-ghc8.2.2.so()(64bit) libHSunix-2.7.2.2-ghc8.2.2.so()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.3)(64bit) libdl.so.2()(64bit) libgmp.so.10()(64bit) libm.so.6()(64bit) libpthread.so.0()(64bit) librt.so.1()(64bit) libutil.so.1()(64bit) rtld(GNU_HASH) Processing files: ghc-ConfigFile-devel-1.1.4-9.fc28.ppc64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.icKDVX + umask 022 + cd /builddir/build/BUILD + cd ConfigFile-1.1.4 + DOCDIR=/builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/doc/ghc-ConfigFile-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/doc/ghc-ConfigFile-devel + cp -pr README /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64/usr/share/doc/ghc-ConfigFile-devel + exit 0 Provides: ghc-ConfigFile-devel = 1.1.4-9.fc28 ghc-ConfigFile-devel(ppc-64) = 1.1.4-9.fc28 ghc-ConfigFile-doc = 1.1.4-9.fc28 ghc-ConfigFile-static = 1.1.4-9.fc28 ghc-devel(ConfigFile-1.1.4-JpSLQjMSlkO6K41uC7ooEU) Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /bin/sh ghc-compiler = 8.2.2 Requires(postun): /bin/sh ghc-compiler = 8.2.2 Requires: ghc-devel(MissingH-1.4.0.1-2MBmUUhsvuz7KJL7pECFcr) ghc-devel(base-4.10.1.0) ghc-devel(containers-0.5.10.2) ghc-devel(mtl-2.2.1-DscMMmDQUE6GBfOSl4qMUH) ghc-devel(parsec-3.1.11-GFVXGr7xhCL75lLlVe5pnU) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64 Wrote: /builddir/build/RPMS/ghc-ConfigFile-1.1.4-9.fc28.ppc64.rpm Wrote: /builddir/build/RPMS/ghc-ConfigFile-devel-1.1.4-9.fc28.ppc64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.9W7tWj + umask 022 + cd /builddir/build/BUILD + cd ConfigFile-1.1.4 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ghc-ConfigFile-1.1.4-9.fc28.ppc64 + exit 0 Child return code was: 0