Mock Version: 1.2.5 Mock Version: 1.2.5 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/ghc-attoparsec.spec'], chrootPath='/var/lib/mock/f22-ghc-2881434-449306/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}gid=425user='mockbuild'timeout=86400logger=uid=1000) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/ghc-attoparsec.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} and shell False warning: Could not canonicalize hostname: buildhw-11.phx2.fedoraproject.org Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/ghc-attoparsec-0.11.3.4-1.fc22.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-attoparsec.spec '], chrootPath='/var/lib/mock/f22-ghc-2881434-449306/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}gid=425user='mockbuild'timeout=86400logger=uid=1000) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/ghc-attoparsec.spec '] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} and shell False Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.BL4mCI + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf attoparsec-0.11.3.4 + /usr/bin/gzip -dc /builddir/build/SOURCES/attoparsec-0.11.3.4.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd attoparsec-0.11.3.4 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.3klEA3 + umask 022 + cd /builddir/build/BUILD + cd attoparsec-0.11.3.4 ++ 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 -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 ... ++ 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 -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-attoparsec '--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-m64 -optc-mtune=generic -optl-Wl,-z,relro' -p --enable-shared --htmldir=/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4 --global Configuring attoparsec-0.11.3.4... + '[' -x Setup ']' + ./Setup build Building attoparsec-0.11.3.4... Preprocessing library attoparsec-0.11.3.4... [ 1 of 18] Compiling Data.Attoparsec.Text.FastSet ( Data/Attoparsec/Text/FastSet.hs, dist/build/Data/Attoparsec/Text/FastSet.o ) [ 2 of 18] Compiling Data.Attoparsec.Zepto ( Data/Attoparsec/Zepto.hs, dist/build/Data/Attoparsec/Zepto.o ) [ 3 of 18] Compiling Data.Attoparsec.Number ( Data/Attoparsec/Number.hs, dist/build/Data/Attoparsec/Number.o ) [ 4 of 18] Compiling Data.Attoparsec.ByteString.FastSet ( Data/Attoparsec/ByteString/FastSet.hs, dist/build/Data/Attoparsec/ByteString/FastSet.o ) [ 5 of 18] Compiling Data.Attoparsec.Internal.Types ( Data/Attoparsec/Internal/Types.hs, dist/build/Data/Attoparsec/Internal/Types.o ) [ 6 of 18] Compiling Data.Attoparsec.Types ( Data/Attoparsec/Types.hs, dist/build/Data/Attoparsec/Types.o ) [ 7 of 18] Compiling Data.Attoparsec.Internal ( Data/Attoparsec/Internal.hs, dist/build/Data/Attoparsec/Internal.o ) [ 8 of 18] Compiling Data.Attoparsec.Combinator ( Data/Attoparsec/Combinator.hs, dist/build/Data/Attoparsec/Combinator.o ) [ 9 of 18] Compiling Data.Attoparsec.ByteString.Internal ( Data/Attoparsec/ByteString/Internal.hs, dist/build/Data/Attoparsec/ByteString/Internal.o ) [10 of 18] Compiling Data.Attoparsec.Text.Internal ( Data/Attoparsec/Text/Internal.hs, dist/build/Data/Attoparsec/Text/Internal.o ) [11 of 18] Compiling Data.Attoparsec.Text ( Data/Attoparsec/Text.hs, dist/build/Data/Attoparsec/Text.o ) [12 of 18] Compiling Data.Attoparsec.Text.Lazy ( Data/Attoparsec/Text/Lazy.hs, dist/build/Data/Attoparsec/Text/Lazy.o ) Data/Attoparsec/Text/Lazy.hs:38:1: Warning: Module `Data.Text.Lazy.Internal' is deprecated: Use Data.Text.Internal.Lazy instead [13 of 18] Compiling Data.Attoparsec.ByteString ( Data/Attoparsec/ByteString.hs, dist/build/Data/Attoparsec/ByteString.o ) [14 of 18] Compiling Data.Attoparsec.ByteString.Char8 ( Data/Attoparsec/ByteString/Char8.hs, dist/build/Data/Attoparsec/ByteString/Char8.o ) [15 of 18] Compiling Data.Attoparsec.Char8 ( Data/Attoparsec/Char8.hs, dist/build/Data/Attoparsec/Char8.o ) [16 of 18] Compiling Data.Attoparsec.ByteString.Lazy ( Data/Attoparsec/ByteString/Lazy.hs, dist/build/Data/Attoparsec/ByteString/Lazy.o ) [17 of 18] Compiling Data.Attoparsec.Lazy ( Data/Attoparsec/Lazy.hs, dist/build/Data/Attoparsec/Lazy.o ) [18 of 18] Compiling Data.Attoparsec ( Data/Attoparsec.hs, dist/build/Data/Attoparsec.o ) [ 1 of 18] Compiling Data.Attoparsec.Text.FastSet ( Data/Attoparsec/Text/FastSet.hs, dist/build/Data/Attoparsec/Text/FastSet.p_o ) [ 2 of 18] Compiling Data.Attoparsec.Zepto ( Data/Attoparsec/Zepto.hs, dist/build/Data/Attoparsec/Zepto.p_o ) [ 3 of 18] Compiling Data.Attoparsec.Number ( Data/Attoparsec/Number.hs, dist/build/Data/Attoparsec/Number.p_o ) [ 4 of 18] Compiling Data.Attoparsec.ByteString.FastSet ( Data/Attoparsec/ByteString/FastSet.hs, dist/build/Data/Attoparsec/ByteString/FastSet.p_o ) [ 5 of 18] Compiling Data.Attoparsec.Internal.Types ( Data/Attoparsec/Internal/Types.hs, dist/build/Data/Attoparsec/Internal/Types.p_o ) [ 6 of 18] Compiling Data.Attoparsec.Types ( Data/Attoparsec/Types.hs, dist/build/Data/Attoparsec/Types.p_o ) [ 7 of 18] Compiling Data.Attoparsec.Internal ( Data/Attoparsec/Internal.hs, dist/build/Data/Attoparsec/Internal.p_o ) [ 8 of 18] Compiling Data.Attoparsec.Combinator ( Data/Attoparsec/Combinator.hs, dist/build/Data/Attoparsec/Combinator.p_o ) [ 9 of 18] Compiling Data.Attoparsec.ByteString.Internal ( Data/Attoparsec/ByteString/Internal.hs, dist/build/Data/Attoparsec/ByteString/Internal.p_o ) [10 of 18] Compiling Data.Attoparsec.Text.Internal ( Data/Attoparsec/Text/Internal.hs, dist/build/Data/Attoparsec/Text/Internal.p_o ) [11 of 18] Compiling Data.Attoparsec.Text ( Data/Attoparsec/Text.hs, dist/build/Data/Attoparsec/Text.p_o ) [12 of 18] Compiling Data.Attoparsec.Text.Lazy ( Data/Attoparsec/Text/Lazy.hs, dist/build/Data/Attoparsec/Text/Lazy.p_o ) Data/Attoparsec/Text/Lazy.hs:38:1: Warning: Module `Data.Text.Lazy.Internal' is deprecated: Use Data.Text.Internal.Lazy instead [13 of 18] Compiling Data.Attoparsec.ByteString ( Data/Attoparsec/ByteString.hs, dist/build/Data/Attoparsec/ByteString.p_o ) [14 of 18] Compiling Data.Attoparsec.ByteString.Char8 ( Data/Attoparsec/ByteString/Char8.hs, dist/build/Data/Attoparsec/ByteString/Char8.p_o ) [15 of 18] Compiling Data.Attoparsec.Char8 ( Data/Attoparsec/Char8.hs, dist/build/Data/Attoparsec/Char8.p_o ) [16 of 18] Compiling Data.Attoparsec.ByteString.Lazy ( Data/Attoparsec/ByteString/Lazy.hs, dist/build/Data/Attoparsec/ByteString/Lazy.p_o ) [17 of 18] Compiling Data.Attoparsec.Lazy ( Data/Attoparsec/Lazy.hs, dist/build/Data/Attoparsec/Lazy.p_o ) [18 of 18] Compiling Data.Attoparsec ( Data/Attoparsec.hs, dist/build/Data/Attoparsec.p_o ) In-place registering attoparsec-0.11.3.4... + '[' -x Setup ']' + ./Setup haddock --html --hyperlink-source --hoogle Running Haddock for attoparsec-0.11.3.4... Running hscolour for attoparsec-0.11.3.4... Preprocessing library attoparsec-0.11.3.4... Preprocessing library attoparsec-0.11.3.4... Data/Attoparsec/Text/Lazy.hs:38:1: Warning: Module `Data.Text.Lazy.Internal' is deprecated: Use Data.Text.Internal.Lazy instead Haddock coverage: 70% ( 7 / 10) in 'Data.Attoparsec.Text.FastSet' 100% ( 7 / 7) in 'Data.Attoparsec.Zepto' 100% ( 2 / 2) in 'Data.Attoparsec.Number' 69% ( 9 / 13) in 'Data.Attoparsec.ByteString.FastSet' 45% ( 5 / 11) in 'Data.Attoparsec.Internal.Types' 100% ( 4 / 4) in 'Data.Attoparsec.Types' 75% ( 6 / 8) in 'Data.Attoparsec.Internal' 100% ( 24 / 24) in 'Data.Attoparsec.Combinator' 90% ( 35 / 39) in 'Data.Attoparsec.ByteString.Internal' 95% ( 36 / 38) in 'Data.Attoparsec.Text.Internal' 97% ( 69 / 71) in 'Data.Attoparsec.Text' 100% ( 9 / 9) in 'Data.Attoparsec.Text.Lazy' 96% ( 45 / 47) in 'Data.Attoparsec.ByteString' 97% ( 71 / 73) in 'Data.Attoparsec.ByteString.Char8' 100% ( 2 / 2) in 'Data.Attoparsec.Char8' 100% ( 9 / 9) in 'Data.Attoparsec.ByteString.Lazy' 100% ( 2 / 2) in 'Data.Attoparsec.Lazy' 100% ( 2 / 2) in 'Data.Attoparsec' Documentation created: dist/doc/html/attoparsec/index.html, dist/doc/html/attoparsec/attoparsec.txt + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ILPprv + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64 ++ dirname /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64 + cd attoparsec-0.11.3.4 + '[' -x Setup ']' + ./Setup copy --destdir=/builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64 -v directory dist/doc/html/attoparsec does exist: True creating /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4 creating /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc creating /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share creating /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr creating /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share creating /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc creating /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4 copy directory 'dist/doc/html/attoparsec' to '/builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4'. creating /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4 creating /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/src Installing dist/doc/html/attoparsec/mini_Data-Attoparsec-Number.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/mini_Data-Attoparsec-Number.html Installing dist/doc/html/attoparsec/Data-Attoparsec-Combinator.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/Data-Attoparsec-Combinator.html Installing dist/doc/html/attoparsec/Data-Attoparsec-Char8.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/Data-Attoparsec-Char8.html Installing dist/doc/html/attoparsec/frames.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/frames.html Installing dist/doc/html/attoparsec/Data-Attoparsec-Lazy.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/Data-Attoparsec-Lazy.html Installing dist/doc/html/attoparsec/mini_Data-Attoparsec-Combinator.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/mini_Data-Attoparsec-Combinator.html Installing dist/doc/html/attoparsec/hslogo-16.png to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/hslogo-16.png Installing dist/doc/html/attoparsec/Data-Attoparsec-Number.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/Data-Attoparsec-Number.html Installing dist/doc/html/attoparsec/index.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/index.html Installing dist/doc/html/attoparsec/attoparsec.txt to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/attoparsec.txt Installing dist/doc/html/attoparsec/mini_Data-Attoparsec-ByteString-Lazy.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/mini_Data-Attoparsec-ByteString-Lazy.html Installing dist/doc/html/attoparsec/Data-Attoparsec-Text.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/Data-Attoparsec-Text.html Installing dist/doc/html/attoparsec/Data-Attoparsec-Types.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/Data-Attoparsec-Types.html Installing dist/doc/html/attoparsec/plus.gif to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/plus.gif Installing dist/doc/html/attoparsec/Data-Attoparsec-ByteString.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/Data-Attoparsec-ByteString.html Installing dist/doc/html/attoparsec/synopsis.png to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/synopsis.png Installing dist/doc/html/attoparsec/mini_Data-Attoparsec-Char8.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/mini_Data-Attoparsec-Char8.html Installing dist/doc/html/attoparsec/mini_Data-Attoparsec-Text.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/mini_Data-Attoparsec-Text.html Installing dist/doc/html/attoparsec/mini_Data-Attoparsec-Lazy.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/mini_Data-Attoparsec-Lazy.html Installing dist/doc/html/attoparsec/index-frames.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/index-frames.html Installing dist/doc/html/attoparsec/mini_Data-Attoparsec.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/mini_Data-Attoparsec.html Installing dist/doc/html/attoparsec/mini_Data-Attoparsec-ByteString-Char8.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/mini_Data-Attoparsec-ByteString-Char8.html Installing dist/doc/html/attoparsec/doc-index.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/doc-index.html Installing dist/doc/html/attoparsec/attoparsec.haddock to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/attoparsec.haddock Installing dist/doc/html/attoparsec/mini_Data-Attoparsec-Text-Lazy.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/mini_Data-Attoparsec-Text-Lazy.html Installing dist/doc/html/attoparsec/Data-Attoparsec-ByteString-Char8.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/Data-Attoparsec-ByteString-Char8.html Installing dist/doc/html/attoparsec/minus.gif to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/minus.gif Installing dist/doc/html/attoparsec/Data-Attoparsec-Text-Lazy.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/Data-Attoparsec-Text-Lazy.html Installing dist/doc/html/attoparsec/ocean.css to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/ocean.css Installing dist/doc/html/attoparsec/haddock-util.js to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/haddock-util.js Installing dist/doc/html/attoparsec/Data-Attoparsec-ByteString-Lazy.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/Data-Attoparsec-ByteString-Lazy.html Installing dist/doc/html/attoparsec/mini_Data-Attoparsec-ByteString.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/mini_Data-Attoparsec-ByteString.html Installing dist/doc/html/attoparsec/Data-Attoparsec.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/Data-Attoparsec.html Installing dist/doc/html/attoparsec/Data-Attoparsec-Zepto.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/Data-Attoparsec-Zepto.html Installing dist/doc/html/attoparsec/mini_Data-Attoparsec-Types.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/mini_Data-Attoparsec-Types.html Installing dist/doc/html/attoparsec/mini_Data-Attoparsec-Zepto.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/mini_Data-Attoparsec-Zepto.html Installing dist/doc/html/attoparsec/src/Data-Attoparsec-Text-FastSet.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/src/Data-Attoparsec-Text-FastSet.html Installing dist/doc/html/attoparsec/src/Data-Attoparsec-Combinator.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/src/Data-Attoparsec-Combinator.html Installing dist/doc/html/attoparsec/src/Data-Attoparsec-Char8.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/src/Data-Attoparsec-Char8.html Installing dist/doc/html/attoparsec/src/Data-Attoparsec-Lazy.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/src/Data-Attoparsec-Lazy.html Installing dist/doc/html/attoparsec/src/Data-Attoparsec-ByteString-Internal.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/src/Data-Attoparsec-ByteString-Internal.html Installing dist/doc/html/attoparsec/src/Data-Attoparsec-Internal.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/src/Data-Attoparsec-Internal.html Installing dist/doc/html/attoparsec/src/Data-Attoparsec-Internal-Types.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/src/Data-Attoparsec-Internal-Types.html Installing dist/doc/html/attoparsec/src/Data-Attoparsec-Number.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/src/Data-Attoparsec-Number.html Installing dist/doc/html/attoparsec/src/Data-Attoparsec-Text.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/src/Data-Attoparsec-Text.html Installing dist/doc/html/attoparsec/src/Data-Attoparsec-Text-Internal.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/src/Data-Attoparsec-Text-Internal.html Installing dist/doc/html/attoparsec/src/Data-Attoparsec-Types.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/src/Data-Attoparsec-Types.html Installing dist/doc/html/attoparsec/src/Data-Attoparsec-ByteString.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/src/Data-Attoparsec-ByteString.html Installing dist/doc/html/attoparsec/src/Data-Attoparsec-ByteString-Char8.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/src/Data-Attoparsec-ByteString-Char8.html Installing dist/doc/html/attoparsec/src/Data-Attoparsec-ByteString-FastSet.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/src/Data-Attoparsec-ByteString-FastSet.html Installing dist/doc/html/attoparsec/src/Data-Attoparsec-Text-Lazy.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/src/Data-Attoparsec-Text-Lazy.html Installing dist/doc/html/attoparsec/src/Data-Attoparsec-ByteString-Lazy.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/src/Data-Attoparsec-ByteString-Lazy.html Installing dist/doc/html/attoparsec/src/hscolour.css to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/src/hscolour.css Installing dist/doc/html/attoparsec/src/Data-Attoparsec.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/src/Data-Attoparsec.html Installing dist/doc/html/attoparsec/src/Data-Attoparsec-Zepto.html to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/src/Data-Attoparsec-Zepto.html creating /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4 Installing dist/doc/html/attoparsec/attoparsec.haddock to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4/attoparsec.haddock creating /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc-attoparsec Installing LICENSE to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc-attoparsec/LICENSE Installing library in /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4 creating /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data creating /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4 creating /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4 creating /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64 creating /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4 creating /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4 creating /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data creating /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec creating /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/ByteString creating /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/Text creating /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/Internal Installing dist/build/Data/Attoparsec.hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec.hi Installing dist/build/Data/Attoparsec/ByteString.hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/ByteString.hi Installing dist/build/Data/Attoparsec/ByteString/Char8.hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/ByteString/Char8.hi Installing dist/build/Data/Attoparsec/ByteString/Lazy.hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/ByteString/Lazy.hi Installing dist/build/Data/Attoparsec/Char8.hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/Char8.hi Installing dist/build/Data/Attoparsec/Combinator.hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/Combinator.hi Installing dist/build/Data/Attoparsec/Lazy.hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/Lazy.hi Installing dist/build/Data/Attoparsec/Number.hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/Number.hi Installing dist/build/Data/Attoparsec/Text.hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/Text.hi Installing dist/build/Data/Attoparsec/Text/Lazy.hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/Text/Lazy.hi Installing dist/build/Data/Attoparsec/Types.hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/Types.hi Installing dist/build/Data/Attoparsec/Zepto.hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/Zepto.hi Installing dist/build/Data/Attoparsec/ByteString/FastSet.hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/ByteString/FastSet.hi Installing dist/build/Data/Attoparsec/ByteString/Internal.hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/ByteString/Internal.hi Installing dist/build/Data/Attoparsec/Internal.hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/Internal.hi Installing dist/build/Data/Attoparsec/Internal/Types.hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/Internal/Types.hi Installing dist/build/Data/Attoparsec/Text/FastSet.hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/Text/FastSet.hi Installing dist/build/Data/Attoparsec/Text/Internal.hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/Text/Internal.hi creating /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data creating /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec creating /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/ByteString creating /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/Text creating /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/Internal Installing dist/build/Data/Attoparsec.p_hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec.p_hi Installing dist/build/Data/Attoparsec/ByteString.p_hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/ByteString.p_hi Installing dist/build/Data/Attoparsec/ByteString/Char8.p_hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/ByteString/Char8.p_hi Installing dist/build/Data/Attoparsec/ByteString/Lazy.p_hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/ByteString/Lazy.p_hi Installing dist/build/Data/Attoparsec/Char8.p_hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/Char8.p_hi Installing dist/build/Data/Attoparsec/Combinator.p_hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/Combinator.p_hi Installing dist/build/Data/Attoparsec/Lazy.p_hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/Lazy.p_hi Installing dist/build/Data/Attoparsec/Number.p_hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/Number.p_hi Installing dist/build/Data/Attoparsec/Text.p_hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/Text.p_hi Installing dist/build/Data/Attoparsec/Text/Lazy.p_hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/Text/Lazy.p_hi Installing dist/build/Data/Attoparsec/Types.p_hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/Types.p_hi Installing dist/build/Data/Attoparsec/Zepto.p_hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/Zepto.p_hi Installing dist/build/Data/Attoparsec/ByteString/FastSet.p_hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/ByteString/FastSet.p_hi Installing dist/build/Data/Attoparsec/ByteString/Internal.p_hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/ByteString/Internal.p_hi Installing dist/build/Data/Attoparsec/Internal.p_hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/Internal.p_hi Installing dist/build/Data/Attoparsec/Internal/Types.p_hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/Internal/Types.p_hi Installing dist/build/Data/Attoparsec/Text/FastSet.p_hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/Text/FastSet.p_hi Installing dist/build/Data/Attoparsec/Text/Internal.p_hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/Text/Internal.p_hi creating /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data creating /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec creating /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/ByteString creating /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/Text creating /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/Internal Installing dist/build/Data/Attoparsec.dyn_hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec.dyn_hi Installing dist/build/Data/Attoparsec/ByteString.dyn_hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/ByteString.dyn_hi Installing dist/build/Data/Attoparsec/ByteString/Char8.dyn_hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/ByteString/Char8.dyn_hi Installing dist/build/Data/Attoparsec/ByteString/Lazy.dyn_hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/ByteString/Lazy.dyn_hi Installing dist/build/Data/Attoparsec/Char8.dyn_hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/Char8.dyn_hi Installing dist/build/Data/Attoparsec/Combinator.dyn_hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/Combinator.dyn_hi Installing dist/build/Data/Attoparsec/Lazy.dyn_hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/Lazy.dyn_hi Installing dist/build/Data/Attoparsec/Number.dyn_hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/Number.dyn_hi Installing dist/build/Data/Attoparsec/Text.dyn_hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/Text.dyn_hi Installing dist/build/Data/Attoparsec/Text/Lazy.dyn_hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/Text/Lazy.dyn_hi Installing dist/build/Data/Attoparsec/Types.dyn_hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/Types.dyn_hi Installing dist/build/Data/Attoparsec/Zepto.dyn_hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/Zepto.dyn_hi Installing dist/build/Data/Attoparsec/ByteString/FastSet.dyn_hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/ByteString/FastSet.dyn_hi Installing dist/build/Data/Attoparsec/ByteString/Internal.dyn_hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/ByteString/Internal.dyn_hi Installing dist/build/Data/Attoparsec/Internal.dyn_hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/Internal.dyn_hi Installing dist/build/Data/Attoparsec/Internal/Types.dyn_hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/Internal/Types.dyn_hi Installing dist/build/Data/Attoparsec/Text/FastSet.dyn_hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/Text/FastSet.dyn_hi Installing dist/build/Data/Attoparsec/Text/Internal.dyn_hi to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/Data/Attoparsec/Text/Internal.dyn_hi creating /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4 Installing dist/build/libHSattoparsec-0.11.3.4.a to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/libHSattoparsec-0.11.3.4.a creating /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4 Installing dist/build/libHSattoparsec-0.11.3.4_p.a to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/libHSattoparsec-0.11.3.4_p.a creating /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4 Installing executable dist/build/libHSattoparsec-0.11.3.4-ghc7.8.4.so to /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/libHSattoparsec-0.11.3.4-ghc7.8.4.so + '[' -x Setup ']' + ./Setup register --gen-pkg-config Creating package registration file: attoparsec-0.11.3.4.conf + install -D --mode=0644 attoparsec-0.11.3.4.conf /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/package.conf.d/attoparsec-0.11.3.4.conf + rm -f ghc-attoparsec.files ghc-attoparsec-devel.files + '[' -d /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4 ']' + echo '%dir /usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4' + echo '%attr(755,root,root) /usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4/libHSattoparsec-0.11.3.4-ghc7.8.4.so' + echo '/usr/lib64/ghc-7.8.4/package.conf.d/attoparsec-0.11.3.4*.conf' + '[' -d /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4 ']' + find /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4 -mindepth 1 -type d + sed 's/^/%dir /' + find /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/lib64/ghc-7.8.4/attoparsec-0.11.3.4 '!' '(' -type d -o -name 'libHS*.so' ')' + '[' -d /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4 ']' + echo /usr/share/doc/ghc/html/libraries/attoparsec-0.11.3.4 + for i in ghc-attoparsec.files ghc-attoparsec-devel.files + '[' -f ghc-attoparsec.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64!!g' ghc-attoparsec.files + for i in ghc-attoparsec.files ghc-attoparsec-devel.files + '[' -f ghc-attoparsec-devel.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64!!g' ghc-attoparsec-devel.files + find /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.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.ngmXw1 + umask 022 + cd /builddir/build/BUILD + cd attoparsec-0.11.3.4 + exit 0 Processing files: ghc-attoparsec-0.11.3.4-1.fc22.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.mN4WCx + umask 022 + cd /builddir/build/BUILD + cd attoparsec-0.11.3.4 + DOCDIR=/builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc-attoparsec + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc-attoparsec + cp -pr LICENSE /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc-attoparsec + exit 0 Provides: ghc(attoparsec-0.11.3.4-0c95c9de4819497301c0feaebbd177a5) ghc-attoparsec = 0.11.3.4-1.fc22 ghc-attoparsec(x86-64) = 0.11.3.4-1.fc22 libHSattoparsec-0.11.3.4-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(array-0.5.0.0-ce080a527b3819e94d851f7f80ca77dd) ghc(base-4.7.0.2-cb23b5265b6e147094c0cd9ac819acb1) ghc(bytestring-0.10.4.0-e82797828c29adab75d6eb4b53384f09) ghc(containers-0.5.5.1-d7910f1cd81272c1f31ca9f71d0f206e) ghc(deepseq-1.3.0.2-0ddc77716bd2515426e1ba39f6788a4f) ghc(scientific-0.3.3.1-a96f149c46df931736853d60bbe4843b) ghc(text-1.1.1.3-41a1b42bfbf393e802c95c88f57d2452) libHSarray-0.5.0.0-ghc7.8.4.so()(64bit) libHSbase-4.7.0.2-ghc7.8.4.so()(64bit) libHSbytestring-0.10.4.0-ghc7.8.4.so()(64bit) libHScontainers-0.5.5.1-ghc7.8.4.so()(64bit) libHSdeepseq-1.3.0.2-ghc7.8.4.so()(64bit) libHSghc-prim-0.3.1.0-ghc7.8.4.so()(64bit) libHShashable-1.2.2.0-ghc7.8.4.so()(64bit) libHSinteger-gmp-0.5.1.0-ghc7.8.4.so()(64bit) libHSscientific-0.3.3.1-ghc7.8.4.so()(64bit) libHStext-1.1.1.3-ghc7.8.4.so()(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libgmp.so.10()(64bit) rtld(GNU_HASH) Processing files: ghc-attoparsec-devel-0.11.3.4-1.fc22.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.imqhe4 + umask 022 + cd /builddir/build/BUILD + cd attoparsec-0.11.3.4 + DOCDIR=/builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc-attoparsec-devel + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc-attoparsec-devel + cp -pr README.markdown /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc-attoparsec-devel + cp -pr examples /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64/usr/share/doc/ghc-attoparsec-devel + exit 0 Provides: ghc-attoparsec-devel = 0.11.3.4-1.fc22 ghc-attoparsec-devel(x86-64) = 0.11.3.4-1.fc22 ghc-attoparsec-static = 0.11.3.4-1.fc22 ghc-devel(attoparsec-0.11.3.4-0c95c9de4819497301c0feaebbd177a5) 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(attoparsec-0.11.3.4-0c95c9de4819497301c0feaebbd177a5) ghc-devel(array-0.5.0.0-ce080a527b3819e94d851f7f80ca77dd) ghc-devel(base-4.7.0.2-cb23b5265b6e147094c0cd9ac819acb1) ghc-devel(bytestring-0.10.4.0-e82797828c29adab75d6eb4b53384f09) ghc-devel(containers-0.5.5.1-d7910f1cd81272c1f31ca9f71d0f206e) ghc-devel(deepseq-1.3.0.2-0ddc77716bd2515426e1ba39f6788a4f) ghc-devel(scientific-0.3.3.1-a96f149c46df931736853d60bbe4843b) ghc-devel(text-1.1.1.3-41a1b42bfbf393e802c95c88f57d2452) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64 warning: Could not canonicalize hostname: buildhw-11.phx2.fedoraproject.org Wrote: /builddir/build/RPMS/ghc-attoparsec-0.11.3.4-1.fc22.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-attoparsec-devel-0.11.3.4-1.fc22.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.aQW2oE + umask 022 + cd /builddir/build/BUILD + cd attoparsec-0.11.3.4 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ghc-attoparsec-0.11.3.4-1.fc22.x86_64 + exit 0 Child return code was: 0 LEAVE do -->