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-aeson.spec'], chrootPath='/var/lib/mock/f22-ghc-2882831-449427/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-aeson.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: buildvm-16.phx2.fedoraproject.org Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/ghc-aeson-0.8.0.2-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-aeson.spec '], chrootPath='/var/lib/mock/f22-ghc-2882831-449427/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-aeson.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.hWGKjo + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf aeson-0.8.0.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/aeson-0.8.0.2.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd aeson-0.8.0.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.2KXJVx + umask 022 + cd /builddir/build/BUILD + cd aeson-0.8.0.2 ++ ghc --info ++ grep '"Booter version","7.8.4"' + '[' '!' ' ,("Booter version","7.8.4")' ']' + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -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-aeson '--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/aeson-0.8.0.2 --global Configuring aeson-0.8.0.2... + '[' -x Setup ']' + ./Setup build Building aeson-0.8.0.2... Preprocessing library aeson-0.8.0.2... [ 1 of 13] Compiling Data.Aeson.Types.Internal ( Data/Aeson/Types/Internal.hs, dist/build/Data/Aeson/Types/Internal.o ) [ 2 of 13] Compiling Data.Aeson.Types.Class ( Data/Aeson/Types/Class.hs, dist/build/Data/Aeson/Types/Class.o ) [ 3 of 13] Compiling Data.Aeson.Functions ( Data/Aeson/Functions.hs, dist/build/Data/Aeson/Functions.o ) [ 4 of 13] Compiling Data.Aeson.Types.Instances ( Data/Aeson/Types/Instances.hs, dist/build/Data/Aeson/Types/Instances.o ) [ 5 of 13] Compiling Data.Aeson.Types.Generic ( Data/Aeson/Types/Generic.hs, dist/build/Data/Aeson/Types/Generic.o ) [ 6 of 13] Compiling Data.Aeson.Types ( Data/Aeson/Types.hs, dist/build/Data/Aeson/Types.o ) [ 7 of 13] Compiling Data.Aeson.Encode.ByteString ( Data/Aeson/Encode/ByteString.hs, dist/build/Data/Aeson/Encode/ByteString.o ) [ 8 of 13] Compiling Data.Aeson.Parser.Internal ( Data/Aeson/Parser/Internal.hs, dist/build/Data/Aeson/Parser/Internal.o ) [ 9 of 13] Compiling Data.Aeson.Parser ( Data/Aeson/Parser.hs, dist/build/Data/Aeson/Parser.o ) [10 of 13] Compiling Data.Aeson.Encode ( Data/Aeson/Encode.hs, dist/build/Data/Aeson/Encode.o ) [11 of 13] Compiling Data.Aeson.Generic ( Data/Aeson/Generic.hs, dist/build/Data/Aeson/Generic.o ) [12 of 13] Compiling Data.Aeson ( Data/Aeson.hs, dist/build/Data/Aeson.o ) [13 of 13] Compiling Data.Aeson.TH ( Data/Aeson/TH.hs, dist/build/Data/Aeson/TH.o ) [ 1 of 13] Compiling Data.Aeson.Types.Internal ( Data/Aeson/Types/Internal.hs, dist/build/Data/Aeson/Types/Internal.p_o ) [ 2 of 13] Compiling Data.Aeson.Types.Class ( Data/Aeson/Types/Class.hs, dist/build/Data/Aeson/Types/Class.p_o ) [ 3 of 13] Compiling Data.Aeson.Functions ( Data/Aeson/Functions.hs, dist/build/Data/Aeson/Functions.p_o ) [ 4 of 13] Compiling Data.Aeson.Types.Instances ( Data/Aeson/Types/Instances.hs, dist/build/Data/Aeson/Types/Instances.p_o ) [ 5 of 13] Compiling Data.Aeson.Types.Generic ( Data/Aeson/Types/Generic.hs, dist/build/Data/Aeson/Types/Generic.p_o ) [ 6 of 13] Compiling Data.Aeson.Types ( Data/Aeson/Types.hs, dist/build/Data/Aeson/Types.p_o ) [ 7 of 13] Compiling Data.Aeson.Encode.ByteString ( Data/Aeson/Encode/ByteString.hs, dist/build/Data/Aeson/Encode/ByteString.p_o ) [ 8 of 13] Compiling Data.Aeson.Parser.Internal ( Data/Aeson/Parser/Internal.hs, dist/build/Data/Aeson/Parser/Internal.p_o ) [ 9 of 13] Compiling Data.Aeson.Parser ( Data/Aeson/Parser.hs, dist/build/Data/Aeson/Parser.p_o ) [10 of 13] Compiling Data.Aeson.Encode ( Data/Aeson/Encode.hs, dist/build/Data/Aeson/Encode.p_o ) [11 of 13] Compiling Data.Aeson.Generic ( Data/Aeson/Generic.hs, dist/build/Data/Aeson/Generic.p_o ) [12 of 13] Compiling Data.Aeson ( Data/Aeson.hs, dist/build/Data/Aeson.p_o ) [13 of 13] Compiling Data.Aeson.TH ( Data/Aeson/TH.hs, dist/build/Data/Aeson/TH.p_o ) In-place registering aeson-0.8.0.2... + '[' -x Setup ']' + ./Setup haddock --html --hyperlink-source --hoogle Running Haddock for aeson-0.8.0.2... Running hscolour for aeson-0.8.0.2... Preprocessing library aeson-0.8.0.2... Preprocessing library aeson-0.8.0.2... Haddock coverage: 100% ( 27 / 27) in 'Data.Aeson.Types.Internal' 100% ( 10 / 10) in 'Data.Aeson.Types.Class' 100% ( 5 / 5) in 'Data.Aeson.Functions' 100% ( 26 / 26) in 'Data.Aeson.Types.Instances' 100% ( 1 / 1) in 'Data.Aeson.Types.Generic' 100% ( 45 / 45) in 'Data.Aeson.Types' 100% ( 3 / 3) in 'Data.Aeson.Encode.ByteString' 73% ( 11 / 15) in 'Data.Aeson.Parser.Internal' 100% ( 10 / 10) in 'Data.Aeson.Parser' 86% ( 6 / 7) in 'Data.Aeson.Encode' 75% ( 6 / 8) in 'Data.Aeson.Generic' 100% ( 57 / 57) in 'Data.Aeson' 100% ( 12 / 12) in 'Data.Aeson.TH' Warning: Data.Aeson.Types: could not find link destinations for: Data.Aeson.Types.Generic.AllNullary Data.Aeson.Types.Generic.ParseSum Data.Aeson.Types.Generic.FromProduct Data.Aeson.Types.Generic.ProductSize Data.Aeson.Types.Generic.ConsFromJSON Data.Aeson.Types.Generic.SumToJSON Data.Aeson.Types.Generic.WriteProduct Data.Aeson.Types.Generic.ConsToJSON Warning: Data.Aeson: could not find link destinations for: Data.Aeson.Types.Generic.AllNullary Data.Aeson.Types.Generic.ParseSum Data.Aeson.Types.Generic.FromProduct Data.Aeson.Types.Generic.ProductSize Data.Aeson.Types.Generic.ConsFromJSON Data.Aeson.Types.Generic.SumToJSON Data.Aeson.Types.Generic.WriteProduct Data.Aeson.Types.Generic.ConsToJSON Documentation created: dist/doc/html/aeson/index.html, dist/doc/html/aeson/aeson.txt + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.dOIXgt + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64 ++ dirname /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64 + cd aeson-0.8.0.2 + '[' -x Setup ']' + ./Setup copy --destdir=/builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64 -v directory dist/doc/html/aeson does exist: True creating /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2 creating /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc creating /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share creating /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr creating /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share creating /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc creating /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2 copy directory 'dist/doc/html/aeson' to '/builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2'. creating /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2 creating /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2/src Installing dist/doc/html/aeson/Data-Aeson.html to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2/Data-Aeson.html Installing dist/doc/html/aeson/ocean.css to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2/ocean.css Installing dist/doc/html/aeson/Data-Aeson-Types.html to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2/Data-Aeson-Types.html Installing dist/doc/html/aeson/Data-Aeson-Generic.html to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2/Data-Aeson-Generic.html Installing dist/doc/html/aeson/mini_Data-Aeson-Encode.html to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2/mini_Data-Aeson-Encode.html Installing dist/doc/html/aeson/Data-Aeson-Parser.html to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2/Data-Aeson-Parser.html Installing dist/doc/html/aeson/aeson.haddock to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2/aeson.haddock Installing dist/doc/html/aeson/doc-index.html to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2/doc-index.html Installing dist/doc/html/aeson/mini_Data-Aeson.html to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2/mini_Data-Aeson.html Installing dist/doc/html/aeson/haddock-util.js to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2/haddock-util.js Installing dist/doc/html/aeson/mini_Data-Aeson-TH.html to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2/mini_Data-Aeson-TH.html Installing dist/doc/html/aeson/frames.html to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2/frames.html Installing dist/doc/html/aeson/index.html to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2/index.html Installing dist/doc/html/aeson/Data-Aeson-TH.html to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2/Data-Aeson-TH.html Installing dist/doc/html/aeson/synopsis.png to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2/synopsis.png Installing dist/doc/html/aeson/hslogo-16.png to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2/hslogo-16.png Installing dist/doc/html/aeson/plus.gif to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2/plus.gif Installing dist/doc/html/aeson/mini_Data-Aeson-Parser.html to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2/mini_Data-Aeson-Parser.html Installing dist/doc/html/aeson/minus.gif to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2/minus.gif Installing dist/doc/html/aeson/Data-Aeson-Encode.html to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2/Data-Aeson-Encode.html Installing dist/doc/html/aeson/mini_Data-Aeson-Types.html to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2/mini_Data-Aeson-Types.html Installing dist/doc/html/aeson/index-frames.html to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2/index-frames.html Installing dist/doc/html/aeson/mini_Data-Aeson-Generic.html to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2/mini_Data-Aeson-Generic.html Installing dist/doc/html/aeson/aeson.txt to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2/aeson.txt Installing dist/doc/html/aeson/src/Data-Aeson.html to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2/src/Data-Aeson.html Installing dist/doc/html/aeson/src/Data-Aeson-Types-Class.html to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2/src/Data-Aeson-Types-Class.html Installing dist/doc/html/aeson/src/Data-Aeson-Encode-ByteString.html to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2/src/Data-Aeson-Encode-ByteString.html Installing dist/doc/html/aeson/src/Data-Aeson-Types.html to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2/src/Data-Aeson-Types.html Installing dist/doc/html/aeson/src/Data-Aeson-Generic.html to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2/src/Data-Aeson-Generic.html Installing dist/doc/html/aeson/src/Data-Aeson-Parser.html to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2/src/Data-Aeson-Parser.html Installing dist/doc/html/aeson/src/Data-Aeson-Types-Internal.html to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2/src/Data-Aeson-Types-Internal.html Installing dist/doc/html/aeson/src/hscolour.css to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2/src/hscolour.css Installing dist/doc/html/aeson/src/Data-Aeson-Types-Instances.html to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2/src/Data-Aeson-Types-Instances.html Installing dist/doc/html/aeson/src/Data-Aeson-TH.html to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2/src/Data-Aeson-TH.html Installing dist/doc/html/aeson/src/Data-Aeson-Types-Generic.html to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2/src/Data-Aeson-Types-Generic.html Installing dist/doc/html/aeson/src/Data-Aeson-Parser-Internal.html to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2/src/Data-Aeson-Parser-Internal.html Installing dist/doc/html/aeson/src/Data-Aeson-Encode.html to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2/src/Data-Aeson-Encode.html Installing dist/doc/html/aeson/src/Data-Aeson-Functions.html to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2/src/Data-Aeson-Functions.html creating /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2 Installing dist/doc/html/aeson/aeson.haddock to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2/aeson.haddock creating /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc-aeson Installing LICENSE to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc-aeson/LICENSE Installing library in /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2 creating /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data creating /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2 creating /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4 creating /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64 creating /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4 creating /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2 creating /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data creating /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson creating /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/Encode creating /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/Parser creating /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/Types Installing dist/build/Data/Aeson.hi to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson.hi Installing dist/build/Data/Aeson/Encode.hi to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/Encode.hi Installing dist/build/Data/Aeson/Generic.hi to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/Generic.hi Installing dist/build/Data/Aeson/Parser.hi to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/Parser.hi Installing dist/build/Data/Aeson/Types.hi to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/Types.hi Installing dist/build/Data/Aeson/TH.hi to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/TH.hi Installing dist/build/Data/Aeson/Encode/ByteString.hi to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/Encode/ByteString.hi Installing dist/build/Data/Aeson/Functions.hi to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/Functions.hi Installing dist/build/Data/Aeson/Parser/Internal.hi to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/Parser/Internal.hi Installing dist/build/Data/Aeson/Types/Class.hi to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/Types/Class.hi Installing dist/build/Data/Aeson/Types/Generic.hi to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/Types/Generic.hi Installing dist/build/Data/Aeson/Types/Instances.hi to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/Types/Instances.hi Installing dist/build/Data/Aeson/Types/Internal.hi to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/Types/Internal.hi creating /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data creating /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson creating /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/Encode creating /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/Parser creating /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/Types Installing dist/build/Data/Aeson.p_hi to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson.p_hi Installing dist/build/Data/Aeson/Encode.p_hi to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/Encode.p_hi Installing dist/build/Data/Aeson/Generic.p_hi to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/Generic.p_hi Installing dist/build/Data/Aeson/Parser.p_hi to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/Parser.p_hi Installing dist/build/Data/Aeson/Types.p_hi to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/Types.p_hi Installing dist/build/Data/Aeson/TH.p_hi to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/TH.p_hi Installing dist/build/Data/Aeson/Encode/ByteString.p_hi to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/Encode/ByteString.p_hi Installing dist/build/Data/Aeson/Functions.p_hi to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/Functions.p_hi Installing dist/build/Data/Aeson/Parser/Internal.p_hi to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/Parser/Internal.p_hi Installing dist/build/Data/Aeson/Types/Class.p_hi to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/Types/Class.p_hi Installing dist/build/Data/Aeson/Types/Generic.p_hi to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/Types/Generic.p_hi Installing dist/build/Data/Aeson/Types/Instances.p_hi to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/Types/Instances.p_hi Installing dist/build/Data/Aeson/Types/Internal.p_hi to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/Types/Internal.p_hi creating /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data creating /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson creating /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/Encode creating /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/Parser creating /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/Types Installing dist/build/Data/Aeson.dyn_hi to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson.dyn_hi Installing dist/build/Data/Aeson/Encode.dyn_hi to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/Encode.dyn_hi Installing dist/build/Data/Aeson/Generic.dyn_hi to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/Generic.dyn_hi Installing dist/build/Data/Aeson/Parser.dyn_hi to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/Parser.dyn_hi Installing dist/build/Data/Aeson/Types.dyn_hi to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/Types.dyn_hi Installing dist/build/Data/Aeson/TH.dyn_hi to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/TH.dyn_hi Installing dist/build/Data/Aeson/Encode/ByteString.dyn_hi to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/Encode/ByteString.dyn_hi Installing dist/build/Data/Aeson/Functions.dyn_hi to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/Functions.dyn_hi Installing dist/build/Data/Aeson/Parser/Internal.dyn_hi to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/Parser/Internal.dyn_hi Installing dist/build/Data/Aeson/Types/Class.dyn_hi to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/Types/Class.dyn_hi Installing dist/build/Data/Aeson/Types/Generic.dyn_hi to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/Types/Generic.dyn_hi Installing dist/build/Data/Aeson/Types/Instances.dyn_hi to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/Types/Instances.dyn_hi Installing dist/build/Data/Aeson/Types/Internal.dyn_hi to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/Data/Aeson/Types/Internal.dyn_hi creating /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2 Installing dist/build/libHSaeson-0.8.0.2.a to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/libHSaeson-0.8.0.2.a creating /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2 Installing dist/build/libHSaeson-0.8.0.2_p.a to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/libHSaeson-0.8.0.2_p.a creating /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2 Installing executable dist/build/libHSaeson-0.8.0.2-ghc7.8.4.so to /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2/libHSaeson-0.8.0.2-ghc7.8.4.so + '[' -x Setup ']' + ./Setup register --gen-pkg-config Creating package registration file: aeson-0.8.0.2.conf + install -D --mode=0644 aeson-0.8.0.2.conf /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/package.conf.d/aeson-0.8.0.2.conf + rm -f ghc-aeson.files ghc-aeson-devel.files + '[' -d /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2 ']' + echo '%dir /usr/lib64/ghc-7.8.4/aeson-0.8.0.2' + echo '%attr(755,root,root) /usr/lib64/ghc-7.8.4/aeson-0.8.0.2/libHSaeson-0.8.0.2-ghc7.8.4.so' + echo '/usr/lib64/ghc-7.8.4/package.conf.d/aeson-0.8.0.2*.conf' + '[' -d /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2 ']' + find /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2 -mindepth 1 -type d + sed 's/^/%dir /' + find /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/lib64/ghc-7.8.4/aeson-0.8.0.2 '!' '(' -type d -o -name 'libHS*.so' ')' + '[' -d /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc/html/libraries/aeson-0.8.0.2 ']' + echo /usr/share/doc/ghc/html/libraries/aeson-0.8.0.2 + for i in ghc-aeson.files ghc-aeson-devel.files + '[' -f ghc-aeson.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64!!g' ghc-aeson.files + for i in ghc-aeson.files ghc-aeson-devel.files + '[' -f ghc-aeson-devel.files ']' + sed -i -e 's!/builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64!!g' ghc-aeson-devel.files + find /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-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.5uOsjr + umask 022 + cd /builddir/build/BUILD + cd aeson-0.8.0.2 + exit 0 Processing files: ghc-aeson-0.8.0.2-1.fc22.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.nWasmp + umask 022 + cd /builddir/build/BUILD + cd aeson-0.8.0.2 + DOCDIR=/builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc-aeson + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc-aeson + cp -pr LICENSE /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc-aeson + exit 0 Provides: ghc(aeson-0.8.0.2-6eec511ded696dfad3ac5fe02d33bcaa) ghc-aeson = 0.8.0.2-1.fc22 ghc-aeson(x86-64) = 0.8.0.2-1.fc22 libHSaeson-0.8.0.2-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(attoparsec-0.11.3.4-0c95c9de4819497301c0feaebbd177a5) 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(dlist-0.7.1-c352e2703fa06cbbc9aa70e0789ca409) ghc(ghc-prim-0.3.1.0-a24f9c14c632d75b683d0f93283aea37) ghc(hashable-1.2.2.0-c8b5f918fdaae07b36b06d55f8ca3719) ghc(mtl-2.1.3.1-96f1a7910a7553352339ed05fb61c269) ghc(old-locale-1.0.0.6-50b0125c49f76af85dc7aa22975cdc34) ghc(scientific-0.3.3.1-a96f149c46df931736853d60bbe4843b) ghc(syb-0.4.1-acd16ebc619c31f5db97bcd1e4196777) ghc(template-haskell-2.9.0.0-2da82c8da1f1cb8620b884ecd5a2274d) ghc(text-1.1.1.3-41a1b42bfbf393e802c95c88f57d2452) ghc(time-1.4.2-192d26f44a2c945780bbb921626c3399) ghc(unordered-containers-0.2.4.0-614eca3080c1c4f6c40204082b6e3231) ghc(vector-0.10.9.1-2f5cf77c20260b20755a9f1aebe4529b) libHSarray-0.5.0.0-ghc7.8.4.so()(64bit) libHSattoparsec-0.11.3.4-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) libHSdlist-0.7.1-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) libHSmtl-2.1.3.1-ghc7.8.4.so()(64bit) libHSold-locale-1.0.0.6-ghc7.8.4.so()(64bit) libHSpretty-1.1.1.1-ghc7.8.4.so()(64bit) libHSprimitive-0.5.2.1-ghc7.8.4.so()(64bit) libHSscientific-0.3.3.1-ghc7.8.4.so()(64bit) libHSsyb-0.4.1-ghc7.8.4.so()(64bit) libHStemplate-haskell-2.9.0.0-ghc7.8.4.so()(64bit) libHStext-1.1.1.3-ghc7.8.4.so()(64bit) libHStime-1.4.2-ghc7.8.4.so()(64bit) libHStransformers-0.3.0.0-ghc7.8.4.so()(64bit) libHSunordered-containers-0.2.4.0-ghc7.8.4.so()(64bit) libHSvector-0.10.9.1-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-aeson-devel-0.8.0.2-1.fc22.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.m8IbLn + umask 022 + cd /builddir/build/BUILD + cd aeson-0.8.0.2 + DOCDIR=/builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc-aeson-devel + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc-aeson-devel + cp -pr README.markdown /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc-aeson-devel + cp -pr examples /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64/usr/share/doc/ghc-aeson-devel + exit 0 Provides: ghc-aeson-devel = 0.8.0.2-1.fc22 ghc-aeson-devel(x86-64) = 0.8.0.2-1.fc22 ghc-aeson-static = 0.8.0.2-1.fc22 ghc-devel(aeson-0.8.0.2-6eec511ded696dfad3ac5fe02d33bcaa) 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(aeson-0.8.0.2-6eec511ded696dfad3ac5fe02d33bcaa) ghc-devel(attoparsec-0.11.3.4-0c95c9de4819497301c0feaebbd177a5) 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(dlist-0.7.1-c352e2703fa06cbbc9aa70e0789ca409) ghc-devel(ghc-prim-0.3.1.0-a24f9c14c632d75b683d0f93283aea37) ghc-devel(hashable-1.2.2.0-c8b5f918fdaae07b36b06d55f8ca3719) ghc-devel(mtl-2.1.3.1-96f1a7910a7553352339ed05fb61c269) ghc-devel(old-locale-1.0.0.6-50b0125c49f76af85dc7aa22975cdc34) ghc-devel(scientific-0.3.3.1-a96f149c46df931736853d60bbe4843b) ghc-devel(syb-0.4.1-acd16ebc619c31f5db97bcd1e4196777) ghc-devel(template-haskell-2.9.0.0-2da82c8da1f1cb8620b884ecd5a2274d) ghc-devel(text-1.1.1.3-41a1b42bfbf393e802c95c88f57d2452) ghc-devel(time-1.4.2-192d26f44a2c945780bbb921626c3399) ghc-devel(unordered-containers-0.2.4.0-614eca3080c1c4f6c40204082b6e3231) ghc-devel(vector-0.10.9.1-2f5cf77c20260b20755a9f1aebe4529b) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64 warning: Could not canonicalize hostname: buildvm-16.phx2.fedoraproject.org Wrote: /builddir/build/RPMS/ghc-aeson-0.8.0.2-1.fc22.x86_64.rpm Wrote: /builddir/build/RPMS/ghc-aeson-devel-0.8.0.2-1.fc22.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.TPYFep + umask 022 + cd /builddir/build/BUILD + cd aeson-0.8.0.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ghc-aeson-0.8.0.2-1.fc22.x86_64 + exit 0 Child return code was: 0 LEAVE do -->