Mock Version: 1.2.10 Mock Version: 1.2.10 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/ghc-exceptions.spec'], chrootPath='/var/lib/mock/f23-build-3517004-492929/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=425user='mockbuild'timeout=86400logger=uid=1000) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/ghc-exceptions.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False warning: Could not canonicalize hostname: buildhw-04.phx2.fedoraproject.org Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/ghc-exceptions-0.6.1-5.fc23.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/ghc-exceptions.spec '], chrootPath='/var/lib/mock/f23-build-3517004-492929/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=425user='mockbuild'timeout=86400logger=uid=1000) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/ghc-exceptions.spec '] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.nfs6Lp + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf exceptions-0.6.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/exceptions-0.6.1.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd exceptions-0.6.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.LYifZc + umask 022 + cd /builddir/build/BUILD + cd exceptions-0.6.1 ++ 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 -m64 -mtune=generic' + export CFLAGS + LDFLAGS='-Wl,-z,relro ' + export LDFLAGS + '[' -x Setup ']' + ghc --make -no-user-package-db -dynamic Setup [1 of 1] Compiling Main ( Setup.lhs, 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 -m64 -mtune=generic ++ sed -e 's/ / -optc/g' ++ echo ' -Wl,-z,relro' ++ sed -e 's/ / -optl/g' + ./Setup configure --prefix=/usr --libdir=/usr/lib64 --docdir=/usr/share/doc/ghc-exceptions '--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-m64 -optc-mtune=generic -optl-Wl,-z,relro' -p --enable-shared --htmldir=/usr/share/doc/ghc/html/libraries/exceptions-0.6.1 --global Configuring exceptions-0.6.1... + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup build Building exceptions-0.6.1... Preprocessing library exceptions-0.6.1... [1 of 2] Compiling Control.Monad.Catch ( src/Control/Monad/Catch.hs, dist/build/Control/Monad/Catch.o ) src/Control/Monad/Catch.hs:99:1: Warning: The import of ‘Control.Monad.Trans.Reader’ is redundant except perhaps to import instances from ‘Control.Monad.Trans.Reader’ To import instances alone, use: import Control.Monad.Trans.Reader() [2 of 2] Compiling Control.Monad.Catch.Pure ( src/Control/Monad/Catch/Pure.hs, dist/build/Control/Monad/Catch/Pure.o ) [1 of 2] Compiling Control.Monad.Catch ( src/Control/Monad/Catch.hs, dist/build/Control/Monad/Catch.p_o ) src/Control/Monad/Catch.hs:99:1: Warning: The import of ‘Control.Monad.Trans.Reader’ is redundant except perhaps to import instances from ‘Control.Monad.Trans.Reader’ To import instances alone, use: import Control.Monad.Trans.Reader() [2 of 2] Compiling Control.Monad.Catch.Pure ( src/Control/Monad/Catch/Pure.hs, dist/build/Control/Monad/Catch/Pure.p_o ) In-place registering exceptions-0.6.1... + '[' -f dist/build/libHSexceptions-0.6.1.a ']' + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup haddock --html --hyperlink-source --hoogle Running Haddock for exceptions-0.6.1... Running hscolour for exceptions-0.6.1... Preprocessing library exceptions-0.6.1... Preprocessing library exceptions-0.6.1... src/Control/Monad/Catch.hs:99:1: Warning: The import of ‘Control.Monad.Trans.Reader’ is redundant except perhaps to import instances from ‘Control.Monad.Trans.Reader’ To import instances alone, use: import Control.Monad.Trans.Reader() Haddock coverage: 100% ( 31 / 31) in 'Control.Monad.Catch' 80% ( 8 / 10) in 'Control.Monad.Catch.Pure' Documentation created: dist/doc/html/exceptions/index.html, dist/doc/html/exceptions/exceptions.txt + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.6wMkQi + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64 ++ dirname /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64 + cd exceptions-0.6.1 + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup copy --destdir=/builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64 -v directory dist/doc/html/exceptions does exist: True creating /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc/ghc/html/libraries/exceptions-0.6.1 creating /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc creating /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share creating /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr creating /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share creating /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc creating /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc/ghc/html/libraries/exceptions-0.6.1 copy directory 'dist/doc/html/exceptions' to '/builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc/ghc/html/libraries/exceptions-0.6.1'. creating /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc/ghc/html/libraries/exceptions-0.6.1 creating /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc/ghc/html/libraries/exceptions-0.6.1/src Installing dist/doc/html/exceptions/exceptions.haddock to /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc/ghc/html/libraries/exceptions-0.6.1/exceptions.haddock Installing dist/doc/html/exceptions/haddock-util.js to /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc/ghc/html/libraries/exceptions-0.6.1/haddock-util.js Installing dist/doc/html/exceptions/index.html to /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc/ghc/html/libraries/exceptions-0.6.1/index.html Installing dist/doc/html/exceptions/Control-Monad-Catch-Pure.html to /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc/ghc/html/libraries/exceptions-0.6.1/Control-Monad-Catch-Pure.html Installing dist/doc/html/exceptions/mini_Control-Monad-Catch.html to /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc/ghc/html/libraries/exceptions-0.6.1/mini_Control-Monad-Catch.html Installing dist/doc/html/exceptions/mini_Control-Monad-Catch-Pure.html to /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc/ghc/html/libraries/exceptions-0.6.1/mini_Control-Monad-Catch-Pure.html Installing dist/doc/html/exceptions/frames.html to /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc/ghc/html/libraries/exceptions-0.6.1/frames.html Installing dist/doc/html/exceptions/synopsis.png to /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc/ghc/html/libraries/exceptions-0.6.1/synopsis.png Installing dist/doc/html/exceptions/ocean.css to /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc/ghc/html/libraries/exceptions-0.6.1/ocean.css Installing dist/doc/html/exceptions/Control-Monad-Catch.html to /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc/ghc/html/libraries/exceptions-0.6.1/Control-Monad-Catch.html Installing dist/doc/html/exceptions/doc-index.html to /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc/ghc/html/libraries/exceptions-0.6.1/doc-index.html Installing dist/doc/html/exceptions/plus.gif to /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc/ghc/html/libraries/exceptions-0.6.1/plus.gif Installing dist/doc/html/exceptions/minus.gif to /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc/ghc/html/libraries/exceptions-0.6.1/minus.gif Installing dist/doc/html/exceptions/hslogo-16.png to /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc/ghc/html/libraries/exceptions-0.6.1/hslogo-16.png Installing dist/doc/html/exceptions/exceptions.txt to /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc/ghc/html/libraries/exceptions-0.6.1/exceptions.txt Installing dist/doc/html/exceptions/index-frames.html to /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc/ghc/html/libraries/exceptions-0.6.1/index-frames.html Installing dist/doc/html/exceptions/src/Control-Monad-Catch-Pure.html to /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc/ghc/html/libraries/exceptions-0.6.1/src/Control-Monad-Catch-Pure.html Installing dist/doc/html/exceptions/src/Control-Monad-Catch.html to /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc/ghc/html/libraries/exceptions-0.6.1/src/Control-Monad-Catch.html Installing dist/doc/html/exceptions/src/hscolour.css to /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc/ghc/html/libraries/exceptions-0.6.1/src/hscolour.css creating /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc/ghc/html/libraries/exceptions-0.6.1 Installing dist/doc/html/exceptions/exceptions.haddock to /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc/ghc/html/libraries/exceptions-0.6.1/exceptions.haddock creating /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc/ghc-exceptions Installing LICENSE to /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc/ghc-exceptions/LICENSE Installing library in /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/lib64/ghc-7.8.4/exceptions-0.6.1 creating /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/lib64/ghc-7.8.4/exceptions-0.6.1/Control/Monad creating /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/lib64/ghc-7.8.4/exceptions-0.6.1/Control creating /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/lib64/ghc-7.8.4/exceptions-0.6.1 creating /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/lib64/ghc-7.8.4 creating /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/lib64 creating /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/lib64/ghc-7.8.4 creating /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/lib64/ghc-7.8.4/exceptions-0.6.1 creating /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/lib64/ghc-7.8.4/exceptions-0.6.1/Control creating /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/lib64/ghc-7.8.4/exceptions-0.6.1/Control/Monad creating /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/lib64/ghc-7.8.4/exceptions-0.6.1/Control/Monad/Catch Installing dist/build/Control/Monad/Catch.hi to /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/lib64/ghc-7.8.4/exceptions-0.6.1/Control/Monad/Catch.hi Installing dist/build/Control/Monad/Catch/Pure.hi to /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/lib64/ghc-7.8.4/exceptions-0.6.1/Control/Monad/Catch/Pure.hi creating /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/lib64/ghc-7.8.4/exceptions-0.6.1/Control/Monad creating /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/lib64/ghc-7.8.4/exceptions-0.6.1/Control/Monad/Catch Installing dist/build/Control/Monad/Catch.p_hi to /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/lib64/ghc-7.8.4/exceptions-0.6.1/Control/Monad/Catch.p_hi Installing dist/build/Control/Monad/Catch/Pure.p_hi to /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/lib64/ghc-7.8.4/exceptions-0.6.1/Control/Monad/Catch/Pure.p_hi creating /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/lib64/ghc-7.8.4/exceptions-0.6.1/Control/Monad creating /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/lib64/ghc-7.8.4/exceptions-0.6.1/Control/Monad/Catch Installing dist/build/Control/Monad/Catch.dyn_hi to /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/lib64/ghc-7.8.4/exceptions-0.6.1/Control/Monad/Catch.dyn_hi Installing dist/build/Control/Monad/Catch/Pure.dyn_hi to /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/lib64/ghc-7.8.4/exceptions-0.6.1/Control/Monad/Catch/Pure.dyn_hi creating /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/lib64/ghc-7.8.4/exceptions-0.6.1 Installing dist/build/libHSexceptions-0.6.1.a to /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/lib64/ghc-7.8.4/exceptions-0.6.1/libHSexceptions-0.6.1.a creating /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/lib64/ghc-7.8.4/exceptions-0.6.1 Installing dist/build/libHSexceptions-0.6.1_p.a to /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/lib64/ghc-7.8.4/exceptions-0.6.1/libHSexceptions-0.6.1_p.a creating /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/lib64/ghc-7.8.4/exceptions-0.6.1 Installing executable dist/build/libHSexceptions-0.6.1-ghc7.8.4.so to /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/lib64/ghc-7.8.4/exceptions-0.6.1/libHSexceptions-0.6.1-ghc7.8.4.so + '[' -x Setup ']' + LANG=en_US.utf8 + ./Setup register --gen-pkg-config Creating package registration file: exceptions-0.6.1.conf + install -D --mode=0644 exceptions-0.6.1.conf /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/lib64/ghc-7.8.4/package.conf.d/exceptions-0.6.1.conf + rm -f ghc-exceptions.files ghc-exceptions-devel.files + touch ghc-exceptions.files ghc-exceptions-devel.files + '[' -d /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/lib64/ghc-7.8.4/exceptions-0.6.1 ']' + echo '%dir /usr/lib64/ghc-7.8.4/exceptions-0.6.1' + echo '%attr(755,root,root) /usr/lib64/ghc-7.8.4/exceptions-0.6.1/libHSexceptions-0.6.1-ghc7.8.4.so' + echo '/usr/lib64/ghc-7.8.4/package.conf.d/exceptions-0.6.1*.conf' + '[' -d /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/lib64/ghc-7.8.4/exceptions-0.6.1 ']' + find /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/lib64/ghc-7.8.4/exceptions-0.6.1 -mindepth 1 -type d + sed 's/^/%dir /' + find /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/lib64/ghc-7.8.4/exceptions-0.6.1 '!' '(' -type d -o -name 'libHS*.so' ')' + '[' -d /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc/ghc/html/libraries/exceptions-0.6.1 ']' + echo /usr/share/doc/ghc/html/libraries/exceptions-0.6.1 + for i in ghc-exceptions.files ghc-exceptions-devel.files + '[' -f ghc-exceptions.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64!!g' ghc-exceptions.files + for i in ghc-exceptions.files ghc-exceptions-devel.files + '[' -f ghc-exceptions-devel.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64!!g' ghc-exceptions-devel.files + find /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64 -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.tL3rdr + umask 022 + cd /builddir/build/BUILD + cd exceptions-0.6.1 + exit 0 Processing files: ghc-exceptions-0.6.1-5.fc23.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Loz8Az + umask 022 + cd /builddir/build/BUILD + cd exceptions-0.6.1 + DOCDIR=/builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc/ghc-exceptions + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc/ghc-exceptions + cp -pr LICENSE /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc/ghc-exceptions + exit 0 Provides: ghc(exceptions-0.6.1-7fb6fec54ce5f76170ef358fff376c11) ghc-exceptions = 0.6.1-5.fc23 ghc-exceptions(x86-64) = 0.6.1-5.fc23 libHSexceptions-0.6.1-ghc7.8.4.so()(64bit) 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-cb23b5265b6e147094c0cd9ac819acb1) ghc(mtl-2.1.3.1-96f1a7910a7553352339ed05fb61c269) ghc(transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c) libHSbase-4.7.0.2-ghc7.8.4.so()(64bit) libHSghc-prim-0.3.1.0-ghc7.8.4.so()(64bit) libHSinteger-gmp-0.5.1.0-ghc7.8.4.so()(64bit) libHSmtl-2.1.3.1-ghc7.8.4.so()(64bit) libHStransformers-0.3.0.0-ghc7.8.4.so()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libgmp.so.10()(64bit) rtld(GNU_HASH) Processing files: ghc-exceptions-devel-0.6.1-5.fc23.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.XwZhGI + umask 022 + cd /builddir/build/BUILD + cd exceptions-0.6.1 + DOCDIR=/builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc/ghc-exceptions-devel + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc/ghc-exceptions-devel + cp -pr AUTHORS.markdown /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc/ghc-exceptions-devel + cp -pr README.markdown /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64/usr/share/doc/ghc-exceptions-devel + exit 0 Provides: ghc-devel(exceptions-0.6.1-7fb6fec54ce5f76170ef358fff376c11) ghc-exceptions-devel = 0.6.1-5.fc23 ghc-exceptions-devel(x86-64) = 0.6.1-5.fc23 ghc-exceptions-static = 0.6.1-5.fc23 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(exceptions-0.6.1-7fb6fec54ce5f76170ef358fff376c11) ghc-devel(base-4.7.0.2-cb23b5265b6e147094c0cd9ac819acb1) ghc-devel(mtl-2.1.3.1-96f1a7910a7553352339ed05fb61c269) ghc-devel(transformers-0.3.0.0-6458c21515cab7c1cf21e53141557a1c) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64 warning: Could not canonicalize hostname: buildhw-04.phx2.fedoraproject.org Wrote: /builddir/build/RPMS/ghc-exceptions-0.6.1-5.fc23.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-exceptions-devel-0.6.1-5.fc23.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.RY02TS + umask 022 + cd /builddir/build/BUILD + cd exceptions-0.6.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ghc-exceptions-0.6.1-5.fc23.x86_64 + exit 0 Child return code was: 0 LEAVE do -->