Mock Version: 1.2.14 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/ghc-threads.spec'], shell=Falseuid=1000user='mockbuild'chrootPath='/var/lib/mock/fedora-23-armhfp-pidora-round2-root-8194/root'timeout=0gid=135logger=env={'SHELL': '/bin/bash', 'CCACHE_DIR': '/tmp/ccache', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_UMASK': '002', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'HOME': '/builddir', 'HOSTNAME': 'mock'}printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv6hl --nodeps /builddir/build/SPECS/ghc-threads.spec'] with env {'SHELL': '/bin/bash', 'CCACHE_DIR': '/tmp/ccache', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_UMASK': '002', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: armv6hl Building for target armv6hl Wrote: /builddir/build/SRPMS/ghc-threads-0.5.1.3-2bs02fc23.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-threads.spec '], shell=Falsetimeout=0private_network=Trueuser='mockbuild'chrootPath='/var/lib/mock/fedora-23-armhfp-pidora-round2-root-8194/root'uid=1000env={'SHELL': '/bin/bash', 'CCACHE_DIR': '/tmp/ccache', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_UMASK': '002', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135logger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv6hl --nodeps /builddir/build/SPECS/ghc-threads.spec '] with env {'SHELL': '/bin/bash', 'CCACHE_DIR': '/tmp/ccache', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_UMASK': '002', 'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: armv6hl Building for target armv6hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.roggZT + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf threads-0.5.1.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/threads-0.5.1.3.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd threads-0.5.1.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.MOH2bH + umask 022 + cd /builddir/build/BUILD + cd threads-0.5.1.3 ++ ghc --info ++ grep '"Booter version","7.8.4"' + '[' '!' ' ,("Booter version","7.8.4")' ']' + CFLAGS='-O2 -g -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 -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-threads '--libsubdir=$compiler/$pkgid' '--datasubdir=$pkgid' --ghc --enable-executable-dynamic '--ghc-options= -optc-O2 -optc-g -optc-march=armv6 -optc-mfloat-abi=hard -optc-mfpu=vfp -optl-Wl,-z,relro' -p --enable-shared --htmldir=/usr/share/doc/ghc/html/libraries/threads-0.5.1.3 --global Configuring threads-0.5.1.3... + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup build Building threads-0.5.1.3... Preprocessing library threads-0.5.1.3... [1 of 3] Compiling Control.Concurrent.Raw ( Control/Concurrent/Raw.hs, dist/build/Control/Concurrent/Raw.o ) [2 of 3] Compiling Control.Concurrent.Thread ( Control/Concurrent/Thread.hs, dist/build/Control/Concurrent/Thread.o ) [3 of 3] Compiling Control.Concurrent.Thread.Group ( Control/Concurrent/Thread/Group.hs, dist/build/Control/Concurrent/Thread/Group.o ) [1 of 3] Compiling Control.Concurrent.Raw ( Control/Concurrent/Raw.hs, dist/build/Control/Concurrent/Raw.p_o ) [2 of 3] Compiling Control.Concurrent.Thread ( Control/Concurrent/Thread.hs, dist/build/Control/Concurrent/Thread.p_o ) [3 of 3] Compiling Control.Concurrent.Thread.Group ( Control/Concurrent/Thread/Group.hs, dist/build/Control/Concurrent/Thread/Group.p_o ) In-place registering threads-0.5.1.3... + '[' -f dist/build/libHSthreads-0.5.1.3.a ']' + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup haddock --html --hoogle Running Haddock for threads-0.5.1.3... Preprocessing library threads-0.5.1.3... Control/Concurrent/Thread/Group.hs:79:1: Warning: The qualified import of ‘Control.Concurrent.Thread’ is redundant except perhaps to import instances from ‘Control.Concurrent.Thread’ To import instances alone, use: import Control.Concurrent.Thread() Haddock coverage: 0% ( 0 / 3) in 'Control.Concurrent.Raw' 100% ( 10 / 10) in 'Control.Concurrent.Thread' 100% ( 12 / 12) in 'Control.Concurrent.Thread.Group' Documentation created: dist/doc/html/threads/index.html, dist/doc/html/threads/threads.txt + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.HvggBe + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm ++ dirname /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm + cd threads-0.5.1.3 + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup copy --destdir=/builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm -v directory dist/doc/html/threads does exist: True creating /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/share/doc/ghc/html/libraries/threads-0.5.1.3 creating /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/share/doc creating /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/share creating /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr creating /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/share creating /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/share/doc creating /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/share/doc/ghc/html/libraries/threads-0.5.1.3 copy directory 'dist/doc/html/threads' to '/builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/share/doc/ghc/html/libraries/threads-0.5.1.3'. creating /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/share/doc/ghc/html/libraries/threads-0.5.1.3 Installing dist/doc/html/threads/threads.haddock to /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/share/doc/ghc/html/libraries/threads-0.5.1.3/threads.haddock Installing dist/doc/html/threads/ocean.css to /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/share/doc/ghc/html/libraries/threads-0.5.1.3/ocean.css Installing dist/doc/html/threads/frames.html to /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/share/doc/ghc/html/libraries/threads-0.5.1.3/frames.html Installing dist/doc/html/threads/mini_Control-Concurrent-Thread.html to /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/share/doc/ghc/html/libraries/threads-0.5.1.3/mini_Control-Concurrent-Thread.html Installing dist/doc/html/threads/Control-Concurrent-Thread.html to /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/share/doc/ghc/html/libraries/threads-0.5.1.3/Control-Concurrent-Thread.html Installing dist/doc/html/threads/synopsis.png to /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/share/doc/ghc/html/libraries/threads-0.5.1.3/synopsis.png Installing dist/doc/html/threads/haddock-util.js to /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/share/doc/ghc/html/libraries/threads-0.5.1.3/haddock-util.js Installing dist/doc/html/threads/minus.gif to /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/share/doc/ghc/html/libraries/threads-0.5.1.3/minus.gif Installing dist/doc/html/threads/threads.txt to /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/share/doc/ghc/html/libraries/threads-0.5.1.3/threads.txt Installing dist/doc/html/threads/hslogo-16.png to /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/share/doc/ghc/html/libraries/threads-0.5.1.3/hslogo-16.png Installing dist/doc/html/threads/plus.gif to /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/share/doc/ghc/html/libraries/threads-0.5.1.3/plus.gif Installing dist/doc/html/threads/index-frames.html to /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/share/doc/ghc/html/libraries/threads-0.5.1.3/index-frames.html Installing dist/doc/html/threads/index.html to /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/share/doc/ghc/html/libraries/threads-0.5.1.3/index.html Installing dist/doc/html/threads/mini_Control-Concurrent-Thread-Group.html to /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/share/doc/ghc/html/libraries/threads-0.5.1.3/mini_Control-Concurrent-Thread-Group.html Installing dist/doc/html/threads/Control-Concurrent-Thread-Group.html to /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/share/doc/ghc/html/libraries/threads-0.5.1.3/Control-Concurrent-Thread-Group.html Installing dist/doc/html/threads/doc-index.html to /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/share/doc/ghc/html/libraries/threads-0.5.1.3/doc-index.html creating /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/share/doc/ghc/html/libraries/threads-0.5.1.3 Installing dist/doc/html/threads/threads.haddock to /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/share/doc/ghc/html/libraries/threads-0.5.1.3/threads.haddock creating /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/share/doc/ghc-threads Installing LICENSE to /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/share/doc/ghc-threads/LICENSE Installing library in /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/lib/ghc-7.8.4/threads-0.5.1.3 creating /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/lib/ghc-7.8.4/threads-0.5.1.3/Control/Concurrent creating /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/lib/ghc-7.8.4/threads-0.5.1.3/Control creating /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/lib/ghc-7.8.4/threads-0.5.1.3 creating /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/lib/ghc-7.8.4 creating /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/lib creating /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/lib/ghc-7.8.4 creating /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/lib/ghc-7.8.4/threads-0.5.1.3 creating /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/lib/ghc-7.8.4/threads-0.5.1.3/Control creating /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/lib/ghc-7.8.4/threads-0.5.1.3/Control/Concurrent creating /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/lib/ghc-7.8.4/threads-0.5.1.3/Control/Concurrent/Thread Installing dist/build/Control/Concurrent/Thread.hi to /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/lib/ghc-7.8.4/threads-0.5.1.3/Control/Concurrent/Thread.hi Installing dist/build/Control/Concurrent/Thread/Group.hi to /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/lib/ghc-7.8.4/threads-0.5.1.3/Control/Concurrent/Thread/Group.hi Installing dist/build/Control/Concurrent/Raw.hi to /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/lib/ghc-7.8.4/threads-0.5.1.3/Control/Concurrent/Raw.hi creating /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/lib/ghc-7.8.4/threads-0.5.1.3/Control/Concurrent creating /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/lib/ghc-7.8.4/threads-0.5.1.3/Control/Concurrent/Thread Installing dist/build/Control/Concurrent/Thread.p_hi to /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/lib/ghc-7.8.4/threads-0.5.1.3/Control/Concurrent/Thread.p_hi Installing dist/build/Control/Concurrent/Thread/Group.p_hi to /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/lib/ghc-7.8.4/threads-0.5.1.3/Control/Concurrent/Thread/Group.p_hi Installing dist/build/Control/Concurrent/Raw.p_hi to /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/lib/ghc-7.8.4/threads-0.5.1.3/Control/Concurrent/Raw.p_hi creating /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/lib/ghc-7.8.4/threads-0.5.1.3/Control/Concurrent creating /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/lib/ghc-7.8.4/threads-0.5.1.3/Control/Concurrent/Thread Installing dist/build/Control/Concurrent/Thread.dyn_hi to /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/lib/ghc-7.8.4/threads-0.5.1.3/Control/Concurrent/Thread.dyn_hi Installing dist/build/Control/Concurrent/Thread/Group.dyn_hi to /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/lib/ghc-7.8.4/threads-0.5.1.3/Control/Concurrent/Thread/Group.dyn_hi Installing dist/build/Control/Concurrent/Raw.dyn_hi to /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/lib/ghc-7.8.4/threads-0.5.1.3/Control/Concurrent/Raw.dyn_hi creating /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/lib/ghc-7.8.4/threads-0.5.1.3 Installing dist/build/libHSthreads-0.5.1.3.a to /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/lib/ghc-7.8.4/threads-0.5.1.3/libHSthreads-0.5.1.3.a creating /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/lib/ghc-7.8.4/threads-0.5.1.3 Installing dist/build/libHSthreads-0.5.1.3_p.a to /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/lib/ghc-7.8.4/threads-0.5.1.3/libHSthreads-0.5.1.3_p.a creating /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/lib/ghc-7.8.4/threads-0.5.1.3 Installing executable dist/build/libHSthreads-0.5.1.3-ghc7.8.4.so to /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/lib/ghc-7.8.4/threads-0.5.1.3/libHSthreads-0.5.1.3-ghc7.8.4.so + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup register --gen-pkg-config Creating package registration file: threads-0.5.1.3.conf + install -D --mode=0644 threads-0.5.1.3.conf /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/lib/ghc-7.8.4/package.conf.d/threads-0.5.1.3.conf + rm -f ghc-threads.files ghc-threads-devel.files + touch ghc-threads.files ghc-threads-devel.files + '[' -d /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/lib/ghc-7.8.4/threads-0.5.1.3 ']' + echo '%dir /usr/lib/ghc-7.8.4/threads-0.5.1.3' + echo '%attr(755,root,root) /usr/lib/ghc-7.8.4/threads-0.5.1.3/libHSthreads-0.5.1.3-ghc7.8.4.so' + echo '/usr/lib/ghc-7.8.4/package.conf.d/threads-0.5.1.3*.conf' + '[' -d /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/lib/ghc-7.8.4/threads-0.5.1.3 ']' + find /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/lib/ghc-7.8.4/threads-0.5.1.3 -mindepth 1 -type d + sed 's/^/%dir /' + find /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/lib/ghc-7.8.4/threads-0.5.1.3 '!' '(' -type d -o -name 'libHS*.so' ')' + '[' -d /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/share/doc/ghc/html/libraries/threads-0.5.1.3 ']' + echo /usr/share/doc/ghc/html/libraries/threads-0.5.1.3 + for i in ghc-threads.files ghc-threads-devel.files + '[' -f ghc-threads.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm!!g' ghc-threads.files + for i in ghc-threads.files ghc-threads-devel.files + '[' -f ghc-threads-devel.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm!!g' ghc-threads-devel.files + find /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.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 Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.OgtrcY + umask 022 + cd /builddir/build/BUILD + cd threads-0.5.1.3 + exit 0 Processing files: ghc-threads-0.5.1.3-2bs02fc23.armv6hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.9CXVGJ + umask 022 + cd /builddir/build/BUILD + cd threads-0.5.1.3 + DOCDIR=/builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/share/doc/ghc-threads + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/share/doc/ghc-threads + cp -pr LICENSE /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/share/doc/ghc-threads + exit 0 Provides: ghc(threads-0.5.1.3-7cfb3e0a82914ba67d4bcb19b95d88ec) ghc-threads = 0.5.1.3-2bs02fc23 ghc-threads(armv6hl-32) = 0.5.1.3-2bs02fc23 libHSthreads-0.5.1.3-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(stm-2.4.2-a3ca86afba9e9f9bf3752e7663e7d7aa) libHSarray-0.5.0.0-ghc7.8.4.so 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 libHSstm-2.4.2-ghc7.8.4.so libc.so.6 libc.so.6(GLIBC_2.4) libgmp.so.10 rtld(GNU_HASH) Processing files: ghc-threads-devel-0.5.1.3-2bs02fc23.armv6hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.96WPKt + umask 022 + cd /builddir/build/BUILD + cd threads-0.5.1.3 + DOCDIR=/builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/share/doc/ghc-threads-devel + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/share/doc/ghc-threads-devel + cp -pr README.markdown /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm/usr/share/doc/ghc-threads-devel + exit 0 Provides: ghc-devel(threads-0.5.1.3-7cfb3e0a82914ba67d4bcb19b95d88ec) ghc-threads-devel = 0.5.1.3-2bs02fc23 ghc-threads-devel(armv6hl-32) = 0.5.1.3-2bs02fc23 ghc-threads-static = 0.5.1.3-2bs02fc23 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(threads-0.5.1.3-7cfb3e0a82914ba67d4bcb19b95d88ec) ghc-devel(base-4.7.0.2-d98389eae4520fbeb37e9d6443efd497) ghc-devel(stm-2.4.2-a3ca86afba9e9f9bf3752e7663e7d7aa) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm Wrote: /builddir/build/RPMS/ghc-threads-0.5.1.3-2bs02fc23.armv6hl.rpm Wrote: /builddir/build/RPMS/ghc-threads-devel-0.5.1.3-2bs02fc23.armv6hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.llCnRA + umask 022 + cd /builddir/build/BUILD + cd threads-0.5.1.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ghc-threads-0.5.1.3-2bs02fc23.arm + exit 0 Child return code was: 0 LEAVE do -->