Mock Version: 1.1.18 Mock Version: 1.1.18 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target i686 --nodeps builddir/build/SPECS/ghc-regex-posix.spec'], False, '/var/lib/mock/f18-build-1302511-207731/root/', None, 86400, True, False, 419, 494, None, False, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target i686 --nodeps builddir/build/SPECS/ghc-regex-posix.spec'] Building target platforms: i686 Building for target i686 Wrote: /builddir/build/SRPMS/ghc-regex-posix-0.95.1-3.fc18.src.rpm Child returncode was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target i686 --nodeps builddir/build/SPECS/ghc-regex-posix.spec'], False, '/var/lib/mock/f18-build-1302511-207731/root/', None, 86400, True, False, 419, 494, None, False, None, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target i686 --nodeps builddir/build/SPECS/ghc-regex-posix.spec'] Building target platforms: i686 Building for target i686 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Ntpbv4 + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf regex-posix-0.95.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/regex-posix-0.95.1.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd regex-posix-0.95.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Au1KMC + umask 022 + cd /builddir/build/BUILD + cd regex-posix-0.95.1 + LANG=C + export LANG + unset DISPLAY ++ ghc --info ++ grep '"Booter version","7.4.1"' + '[' '!' ' ,("Booter version","7.4.1")' ']' + '[' -x Setup ']' + ghc --make -no-user-package-conf -dynamic Setup [1 of 1] Compiling Main ( Setup.hs, Setup.o ) Linking Setup ... + ./Setup configure --prefix=/usr --libdir=/usr/lib --docdir=/usr/share/doc/ghc-regex-posix-0.95.1 --htmldir=/usr/share/doc/ghc/html/libraries/regex-posix-0.95.1 '--libsubdir=$compiler/$pkgid' --ghc --enable-shared --enable-executable-dynamic -p Configuring regex-posix-0.95.1... + '[' -x Setup ']' + ./Setup build Building regex-posix-0.95.1... Preprocessing library regex-posix-0.95.1... [1 of 6] Compiling Text.Regex.Posix.Wrap ( dist/build/Text/Regex/Posix/Wrap.hs, dist/build/Text/Regex/Posix/Wrap.o ) Text/Regex/Posix/Wrap.hsc:137:45: Warning: In the use of `IOERROR.try' (imported from System.IO.Error): Deprecated: "Please use the new exceptions variant, Control.Exception.try" Text/Regex/Posix/Wrap.hsc:340:1: Warning: newtype `CInt' is used in an FFI declaration, but its constructor is not in scope. This will become an error in GHC 7.6.1. When checking declaration: foreign import ccall unsafe "static memset" c_memset :: Ptr CRegex -> CInt -> CSize -> IO (Ptr CRegex) Text/Regex/Posix/Wrap.hsc:340:1: Warning: newtype `CSize' is used in an FFI declaration, but its constructor is not in scope. This will become an error in GHC 7.6.1. When checking declaration: foreign import ccall unsafe "static memset" c_memset :: Ptr CRegex -> CInt -> CSize -> IO (Ptr CRegex) Text/Regex/Posix/Wrap.hsc:349:1: Warning: newtype `CInt' is used in an FFI declaration, but its constructor is not in scope. This will become an error in GHC 7.6.1. When checking declaration: foreign import ccall unsafe "static regcomp" c_regcomp :: Ptr CRegex -> CString -> CompOption -> IO ReturnCode Text/Regex/Posix/Wrap.hsc:349:1: Warning: newtype `CInt' is used in an FFI declaration, but its constructor is not in scope. This will become an error in GHC 7.6.1. When checking declaration: foreign import ccall unsafe "static regcomp" c_regcomp :: Ptr CRegex -> CString -> CompOption -> IO ReturnCode Text/Regex/Posix/Wrap.hsc:353:3: Warning: Defined but not used: `c_regfree' Text/Regex/Posix/Wrap.hsc:355:1: Warning: newtype `CSize' is used in an FFI declaration, but its constructor is not in scope. This will become an error in GHC 7.6.1. When checking declaration: foreign import ccall unsafe "static regexec" c_regexec :: Ptr CRegex -> CString -> CSize -> Ptr CRegMatch -> ExecOption -> IO ReturnCode Text/Regex/Posix/Wrap.hsc:355:1: Warning: newtype `CInt' is used in an FFI declaration, but its constructor is not in scope. This will become an error in GHC 7.6.1. When checking declaration: foreign import ccall unsafe "static regexec" c_regexec :: Ptr CRegex -> CString -> CSize -> Ptr CRegMatch -> ExecOption -> IO ReturnCode Text/Regex/Posix/Wrap.hsc:355:1: Warning: newtype `CInt' is used in an FFI declaration, but its constructor is not in scope. This will become an error in GHC 7.6.1. When checking declaration: foreign import ccall unsafe "static regexec" c_regexec :: Ptr CRegex -> CString -> CSize -> Ptr CRegMatch -> ExecOption -> IO ReturnCode Text/Regex/Posix/Wrap.hsc:359:1: Warning: newtype `CInt' is used in an FFI declaration, but its constructor is not in scope. This will become an error in GHC 7.6.1. When checking declaration: foreign import ccall unsafe "static regerror" c_regerror :: ReturnCode -> Ptr CRegex -> CString -> CSize -> IO CSize Text/Regex/Posix/Wrap.hsc:359:1: Warning: newtype `CSize' is used in an FFI declaration, but its constructor is not in scope. This will become an error in GHC 7.6.1. When checking declaration: foreign import ccall unsafe "static regerror" c_regerror :: ReturnCode -> Ptr CRegex -> CString -> CSize -> IO CSize Text/Regex/Posix/Wrap.hsc:359:1: Warning: newtype `CSize' is used in an FFI declaration, but its constructor is not in scope. This will become an error in GHC 7.6.1. When checking declaration: foreign import ccall unsafe "static regerror" c_regerror :: ReturnCode -> Ptr CRegex -> CString -> CSize -> IO CSize [2 of 6] Compiling Text.Regex.Posix.String ( Text/Regex/Posix/String.hs, dist/build/Text/Regex/Posix/String.o ) [3 of 6] Compiling Text.Regex.Posix.Sequence ( Text/Regex/Posix/Sequence.hs, dist/build/Text/Regex/Posix/Sequence.o ) [4 of 6] Compiling Text.Regex.Posix.ByteString ( Text/Regex/Posix/ByteString.hs, dist/build/Text/Regex/Posix/ByteString.o ) [5 of 6] Compiling Text.Regex.Posix.ByteString.Lazy ( Text/Regex/Posix/ByteString/Lazy.hs, dist/build/Text/Regex/Posix/ByteString/Lazy.o ) [6 of 6] Compiling Text.Regex.Posix ( Text/Regex/Posix.hs, dist/build/Text/Regex/Posix.o ) [1 of 6] Compiling Text.Regex.Posix.Wrap ( dist/build/Text/Regex/Posix/Wrap.hs, dist/build/Text/Regex/Posix/Wrap.p_o ) Text/Regex/Posix/Wrap.hsc:137:45: Warning: In the use of `IOERROR.try' (imported from System.IO.Error): Deprecated: "Please use the new exceptions variant, Control.Exception.try" Text/Regex/Posix/Wrap.hsc:340:1: Warning: newtype `CInt' is used in an FFI declaration, but its constructor is not in scope. This will become an error in GHC 7.6.1. When checking declaration: foreign import ccall unsafe "static memset" c_memset :: Ptr CRegex -> CInt -> CSize -> IO (Ptr CRegex) Text/Regex/Posix/Wrap.hsc:340:1: Warning: newtype `CSize' is used in an FFI declaration, but its constructor is not in scope. This will become an error in GHC 7.6.1. When checking declaration: foreign import ccall unsafe "static memset" c_memset :: Ptr CRegex -> CInt -> CSize -> IO (Ptr CRegex) Text/Regex/Posix/Wrap.hsc:349:1: Warning: newtype `CInt' is used in an FFI declaration, but its constructor is not in scope. This will become an error in GHC 7.6.1. When checking declaration: foreign import ccall unsafe "static regcomp" c_regcomp :: Ptr CRegex -> CString -> CompOption -> IO ReturnCode Text/Regex/Posix/Wrap.hsc:349:1: Warning: newtype `CInt' is used in an FFI declaration, but its constructor is not in scope. This will become an error in GHC 7.6.1. When checking declaration: foreign import ccall unsafe "static regcomp" c_regcomp :: Ptr CRegex -> CString -> CompOption -> IO ReturnCode Text/Regex/Posix/Wrap.hsc:353:3: Warning: Defined but not used: `c_regfree' Text/Regex/Posix/Wrap.hsc:355:1: Warning: newtype `CSize' is used in an FFI declaration, but its constructor is not in scope. This will become an error in GHC 7.6.1. When checking declaration: foreign import ccall unsafe "static regexec" c_regexec :: Ptr CRegex -> CString -> CSize -> Ptr CRegMatch -> ExecOption -> IO ReturnCode Text/Regex/Posix/Wrap.hsc:355:1: Warning: newtype `CInt' is used in an FFI declaration, but its constructor is not in scope. This will become an error in GHC 7.6.1. When checking declaration: foreign import ccall unsafe "static regexec" c_regexec :: Ptr CRegex -> CString -> CSize -> Ptr CRegMatch -> ExecOption -> IO ReturnCode Text/Regex/Posix/Wrap.hsc:355:1: Warning: newtype `CInt' is used in an FFI declaration, but its constructor is not in scope. This will become an error in GHC 7.6.1. When checking declaration: foreign import ccall unsafe "static regexec" c_regexec :: Ptr CRegex -> CString -> CSize -> Ptr CRegMatch -> ExecOption -> IO ReturnCode Text/Regex/Posix/Wrap.hsc:359:1: Warning: newtype `CInt' is used in an FFI declaration, but its constructor is not in scope. This will become an error in GHC 7.6.1. When checking declaration: foreign import ccall unsafe "static regerror" c_regerror :: ReturnCode -> Ptr CRegex -> CString -> CSize -> IO CSize Text/Regex/Posix/Wrap.hsc:359:1: Warning: newtype `CSize' is used in an FFI declaration, but its constructor is not in scope. This will become an error in GHC 7.6.1. When checking declaration: foreign import ccall unsafe "static regerror" c_regerror :: ReturnCode -> Ptr CRegex -> CString -> CSize -> IO CSize Text/Regex/Posix/Wrap.hsc:359:1: Warning: newtype `CSize' is used in an FFI declaration, but its constructor is not in scope. This will become an error in GHC 7.6.1. When checking declaration: foreign import ccall unsafe "static regerror" c_regerror :: ReturnCode -> Ptr CRegex -> CString -> CSize -> IO CSize [2 of 6] Compiling Text.Regex.Posix.String ( Text/Regex/Posix/String.hs, dist/build/Text/Regex/Posix/String.p_o ) [3 of 6] Compiling Text.Regex.Posix.Sequence ( Text/Regex/Posix/Sequence.hs, dist/build/Text/Regex/Posix/Sequence.p_o ) [4 of 6] Compiling Text.Regex.Posix.ByteString ( Text/Regex/Posix/ByteString.hs, dist/build/Text/Regex/Posix/ByteString.p_o ) [5 of 6] Compiling Text.Regex.Posix.ByteString.Lazy ( Text/Regex/Posix/ByteString/Lazy.hs, dist/build/Text/Regex/Posix/ByteString/Lazy.p_o ) [6 of 6] Compiling Text.Regex.Posix ( Text/Regex/Posix.hs, dist/build/Text/Regex/Posix.p_o ) [1 of 6] Compiling Text.Regex.Posix.Wrap ( dist/build/Text/Regex/Posix/Wrap.hs, dist/build/Text/Regex/Posix/Wrap.dyn_o ) Text/Regex/Posix/Wrap.hsc:137:45: Warning: In the use of `IOERROR.try' (imported from System.IO.Error): Deprecated: "Please use the new exceptions variant, Control.Exception.try" Text/Regex/Posix/Wrap.hsc:340:1: Warning: newtype `CInt' is used in an FFI declaration, but its constructor is not in scope. This will become an error in GHC 7.6.1. When checking declaration: foreign import ccall unsafe "static memset" c_memset :: Ptr CRegex -> CInt -> CSize -> IO (Ptr CRegex) Text/Regex/Posix/Wrap.hsc:340:1: Warning: newtype `CSize' is used in an FFI declaration, but its constructor is not in scope. This will become an error in GHC 7.6.1. When checking declaration: foreign import ccall unsafe "static memset" c_memset :: Ptr CRegex -> CInt -> CSize -> IO (Ptr CRegex) Text/Regex/Posix/Wrap.hsc:349:1: Warning: newtype `CInt' is used in an FFI declaration, but its constructor is not in scope. This will become an error in GHC 7.6.1. When checking declaration: foreign import ccall unsafe "static regcomp" c_regcomp :: Ptr CRegex -> CString -> CompOption -> IO ReturnCode Text/Regex/Posix/Wrap.hsc:349:1: Warning: newtype `CInt' is used in an FFI declaration, but its constructor is not in scope. This will become an error in GHC 7.6.1. When checking declaration: foreign import ccall unsafe "static regcomp" c_regcomp :: Ptr CRegex -> CString -> CompOption -> IO ReturnCode Text/Regex/Posix/Wrap.hsc:353:3: Warning: Defined but not used: `c_regfree' Text/Regex/Posix/Wrap.hsc:355:1: Warning: newtype `CSize' is used in an FFI declaration, but its constructor is not in scope. This will become an error in GHC 7.6.1. When checking declaration: foreign import ccall unsafe "static regexec" c_regexec :: Ptr CRegex -> CString -> CSize -> Ptr CRegMatch -> ExecOption -> IO ReturnCode Text/Regex/Posix/Wrap.hsc:355:1: Warning: newtype `CInt' is used in an FFI declaration, but its constructor is not in scope. This will become an error in GHC 7.6.1. When checking declaration: foreign import ccall unsafe "static regexec" c_regexec :: Ptr CRegex -> CString -> CSize -> Ptr CRegMatch -> ExecOption -> IO ReturnCode Text/Regex/Posix/Wrap.hsc:355:1: Warning: newtype `CInt' is used in an FFI declaration, but its constructor is not in scope. This will become an error in GHC 7.6.1. When checking declaration: foreign import ccall unsafe "static regexec" c_regexec :: Ptr CRegex -> CString -> CSize -> Ptr CRegMatch -> ExecOption -> IO ReturnCode Text/Regex/Posix/Wrap.hsc:359:1: Warning: newtype `CInt' is used in an FFI declaration, but its constructor is not in scope. This will become an error in GHC 7.6.1. When checking declaration: foreign import ccall unsafe "static regerror" c_regerror :: ReturnCode -> Ptr CRegex -> CString -> CSize -> IO CSize Text/Regex/Posix/Wrap.hsc:359:1: Warning: newtype `CSize' is used in an FFI declaration, but its constructor is not in scope. This will become an error in GHC 7.6.1. When checking declaration: foreign import ccall unsafe "static regerror" c_regerror :: ReturnCode -> Ptr CRegex -> CString -> CSize -> IO CSize Text/Regex/Posix/Wrap.hsc:359:1: Warning: newtype `CSize' is used in an FFI declaration, but its constructor is not in scope. This will become an error in GHC 7.6.1. When checking declaration: foreign import ccall unsafe "static regerror" c_regerror :: ReturnCode -> Ptr CRegex -> CString -> CSize -> IO CSize [2 of 6] Compiling Text.Regex.Posix.String ( Text/Regex/Posix/String.hs, dist/build/Text/Regex/Posix/String.dyn_o ) [3 of 6] Compiling Text.Regex.Posix.Sequence ( Text/Regex/Posix/Sequence.hs, dist/build/Text/Regex/Posix/Sequence.dyn_o ) [4 of 6] Compiling Text.Regex.Posix.ByteString ( Text/Regex/Posix/ByteString.hs, dist/build/Text/Regex/Posix/ByteString.dyn_o ) [5 of 6] Compiling Text.Regex.Posix.ByteString.Lazy ( Text/Regex/Posix/ByteString/Lazy.hs, dist/build/Text/Regex/Posix/ByteString/Lazy.dyn_o ) [6 of 6] Compiling Text.Regex.Posix ( Text/Regex/Posix.hs, dist/build/Text/Regex/Posix.dyn_o ) Registering regex-posix-0.95.1... + '[' -x Setup ']' + ./Setup haddock --hyperlink-source Running Haddock for regex-posix-0.95.1... Running hscolour for regex-posix-0.95.1... Preprocessing library regex-posix-0.95.1... Warning: The documentation for the following packages are not installed. No links will be generated to these packages: rts-1.0 Preprocessing library regex-posix-0.95.1... Text/Regex/Posix/Wrap.hsc:137:45: Warning: In the use of `IOERROR.try' (imported from System.IO.Error): Deprecated: "Please use the new exceptions variant, Control.Exception.try" Text/Regex/Posix/Wrap.hsc:340:1: Warning: newtype `CInt' is used in an FFI declaration, but its constructor is not in scope. This will become an error in GHC 7.6.1. When checking declaration: foreign import ccall unsafe "static memset" c_memset :: Ptr CRegex -> CInt -> CSize -> IO (Ptr CRegex) Text/Regex/Posix/Wrap.hsc:340:1: Warning: newtype `CSize' is used in an FFI declaration, but its constructor is not in scope. This will become an error in GHC 7.6.1. When checking declaration: foreign import ccall unsafe "static memset" c_memset :: Ptr CRegex -> CInt -> CSize -> IO (Ptr CRegex) Text/Regex/Posix/Wrap.hsc:349:1: Warning: newtype `CInt' is used in an FFI declaration, but its constructor is not in scope. This will become an error in GHC 7.6.1. When checking declaration: foreign import ccall unsafe "static regcomp" c_regcomp :: Ptr CRegex -> CString -> CompOption -> IO ReturnCode Text/Regex/Posix/Wrap.hsc:349:1: Warning: newtype `CInt' is used in an FFI declaration, but its constructor is not in scope. This will become an error in GHC 7.6.1. When checking declaration: foreign import ccall unsafe "static regcomp" c_regcomp :: Ptr CRegex -> CString -> CompOption -> IO ReturnCode Text/Regex/Posix/Wrap.hsc:353:3: Warning: Defined but not used: `c_regfree' Text/Regex/Posix/Wrap.hsc:355:1: Warning: newtype `CSize' is used in an FFI declaration, but its constructor is not in scope. This will become an error in GHC 7.6.1. When checking declaration: foreign import ccall unsafe "static regexec" c_regexec :: Ptr CRegex -> CString -> CSize -> Ptr CRegMatch -> ExecOption -> IO ReturnCode Text/Regex/Posix/Wrap.hsc:355:1: Warning: newtype `CInt' is used in an FFI declaration, but its constructor is not in scope. This will become an error in GHC 7.6.1. When checking declaration: foreign import ccall unsafe "static regexec" c_regexec :: Ptr CRegex -> CString -> CSize -> Ptr CRegMatch -> ExecOption -> IO ReturnCode Text/Regex/Posix/Wrap.hsc:355:1: Warning: newtype `CInt' is used in an FFI declaration, but its constructor is not in scope. This will become an error in GHC 7.6.1. When checking declaration: foreign import ccall unsafe "static regexec" c_regexec :: Ptr CRegex -> CString -> CSize -> Ptr CRegMatch -> ExecOption -> IO ReturnCode Text/Regex/Posix/Wrap.hsc:359:1: Warning: newtype `CInt' is used in an FFI declaration, but its constructor is not in scope. This will become an error in GHC 7.6.1. When checking declaration: foreign import ccall unsafe "static regerror" c_regerror :: ReturnCode -> Ptr CRegex -> CString -> CSize -> IO CSize Text/Regex/Posix/Wrap.hsc:359:1: Warning: newtype `CSize' is used in an FFI declaration, but its constructor is not in scope. This will become an error in GHC 7.6.1. When checking declaration: foreign import ccall unsafe "static regerror" c_regerror :: ReturnCode -> Ptr CRegex -> CString -> CSize -> IO CSize Text/Regex/Posix/Wrap.hsc:359:1: Warning: newtype `CSize' is used in an FFI declaration, but its constructor is not in scope. This will become an error in GHC 7.6.1. When checking declaration: foreign import ccall unsafe "static regerror" c_regerror :: ReturnCode -> Ptr CRegex -> CString -> CSize -> IO CSize Haddock coverage: 40% ( 17 / 42) in 'Text.Regex.Posix.Wrap' 68% ( 17 / 25) in 'Text.Regex.Posix.String' 67% ( 16 / 24) in 'Text.Regex.Posix.Sequence' 68% ( 17 / 25) in 'Text.Regex.Posix.ByteString' 68% ( 17 / 25) in 'Text.Regex.Posix.ByteString.Lazy' 80% ( 4 / 5) in 'Text.Regex.Posix' Warning: Text.Regex.Posix.Wrap: could not find link destinations for: Text.Regex.Posix.Wrap.retNoMatch Warning: Text.Regex.Posix.String: could not find link destinations for: Text.Regex.Posix.Wrap.retNoMatch Warning: Text.Regex.Posix.Sequence: could not find link destinations for: Text.Regex.Posix.Wrap.retNoMatch Warning: Text.Regex.Posix.ByteString: could not find link destinations for: Text.Regex.Posix.Wrap.retNoMatch Warning: Text.Regex.Posix.ByteString.Lazy: could not find link destinations for: Text.Regex.Posix.Wrap.retNoMatch Documentation created: dist/doc/html/regex-posix/index.html + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.ZQptGC + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386 ++ dirname /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386 + cd regex-posix-0.95.1 + LANG=C + export LANG + unset DISPLAY + '[' -x Setup ']' + ./Setup copy --destdir=/builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386 -v directory dist/doc/html/regex-posix does exist: True creating /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc/html/libraries/regex-posix-0.95.1 creating /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc creating /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share creating /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr creating /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share creating /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc creating /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc creating /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc/html creating /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc/html/libraries creating /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc/html/libraries/regex-posix-0.95.1 copy directory 'dist/doc/html/regex-posix' to '/builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc/html/libraries/regex-posix-0.95.1'. creating /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc/html/libraries/regex-posix-0.95.1 creating /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc/html/libraries/regex-posix-0.95.1/src Installing dist/doc/html/regex-posix/Text-Regex-Posix-ByteString.html to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc/html/libraries/regex-posix-0.95.1/Text-Regex-Posix-ByteString.html Installing dist/doc/html/regex-posix/mini_Text-Regex-Posix-ByteString-Lazy.html to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc/html/libraries/regex-posix-0.95.1/mini_Text-Regex-Posix-ByteString-Lazy.html Installing dist/doc/html/regex-posix/index.html to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc/html/libraries/regex-posix-0.95.1/index.html Installing dist/doc/html/regex-posix/Text-Regex-Posix-ByteString-Lazy.html to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc/html/libraries/regex-posix-0.95.1/Text-Regex-Posix-ByteString-Lazy.html Installing dist/doc/html/regex-posix/mini_Text-Regex-Posix-ByteString.html to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc/html/libraries/regex-posix-0.95.1/mini_Text-Regex-Posix-ByteString.html Installing dist/doc/html/regex-posix/index-frames.html to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc/html/libraries/regex-posix-0.95.1/index-frames.html Installing dist/doc/html/regex-posix/ocean.css to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc/html/libraries/regex-posix-0.95.1/ocean.css Installing dist/doc/html/regex-posix/Text-Regex-Posix-Sequence.html to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc/html/libraries/regex-posix-0.95.1/Text-Regex-Posix-Sequence.html Installing dist/doc/html/regex-posix/plus.gif to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc/html/libraries/regex-posix-0.95.1/plus.gif Installing dist/doc/html/regex-posix/mini_Text-Regex-Posix-Sequence.html to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc/html/libraries/regex-posix-0.95.1/mini_Text-Regex-Posix-Sequence.html Installing dist/doc/html/regex-posix/haddock-util.js to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc/html/libraries/regex-posix-0.95.1/haddock-util.js Installing dist/doc/html/regex-posix/Text-Regex-Posix.html to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc/html/libraries/regex-posix-0.95.1/Text-Regex-Posix.html Installing dist/doc/html/regex-posix/minus.gif to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc/html/libraries/regex-posix-0.95.1/minus.gif Installing dist/doc/html/regex-posix/synopsis.png to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc/html/libraries/regex-posix-0.95.1/synopsis.png Installing dist/doc/html/regex-posix/frames.html to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc/html/libraries/regex-posix-0.95.1/frames.html Installing dist/doc/html/regex-posix/mini_Text-Regex-Posix-String.html to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc/html/libraries/regex-posix-0.95.1/mini_Text-Regex-Posix-String.html Installing dist/doc/html/regex-posix/mini_Text-Regex-Posix.html to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc/html/libraries/regex-posix-0.95.1/mini_Text-Regex-Posix.html Installing dist/doc/html/regex-posix/hslogo-16.png to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc/html/libraries/regex-posix-0.95.1/hslogo-16.png Installing dist/doc/html/regex-posix/Text-Regex-Posix-Wrap.html to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc/html/libraries/regex-posix-0.95.1/Text-Regex-Posix-Wrap.html Installing dist/doc/html/regex-posix/mini_Text-Regex-Posix-Wrap.html to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc/html/libraries/regex-posix-0.95.1/mini_Text-Regex-Posix-Wrap.html Installing dist/doc/html/regex-posix/regex-posix.haddock to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc/html/libraries/regex-posix-0.95.1/regex-posix.haddock Installing dist/doc/html/regex-posix/Text-Regex-Posix-String.html to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc/html/libraries/regex-posix-0.95.1/Text-Regex-Posix-String.html Installing dist/doc/html/regex-posix/doc-index.html to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc/html/libraries/regex-posix-0.95.1/doc-index.html Installing dist/doc/html/regex-posix/src/Text-Regex-Posix-ByteString.html to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc/html/libraries/regex-posix-0.95.1/src/Text-Regex-Posix-ByteString.html Installing dist/doc/html/regex-posix/src/hscolour.css to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc/html/libraries/regex-posix-0.95.1/src/hscolour.css Installing dist/doc/html/regex-posix/src/Text-Regex-Posix-ByteString-Lazy.html to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc/html/libraries/regex-posix-0.95.1/src/Text-Regex-Posix-ByteString-Lazy.html Installing dist/doc/html/regex-posix/src/Text-Regex-Posix-Sequence.html to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc/html/libraries/regex-posix-0.95.1/src/Text-Regex-Posix-Sequence.html Installing dist/doc/html/regex-posix/src/Text-Regex-Posix.html to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc/html/libraries/regex-posix-0.95.1/src/Text-Regex-Posix.html Installing dist/doc/html/regex-posix/src/Text-Regex-Posix-Wrap.html to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc/html/libraries/regex-posix-0.95.1/src/Text-Regex-Posix-Wrap.html Installing dist/doc/html/regex-posix/src/Text-Regex-Posix-String.html to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc/html/libraries/regex-posix-0.95.1/src/Text-Regex-Posix-String.html creating /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc/html/libraries/regex-posix-0.95.1 Installing dist/doc/html/regex-posix/regex-posix.haddock to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc/html/libraries/regex-posix-0.95.1/regex-posix.haddock creating /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc-regex-posix-0.95.1 Installing LICENSE to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc-regex-posix-0.95.1/LICENSE Installing library in /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1 creating /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1/Text/Regex creating /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1/Text creating /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1 creating /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1 creating /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib creating /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1 creating /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1 creating /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1/Text creating /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1/Text/Regex creating /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1/Text/Regex/Posix creating /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1/Text/Regex/Posix/ByteString Installing dist/build/Text/Regex/Posix.hi to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1/Text/Regex/Posix.hi Installing dist/build/Text/Regex/Posix/Wrap.hi to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1/Text/Regex/Posix/Wrap.hi Installing dist/build/Text/Regex/Posix/String.hi to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1/Text/Regex/Posix/String.hi Installing dist/build/Text/Regex/Posix/Sequence.hi to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1/Text/Regex/Posix/Sequence.hi Installing dist/build/Text/Regex/Posix/ByteString.hi to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1/Text/Regex/Posix/ByteString.hi Installing dist/build/Text/Regex/Posix/ByteString/Lazy.hi to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1/Text/Regex/Posix/ByteString/Lazy.hi creating /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1/Text/Regex creating /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1/Text/Regex/Posix creating /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1/Text/Regex/Posix/ByteString Installing dist/build/Text/Regex/Posix.p_hi to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1/Text/Regex/Posix.p_hi Installing dist/build/Text/Regex/Posix/Wrap.p_hi to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1/Text/Regex/Posix/Wrap.p_hi Installing dist/build/Text/Regex/Posix/String.p_hi to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1/Text/Regex/Posix/String.p_hi Installing dist/build/Text/Regex/Posix/Sequence.p_hi to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1/Text/Regex/Posix/Sequence.p_hi Installing dist/build/Text/Regex/Posix/ByteString.p_hi to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1/Text/Regex/Posix/ByteString.p_hi Installing dist/build/Text/Regex/Posix/ByteString/Lazy.p_hi to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1/Text/Regex/Posix/ByteString/Lazy.p_hi creating /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1/Text/Regex creating /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1/Text/Regex/Posix creating /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1/Text/Regex/Posix/ByteString Installing dist/build/Text/Regex/Posix.dyn_hi to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1/Text/Regex/Posix.dyn_hi Installing dist/build/Text/Regex/Posix/Wrap.dyn_hi to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1/Text/Regex/Posix/Wrap.dyn_hi Installing dist/build/Text/Regex/Posix/String.dyn_hi to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1/Text/Regex/Posix/String.dyn_hi Installing dist/build/Text/Regex/Posix/Sequence.dyn_hi to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1/Text/Regex/Posix/Sequence.dyn_hi Installing dist/build/Text/Regex/Posix/ByteString.dyn_hi to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1/Text/Regex/Posix/ByteString.dyn_hi Installing dist/build/Text/Regex/Posix/ByteString/Lazy.dyn_hi to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1/Text/Regex/Posix/ByteString/Lazy.dyn_hi creating /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1 Installing dist/build/libHSregex-posix-0.95.1.a to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1/libHSregex-posix-0.95.1.a creating /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1 Installing dist/build/libHSregex-posix-0.95.1_p.a to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1/libHSregex-posix-0.95.1_p.a creating /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1 Installing dist/build/HSregex-posix-0.95.1.o to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1/HSregex-posix-0.95.1.o creating /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1 Installing executable dist/build/libHSregex-posix-0.95.1-ghc7.4.1.so to /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1/libHSregex-posix-0.95.1-ghc7.4.1.so + '[' -x Setup ']' + ./Setup register --gen-pkg-config Creating package registration file: regex-posix-0.95.1.conf + mkdir -p /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/package.conf.d + install --mode=0644 regex-posix-0.95.1.conf /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/package.conf.d + rm -f ghc-regex-posix.files ghc-regex-posix-devel.files + '[' -d /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1 ']' + echo '%dir /usr/lib/ghc-7.4.1/regex-posix-0.95.1' + echo '%attr(755,root,root) /usr/lib/ghc-7.4.1/regex-posix-0.95.1/libHSregex-posix-0.95.1-ghc7.4.1.so' + echo '/usr/lib/ghc-7.4.1/package.conf.d/regex-posix-0.95.1*.conf' + '[' -d /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1 ']' + find /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1 -type d + sed 's/^/%dir /' + find /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1/regex-posix-0.95.1 '!' '(' -type d -o -name 'libHS*.so' ')' + '[' -d /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc/html/libraries/regex-posix-0.95.1 ']' + echo /usr/share/doc/ghc/html/libraries/regex-posix-0.95.1 + sed -i -e 's!/builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386!!g' ghc-regex-posix.files ghc-regex-posix-devel.files + find /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386 -type f -exec sh -c 'file {} | grep -q '\''dynamically linked'\''' ';' -exec strip '{}' ';' + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: ghc-regex-posix-0.95.1-3.fc18.i686 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.GENsTE + umask 022 + cd /builddir/build/BUILD + cd regex-posix-0.95.1 + DOCDIR=/builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc-regex-posix-0.95.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc-regex-posix-0.95.1 + cp -pr LICENSE /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/share/doc/ghc-regex-posix-0.95.1 + exit 0 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1 Provides: ghc(regex-posix-0.95.1-2f35aa9df8123324048818907dfda5d0) libHSregex-posix-0.95.1-ghc7.4.1.so Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: ghc(array-0.4.0.0-0b32f6f98c0297dbb0e5cfc0087bd1f0) ghc(base-4.5.0.0-c8e7184681d410015e93df85fc49e9dd) ghc(bytestring-0.9.2.1-4adca9710b1386944aaca5a7886ef98f) ghc(containers-0.4.2.1-7c54595400348f577b3b4a45691c5afd) ghc(regex-base-0.93.2-f7342f5bd29b261a57475c6a8a337ab0) libHSarray-0.4.0.0-ghc7.4.1.so libHSbase-4.5.0.0-ghc7.4.1.so libHSbytestring-0.9.2.1-ghc7.4.1.so libHScontainers-0.4.2.1-ghc7.4.1.so libHSdeepseq-1.3.0.0-ghc7.4.1.so libHSghc-prim-0.2.0.0-ghc7.4.1.so libHSinteger-gmp-0.4.0.0-ghc7.4.1.so libHSmtl-2.0.1.0-ghc7.4.1.so libHSregex-base-0.93.2-ghc7.4.1.so libHStransformers-0.2.2.0-ghc7.4.1.so libc.so.6 libc.so.6(GLIBC_2.0) libc.so.6(GLIBC_2.1.3) libc.so.6(GLIBC_2.3.4) libgmp.so.10 rtld(GNU_HASH) Processing files: ghc-regex-posix-devel-0.95.1-3.fc18.i686 Finding Provides: /usr/lib/rpm/ghc-deps.sh --provides /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1 Finding Requires: /usr/lib/rpm/ghc-deps.sh --requires /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386/usr/lib/ghc-7.4.1 Provides: ghc-regex-posix-prof = 0.95.1-3.fc18 ghc-devel(regex-posix-0.95.1-2f35aa9df8123324048818907dfda5d0) Requires(interp): /bin/sh /bin/sh Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires(post): ghc-compiler = 7.4.1 /bin/sh Requires(postun): ghc-compiler = 7.4.1 /bin/sh Requires: ghc-devel(array-0.4.0.0-0b32f6f98c0297dbb0e5cfc0087bd1f0) ghc-devel(base-4.5.0.0-c8e7184681d410015e93df85fc49e9dd) ghc-devel(bytestring-0.9.2.1-4adca9710b1386944aaca5a7886ef98f) ghc-devel(containers-0.4.2.1-7c54595400348f577b3b4a45691c5afd) ghc-devel(regex-base-0.93.2-f7342f5bd29b261a57475c6a8a337ab0) ghc(regex-posix-0.95.1-2f35aa9df8123324048818907dfda5d0) Obsoletes: ghc-regex-posix-doc < 0.95.1-3.fc18 ghc-regex-posix-prof < 0.95.1-3.fc18 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386 Wrote: /builddir/build/RPMS/ghc-regex-posix-0.95.1-3.fc18.i686.rpm Wrote: /builddir/build/RPMS/ghc-regex-posix-devel-0.95.1-3.fc18.i686.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.rZw0yV + umask 022 + cd /builddir/build/BUILD + cd regex-posix-0.95.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ghc-regex-posix-0.95.1-3.fc18.i386 + exit 0 Child returncode was: 0 LEAVE do -->