Mock Version: 1.2.14 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/ghc-mtlparse.spec'], uid=1000gid=135logger=shell=FalsechrootPath='/var/lib/mock/fedora-23-armhfp-pidora-round2-root-8194/root'printOutput=Falsetimeout=0user='mockbuild'env={'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'CCACHE_DIR': '/tmp/ccache', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'CCACHE_UMASK': '002', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock'}) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/ghc-mtlparse.spec'] with env {'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'CCACHE_DIR': '/tmp/ccache', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'CCACHE_UMASK': '002', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: armv6hl Building for target armv6hl Wrote: /builddir/build/SRPMS/ghc-mtlparse-0.1.2-13bs02fc23.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv6hl --nodeps /builddir/build/SPECS/ghc-mtlparse.spec '], uid=1000gid=135logger=shell=FalsechrootPath='/var/lib/mock/fedora-23-armhfp-pidora-round2-root-8194/root'printOutput=Falsetimeout=0private_network=Trueuser='mockbuild'env={'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'CCACHE_DIR': '/tmp/ccache', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'CCACHE_UMASK': '002', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock'}) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv6hl --nodeps /builddir/build/SPECS/ghc-mtlparse.spec '] with env {'TERM': 'vt100', 'LANG': 'en_US.UTF-8', 'CCACHE_DIR': '/tmp/ccache', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'CCACHE_UMASK': '002', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: armv6hl Building for target armv6hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Epc5z0 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf mtlparse-0.1.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/mtlparse-0.1.2.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd mtlparse-0.1.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.qWSqGW + umask 022 + cd /builddir/build/BUILD + cd mtlparse-0.1.2 ++ ghc --info ++ grep '"Booter version","7.8.4"' + '[' '!' ' ,("Booter version","7.8.4")' ']' + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv6 -mfloat-abi=hard -mfpu=vfp' + 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 ++ echo ' -O2' -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv6 -mfloat-abi=hard -mfpu=vfp ++ sed -e 's/ / -optc/g' ++ echo ' -Wl,-z,relro' ++ sed -e 's/ / -optl/g' + ./Setup configure --prefix=/usr --libdir=/usr/lib --docdir=/usr/share/doc/ghc-mtlparse '--libsubdir=$compiler/$pkgid' '--datasubdir=$pkgid' --ghc --enable-executable-dynamic '--ghc-options= -optc-O2 -optc-g -optc-pipe -optc-Wall -optc-Werror=format-security -optc-Wp,-D_FORTIFY_SOURCE=2 -optc-fexceptions -optc-fstack-protector-strong -optc--param=ssp-buffer-size=4 -optc-grecord-gcc-switches -optc-specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -optc-march=armv6 -optc-mfloat-abi=hard -optc-mfpu=vfp -optl-Wl,-z,relro' -p --enable-shared --htmldir=/usr/share/doc/ghc/html/libraries/mtlparse-0.1.2 --global Configuring mtlparse-0.1.2... + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup build Building mtlparse-0.1.2... Preprocessing library mtlparse-0.1.2... [1 of 2] Compiling Text.ParserCombinators.MTLParse.MTLParseCore ( Text/ParserCombinators/MTLParse/MTLParseCore.hs, dist/build/Text/ParserCombinators/MTLParse/MTLParseCore.o ) Text/ParserCombinators/MTLParse/MTLParseCore.hs:126:10: Warning: ‘Parse’ is an instance of Monad but not Applicative - this will become an error in GHC 7.10, under the Applicative-Monad Proposal. Text/ParserCombinators/MTLParse/MTLParseCore.hs:132:10: Warning: ‘Parse’ is an instance of MonadPlus but not Alternative - this will become an error in GHC 7.10, under the Applicative-Monad Proposal. Text/ParserCombinators/MTLParse/MTLParseCore.hs:189:10: Warning: ‘ParseT’ is an instance of Monad but not Applicative - this will become an error in GHC 7.10, under the Applicative-Monad Proposal. Text/ParserCombinators/MTLParse/MTLParseCore.hs:196:10: Warning: ‘ParseT’ is an instance of MonadPlus but not Alternative - this will become an error in GHC 7.10, under the Applicative-Monad Proposal. [2 of 2] Compiling Text.ParserCombinators.MTLParse ( Text/ParserCombinators/MTLParse.hs, dist/build/Text/ParserCombinators/MTLParse.o ) Text/ParserCombinators/MTLParse.hs:50:1: Warning: The import of ‘liftM’ from module ‘Control.Monad’ is redundant [1 of 2] Compiling Text.ParserCombinators.MTLParse.MTLParseCore ( Text/ParserCombinators/MTLParse/MTLParseCore.hs, dist/build/Text/ParserCombinators/MTLParse/MTLParseCore.p_o ) Text/ParserCombinators/MTLParse/MTLParseCore.hs:126:10: Warning: ‘Parse’ is an instance of Monad but not Applicative - this will become an error in GHC 7.10, under the Applicative-Monad Proposal. Text/ParserCombinators/MTLParse/MTLParseCore.hs:132:10: Warning: ‘Parse’ is an instance of MonadPlus but not Alternative - this will become an error in GHC 7.10, under the Applicative-Monad Proposal. Text/ParserCombinators/MTLParse/MTLParseCore.hs:189:10: Warning: ‘ParseT’ is an instance of Monad but not Applicative - this will become an error in GHC 7.10, under the Applicative-Monad Proposal. Text/ParserCombinators/MTLParse/MTLParseCore.hs:196:10: Warning: ‘ParseT’ is an instance of MonadPlus but not Alternative - this will become an error in GHC 7.10, under the Applicative-Monad Proposal. [2 of 2] Compiling Text.ParserCombinators.MTLParse ( Text/ParserCombinators/MTLParse.hs, dist/build/Text/ParserCombinators/MTLParse.p_o ) Text/ParserCombinators/MTLParse.hs:50:1: Warning: The import of ‘liftM’ from module ‘Control.Monad’ is redundant In-place registering mtlparse-0.1.2... + '[' -f dist/build/libHSmtlparse-0.1.2.a ']' + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup haddock --html --hoogle Running Haddock for mtlparse-0.1.2... Preprocessing library mtlparse-0.1.2... Text/ParserCombinators/MTLParse/MTLParseCore.hs:126:10: Warning: ‘Parse’ is an instance of Monad but not Applicative - this will become an error in GHC 7.10, under the Applicative-Monad Proposal. Text/ParserCombinators/MTLParse/MTLParseCore.hs:132:10: Warning: ‘Parse’ is an instance of MonadPlus but not Alternative - this will become an error in GHC 7.10, under the Applicative-Monad Proposal. Text/ParserCombinators/MTLParse/MTLParseCore.hs:189:10: Warning: ‘ParseT’ is an instance of Monad but not Applicative - this will become an error in GHC 7.10, under the Applicative-Monad Proposal. Text/ParserCombinators/MTLParse/MTLParseCore.hs:196:10: Warning: ‘ParseT’ is an instance of MonadPlus but not Alternative - this will become an error in GHC 7.10, under the Applicative-Monad Proposal. Text/ParserCombinators/MTLParse.hs:50:1: Warning: The import of ‘liftM’ from module ‘Control.Monad’ is redundant Haddock coverage: 24% ( 7 / 29) in 'Text.ParserCombinators.MTLParse.MTLParseCore' 16% ( 7 / 45) in 'Text.ParserCombinators.MTLParse' Documentation created: dist/doc/html/mtlparse/index.html, dist/doc/html/mtlparse/mtlparse.txt Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.IoT9bZ + exit 0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm ++ dirname /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm + cd mtlparse-0.1.2 + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup copy --destdir=/builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm -v directory dist/doc/html/mtlparse does exist: True creating /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/share/doc/ghc/html/libraries/mtlparse-0.1.2 creating /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/share/doc creating /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/share creating /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr creating /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/share creating /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/share/doc creating /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/share/doc/ghc/html/libraries/mtlparse-0.1.2 copy directory 'dist/doc/html/mtlparse' to '/builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/share/doc/ghc/html/libraries/mtlparse-0.1.2'. creating /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/share/doc/ghc/html/libraries/mtlparse-0.1.2 Installing dist/doc/html/mtlparse/Text-ParserCombinators-MTLParse.html to /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/share/doc/ghc/html/libraries/mtlparse-0.1.2/Text-ParserCombinators-MTLParse.html Installing dist/doc/html/mtlparse/ocean.css to /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/share/doc/ghc/html/libraries/mtlparse-0.1.2/ocean.css Installing dist/doc/html/mtlparse/frames.html to /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/share/doc/ghc/html/libraries/mtlparse-0.1.2/frames.html Installing dist/doc/html/mtlparse/synopsis.png to /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/share/doc/ghc/html/libraries/mtlparse-0.1.2/synopsis.png Installing dist/doc/html/mtlparse/haddock-util.js to /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/share/doc/ghc/html/libraries/mtlparse-0.1.2/haddock-util.js Installing dist/doc/html/mtlparse/minus.gif to /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/share/doc/ghc/html/libraries/mtlparse-0.1.2/minus.gif Installing dist/doc/html/mtlparse/mtlparse.haddock to /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/share/doc/ghc/html/libraries/mtlparse-0.1.2/mtlparse.haddock Installing dist/doc/html/mtlparse/hslogo-16.png to /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/share/doc/ghc/html/libraries/mtlparse-0.1.2/hslogo-16.png Installing dist/doc/html/mtlparse/plus.gif to /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/share/doc/ghc/html/libraries/mtlparse-0.1.2/plus.gif Installing dist/doc/html/mtlparse/mini_Text-ParserCombinators-MTLParse.html to /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/share/doc/ghc/html/libraries/mtlparse-0.1.2/mini_Text-ParserCombinators-MTLParse.html Installing dist/doc/html/mtlparse/mtlparse.txt to /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/share/doc/ghc/html/libraries/mtlparse-0.1.2/mtlparse.txt Installing dist/doc/html/mtlparse/index-frames.html to /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/share/doc/ghc/html/libraries/mtlparse-0.1.2/index-frames.html Installing dist/doc/html/mtlparse/index.html to /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/share/doc/ghc/html/libraries/mtlparse-0.1.2/index.html Installing dist/doc/html/mtlparse/doc-index.html to /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/share/doc/ghc/html/libraries/mtlparse-0.1.2/doc-index.html creating /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/share/doc/ghc/html/libraries/mtlparse-0.1.2 Installing dist/doc/html/mtlparse/mtlparse.haddock to /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/share/doc/ghc/html/libraries/mtlparse-0.1.2/mtlparse.haddock creating /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/share/doc/ghc-mtlparse Installing LICENSE to /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/share/doc/ghc-mtlparse/LICENSE Installing library in /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/lib/ghc-7.8.4/mtlparse-0.1.2 creating /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/lib/ghc-7.8.4/mtlparse-0.1.2/Text/ParserCombinators creating /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/lib/ghc-7.8.4/mtlparse-0.1.2/Text creating /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/lib/ghc-7.8.4/mtlparse-0.1.2 creating /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/lib/ghc-7.8.4 creating /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/lib creating /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/lib/ghc-7.8.4 creating /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/lib/ghc-7.8.4/mtlparse-0.1.2 creating /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/lib/ghc-7.8.4/mtlparse-0.1.2/Text creating /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/lib/ghc-7.8.4/mtlparse-0.1.2/Text/ParserCombinators creating /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/lib/ghc-7.8.4/mtlparse-0.1.2/Text/ParserCombinators/MTLParse Installing dist/build/Text/ParserCombinators/MTLParse.hi to /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/lib/ghc-7.8.4/mtlparse-0.1.2/Text/ParserCombinators/MTLParse.hi Installing dist/build/Text/ParserCombinators/MTLParse/MTLParseCore.hi to /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/lib/ghc-7.8.4/mtlparse-0.1.2/Text/ParserCombinators/MTLParse/MTLParseCore.hi creating /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/lib/ghc-7.8.4/mtlparse-0.1.2/Text/ParserCombinators creating /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/lib/ghc-7.8.4/mtlparse-0.1.2/Text/ParserCombinators/MTLParse Installing dist/build/Text/ParserCombinators/MTLParse.p_hi to /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/lib/ghc-7.8.4/mtlparse-0.1.2/Text/ParserCombinators/MTLParse.p_hi Installing dist/build/Text/ParserCombinators/MTLParse/MTLParseCore.p_hi to /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/lib/ghc-7.8.4/mtlparse-0.1.2/Text/ParserCombinators/MTLParse/MTLParseCore.p_hi creating /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/lib/ghc-7.8.4/mtlparse-0.1.2/Text/ParserCombinators creating /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/lib/ghc-7.8.4/mtlparse-0.1.2/Text/ParserCombinators/MTLParse Installing dist/build/Text/ParserCombinators/MTLParse.dyn_hi to /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/lib/ghc-7.8.4/mtlparse-0.1.2/Text/ParserCombinators/MTLParse.dyn_hi Installing dist/build/Text/ParserCombinators/MTLParse/MTLParseCore.dyn_hi to /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/lib/ghc-7.8.4/mtlparse-0.1.2/Text/ParserCombinators/MTLParse/MTLParseCore.dyn_hi creating /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/lib/ghc-7.8.4/mtlparse-0.1.2 Installing dist/build/libHSmtlparse-0.1.2.a to /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/lib/ghc-7.8.4/mtlparse-0.1.2/libHSmtlparse-0.1.2.a creating /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/lib/ghc-7.8.4/mtlparse-0.1.2 Installing dist/build/libHSmtlparse-0.1.2_p.a to /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/lib/ghc-7.8.4/mtlparse-0.1.2/libHSmtlparse-0.1.2_p.a creating /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/lib/ghc-7.8.4/mtlparse-0.1.2 Installing executable dist/build/libHSmtlparse-0.1.2-ghc7.8.4.so to /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/lib/ghc-7.8.4/mtlparse-0.1.2/libHSmtlparse-0.1.2-ghc7.8.4.so + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup register --gen-pkg-config Creating package registration file: mtlparse-0.1.2.conf + install -D --mode=0644 mtlparse-0.1.2.conf /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/lib/ghc-7.8.4/package.conf.d/mtlparse-0.1.2.conf + rm -f ghc-mtlparse.files ghc-mtlparse-devel.files + touch ghc-mtlparse.files ghc-mtlparse-devel.files + '[' -d /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/lib/ghc-7.8.4/mtlparse-0.1.2 ']' + echo '%dir /usr/lib/ghc-7.8.4/mtlparse-0.1.2' + echo '%attr(755,root,root) /usr/lib/ghc-7.8.4/mtlparse-0.1.2/libHSmtlparse-0.1.2-ghc7.8.4.so' + echo '/usr/lib/ghc-7.8.4/package.conf.d/mtlparse-0.1.2*.conf' + '[' -d /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/lib/ghc-7.8.4/mtlparse-0.1.2 ']' + find /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/lib/ghc-7.8.4/mtlparse-0.1.2 -mindepth 1 -type d + sed 's/^/%dir /' + find /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/lib/ghc-7.8.4/mtlparse-0.1.2 '!' '(' -type d -o -name 'libHS*.so' ')' + '[' -d /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/share/doc/ghc/html/libraries/mtlparse-0.1.2 ']' + echo /usr/share/doc/ghc/html/libraries/mtlparse-0.1.2 + for i in ghc-mtlparse.files ghc-mtlparse-devel.files + '[' -f ghc-mtlparse.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm!!g' ghc-mtlparse.files + for i in ghc-mtlparse.files ghc-mtlparse-devel.files + '[' -f ghc-mtlparse-devel.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm!!g' ghc-mtlparse-devel.files + find /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm -type f -exec sh -c 'file {} | grep -q '\''dynamically linked'\''' ';' -exec strip '{}' ';' + /usr/lib/rpm/check-buildroot + /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-java-repack-jars Processing files: ghc-mtlparse-0.1.2-13bs02fc23.armv6hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.QB7HHe + umask 022 + cd /builddir/build/BUILD + cd mtlparse-0.1.2 + DOCDIR=/builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/share/doc/ghc-mtlparse + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/share/doc/ghc-mtlparse + cp -pr LICENSE /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm/usr/share/doc/ghc-mtlparse + exit 0 Provides: ghc(mtlparse-0.1.2-d691e6a2ad2472d53ed26f3fc4c81f47) ghc-mtlparse = 0.1.2-13bs02fc23 ghc-mtlparse(armv6hl-32) = 0.1.2-13bs02fc23 libHSmtlparse-0.1.2-ghc7.8.4.so Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ghc(base-4.7.0.2-d98389eae4520fbeb37e9d6443efd497) ghc(mtl-2.1.3.1-0b2fa37925693ce4500eee5d528933c6) libHSbase-4.7.0.2-ghc7.8.4.so libHSghc-prim-0.3.1.0-ghc7.8.4.so libHSinteger-gmp-0.5.1.0-ghc7.8.4.so libHSmtl-2.1.3.1-ghc7.8.4.so libHStransformers-0.3.0.0-ghc7.8.4.so libc.so.6 libc.so.6(GLIBC_2.4) libgmp.so.10 rtld(GNU_HASH) Processing files: ghc-mtlparse-devel-0.1.2-13bs02fc23.armv6hl Provides: ghc-devel(mtlparse-0.1.2-d691e6a2ad2472d53ed26f3fc4c81f47) ghc-mtlparse-devel = 0.1.2-13bs02fc23 ghc-mtlparse-devel(armv6hl-32) = 0.1.2-13bs02fc23 ghc-mtlparse-static = 0.1.2-13bs02fc23 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 = 7.8.4 Requires(postun): /bin/sh ghc-compiler = 7.8.4 Requires: ghc(mtlparse-0.1.2-d691e6a2ad2472d53ed26f3fc4c81f47) ghc-devel(base-4.7.0.2-d98389eae4520fbeb37e9d6443efd497) ghc-devel(mtl-2.1.3.1-0b2fa37925693ce4500eee5d528933c6) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm Wrote: /builddir/build/RPMS/ghc-mtlparse-0.1.2-13bs02fc23.armv6hl.rpm Wrote: /builddir/build/RPMS/ghc-mtlparse-devel-0.1.2-13bs02fc23.armv6hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.OQcG5f + umask 022 + cd /builddir/build/BUILD + cd mtlparse-0.1.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ghc-mtlparse-0.1.2-13bs02fc23.arm + exit 0 Child return code was: 0 LEAVE do -->