Mock Version: 1.2.14 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/ghc-json.spec'], env={'HOSTNAME': 'mock', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_DIR': '/tmp/ccache', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'LANG': 'en_US.UTF-8', 'CCACHE_UMASK': '002'}gid=135uid=1000logger=printOutput=Falseuser='mockbuild'chrootPath='/var/lib/mock/fedora-23-armhfp-pidora-round2-root-30623/root'timeout=0shell=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/ghc-json.spec'] with env {'HOSTNAME': 'mock', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_DIR': '/tmp/ccache', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'LANG': 'en_US.UTF-8', 'CCACHE_UMASK': '002'} and shell False Building target platforms: armv6hl Building for target armv6hl Wrote: /builddir/build/SRPMS/ghc-json-0.9-2bs02npfc23.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', "/usr/bin/rpmbuild -bb --target armv6hl --nodeps --define '__spec_check_template exit 0; ' /builddir/build/SPECS/ghc-json.spec "], env={'HOSTNAME': 'mock', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_DIR': '/tmp/ccache', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'LANG': 'en_US.UTF-8', 'CCACHE_UMASK': '002'}gid=135uid=1000private_network=Truelogger=printOutput=Falseuser='mockbuild'chrootPath='/var/lib/mock/fedora-23-armhfp-pidora-round2-root-30623/root'timeout=0shell=False) Executing command: ['bash', '--login', '-c', "/usr/bin/rpmbuild -bb --target armv6hl --nodeps --define '__spec_check_template exit 0; ' /builddir/build/SPECS/ghc-json.spec "] with env {'HOSTNAME': 'mock', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_DIR': '/tmp/ccache', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'LANG': 'en_US.UTF-8', 'CCACHE_UMASK': '002'} and shell False Building target platforms: armv6hl Building for target armv6hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.6lUjVA + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf json-0.9 + /usr/bin/gzip -dc /builddir/build/SOURCES/json-0.9.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd json-0.9 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.uGhNP6 + umask 022 + cd /builddir/build/BUILD + cd json-0.9 ++ 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-json '--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/json-0.9 --global Configuring json-0.9... + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup build Building json-0.9... Preprocessing library json-0.9... [1 of 7] Compiling Text.JSON.Types ( Text/JSON/Types.hs, dist/build/Text/JSON/Types.o ) [2 of 7] Compiling Text.JSON.String ( Text/JSON/String.hs, dist/build/Text/JSON/String.o ) [3 of 7] Compiling Text.JSON.ReadP ( Text/JSON/ReadP.hs, dist/build/Text/JSON/ReadP.o ) [4 of 7] Compiling Text.JSON.Parsec ( Text/JSON/Parsec.hs, dist/build/Text/JSON/Parsec.o ) [5 of 7] Compiling Text.JSON.Pretty ( Text/JSON/Pretty.hs, dist/build/Text/JSON/Pretty.o ) [6 of 7] Compiling Text.JSON ( Text/JSON.hs, dist/build/Text/JSON.o ) [7 of 7] Compiling Text.JSON.Generic ( Text/JSON/Generic.hs, dist/build/Text/JSON/Generic.o ) [1 of 7] Compiling Text.JSON.Types ( Text/JSON/Types.hs, dist/build/Text/JSON/Types.p_o ) [2 of 7] Compiling Text.JSON.String ( Text/JSON/String.hs, dist/build/Text/JSON/String.p_o ) [3 of 7] Compiling Text.JSON.ReadP ( Text/JSON/ReadP.hs, dist/build/Text/JSON/ReadP.p_o ) [4 of 7] Compiling Text.JSON.Parsec ( Text/JSON/Parsec.hs, dist/build/Text/JSON/Parsec.p_o ) [5 of 7] Compiling Text.JSON.Pretty ( Text/JSON/Pretty.hs, dist/build/Text/JSON/Pretty.p_o ) [6 of 7] Compiling Text.JSON ( Text/JSON.hs, dist/build/Text/JSON.p_o ) [7 of 7] Compiling Text.JSON.Generic ( Text/JSON/Generic.hs, dist/build/Text/JSON/Generic.p_o ) In-place registering json-0.9... + '[' -f dist/build/libHSjson-0.9.a ']' + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup haddock --html --hoogle Running Haddock for json-0.9... Preprocessing library json-0.9... Haddock coverage: 100% ( 10 / 10) in 'Text.JSON.Types' 95% ( 21 / 22) in 'Text.JSON.String' 18% ( 2 / 11) in 'Text.JSON.ReadP' 17% ( 2 / 12) in 'Text.JSON.Parsec' 18% ( 2 / 11) in 'Text.JSON.Pretty' 90% ( 38 / 42) in 'Text.JSON' 80% ( 8 / 10) in 'Text.JSON.Generic' Warning: Text.JSON.Generic: could not find link destinations for: GHC.IO.Handle.Types.Handle__ Documentation created: dist/doc/html/json/index.html, dist/doc/html/json/json.txt Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ffsjf7 + exit 0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm ++ dirname /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm + cd json-0.9 + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup copy --destdir=/builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm -v directory dist/doc/html/json does exist: True creating /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9 creating /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc creating /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share creating /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr creating /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share creating /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc creating /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9 copy directory 'dist/doc/html/json' to '/builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9'. creating /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9 Installing dist/doc/html/json/doc-index-36.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/doc-index-36.html Installing dist/doc/html/json/mini_Text-JSON-Generic.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/mini_Text-JSON-Generic.html Installing dist/doc/html/json/doc-index-43.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/doc-index-43.html Installing dist/doc/html/json/doc-index-U.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/doc-index-U.html Installing dist/doc/html/json/ocean.css to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/ocean.css Installing dist/doc/html/json/frames.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/frames.html Installing dist/doc/html/json/doc-index-J.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/doc-index-J.html Installing dist/doc/html/json/synopsis.png to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/synopsis.png Installing dist/doc/html/json/haddock-util.js to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/haddock-util.js Installing dist/doc/html/json/doc-index-T.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/doc-index-T.html Installing dist/doc/html/json/minus.gif to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/minus.gif Installing dist/doc/html/json/Text-JSON.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/Text-JSON.html Installing dist/doc/html/json/doc-index-B.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/doc-index-B.html Installing dist/doc/html/json/doc-index-A.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/doc-index-A.html Installing dist/doc/html/json/doc-index-V.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/doc-index-V.html Installing dist/doc/html/json/doc-index-P.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/doc-index-P.html Installing dist/doc/html/json/Text-JSON-ReadP.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/Text-JSON-ReadP.html Installing dist/doc/html/json/json.haddock to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/json.haddock Installing dist/doc/html/json/doc-index-O.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/doc-index-O.html Installing dist/doc/html/json/mini_Text-JSON-Parsec.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/mini_Text-JSON-Parsec.html Installing dist/doc/html/json/doc-index-D.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/doc-index-D.html Installing dist/doc/html/json/doc-index-E.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/doc-index-E.html Installing dist/doc/html/json/doc-index-H.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/doc-index-H.html Installing dist/doc/html/json/mini_Text-JSON-ReadP.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/mini_Text-JSON-ReadP.html Installing dist/doc/html/json/doc-index-Q.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/doc-index-Q.html Installing dist/doc/html/json/Text-JSON-Parsec.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/Text-JSON-Parsec.html Installing dist/doc/html/json/doc-index-G.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/doc-index-G.html Installing dist/doc/html/json/doc-index-Z.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/doc-index-Z.html Installing dist/doc/html/json/hslogo-16.png to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/hslogo-16.png Installing dist/doc/html/json/plus.gif to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/plus.gif Installing dist/doc/html/json/json.txt to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/json.txt Installing dist/doc/html/json/doc-index-C.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/doc-index-C.html Installing dist/doc/html/json/doc-index-N.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/doc-index-N.html Installing dist/doc/html/json/mini_Text-JSON-String.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/mini_Text-JSON-String.html Installing dist/doc/html/json/doc-index-I.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/doc-index-I.html Installing dist/doc/html/json/index-frames.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/index-frames.html Installing dist/doc/html/json/doc-index-R.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/doc-index-R.html Installing dist/doc/html/json/doc-index-L.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/doc-index-L.html Installing dist/doc/html/json/Text-JSON-String.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/Text-JSON-String.html Installing dist/doc/html/json/index.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/index.html Installing dist/doc/html/json/mini_Text-JSON-Pretty.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/mini_Text-JSON-Pretty.html Installing dist/doc/html/json/doc-index-S.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/doc-index-S.html Installing dist/doc/html/json/doc-index-M.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/doc-index-M.html Installing dist/doc/html/json/Text-JSON-Types.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/Text-JSON-Types.html Installing dist/doc/html/json/Text-JSON-Generic.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/Text-JSON-Generic.html Installing dist/doc/html/json/doc-index-All.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/doc-index-All.html Installing dist/doc/html/json/doc-index.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/doc-index.html Installing dist/doc/html/json/doc-index-60.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/doc-index-60.html Installing dist/doc/html/json/mini_Text-JSON.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/mini_Text-JSON.html Installing dist/doc/html/json/doc-index-F.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/doc-index-F.html Installing dist/doc/html/json/mini_Text-JSON-Types.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/mini_Text-JSON-Types.html Installing dist/doc/html/json/Text-JSON-Pretty.html to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/Text-JSON-Pretty.html creating /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9 Installing dist/doc/html/json/json.haddock to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9/json.haddock creating /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc-json Installing LICENSE to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc-json/LICENSE Installing library in /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4/json-0.9 creating /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4/json-0.9/Text creating /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4/json-0.9 creating /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4 creating /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib creating /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4 creating /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4/json-0.9 creating /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4/json-0.9/Text creating /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4/json-0.9/Text/JSON Installing dist/build/Text/JSON.hi to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4/json-0.9/Text/JSON.hi Installing dist/build/Text/JSON/Types.hi to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4/json-0.9/Text/JSON/Types.hi Installing dist/build/Text/JSON/String.hi to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4/json-0.9/Text/JSON/String.hi Installing dist/build/Text/JSON/ReadP.hi to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4/json-0.9/Text/JSON/ReadP.hi Installing dist/build/Text/JSON/Generic.hi to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4/json-0.9/Text/JSON/Generic.hi Installing dist/build/Text/JSON/Parsec.hi to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4/json-0.9/Text/JSON/Parsec.hi Installing dist/build/Text/JSON/Pretty.hi to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4/json-0.9/Text/JSON/Pretty.hi creating /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4/json-0.9/Text creating /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4/json-0.9/Text/JSON Installing dist/build/Text/JSON.p_hi to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4/json-0.9/Text/JSON.p_hi Installing dist/build/Text/JSON/Types.p_hi to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4/json-0.9/Text/JSON/Types.p_hi Installing dist/build/Text/JSON/String.p_hi to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4/json-0.9/Text/JSON/String.p_hi Installing dist/build/Text/JSON/ReadP.p_hi to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4/json-0.9/Text/JSON/ReadP.p_hi Installing dist/build/Text/JSON/Generic.p_hi to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4/json-0.9/Text/JSON/Generic.p_hi Installing dist/build/Text/JSON/Parsec.p_hi to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4/json-0.9/Text/JSON/Parsec.p_hi Installing dist/build/Text/JSON/Pretty.p_hi to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4/json-0.9/Text/JSON/Pretty.p_hi creating /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4/json-0.9/Text creating /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4/json-0.9/Text/JSON Installing dist/build/Text/JSON.dyn_hi to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4/json-0.9/Text/JSON.dyn_hi Installing dist/build/Text/JSON/Types.dyn_hi to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4/json-0.9/Text/JSON/Types.dyn_hi Installing dist/build/Text/JSON/String.dyn_hi to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4/json-0.9/Text/JSON/String.dyn_hi Installing dist/build/Text/JSON/ReadP.dyn_hi to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4/json-0.9/Text/JSON/ReadP.dyn_hi Installing dist/build/Text/JSON/Generic.dyn_hi to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4/json-0.9/Text/JSON/Generic.dyn_hi Installing dist/build/Text/JSON/Parsec.dyn_hi to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4/json-0.9/Text/JSON/Parsec.dyn_hi Installing dist/build/Text/JSON/Pretty.dyn_hi to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4/json-0.9/Text/JSON/Pretty.dyn_hi creating /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4/json-0.9 Installing dist/build/libHSjson-0.9.a to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4/json-0.9/libHSjson-0.9.a creating /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4/json-0.9 Installing dist/build/libHSjson-0.9_p.a to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4/json-0.9/libHSjson-0.9_p.a creating /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4/json-0.9 Installing executable dist/build/libHSjson-0.9-ghc7.8.4.so to /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4/json-0.9/libHSjson-0.9-ghc7.8.4.so + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup register --gen-pkg-config Creating package registration file: json-0.9.conf + install -D --mode=0644 json-0.9.conf /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4/package.conf.d/json-0.9.conf + rm -f ghc-json.files ghc-json-devel.files + touch ghc-json.files ghc-json-devel.files + '[' -d /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4/json-0.9 ']' + echo '%dir /usr/lib/ghc-7.8.4/json-0.9' + echo '%attr(755,root,root) /usr/lib/ghc-7.8.4/json-0.9/libHSjson-0.9-ghc7.8.4.so' + echo '/usr/lib/ghc-7.8.4/package.conf.d/json-0.9*.conf' + '[' -d /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4/json-0.9 ']' + find /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4/json-0.9 -mindepth 1 -type d + sed 's/^/%dir /' + find /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/lib/ghc-7.8.4/json-0.9 '!' '(' -type d -o -name 'libHS*.so' ')' + '[' -d /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc/html/libraries/json-0.9 ']' + echo /usr/share/doc/ghc/html/libraries/json-0.9 + for i in ghc-json.files ghc-json-devel.files + '[' -f ghc-json.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm!!g' ghc-json.files + for i in ghc-json.files ghc-json-devel.files + '[' -f ghc-json-devel.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm!!g' ghc-json-devel.files + find /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.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-json-0.9-2bs02npfc23.armv6hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.k5k1rb + umask 022 + cd /builddir/build/BUILD + cd json-0.9 + DOCDIR=/builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc-json + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc-json + cp -pr LICENSE /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc-json + exit 0 Provides: ghc(json-0.9-817dad591393e1b5eb4b9e9187637e6c) ghc-json = 0.9-2bs02npfc23 ghc-json(armv6hl-32) = 0.9-2bs02npfc23 libHSjson-0.9-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(array-0.5.0.0-b7cf815693a7556c72bd3a0228eaf5b0) ghc(base-4.7.0.2-d98389eae4520fbeb37e9d6443efd497) ghc(bytestring-0.10.4.0-f91883bf8cc258724c0c39371a38d069) ghc(containers-0.5.5.1-32dd78caec8e93b9e731c209b5e4e867) ghc(mtl-2.1.3.1-0b2fa37925693ce4500eee5d528933c6) ghc(parsec-3.1.5-df32351323402b49cf16162898d226c5) ghc(pretty-1.1.1.1-acc3b405212f217732bea6bb8ac62790) ghc(syb-0.4.1-706569d1ed7128dddfccaca8a9ef927f) ghc(text-1.1.1.3-9de2c04337191c41030e7bfd18a2f1b7) libHSarray-0.5.0.0-ghc7.8.4.so libHSbase-4.7.0.2-ghc7.8.4.so libHSbytestring-0.10.4.0-ghc7.8.4.so libHScontainers-0.5.5.1-ghc7.8.4.so libHSdeepseq-1.3.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 libHSparsec-3.1.5-ghc7.8.4.so libHSpretty-1.1.1.1-ghc7.8.4.so libHSsyb-0.4.1-ghc7.8.4.so libHStext-1.1.1.3-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-json-devel-0.9-2bs02npfc23.armv6hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ltOq83 + umask 022 + cd /builddir/build/BUILD + cd json-0.9 + DOCDIR=/builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc-json-devel + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc-json-devel + cp -pr CHANGES /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm/usr/share/doc/ghc-json-devel + exit 0 Provides: ghc-devel(json-0.9-817dad591393e1b5eb4b9e9187637e6c) ghc-json-devel = 0.9-2bs02npfc23 ghc-json-devel(armv6hl-32) = 0.9-2bs02npfc23 ghc-json-static = 0.9-2bs02npfc23 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(json-0.9-817dad591393e1b5eb4b9e9187637e6c) ghc-devel(array-0.5.0.0-b7cf815693a7556c72bd3a0228eaf5b0) ghc-devel(base-4.7.0.2-d98389eae4520fbeb37e9d6443efd497) ghc-devel(bytestring-0.10.4.0-f91883bf8cc258724c0c39371a38d069) ghc-devel(containers-0.5.5.1-32dd78caec8e93b9e731c209b5e4e867) ghc-devel(mtl-2.1.3.1-0b2fa37925693ce4500eee5d528933c6) ghc-devel(parsec-3.1.5-df32351323402b49cf16162898d226c5) ghc-devel(pretty-1.1.1.1-acc3b405212f217732bea6bb8ac62790) ghc-devel(syb-0.4.1-706569d1ed7128dddfccaca8a9ef927f) ghc-devel(text-1.1.1.3-9de2c04337191c41030e7bfd18a2f1b7) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm Wrote: /builddir/build/RPMS/ghc-json-0.9-2bs02npfc23.armv6hl.rpm Wrote: /builddir/build/RPMS/ghc-json-devel-0.9-2bs02npfc23.armv6hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.PG1QbE + umask 022 + cd /builddir/build/BUILD + cd json-0.9 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ghc-json-0.9-2bs02npfc23.arm + exit 0 Child return code was: 0 LEAVE do -->