jgm / pandoc

Universal markup converter
https://pandoc.org
Other
33.88k stars 3.34k forks source link

cabal install pandoc failure #695

Closed dudebout closed 11 years ago

dudebout commented 11 years ago

I am having problems with installing pandoc in a clean hsenv with cabal up to date After creating the hsenv and activating it, I directly do:

$ cabal install pandoc

I do not get any error but the install fails. I see the following:

ddb@thinkpad ~ % mkdir foo
ddb@thinkpad ~ % cd foo
ddb@thinkpad ~/foo % cabal update
Downloading the latest package list from hackage.haskell.org
Note: there is a new version of cabal-install available.
To upgrade, run: cabal install cabal-install
ddb@thinkpad ~/foo % hsenv
Creating Virtual Haskell directory structure
Installing GHC
Initializing GHC Package database at /home/ddb/foo/.hsenv_foo/ghc_pkg_db
Copying necessary packages from original GHC package database
  Failed to copy optional package ghc-binary from system's GHC:
    /home/ddb/.local/bin/ghc-pkg process failed with status 1
  Using user-wide (~/.cabal/packages) Hackage download cache directory
Installing cabal config at /home/ddb/foo/.hsenv_foo/cabal/config
Installing activate script
Installing cabal wrapper using /home/ddb/foo/.hsenv_foo/cabal/config at /home/ddb/foo/.hsenv_foo/bin/cabal
Skipping 'cabal update' step, Hackage download cache already downloaded
  to ~/.cabal/packages/. You can update it manually with 'cabal update'
  (from inside or outside the virtual environment).

To activate the new environment use 'source .hsenv_foo/bin/activate'
ddb@thinkpad ~/foo % source .hsenv_foo/bin/activate
Activating foo Virtual Haskell Environment (at /home/ddb/foo).

Use regular Haskell tools (ghc, ghci, ghc-pkg, cabal) to manage your Haskell environment.

To exit from this virtual environment, enter command 'deactivate_hsenv'.
(foo)ddb@thinkpad ~/foo % cabal install
cabal: No cabal file found.
Please create a package description file <pkgname>.cabal
(foo)ddb@thinkpad ~/foo %
(foo)ddb@thinkpad ~/foo % cabal install pandoc
Resolving dependencies...
Configuring base64-bytestring-1.0.0.0...
Building base64-bytestring-1.0.0.0...
Preprocessing library base64-bytestring-1.0.0.0...
[1 of 5] Compiling Data.ByteString.Base64.Internal ( Data/ByteString/Base64/Internal.hs, dist_foo/build/Data/ByteString/Base64/Internal.o )
[2 of 5] Compiling Data.ByteString.Base64.URL ( Data/ByteString/Base64/URL.hs, dist_foo/build/Data/ByteString/Base64/URL.o )
[3 of 5] Compiling Data.ByteString.Base64.URL.Lazy ( Data/ByteString/Base64/URL/Lazy.hs, dist_foo/build/Data/ByteString/Base64/URL/Lazy.o )
[4 of 5] Compiling Data.ByteString.Base64 ( Data/ByteString/Base64.hs, dist_foo/build/Data/ByteString/Base64.o )
[5 of 5] Compiling Data.ByteString.Base64.Lazy ( Data/ByteString/Base64/Lazy.hs, dist_foo/build/Data/ByteString/Base64/Lazy.o )
Registering base64-bytestring-1.0.0.0...
Installing library in
/home/ddb/foo/.hsenv_foo/cabal/lib/base64-bytestring-1.0.0.0/ghc-7.4.1
Registering base64-bytestring-1.0.0.0...
Configuring digest-0.0.1.2...
Building digest-0.0.1.2...
Preprocessing library digest-0.0.1.2...
[1 of 2] Compiling Data.Digest.Adler32 ( dist_foo/build/Data/Digest/Adler32.hs, dist_foo/build/Data/Digest/Adler32.o )
[2 of 2] Compiling Data.Digest.CRC32 ( dist_foo/build/Data/Digest/CRC32.hs, dist_foo/build/Data/Digest/CRC32.o )
Registering digest-0.0.1.2...
Installing library in
/home/ddb/foo/.hsenv_foo/cabal/lib/digest-0.0.1.2/ghc-7.4.1
Registering digest-0.0.1.2...
Configuring extensible-exceptions-0.1.1.4...
Building extensible-exceptions-0.1.1.4...
Preprocessing library extensible-exceptions-0.1.1.4...
[1 of 1] Compiling Control.Exception.Extensible ( Control/Exception/Extensible.hs, dist_foo/build/Control/Exception/Extensible.o )
Registering extensible-exceptions-0.1.1.4...
Installing library in
/home/ddb/foo/.hsenv_foo/cabal/lib/extensible-exceptions-0.1.1.4/ghc-7.4.1
Registering extensible-exceptions-0.1.1.4...
Configuring random-1.0.1.1...
Building random-1.0.1.1...
Preprocessing library random-1.0.1.1...
[1 of 1] Compiling System.Random    ( System/Random.hs, dist_foo/build/System/Random.o )
Registering random-1.0.1.1...
Installing library in
/home/ddb/foo/.hsenv_foo/cabal/lib/random-1.0.1.1/ghc-7.4.1
Registering random-1.0.1.1...
[1 of 1] Compiling Main             ( /tmp/syb-0.3.7-6283/syb-0.3.7/Setup.hs, /tmp/syb-0.3.7-6283/syb-0.3.7/dist_foo/setup/Main.o )

/tmp/syb-0.3.7-6283/syb-0.3.7/Setup.hs:4:30:
    Warning: In the use of `runTests'
             (imported from Distribution.Simple, but defined in Distribution.Simple.UserHooks):
             Deprecated: "Please use the new testing interface instead!"
Linking /tmp/syb-0.3.7-6283/syb-0.3.7/dist_foo/setup/setup ...
Configuring syb-0.3.7...
Building syb-0.3.7...
Preprocessing library syb-0.3.7...
[ 1 of 16] Compiling Data.Generics.Basics ( src/Data/Generics/Basics.hs, dist_foo/build/Data/Generics/Basics.o )
[ 2 of 16] Compiling Generics.SYB.Basics ( src/Generics/SYB/Basics.hs, dist_foo/build/Generics/SYB/Basics.o )
[ 3 of 16] Compiling Data.Generics.Instances ( src/Data/Generics/Instances.hs, dist_foo/build/Data/Generics/Instances.o )
[ 4 of 16] Compiling Generics.SYB.Instances ( src/Generics/SYB/Instances.hs, dist_foo/build/Generics/SYB/Instances.o )
[ 5 of 16] Compiling Data.Generics.Aliases ( src/Data/Generics/Aliases.hs, dist_foo/build/Data/Generics/Aliases.o )
[ 6 of 16] Compiling Data.Generics.Schemes ( src/Data/Generics/Schemes.hs, dist_foo/build/Data/Generics/Schemes.o )
[ 7 of 16] Compiling Generics.SYB.Schemes ( src/Generics/SYB/Schemes.hs, dist_foo/build/Generics/SYB/Schemes.o )
[ 8 of 16] Compiling Data.Generics.Text ( src/Data/Generics/Text.hs, dist_foo/build/Data/Generics/Text.o )
[ 9 of 16] Compiling Generics.SYB.Text ( src/Generics/SYB/Text.hs, dist_foo/build/Generics/SYB/Text.o )
[10 of 16] Compiling Data.Generics.Twins ( src/Data/Generics/Twins.hs, dist_foo/build/Data/Generics/Twins.o )
[11 of 16] Compiling Generics.SYB.Twins ( src/Generics/SYB/Twins.hs, dist_foo/build/Generics/SYB/Twins.o )
[12 of 16] Compiling Data.Generics.Builders ( src/Data/Generics/Builders.hs, dist_foo/build/Data/Generics/Builders.o )
[13 of 16] Compiling Generics.SYB.Builders ( src/Generics/SYB/Builders.hs, dist_foo/build/Generics/SYB/Builders.o )
[14 of 16] Compiling Generics.SYB.Aliases ( src/Generics/SYB/Aliases.hs, dist_foo/build/Generics/SYB/Aliases.o )
[15 of 16] Compiling Data.Generics    ( src/Data/Generics.hs, dist_foo/build/Data/Generics.o )
[16 of 16] Compiling Generics.SYB     ( src/Generics/SYB.hs, dist_foo/build/Generics/SYB.o )
Registering syb-0.3.7...
Installing library in /home/ddb/foo/.hsenv_foo/cabal/lib/syb-0.3.7/ghc-7.4.1
Registering syb-0.3.7...
Configuring hs-bibutils-4.15...
Building hs-bibutils-4.15...
Preprocessing library hs-bibutils-4.15...
[1 of 1] Compiling Text.Bibutils    ( dist_foo/build/Text/Bibutils.hs, dist_foo/build/Text/Bibutils.o )
Registering hs-bibutils-4.15...
Installing library in
/home/ddb/foo/.hsenv_foo/cabal/lib/hs-bibutils-4.15/ghc-7.4.1
Registering hs-bibutils-4.15...
Configuring pandoc-types-1.9.1...
Building pandoc-types-1.9.1...
Preprocessing library pandoc-types-1.9.1...
[1 of 3] Compiling Text.Pandoc.Generic ( Text/Pandoc/Generic.hs, dist_foo/build/Text/Pandoc/Generic.o )
[2 of 3] Compiling Text.Pandoc.Definition ( Text/Pandoc/Definition.hs, dist_foo/build/Text/Pandoc/Definition.o )
[3 of 3] Compiling Text.Pandoc.Builder ( Text/Pandoc/Builder.hs, dist_foo/build/Text/Pandoc/Builder.o )
Registering pandoc-types-1.9.1...
Installing library in
/home/ddb/foo/.hsenv_foo/cabal/lib/pandoc-types-1.9.1/ghc-7.4.1
Registering pandoc-types-1.9.1...
Configuring temporary-1.1.2.4...
Building temporary-1.1.2.4...
Preprocessing library temporary-1.1.2.4...
[1 of 3] Compiling Distribution.Compat.Exception ( Distribution/Compat/Exception.hs, dist_foo/build/Distribution/Compat/Exception.o )
[2 of 3] Compiling Distribution.Compat.TempFile ( Distribution/Compat/TempFile.hs, dist_foo/build/Distribution/Compat/TempFile.o )

Distribution/Compat/TempFile.hs:34:32:
    Warning: In the use of `try'
             (imported from System.IO.Error):
             Deprecated: "Please use the new exceptions variant, Control.Exception.try"
[3 of 3] Compiling System.IO.Temp   ( System/IO/Temp.hs, dist_foo/build/System/IO/Temp.o )
Registering temporary-1.1.2.4...
Installing library in
/home/ddb/foo/.hsenv_foo/cabal/lib/temporary-1.1.2.4/ghc-7.4.1
Registering temporary-1.1.2.4...
Configuring text-0.11.2.3...
Building text-0.11.2.3...
Preprocessing library text-0.11.2.3...
[ 1 of 39] Compiling Data.Text.Encoding.Utf32 ( Data/Text/Encoding/Utf32.hs, dist_foo/build/Data/Text/Encoding/Utf32.o )
[ 2 of 39] Compiling Data.Text.Fusion.Size ( Data/Text/Fusion/Size.hs, dist_foo/build/Data/Text/Fusion/Size.o )
[ 3 of 39] Compiling Data.Text.Lazy.Builder.RealFloat.Functions ( Data/Text/Lazy/Builder/RealFloat/Functions.hs, dist_foo/build/Data/Text/Lazy/Builder/RealFloat/Functions.o )
[ 4 of 39] Compiling Data.Text.Fusion.Internal ( Data/Text/Fusion/Internal.hs, dist_foo/build/Data/Text/Fusion/Internal.o )
[ 5 of 39] Compiling Data.Text.Fusion.CaseMapping ( Data/Text/Fusion/CaseMapping.hs, dist_foo/build/Data/Text/Fusion/CaseMapping.o )
[ 6 of 39] Compiling Data.Text.Encoding.Error ( Data/Text/Encoding/Error.hs, dist_foo/build/Data/Text/Encoding/Error.o )
[ 7 of 39] Compiling Data.Text.UnsafeShift ( Data/Text/UnsafeShift.hs, dist_foo/build/Data/Text/UnsafeShift.o )
[ 8 of 39] Compiling Data.Text.Unsafe.Base ( Data/Text/Unsafe/Base.hs, dist_foo/build/Data/Text/Unsafe/Base.o )
[ 9 of 39] Compiling Data.Text.Encoding.Utf16 ( Data/Text/Encoding/Utf16.hs, dist_foo/build/Data/Text/Encoding/Utf16.o )
[10 of 39] Compiling Data.Text.Util   ( Data/Text/Util.hs, dist_foo/build/Data/Text/Util.o )
[11 of 39] Compiling Data.Text.Fusion.Common ( Data/Text/Fusion/Common.hs, dist_foo/build/Data/Text/Fusion/Common.o )
[12 of 39] Compiling Data.Text.Array  ( Data/Text/Array.hs, dist_foo/build/Data/Text/Array.o )
[13 of 39] Compiling Data.Text.UnsafeChar ( Data/Text/UnsafeChar.hs, dist_foo/build/Data/Text/UnsafeChar.o )
[14 of 39] Compiling Data.Text.Internal ( Data/Text/Internal.hs, dist_foo/build/Data/Text/Internal.o )
[15 of 39] Compiling Data.Text.Unsafe ( Data/Text/Unsafe.hs, dist_foo/build/Data/Text/Unsafe.o )
[16 of 39] Compiling Data.Text.Private ( Data/Text/Private.hs, dist_foo/build/Data/Text/Private.o )
[17 of 39] Compiling Data.Text.Fusion ( Data/Text/Fusion.hs, dist_foo/build/Data/Text/Fusion.o )
[18 of 39] Compiling Data.Text.Encoding.Utf8 ( Data/Text/Encoding/Utf8.hs, dist_foo/build/Data/Text/Encoding/Utf8.o )
[19 of 39] Compiling Data.Text.Encoding.Fusion.Common ( Data/Text/Encoding/Fusion/Common.hs, dist_foo/build/Data/Text/Encoding/Fusion/Common.o )
[20 of 39] Compiling Data.Text.Encoding.Fusion ( Data/Text/Encoding/Fusion.hs, dist_foo/build/Data/Text/Encoding/Fusion.o )
[21 of 39] Compiling Data.Text.Lazy.Encoding.Fusion ( Data/Text/Lazy/Encoding/Fusion.hs, dist_foo/build/Data/Text/Lazy/Encoding/Fusion.o )
[22 of 39] Compiling Data.Text.Encoding ( Data/Text/Encoding.hs, dist_foo/build/Data/Text/Encoding.o )
[23 of 39] Compiling Data.Text.Search ( Data/Text/Search.hs, dist_foo/build/Data/Text/Search.o )
[24 of 39] Compiling Data.Text.Foreign ( Data/Text/Foreign.hs, dist_foo/build/Data/Text/Foreign.o )
[25 of 39] Compiling Data.Text        ( Data/Text.hs, dist_foo/build/Data/Text.o )
[26 of 39] Compiling Data.Text.IO.Internal ( Data/Text/IO/Internal.hs, dist_foo/build/Data/Text/IO/Internal.o )
[27 of 39] Compiling Data.Text.IO     ( Data/Text/IO.hs, dist_foo/build/Data/Text/IO.o )
[28 of 39] Compiling Data.Text.Lazy.Internal ( Data/Text/Lazy/Internal.hs, dist_foo/build/Data/Text/Lazy/Internal.o )
[29 of 39] Compiling Data.Text.Lazy.Fusion ( Data/Text/Lazy/Fusion.hs, dist_foo/build/Data/Text/Lazy/Fusion.o )
[30 of 39] Compiling Data.Text.Lazy.Search ( Data/Text/Lazy/Search.hs, dist_foo/build/Data/Text/Lazy/Search.o )
[31 of 39] Compiling Data.Text.Lazy   ( Data/Text/Lazy.hs, dist_foo/build/Data/Text/Lazy.o )
[32 of 39] Compiling Data.Text.Lazy.Read ( Data/Text/Lazy/Read.hs, dist_foo/build/Data/Text/Lazy/Read.o )
[33 of 39] Compiling Data.Text.Lazy.IO ( Data/Text/Lazy/IO.hs, dist_foo/build/Data/Text/Lazy/IO.o )
[34 of 39] Compiling Data.Text.Lazy.Builder ( Data/Text/Lazy/Builder.hs, dist_foo/build/Data/Text/Lazy/Builder.o )
[35 of 39] Compiling Data.Text.Lazy.Builder.Functions ( Data/Text/Lazy/Builder/Functions.hs, dist_foo/build/Data/Text/Lazy/Builder/Functions.o )
[36 of 39] Compiling Data.Text.Lazy.Builder.Int ( Data/Text/Lazy/Builder/Int.hs, dist_foo/build/Data/Text/Lazy/Builder/Int.o )
[37 of 39] Compiling Data.Text.Lazy.Builder.RealFloat ( Data/Text/Lazy/Builder/RealFloat.hs, dist_foo/build/Data/Text/Lazy/Builder/RealFloat.o )
[38 of 39] Compiling Data.Text.Lazy.Encoding ( Data/Text/Lazy/Encoding.hs, dist_foo/build/Data/Text/Lazy/Encoding.o )
[39 of 39] Compiling Data.Text.Read   ( Data/Text/Read.hs, dist_foo/build/Data/Text/Read.o )
Registering text-0.11.2.3...
Installing library in
/home/ddb/foo/.hsenv_foo/cabal/lib/text-0.11.2.3/ghc-7.4.1
Registering text-0.11.2.3...
Configuring blaze-builder-0.3.1.0...
Building blaze-builder-0.3.1.0...
Preprocessing library blaze-builder-0.3.1.0...

Blaze/ByteString/Builder/Int.hs:1:14:
    Warning: -XMonoPatBinds is deprecated: Experimental feature now removed; has no effect

Blaze/ByteString/Builder/Word.hs:1:19:
    Warning: -XMonoPatBinds is deprecated: Experimental feature now removed; has no effect

Blaze/ByteString/Builder/ByteString.hs:1:52:
    Warning: -XMonoPatBinds is deprecated: Experimental feature now removed; has no effect

Blaze/ByteString/Builder/Char8.hs:2:14:
    Warning: -XMonoPatBinds is deprecated: Experimental feature now removed; has no effect

Blaze/ByteString/Builder/HTTP.hs:1:63:
    Warning: -XMonoPatBinds is deprecated: Experimental feature now removed; has no effect

Blaze/ByteString/Builder/Internal.hs:1:45:
    Warning: -XMonoPatBinds is deprecated: Experimental feature now removed; has no effect

Blaze/ByteString/Builder/Internal/Write.hs:1:33:
    Warning: -XMonoPatBinds is deprecated: Experimental feature now removed; has no effect

Blaze/ByteString/Builder/Internal/Types.hs:1:45:
    Warning: -XMonoPatBinds is deprecated: Experimental feature now removed; has no effect

Blaze/ByteString/Builder/Internal/Buffer.hs:1:45:
    Warning: -XMonoPatBinds is deprecated: Experimental feature now removed; has no effect

Blaze/ByteString/Builder/Internal/UncheckedShifts.hs:1:30:
    Warning: -XMonoPatBinds is deprecated: Experimental feature now removed; has no effect
[ 1 of 13] Compiling Blaze.ByteString.Builder.Internal.Types ( Blaze/ByteString/Builder/Internal/Types.hs, dist_foo/build/Blaze/ByteString/Builder/Internal/Types.o )
[ 2 of 13] Compiling Blaze.ByteString.Builder.Internal.Write ( Blaze/ByteString/Builder/Internal/Write.hs, dist_foo/build/Blaze/ByteString/Builder/Internal/Write.o )
[ 3 of 13] Compiling Blaze.ByteString.Builder.Internal.Buffer ( Blaze/ByteString/Builder/Internal/Buffer.hs, dist_foo/build/Blaze/ByteString/Builder/Internal/Buffer.o )

Blaze/ByteString/Builder/Internal/Buffer.hs:44:1:
    Warning: In the use of `unsafeForeignPtrToPtr'
             (imported from Foreign, but defined in Foreign.ForeignPtr):
             Deprecated: "Use Foreign.ForeignPtr.Unsafe.unsafeForeignPtrToPtr instead; This function will be removed in the next release"
[ 4 of 13] Compiling Blaze.ByteString.Builder.Internal.UncheckedShifts ( Blaze/ByteString/Builder/Internal/UncheckedShifts.hs, dist_foo/build/Blaze/ByteString/Builder/Internal/UncheckedShifts.o )
[ 5 of 13] Compiling Blaze.ByteString.Builder.Internal ( Blaze/ByteString/Builder/Internal.hs, dist_foo/build/Blaze/ByteString/Builder/Internal.o )

Blaze/ByteString/Builder/Internal.hs:52:1:
    Warning: In the use of `unsafeForeignPtrToPtr'
             (imported from Foreign, but defined in Foreign.ForeignPtr):
             Deprecated: "Use Foreign.ForeignPtr.Unsafe.unsafeForeignPtrToPtr instead; This function will be removed in the next release"
[ 6 of 13] Compiling Blaze.ByteString.Builder.Char.Utf8 ( Blaze/ByteString/Builder/Char/Utf8.hs, dist_foo/build/Blaze/ByteString/Builder/Char/Utf8.o )
[ 7 of 13] Compiling Blaze.ByteString.Builder.ByteString ( Blaze/ByteString/Builder/ByteString.hs, dist_foo/build/Blaze/ByteString/Builder/ByteString.o )

Blaze/ByteString/Builder/ByteString.hs:40:1:
    Warning: In the use of `unsafeForeignPtrToPtr'
             (imported from Foreign, but defined in Foreign.ForeignPtr):
             Deprecated: "Use Foreign.ForeignPtr.Unsafe.unsafeForeignPtrToPtr instead; This function will be removed in the next release"
[ 8 of 13] Compiling Blaze.ByteString.Builder.Word ( Blaze/ByteString/Builder/Word.hs, dist_foo/build/Blaze/ByteString/Builder/Word.o )
[ 9 of 13] Compiling Blaze.ByteString.Builder.Char8 ( Blaze/ByteString/Builder/Char8.hs, dist_foo/build/Blaze/ByteString/Builder/Char8.o )
[10 of 13] Compiling Blaze.ByteString.Builder.HTTP ( Blaze/ByteString/Builder/HTTP.hs, dist_foo/build/Blaze/ByteString/Builder/HTTP.o )
[11 of 13] Compiling Blaze.ByteString.Builder.Int ( Blaze/ByteString/Builder/Int.hs, dist_foo/build/Blaze/ByteString/Builder/Int.o )
[12 of 13] Compiling Blaze.ByteString.Builder ( Blaze/ByteString/Builder.hs, dist_foo/build/Blaze/ByteString/Builder.o )
[13 of 13] Compiling Blaze.ByteString.Builder.Html.Utf8 ( Blaze/ByteString/Builder/Html/Utf8.hs, dist_foo/build/Blaze/ByteString/Builder/Html/Utf8.o )
Registering blaze-builder-0.3.1.0...
Installing library in
/home/ddb/foo/.hsenv_foo/cabal/lib/blaze-builder-0.3.1.0/ghc-7.4.1
Registering blaze-builder-0.3.1.0...
Configuring blaze-html-0.4.3.4...
Building blaze-html-0.4.3.4...
Preprocessing library blaze-html-0.4.3.4...
[ 1 of 20] Compiling Text.Blaze.Internal ( src/Text/Blaze/Internal.hs, dist_foo/build/Text/Blaze/Internal.o )
[ 2 of 20] Compiling Text.Blaze.Html4.FrameSet.Attributes ( src/Text/Blaze/Html4/FrameSet/Attributes.hs, dist_foo/build/Text/Blaze/Html4/FrameSet/Attributes.o )
[ 3 of 20] Compiling Text.Blaze.Html4.Strict.Attributes ( src/Text/Blaze/Html4/Strict/Attributes.hs, dist_foo/build/Text/Blaze/Html4/Strict/Attributes.o )
[ 4 of 20] Compiling Text.Blaze.Html4.Transitional.Attributes ( src/Text/Blaze/Html4/Transitional/Attributes.hs, dist_foo/build/Text/Blaze/Html4/Transitional/Attributes.o )
[ 5 of 20] Compiling Text.Blaze.Html5.Attributes ( src/Text/Blaze/Html5/Attributes.hs, dist_foo/build/Text/Blaze/Html5/Attributes.o )
[ 6 of 20] Compiling Text.Blaze.Renderer.String ( src/Text/Blaze/Renderer/String.hs, dist_foo/build/Text/Blaze/Renderer/String.o )
[ 7 of 20] Compiling Text.Blaze.Renderer.Pretty ( src/Text/Blaze/Renderer/Pretty.hs, dist_foo/build/Text/Blaze/Renderer/Pretty.o )
[ 8 of 20] Compiling Text.Blaze.Renderer.Text ( src/Text/Blaze/Renderer/Text.hs, dist_foo/build/Text/Blaze/Renderer/Text.o )
[ 9 of 20] Compiling Text.Blaze.Renderer.Utf8 ( src/Text/Blaze/Renderer/Utf8.hs, dist_foo/build/Text/Blaze/Renderer/Utf8.o )
[10 of 20] Compiling Text.Blaze.XHtml1.FrameSet.Attributes ( src/Text/Blaze/XHtml1/FrameSet/Attributes.hs, dist_foo/build/Text/Blaze/XHtml1/FrameSet/Attributes.o )
[11 of 20] Compiling Text.Blaze.XHtml1.Strict.Attributes ( src/Text/Blaze/XHtml1/Strict/Attributes.hs, dist_foo/build/Text/Blaze/XHtml1/Strict/Attributes.o )
[12 of 20] Compiling Text.Blaze.XHtml1.Transitional.Attributes ( src/Text/Blaze/XHtml1/Transitional/Attributes.hs, dist_foo/build/Text/Blaze/XHtml1/Transitional/Attributes.o )
[13 of 20] Compiling Text.Blaze       ( src/Text/Blaze.hs, dist_foo/build/Text/Blaze.o )

src/Text/Blaze.hs:81:1:
    Warning: In the use of `text'
             (imported from Text.Blaze.Internal):
             Deprecated: "Use Blaze.Html.toHtml"

src/Text/Blaze.hs:81:1:
    Warning: In the use of `lazyText'
             (imported from Text.Blaze.Internal):
             Deprecated: "Use Blaze.Html.toHtml"

src/Text/Blaze.hs:81:1:
    Warning: In the use of `string'
             (imported from Text.Blaze.Internal):
             Deprecated: "Use Blaze.Html.toHtml"

src/Text/Blaze.hs:81:1:
    Warning: In the use of `textValue'
             (imported from Text.Blaze.Internal):
             Deprecated: "Use Blaze.Html.toValue"

src/Text/Blaze.hs:81:1:
    Warning: In the use of `lazyTextValue'
             (imported from Text.Blaze.Internal):
             Deprecated: "Use Blaze.Html.toValue"

src/Text/Blaze.hs:81:1:
    Warning: In the use of `stringValue'
             (imported from Text.Blaze.Internal):
             Deprecated: "Use Blaze.Html.toValue"
[14 of 20] Compiling Text.Blaze.Html4.FrameSet ( src/Text/Blaze/Html4/FrameSet.hs, dist_foo/build/Text/Blaze/Html4/FrameSet.o )
[15 of 20] Compiling Text.Blaze.Html4.Strict ( src/Text/Blaze/Html4/Strict.hs, dist_foo/build/Text/Blaze/Html4/Strict.o )
[16 of 20] Compiling Text.Blaze.Html4.Transitional ( src/Text/Blaze/Html4/Transitional.hs, dist_foo/build/Text/Blaze/Html4/Transitional.o )
[17 of 20] Compiling Text.Blaze.Html5 ( src/Text/Blaze/Html5.hs, dist_foo/build/Text/Blaze/Html5.o )
[18 of 20] Compiling Text.Blaze.XHtml1.FrameSet ( src/Text/Blaze/XHtml1/FrameSet.hs, dist_foo/build/Text/Blaze/XHtml1/FrameSet.o )
[19 of 20] Compiling Text.Blaze.XHtml1.Strict ( src/Text/Blaze/XHtml1/Strict.hs, dist_foo/build/Text/Blaze/XHtml1/Strict.o )
[20 of 20] Compiling Text.Blaze.XHtml1.Transitional ( src/Text/Blaze/XHtml1/Transitional.hs, dist_foo/build/Text/Blaze/XHtml1/Transitional.o )
Registering blaze-html-0.4.3.4...
Installing library in
/home/ddb/foo/.hsenv_foo/cabal/lib/blaze-html-0.4.3.4/ghc-7.4.1
Registering blaze-html-0.4.3.4...
Configuring tagsoup-0.12.8...
Building tagsoup-0.12.8...
Preprocessing library tagsoup-0.12.8...
[ 1 of 13] Compiling Text.HTML.TagSoup.Entity ( Text/HTML/TagSoup/Entity.hs, dist_foo/build/Text/HTML/TagSoup/Entity.o )
[ 2 of 13] Compiling Text.StringLike  ( Text/StringLike.hs, dist_foo/build/Text/StringLike.o )
[ 3 of 13] Compiling Text.HTML.TagSoup.Type ( Text/HTML/TagSoup/Type.hs, dist_foo/build/Text/HTML/TagSoup/Type.o )
[ 4 of 13] Compiling Text.HTML.TagSoup.Match ( Text/HTML/TagSoup/Match.hs, dist_foo/build/Text/HTML/TagSoup/Match.o )
[ 5 of 13] Compiling Text.HTML.TagSoup.Tree ( Text/HTML/TagSoup/Tree.hs, dist_foo/build/Text/HTML/TagSoup/Tree.o )
[ 6 of 13] Compiling Text.HTML.TagSoup.Options ( Text/HTML/TagSoup/Options.hs, dist_foo/build/Text/HTML/TagSoup/Options.o )
[ 7 of 13] Compiling Text.HTML.TagSoup.Implementation ( Text/HTML/TagSoup/Implementation.hs, dist_foo/build/Text/HTML/TagSoup/Implementation.o )
[ 8 of 13] Compiling Text.HTML.TagSoup.Specification ( Text/HTML/TagSoup/Specification.hs, dist_foo/build/Text/HTML/TagSoup/Specification.o )
[ 9 of 13] Compiling Text.HTML.TagSoup.Manual ( Text/HTML/TagSoup/Manual.hs, dist_foo/build/Text/HTML/TagSoup/Manual.o )
[10 of 13] Compiling Text.HTML.TagSoup.Generated ( Text/HTML/TagSoup/Generated.hs, dist_foo/build/Text/HTML/TagSoup/Generated.o )
[11 of 13] Compiling Text.HTML.TagSoup.Render ( Text/HTML/TagSoup/Render.hs, dist_foo/build/Text/HTML/TagSoup/Render.o )
[12 of 13] Compiling Text.HTML.TagSoup.Parser ( Text/HTML/TagSoup/Parser.hs, dist_foo/build/Text/HTML/TagSoup/Parser.o )
[13 of 13] Compiling Text.HTML.TagSoup ( Text/HTML/TagSoup.hs, dist_foo/build/Text/HTML/TagSoup.o )
Registering tagsoup-0.12.8...
Installing library in
/home/ddb/foo/.hsenv_foo/cabal/lib/tagsoup-0.12.8/ghc-7.4.1
Registering tagsoup-0.12.8...
Configuring transformers-0.3.0.0...
Building transformers-0.3.0.0...
Preprocessing library transformers-0.3.0.0...
[ 1 of 24] Compiling Data.Functor.Product ( Data/Functor/Product.hs, dist_foo/build/Data/Functor/Product.o )
[ 2 of 24] Compiling Data.Functor.Compose ( Data/Functor/Compose.hs, dist_foo/build/Data/Functor/Compose.o )
[ 3 of 24] Compiling Data.Functor.Identity ( Data/Functor/Identity.hs, dist_foo/build/Data/Functor/Identity.o )
[ 4 of 24] Compiling Control.Monad.Trans.Class ( Control/Monad/Trans/Class.hs, dist_foo/build/Control/Monad/Trans/Class.o )
[ 5 of 24] Compiling Control.Monad.IO.Class ( Control/Monad/IO/Class.hs, dist_foo/build/Control/Monad/IO/Class.o )
[ 6 of 24] Compiling Control.Monad.Trans.Cont ( Control/Monad/Trans/Cont.hs, dist_foo/build/Control/Monad/Trans/Cont.o )
[ 7 of 24] Compiling Control.Monad.Trans.Error ( Control/Monad/Trans/Error.hs, dist_foo/build/Control/Monad/Trans/Error.o )
[ 8 of 24] Compiling Control.Monad.Trans.Identity ( Control/Monad/Trans/Identity.hs, dist_foo/build/Control/Monad/Trans/Identity.o )
[ 9 of 24] Compiling Control.Monad.Trans.List ( Control/Monad/Trans/List.hs, dist_foo/build/Control/Monad/Trans/List.o )
[10 of 24] Compiling Control.Monad.Trans.Maybe ( Control/Monad/Trans/Maybe.hs, dist_foo/build/Control/Monad/Trans/Maybe.o )
[11 of 24] Compiling Control.Monad.Trans.Reader ( Control/Monad/Trans/Reader.hs, dist_foo/build/Control/Monad/Trans/Reader.o )
[12 of 24] Compiling Control.Monad.Trans.RWS.Lazy ( Control/Monad/Trans/RWS/Lazy.hs, dist_foo/build/Control/Monad/Trans/RWS/Lazy.o )
[13 of 24] Compiling Control.Monad.Trans.RWS ( Control/Monad/Trans/RWS.hs, dist_foo/build/Control/Monad/Trans/RWS.o )
[14 of 24] Compiling Control.Monad.Trans.RWS.Strict ( Control/Monad/Trans/RWS/Strict.hs, dist_foo/build/Control/Monad/Trans/RWS/Strict.o )
[15 of 24] Compiling Control.Monad.Trans.State.Lazy ( Control/Monad/Trans/State/Lazy.hs, dist_foo/build/Control/Monad/Trans/State/Lazy.o )
[16 of 24] Compiling Control.Monad.Trans.State ( Control/Monad/Trans/State.hs, dist_foo/build/Control/Monad/Trans/State.o )
[17 of 24] Compiling Control.Monad.Trans.State.Strict ( Control/Monad/Trans/State/Strict.hs, dist_foo/build/Control/Monad/Trans/State/Strict.o )
[18 of 24] Compiling Control.Monad.Trans.Writer.Lazy ( Control/Monad/Trans/Writer/Lazy.hs, dist_foo/build/Control/Monad/Trans/Writer/Lazy.o )
[19 of 24] Compiling Control.Monad.Trans.Writer ( Control/Monad/Trans/Writer.hs, dist_foo/build/Control/Monad/Trans/Writer.o )
[20 of 24] Compiling Control.Monad.Trans.Writer.Strict ( Control/Monad/Trans/Writer/Strict.hs, dist_foo/build/Control/Monad/Trans/Writer/Strict.o )
[21 of 24] Compiling Data.Functor.Constant ( Data/Functor/Constant.hs, dist_foo/build/Data/Functor/Constant.o )
[22 of 24] Compiling Control.Applicative.Lift ( Control/Applicative/Lift.hs, dist_foo/build/Control/Applicative/Lift.o )
[23 of 24] Compiling Control.Applicative.Backwards ( Control/Applicative/Backwards.hs, dist_foo/build/Control/Applicative/Backwards.o )
[24 of 24] Compiling Data.Functor.Reverse ( Data/Functor/Reverse.hs, dist_foo/build/Data/Functor/Reverse.o )
Registering transformers-0.3.0.0...
Installing library in
/home/ddb/foo/.hsenv_foo/cabal/lib/transformers-0.3.0.0/ghc-7.4.1
Registering transformers-0.3.0.0...
Configuring List-0.5.1...
Building List-0.5.1...
Preprocessing library List-0.5.1...
[1 of 4] Compiling Data.List.Class  ( src/Data/List/Class.hs, dist_foo/build/Data/List/Class.o )
[2 of 4] Compiling Control.Monad.Trans.List ( src/Control/Monad/Trans/List.hs, dist_foo/build/Control/Monad/Trans/List.o )
[3 of 4] Compiling Control.Monad.Trans.List.Funcs ( src/Control/Monad/Trans/List/Funcs.hs, dist_foo/build/Control/Monad/Trans/List/Funcs.o )
[4 of 4] Compiling Control.Monad.ListT ( src/Control/Monad/ListT.hs, dist_foo/build/Control/Monad/ListT.o )
Registering List-0.5.1...
Installing library in /home/ddb/foo/.hsenv_foo/cabal/lib/List-0.5.1/ghc-7.4.1
Registering List-0.5.1...
Configuring mtl-2.1.2...
Building mtl-2.1.2...
Preprocessing library mtl-2.1.2...
[ 1 of 21] Compiling Control.Monad.Writer.Class ( Control/Monad/Writer/Class.hs, dist_foo/build/Control/Monad/Writer/Class.o )
[ 2 of 21] Compiling Control.Monad.State.Class ( Control/Monad/State/Class.hs, dist_foo/build/Control/Monad/State/Class.o )
[ 3 of 21] Compiling Control.Monad.Reader.Class ( Control/Monad/Reader/Class.hs, dist_foo/build/Control/Monad/Reader/Class.o )
[ 4 of 21] Compiling Control.Monad.RWS.Class ( Control/Monad/RWS/Class.hs, dist_foo/build/Control/Monad/RWS/Class.o )
[ 5 of 21] Compiling Control.Monad.Identity ( Control/Monad/Identity.hs, dist_foo/build/Control/Monad/Identity.o )
[ 6 of 21] Compiling Control.Monad.Error.Class ( Control/Monad/Error/Class.hs, dist_foo/build/Control/Monad/Error/Class.o )
[ 7 of 21] Compiling Control.Monad.Cont.Class ( Control/Monad/Cont/Class.hs, dist_foo/build/Control/Monad/Cont/Class.o )
[ 8 of 21] Compiling Control.Monad.Trans ( Control/Monad/Trans.hs, dist_foo/build/Control/Monad/Trans.o )
[ 9 of 21] Compiling Control.Monad.Error ( Control/Monad/Error.hs, dist_foo/build/Control/Monad/Error.o )
[10 of 21] Compiling Control.Monad.List ( Control/Monad/List.hs, dist_foo/build/Control/Monad/List.o )
[11 of 21] Compiling Control.Monad.RWS.Lazy ( Control/Monad/RWS/Lazy.hs, dist_foo/build/Control/Monad/RWS/Lazy.o )
[12 of 21] Compiling Control.Monad.RWS ( Control/Monad/RWS.hs, dist_foo/build/Control/Monad/RWS.o )
[13 of 21] Compiling Control.Monad.Reader ( Control/Monad/Reader.hs, dist_foo/build/Control/Monad/Reader.o )
[14 of 21] Compiling Control.Monad.RWS.Strict ( Control/Monad/RWS/Strict.hs, dist_foo/build/Control/Monad/RWS/Strict.o )
[15 of 21] Compiling Control.Monad.State.Lazy ( Control/Monad/State/Lazy.hs, dist_foo/build/Control/Monad/State/Lazy.o )
[16 of 21] Compiling Control.Monad.State ( Control/Monad/State.hs, dist_foo/build/Control/Monad/State.o )
[17 of 21] Compiling Control.Monad.State.Strict ( Control/Monad/State/Strict.hs, dist_foo/build/Control/Monad/State/Strict.o )
[18 of 21] Compiling Control.Monad.Writer.Lazy ( Control/Monad/Writer/Lazy.hs, dist_foo/build/Control/Monad/Writer/Lazy.o )
[19 of 21] Compiling Control.Monad.Writer ( Control/Monad/Writer.hs, dist_foo/build/Control/Monad/Writer.o )
[20 of 21] Compiling Control.Monad.Writer.Strict ( Control/Monad/Writer/Strict.hs, dist_foo/build/Control/Monad/Writer/Strict.o )
[21 of 21] Compiling Control.Monad.Cont ( Control/Monad/Cont.hs, dist_foo/build/Control/Monad/Cont.o )
Registering mtl-2.1.2...
Installing library in /home/ddb/foo/.hsenv_foo/cabal/lib/mtl-2.1.2/ghc-7.4.1
Registering mtl-2.1.2...
Configuring parsec-3.1.3...
Building parsec-3.1.3...
Preprocessing library parsec-3.1.3...
[ 1 of 25] Compiling Text.Parsec.Pos  ( Text/Parsec/Pos.hs, dist_foo/build/Text/Parsec/Pos.o )
[ 2 of 25] Compiling Text.Parsec.Error ( Text/Parsec/Error.hs, dist_foo/build/Text/Parsec/Error.o )
[ 3 of 25] Compiling Text.ParserCombinators.Parsec.Error ( Text/ParserCombinators/Parsec/Error.hs, dist_foo/build/Text/ParserCombinators/Parsec/Error.o )
[ 4 of 25] Compiling Text.ParserCombinators.Parsec.Pos ( Text/ParserCombinators/Parsec/Pos.hs, dist_foo/build/Text/ParserCombinators/Parsec/Pos.o )
[ 5 of 25] Compiling Text.Parsec.Prim ( Text/Parsec/Prim.hs, dist_foo/build/Text/Parsec/Prim.o )
[ 6 of 25] Compiling Text.Parsec.Char ( Text/Parsec/Char.hs, dist_foo/build/Text/Parsec/Char.o )
[ 7 of 25] Compiling Text.Parsec.Combinator ( Text/Parsec/Combinator.hs, dist_foo/build/Text/Parsec/Combinator.o )
[ 8 of 25] Compiling Text.ParserCombinators.Parsec.Combinator ( Text/ParserCombinators/Parsec/Combinator.hs, dist_foo/build/Text/ParserCombinators/Parsec/Combinator.o )
[ 9 of 25] Compiling Text.Parsec.String ( Text/Parsec/String.hs, dist_foo/build/Text/Parsec/String.o )
[10 of 25] Compiling Text.ParserCombinators.Parsec.Char ( Text/ParserCombinators/Parsec/Char.hs, dist_foo/build/Text/ParserCombinators/Parsec/Char.o )
[11 of 25] Compiling Text.Parsec.ByteString ( Text/Parsec/ByteString.hs, dist_foo/build/Text/Parsec/ByteString.o )
[12 of 25] Compiling Text.Parsec.ByteString.Lazy ( Text/Parsec/ByteString/Lazy.hs, dist_foo/build/Text/Parsec/ByteString/Lazy.o )
[13 of 25] Compiling Text.Parsec.Text ( Text/Parsec/Text.hs, dist_foo/build/Text/Parsec/Text.o )
[14 of 25] Compiling Text.Parsec.Text.Lazy ( Text/Parsec/Text/Lazy.hs, dist_foo/build/Text/Parsec/Text/Lazy.o )
[15 of 25] Compiling Text.Parsec.Token ( Text/Parsec/Token.hs, dist_foo/build/Text/Parsec/Token.o )
[16 of 25] Compiling Text.ParserCombinators.Parsec.Token ( Text/ParserCombinators/Parsec/Token.hs, dist_foo/build/Text/ParserCombinators/Parsec/Token.o )
[17 of 25] Compiling Text.Parsec.Expr ( Text/Parsec/Expr.hs, dist_foo/build/Text/Parsec/Expr.o )
[18 of 25] Compiling Text.ParserCombinators.Parsec.Prim ( Text/ParserCombinators/Parsec/Prim.hs, dist_foo/build/Text/ParserCombinators/Parsec/Prim.o )
[19 of 25] Compiling Text.ParserCombinators.Parsec ( Text/ParserCombinators/Parsec.hs, dist_foo/build/Text/ParserCombinators/Parsec.o )
[20 of 25] Compiling Text.ParserCombinators.Parsec.Expr ( Text/ParserCombinators/Parsec/Expr.hs, dist_foo/build/Text/ParserCombinators/Parsec/Expr.o )
[21 of 25] Compiling Text.Parsec      ( Text/Parsec.hs, dist_foo/build/Text/Parsec.o )
[22 of 25] Compiling Text.Parsec.Language ( Text/Parsec/Language.hs, dist_foo/build/Text/Parsec/Language.o )
[23 of 25] Compiling Text.ParserCombinators.Parsec.Language ( Text/ParserCombinators/Parsec/Language.hs, dist_foo/build/Text/ParserCombinators/Parsec/Language.o )
[24 of 25] Compiling Text.Parsec.Perm ( Text/Parsec/Perm.hs, dist_foo/build/Text/Parsec/Perm.o )
[25 of 25] Compiling Text.ParserCombinators.Parsec.Perm ( Text/ParserCombinators/Parsec/Perm.hs, dist_foo/build/Text/ParserCombinators/Parsec/Perm.o )
Registering parsec-3.1.3...
Installing library in
/home/ddb/foo/.hsenv_foo/cabal/lib/parsec-3.1.3/ghc-7.4.1
Registering parsec-3.1.3...
Configuring json-0.7...
Building json-0.7...
Preprocessing library json-0.7...
[1 of 7] Compiling Text.JSON.Types  ( Text/JSON/Types.hs, dist_foo/build/Text/JSON/Types.o )
[2 of 7] Compiling Text.JSON.Pretty ( Text/JSON/Pretty.hs, dist_foo/build/Text/JSON/Pretty.o )
[3 of 7] Compiling Text.JSON.ReadP  ( Text/JSON/ReadP.hs, dist_foo/build/Text/JSON/ReadP.o )
[4 of 7] Compiling Text.JSON.Parsec ( Text/JSON/Parsec.hs, dist_foo/build/Text/JSON/Parsec.o )
[5 of 7] Compiling Text.JSON.String ( Text/JSON/String.hs, dist_foo/build/Text/JSON/String.o )
[6 of 7] Compiling Text.JSON        ( Text/JSON.hs, dist_foo/build/Text/JSON.o )
[7 of 7] Compiling Text.JSON.Generic ( Text/JSON/Generic.hs, dist_foo/build/Text/JSON/Generic.o )
Registering json-0.7...
Installing library in /home/ddb/foo/.hsenv_foo/cabal/lib/json-0.7/ghc-7.4.1
Registering json-0.7...
Configuring network-2.4.0.1...
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for an ANSI C-conforming const... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for stdlib.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for unistd.h... (cached) yes
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking ws2tcpip.h usability... no
checking ws2tcpip.h presence... no
checking for ws2tcpip.h... no
checking wspiapi.h usability... no
checking wspiapi.h presence... no
checking for wspiapi.h... no
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking for readlink... yes
checking for symlink... yes
checking for struct msghdr.msg_control... yes
checking for struct msghdr.msg_accrights... no
checking for struct sockaddr.sa_len... no
checking for in_addr_t in netinet/in.h... yes
checking for SO_PEERCRED and struct ucred in sys/socket.h... yes
checking for _head_libws2_32_a in -lws2_32... no
checking for getaddrinfo... yes
checking for gai_strerror... yes
checking whether AI_ADDRCONFIG is declared... yes
checking whether AI_ALL is declared... yes
checking whether AI_NUMERICSERV is declared... yes
checking whether AI_V4MAPPED is declared... yes
checking whether IPV6_V6ONLY is declared... yes
checking for sendfile in sys/sendfile.h... yes
checking for sendfile in sys/socket.h... no
checking for gethostent... yes
checking for accept4... yes
configure: creating ./config.status
config.status: creating network.buildinfo
config.status: creating include/HsNetworkConfig.h
Building network-2.4.0.1...
Preprocessing library network-2.4.0.1...
[ 1 of 10] Compiling Network.URI      ( Network/URI.hs, dist_foo/build/Network/URI.o )
[ 2 of 10] Compiling Network.Socket.ByteString.IOVec ( dist_foo/build/Network/Socket/ByteString/IOVec.hs, dist_foo/build/Network/Socket/ByteString/IOVec.o )
[ 3 of 10] Compiling Network.Socket.Internal ( dist_foo/build/Network/Socket/Internal.hs, dist_foo/build/Network/Socket/Internal.o )
[ 4 of 10] Compiling Network.Socket   ( dist_foo/build/Network/Socket.hs, dist_foo/build/Network/Socket.o )
[ 5 of 10] Compiling Network.Socket.ByteString.MsgHdr ( dist_foo/build/Network/Socket/ByteString/MsgHdr.hs, dist_foo/build/Network/Socket/ByteString/MsgHdr.o )
[ 6 of 10] Compiling Network.Socket.ByteString.Internal ( Network/Socket/ByteString/Internal.hs, dist_foo/build/Network/Socket/ByteString/Internal.o )
[ 7 of 10] Compiling Network.Socket.ByteString ( dist_foo/build/Network/Socket/ByteString.hs, dist_foo/build/Network/Socket/ByteString.o )
[ 8 of 10] Compiling Network.Socket.ByteString.Lazy ( dist_foo/build/Network/Socket/ByteString/Lazy.hs, dist_foo/build/Network/Socket/ByteString/Lazy.o )
[ 9 of 10] Compiling Network.BSD      ( dist_foo/build/Network/BSD.hs, dist_foo/build/Network/BSD.o )
[10 of 10] Compiling Network          ( Network.hs, dist_foo/build/Network.o )
Registering network-2.4.0.1...
Installing library in
/home/ddb/foo/.hsenv_foo/cabal/lib/network-2.4.0.1/ghc-7.4.1
Registering network-2.4.0.1...
Configuring HTTP-4000.2.6...
Building HTTP-4000.2.6...
Preprocessing library HTTP-4000.2.6...
[ 1 of 18] Compiling Network.HTTP.Base64 ( Network/HTTP/Base64.hs, dist_foo/build/Network/HTTP/Base64.o )
[ 2 of 18] Compiling Network.HTTP.MD5Aux ( Network/HTTP/MD5Aux.hs, dist_foo/build/Network/HTTP/MD5Aux.o )
[ 3 of 18] Compiling Paths_HTTP       ( dist_foo/build/autogen/Paths_HTTP.hs, dist_foo/build/Paths_HTTP.o )
[ 4 of 18] Compiling Network.Stream   ( Network/Stream.hs, dist_foo/build/Network/Stream.o )
[ 5 of 18] Compiling Network.HTTP.Utils ( Network/HTTP/Utils.hs, dist_foo/build/Network/HTTP/Utils.o )
[ 6 of 18] Compiling Network.HTTP.Headers ( Network/HTTP/Headers.hs, dist_foo/build/Network/HTTP/Headers.o )
[ 7 of 18] Compiling Network.HTTP.Cookie ( Network/HTTP/Cookie.hs, dist_foo/build/Network/HTTP/Cookie.o )
[ 8 of 18] Compiling Network.BufferType ( Network/BufferType.hs, dist_foo/build/Network/BufferType.o )
[ 9 of 18] Compiling Network.HTTP.Base ( Network/HTTP/Base.hs, dist_foo/build/Network/HTTP/Base.o )
[10 of 18] Compiling Network.TCP      ( Network/TCP.hs, dist_foo/build/Network/TCP.o )
[11 of 18] Compiling Network.StreamDebugger ( Network/StreamDebugger.hs, dist_foo/build/Network/StreamDebugger.o )
[12 of 18] Compiling Network.StreamSocket ( Network/StreamSocket.hs, dist_foo/build/Network/StreamSocket.o )
[13 of 18] Compiling Network.HTTP.Auth ( Network/HTTP/Auth.hs, dist_foo/build/Network/HTTP/Auth.o )
[14 of 18] Compiling Network.HTTP.Proxy ( Network/HTTP/Proxy.hs, dist_foo/build/Network/HTTP/Proxy.o )

Network/HTTP/Proxy.hs:24:1:
    Warning: The import of `Network.HTTP.Base' is redundant
               except perhaps to import instances from `Network.HTTP.Base'
             To import instances alone, use: import Network.HTTP.Base()
[15 of 18] Compiling Network.HTTP.HandleStream ( Network/HTTP/HandleStream.hs, dist_foo/build/Network/HTTP/HandleStream.o )
[16 of 18] Compiling Network.HTTP     ( Network/HTTP.hs, dist_foo/build/Network/HTTP.o )
[17 of 18] Compiling Network.HTTP.Stream ( Network/HTTP/Stream.hs, dist_foo/build/Network/HTTP/Stream.o )
[18 of 18] Compiling Network.Browser  ( Network/Browser.hs, dist_foo/build/Network/Browser.o )
Registering HTTP-4000.2.6...
Installing library in
/home/ddb/foo/.hsenv_foo/cabal/lib/HTTP-4000.2.6/ghc-7.4.1
Registering HTTP-4000.2.6...
Configuring regex-base-0.93.2...
Building regex-base-0.93.2...
Preprocessing library regex-base-0.93.2...
[1 of 4] Compiling Text.Regex.Base.RegexLike ( Text/Regex/Base/RegexLike.hs, dist_foo/build/Text/Regex/Base/RegexLike.o )
[2 of 4] Compiling Text.Regex.Base.Context ( Text/Regex/Base/Context.hs, dist_foo/build/Text/Regex/Base/Context.o )
[3 of 4] Compiling Text.Regex.Base  ( Text/Regex/Base.hs, dist_foo/build/Text/Regex/Base.o )
[4 of 4] Compiling Text.Regex.Base.Impl ( Text/Regex/Base/Impl.hs, dist_foo/build/Text/Regex/Base/Impl.o )
Registering regex-base-0.93.2...
Installing library in
/home/ddb/foo/.hsenv_foo/cabal/lib/regex-base-0.93.2/ghc-7.4.1
Registering regex-base-0.93.2...
Configuring regex-pcre-builtin-0.94.4.5.8.31...
Building regex-pcre-builtin-0.94.4.5.8.31...
Preprocessing library regex-pcre-builtin-0.94.4.5.8.31...
[1 of 6] Compiling Text.Regex.PCRE.Wrap ( dist_foo/build/Text/Regex/PCRE/Wrap.hs, dist_foo/build/Text/Regex/PCRE/Wrap.o )

Text/Regex/PCRE/Wrap.hsc:76:16:
    Warning: In the use of `unsafePerformIO'
             (imported from Foreign):
             Deprecated: "Use System.IO.Unsafe.unsafePerformIO instead; This function will be removed in the next release"

Text/Regex/PCRE/Wrap.hsc:217:5:
    Warning: A do-notation statement discarded a result of type CInt.
             Suppress this warning by saying "_ <- c_pcre_fullinfo
                                                     pcre_ptr (nullPtr) pcreInfoCapturecount st",
             or by using the flag -fno-warn-unused-do-bind

Text/Regex/PCRE/Wrap.hsc:340:5:
    Warning: A do-notation statement discarded a result of type CInt.
             Suppress this warning by saying "_ <- c_pcre_config
                                                     pcreConfigUtf8 ptrVal",
             or by using the flag -fno-warn-unused-do-bind
[2 of 6] Compiling Text.Regex.PCRE.String ( Text/Regex/PCRE/String.hs, dist_foo/build/Text/Regex/PCRE/String.o )
[3 of 6] Compiling Text.Regex.PCRE.Sequence ( Text/Regex/PCRE/Sequence.hs, dist_foo/build/Text/Regex/PCRE/Sequence.o )
[4 of 6] Compiling Text.Regex.PCRE.ByteString ( Text/Regex/PCRE/ByteString.hs, dist_foo/build/Text/Regex/PCRE/ByteString.o )
[5 of 6] Compiling Text.Regex.PCRE.ByteString.Lazy ( Text/Regex/PCRE/ByteString/Lazy.hs, dist_foo/build/Text/Regex/PCRE/ByteString/Lazy.o )
[6 of 6] Compiling Text.Regex.PCRE  ( Text/Regex/PCRE.hs, dist_foo/build/Text/Regex/PCRE.o )
Registering regex-pcre-builtin-0.94.4.5.8.31...
Installing library in
/home/ddb/foo/.hsenv_foo/cabal/lib/regex-pcre-builtin-0.94.4.5.8.31/ghc-7.4.1
Registering regex-pcre-builtin-0.94.4.5.8.31...
Configuring highlighting-kate-0.5.3.4...
Building highlighting-kate-0.5.3.4...
Preprocessing library highlighting-kate-0.5.3.4...
[ 1 of 99] Compiling Paths_highlighting_kate ( dist_foo/build/autogen/Paths_highlighting_kate.hs, dist_foo/build/Paths_highlighting_kate.o )
[ 2 of 99] Compiling Text.Highlighting.Kate.Types ( Text/Highlighting/Kate/Types.hs, dist_foo/build/Text/Highlighting/Kate/Types.o )
[ 3 of 99] Compiling Text.Highlighting.Kate.Styles ( Text/Highlighting/Kate/Styles.hs, dist_foo/build/Text/Highlighting/Kate/Styles.o )
[ 4 of 99] Compiling Text.Highlighting.Kate.Format.HTML ( Text/Highlighting/Kate/Format/HTML.hs, dist_foo/build/Text/Highlighting/Kate/Format/HTML.o )
[ 5 of 99] Compiling Text.Highlighting.Kate.Format.LaTeX ( Text/Highlighting/Kate/Format/LaTeX.hs, dist_foo/build/Text/Highlighting/Kate/Format/LaTeX.o )
[ 6 of 99] Compiling Text.Highlighting.Kate.Common ( Text/Highlighting/Kate/Common.hs, dist_foo/build/Text/Highlighting/Kate/Common.o )

Text/Highlighting/Kate/Common.hs:76:22:
    Warning: Defined but not used: `x'
[ 7 of 99] Compiling Text.Highlighting.Kate.Syntax.Ada ( Text/Highlighting/Kate/Syntax/Ada.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Ada.o )
[ 8 of 99] Compiling Text.Highlighting.Kate.Syntax.Alert ( Text/Highlighting/Kate/Syntax/Alert.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Alert.o )
[ 9 of 99] Compiling Text.Highlighting.Kate.Syntax.Alert_indent ( Text/Highlighting/Kate/Syntax/Alert_indent.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Alert_indent.o )
[10 of 99] Compiling Text.Highlighting.Kate.Syntax.Apache ( Text/Highlighting/Kate/Syntax/Apache.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Apache.o )
[11 of 99] Compiling Text.Highlighting.Kate.Syntax.Asn1 ( Text/Highlighting/Kate/Syntax/Asn1.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Asn1.o )
[12 of 99] Compiling Text.Highlighting.Kate.Syntax.Asp ( Text/Highlighting/Kate/Syntax/Asp.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Asp.o )
[13 of 99] Compiling Text.Highlighting.Kate.Syntax.Awk ( Text/Highlighting/Kate/Syntax/Awk.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Awk.o )
[14 of 99] Compiling Text.Highlighting.Kate.Syntax.Bash ( Text/Highlighting/Kate/Syntax/Bash.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Bash.o )
[15 of 99] Compiling Text.Highlighting.Kate.Syntax.Bibtex ( Text/Highlighting/Kate/Syntax/Bibtex.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Bibtex.o )
[16 of 99] Compiling Text.Highlighting.Kate.Syntax.Boo ( Text/Highlighting/Kate/Syntax/Boo.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Boo.o )
[17 of 99] Compiling Text.Highlighting.Kate.Syntax.Changelog ( Text/Highlighting/Kate/Syntax/Changelog.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Changelog.o )
[18 of 99] Compiling Text.Highlighting.Kate.Syntax.Clojure ( Text/Highlighting/Kate/Syntax/Clojure.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Clojure.o )
[19 of 99] Compiling Text.Highlighting.Kate.Syntax.Cmake ( Text/Highlighting/Kate/Syntax/Cmake.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Cmake.o )
[20 of 99] Compiling Text.Highlighting.Kate.Syntax.Coldfusion ( Text/Highlighting/Kate/Syntax/Coldfusion.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Coldfusion.o )
[21 of 99] Compiling Text.Highlighting.Kate.Syntax.Commonlisp ( Text/Highlighting/Kate/Syntax/Commonlisp.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Commonlisp.o )
[22 of 99] Compiling Text.Highlighting.Kate.Syntax.Css ( Text/Highlighting/Kate/Syntax/Css.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Css.o )
[23 of 99] Compiling Text.Highlighting.Kate.Syntax.D ( Text/Highlighting/Kate/Syntax/D.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/D.o )
[24 of 99] Compiling Text.Highlighting.Kate.Syntax.Diff ( Text/Highlighting/Kate/Syntax/Diff.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Diff.o )

Text/Highlighting/Kate/Syntax/Diff.hs:45:10:
    Warning: Pattern match(es) are overlapped
             In a case alternative: ("Diff", "File") -> ...

Text/Highlighting/Kate/Syntax/Diff.hs:85:1:
    Warning: Pattern match(es) are overlapped
             In an equation for `parseRules': parseRules ("Diff", "File") = ...
[25 of 99] Compiling Text.Highlighting.Kate.Syntax.Doxygen ( Text/Highlighting/Kate/Syntax/Doxygen.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Doxygen.o )
[26 of 99] Compiling Text.Highlighting.Kate.Syntax.C ( Text/Highlighting/Kate/Syntax/C.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/C.o )
[27 of 99] Compiling Text.Highlighting.Kate.Syntax.Cpp ( Text/Highlighting/Kate/Syntax/Cpp.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Cpp.o )
[28 of 99] Compiling Text.Highlighting.Kate.Syntax.Cs ( Text/Highlighting/Kate/Syntax/Cs.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Cs.o )
[29 of 99] Compiling Text.Highlighting.Kate.Syntax.Doxygenlua ( Text/Highlighting/Kate/Syntax/Doxygenlua.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Doxygenlua.o )
[30 of 99] Compiling Text.Highlighting.Kate.Syntax.Dtd ( Text/Highlighting/Kate/Syntax/Dtd.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Dtd.o )
[31 of 99] Compiling Text.Highlighting.Kate.Syntax.Eiffel ( Text/Highlighting/Kate/Syntax/Eiffel.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Eiffel.o )
[32 of 99] Compiling Text.Highlighting.Kate.Syntax.Email ( Text/Highlighting/Kate/Syntax/Email.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Email.o )
[33 of 99] Compiling Text.Highlighting.Kate.Syntax.Erlang ( Text/Highlighting/Kate/Syntax/Erlang.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Erlang.o )
[34 of 99] Compiling Text.Highlighting.Kate.Syntax.Fortran ( Text/Highlighting/Kate/Syntax/Fortran.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Fortran.o )
[35 of 99] Compiling Text.Highlighting.Kate.Syntax.Fsharp ( Text/Highlighting/Kate/Syntax/Fsharp.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Fsharp.o )

Text/Highlighting/Kate/Syntax/Fsharp.hs:69:1:
    Warning: Defined but not used: `list_symbols'
[36 of 99] Compiling Text.Highlighting.Kate.Syntax.Gnuassembler ( Text/Highlighting/Kate/Syntax/Gnuassembler.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Gnuassembler.o )
[37 of 99] Compiling Text.Highlighting.Kate.Syntax.Go ( Text/Highlighting/Kate/Syntax/Go.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Go.o )
[38 of 99] Compiling Text.Highlighting.Kate.Syntax.Haskell ( Text/Highlighting/Kate/Syntax/Haskell.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Haskell.o )
[39 of 99] Compiling Text.Highlighting.Kate.Syntax.Haxe ( Text/Highlighting/Kate/Syntax/Haxe.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Haxe.o )
[40 of 99] Compiling Text.Highlighting.Kate.Syntax.Ini ( Text/Highlighting/Kate/Syntax/Ini.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Ini.o )
[41 of 99] Compiling Text.Highlighting.Kate.Syntax.Javascript ( Text/Highlighting/Kate/Syntax/Javascript.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Javascript.o )
[42 of 99] Compiling Text.Highlighting.Kate.Syntax.Coffee ( Text/Highlighting/Kate/Syntax/Coffee.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Coffee.o )
[43 of 99] Compiling Text.Highlighting.Kate.Syntax.Djangotemplate ( Text/Highlighting/Kate/Syntax/Djangotemplate.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Djangotemplate.o )
[44 of 99] Compiling Text.Highlighting.Kate.Syntax.Html ( Text/Highlighting/Kate/Syntax/Html.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Html.o )
[45 of 99] Compiling Text.Highlighting.Kate.Syntax.Javadoc ( Text/Highlighting/Kate/Syntax/Javadoc.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Javadoc.o )
[46 of 99] Compiling Text.Highlighting.Kate.Syntax.Actionscript ( Text/Highlighting/Kate/Syntax/Actionscript.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Actionscript.o )
[47 of 99] Compiling Text.Highlighting.Kate.Syntax.Java ( Text/Highlighting/Kate/Syntax/Java.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Java.o )
[48 of 99] Compiling Text.Highlighting.Kate.Syntax.Json ( Text/Highlighting/Kate/Syntax/Json.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Json.o )
[49 of 99] Compiling Text.Highlighting.Kate.Syntax.Jsp ( Text/Highlighting/Kate/Syntax/Jsp.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Jsp.o )
[50 of 99] Compiling Text.Highlighting.Kate.Syntax.Latex ( Text/Highlighting/Kate/Syntax/Latex.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Latex.o )
[51 of 99] Compiling Text.Highlighting.Kate.Syntax.Lex ( Text/Highlighting/Kate/Syntax/Lex.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Lex.o )
[52 of 99] Compiling Text.Highlighting.Kate.Syntax.LiterateHaskell ( Text/Highlighting/Kate/Syntax/LiterateHaskell.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/LiterateHaskell.o )
[53 of 99] Compiling Text.Highlighting.Kate.Syntax.Lua ( Text/Highlighting/Kate/Syntax/Lua.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Lua.o )
[54 of 99] Compiling Text.Highlighting.Kate.Syntax.Makefile ( Text/Highlighting/Kate/Syntax/Makefile.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Makefile.o )
[55 of 99] Compiling Text.Highlighting.Kate.Syntax.Mandoc ( Text/Highlighting/Kate/Syntax/Mandoc.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Mandoc.o )
[56 of 99] Compiling Text.Highlighting.Kate.Syntax.Matlab ( Text/Highlighting/Kate/Syntax/Matlab.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Matlab.o )
[57 of 99] Compiling Text.Highlighting.Kate.Syntax.Maxima ( Text/Highlighting/Kate/Syntax/Maxima.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Maxima.o )
[58 of 99] Compiling Text.Highlighting.Kate.Syntax.Metafont ( Text/Highlighting/Kate/Syntax/Metafont.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Metafont.o )

Text/Highlighting/Kate/Syntax/Metafont.hs:81:1:
    Warning: Defined but not used: `list_notDefined'

Text/Highlighting/Kate/Syntax/Metafont.hs:83:1:
    Warning: Defined but not used: `list_EnvDelimiters'
[59 of 99] Compiling Text.Highlighting.Kate.Syntax.Mips ( Text/Highlighting/Kate/Syntax/Mips.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Mips.o )
[60 of 99] Compiling Text.Highlighting.Kate.Syntax.Modula2 ( Text/Highlighting/Kate/Syntax/Modula2.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Modula2.o )
[61 of 99] Compiling Text.Highlighting.Kate.Syntax.Modula3 ( Text/Highlighting/Kate/Syntax/Modula3.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Modula3.o )
[62 of 99] Compiling Text.Highlighting.Kate.Syntax.Monobasic ( Text/Highlighting/Kate/Syntax/Monobasic.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Monobasic.o )
[63 of 99] Compiling Text.Highlighting.Kate.Syntax.Nasm ( Text/Highlighting/Kate/Syntax/Nasm.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Nasm.o )
[64 of 99] Compiling Text.Highlighting.Kate.Syntax.Noweb ( Text/Highlighting/Kate/Syntax/Noweb.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Noweb.o )
[65 of 99] Compiling Text.Highlighting.Kate.Syntax.Objectivec ( Text/Highlighting/Kate/Syntax/Objectivec.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Objectivec.o )
[66 of 99] Compiling Text.Highlighting.Kate.Syntax.Objectivecpp ( Text/Highlighting/Kate/Syntax/Objectivecpp.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Objectivecpp.o )

Text/Highlighting/Kate/Syntax/Objectivecpp.hs:48:10:
    Warning: Pattern match(es) are overlapped
             In a case alternative: ("Objective-C++", "Preprocessor") -> ...

Text/Highlighting/Kate/Syntax/Objectivecpp.hs:83:1:
    Warning: Pattern match(es) are overlapped
             In an equation for `parseRules':
                 parseRules ("Objective-C++", "Preprocessor") = ...
[67 of 99] Compiling Text.Highlighting.Kate.Syntax.Ocaml ( Text/Highlighting/Kate/Syntax/Ocaml.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Ocaml.o )

Text/Highlighting/Kate/Syntax/Ocaml.hs:69:1:
    Warning: Defined but not used: `list_symbols'
[68 of 99] Compiling Text.Highlighting.Kate.Syntax.Octave ( Text/Highlighting/Kate/Syntax/Octave.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Octave.o )
[69 of 99] Compiling Text.Highlighting.Kate.Syntax.Pascal ( Text/Highlighting/Kate/Syntax/Pascal.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Pascal.o )
[70 of 99] Compiling Text.Highlighting.Kate.Syntax.Perl ( Text/Highlighting/Kate/Syntax/Perl.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Perl.o )
[71 of 99] Compiling Text.Highlighting.Kate.Syntax.Pike ( Text/Highlighting/Kate/Syntax/Pike.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Pike.o )
[72 of 99] Compiling Text.Highlighting.Kate.Syntax.Postscript ( Text/Highlighting/Kate/Syntax/Postscript.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Postscript.o )
[73 of 99] Compiling Text.Highlighting.Kate.Syntax.Prolog ( Text/Highlighting/Kate/Syntax/Prolog.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Prolog.o )

Text/Highlighting/Kate/Syntax/Prolog.hs:67:1:
    Warning: Defined but not used: `list_keywords'
[74 of 99] Compiling Text.Highlighting.Kate.Syntax.Python ( Text/Highlighting/Kate/Syntax/Python.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Python.o )
[75 of 99] Compiling Text.Highlighting.Kate.Syntax.R ( Text/Highlighting/Kate/Syntax/R.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/R.o )
[76 of 99] Compiling Text.Highlighting.Kate.Syntax.Relaxngcompact ( Text/Highlighting/Kate/Syntax/Relaxngcompact.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Relaxngcompact.o )
[77 of 99] Compiling Text.Highlighting.Kate.Syntax.Rhtml ( Text/Highlighting/Kate/Syntax/Rhtml.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Rhtml.o )
[78 of 99] Compiling Text.Highlighting.Kate.Syntax.Ruby ( Text/Highlighting/Kate/Syntax/Ruby.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Ruby.o )
[79 of 99] Compiling Text.Highlighting.Kate.Syntax.Scala ( Text/Highlighting/Kate/Syntax/Scala.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Scala.o )
[80 of 99] Compiling Text.Highlighting.Kate.Syntax.Scheme ( Text/Highlighting/Kate/Syntax/Scheme.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Scheme.o )
[81 of 99] Compiling Text.Highlighting.Kate.Syntax.Sci ( Text/Highlighting/Kate/Syntax/Sci.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Sci.o )
[82 of 99] Compiling Text.Highlighting.Kate.Syntax.Sed ( Text/Highlighting/Kate/Syntax/Sed.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Sed.o )
[83 of 99] Compiling Text.Highlighting.Kate.Syntax.Sgml ( Text/Highlighting/Kate/Syntax/Sgml.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Sgml.o )
[84 of 99] Compiling Text.Highlighting.Kate.Syntax.Sql ( Text/Highlighting/Kate/Syntax/Sql.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Sql.o )
[85 of 99] Compiling Text.Highlighting.Kate.Syntax.SqlMysql ( Text/Highlighting/Kate/Syntax/SqlMysql.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/SqlMysql.o )
[86 of 99] Compiling Text.Highlighting.Kate.Syntax.Php ( Text/Highlighting/Kate/Syntax/Php.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Php.o )
[87 of 99] Compiling Text.Highlighting.Kate.Syntax.SqlPostgresql ( Text/Highlighting/Kate/Syntax/SqlPostgresql.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/SqlPostgresql.o )
[88 of 99] Compiling Text.Highlighting.Kate.Syntax.Tcl ( Text/Highlighting/Kate/Syntax/Tcl.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Tcl.o )
[89 of 99] Compiling Text.Highlighting.Kate.Syntax.Texinfo ( Text/Highlighting/Kate/Syntax/Texinfo.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Texinfo.o )
[90 of 99] Compiling Text.Highlighting.Kate.Syntax.Verilog ( Text/Highlighting/Kate/Syntax/Verilog.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Verilog.o )
[91 of 99] Compiling Text.Highlighting.Kate.Syntax.Vhdl ( Text/Highlighting/Kate/Syntax/Vhdl.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Vhdl.o )

Text/Highlighting/Kate/Syntax/Vhdl.hs:86:1:
    Warning: Defined but not used: `list_directions'
[92 of 99] Compiling Text.Highlighting.Kate.Syntax.Xml ( Text/Highlighting/Kate/Syntax/Xml.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Xml.o )
[93 of 99] Compiling Text.Highlighting.Kate.Syntax.Xorg ( Text/Highlighting/Kate/Syntax/Xorg.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Xorg.o )
[94 of 99] Compiling Text.Highlighting.Kate.Syntax.Xslt ( Text/Highlighting/Kate/Syntax/Xslt.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Xslt.o )
[95 of 99] Compiling Text.Highlighting.Kate.Syntax.Xul ( Text/Highlighting/Kate/Syntax/Xul.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Xul.o )
[96 of 99] Compiling Text.Highlighting.Kate.Syntax.Yacc ( Text/Highlighting/Kate/Syntax/Yacc.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Yacc.o )
[97 of 99] Compiling Text.Highlighting.Kate.Syntax.Yaml ( Text/Highlighting/Kate/Syntax/Yaml.hs, dist_foo/build/Text/Highlighting/Kate/Syntax/Yaml.o )
[98 of 99] Compiling Text.Highlighting.Kate.Syntax ( Text/Highlighting/Kate/Syntax.hs, dist_foo/build/Text/Highlighting/Kate/Syntax.o )
[99 of 99] Compiling Text.Highlighting.Kate ( Text/Highlighting/Kate.hs, dist_foo/build/Text/Highlighting/Kate.o )
Registering highlighting-kate-0.5.3.4...
Installing library in
/home/ddb/foo/.hsenv_foo/cabal/lib/highlighting-kate-0.5.3.4/ghc-7.4.1
Registering highlighting-kate-0.5.3.4...
Configuring utf8-string-0.3.7...
Building utf8-string-0.3.7...
Preprocessing library utf8-string-0.3.7...
[1 of 7] Compiling Codec.Binary.UTF8.String ( Codec/Binary/UTF8/String.hs, dist_foo/build/Codec/Binary/UTF8/String.o )
[2 of 7] Compiling Codec.Binary.UTF8.Generic ( Codec/Binary/UTF8/Generic.hs, dist_foo/build/Codec/Binary/UTF8/Generic.o )
[3 of 7] Compiling Data.String.UTF8 ( Data/String/UTF8.hs, dist_foo/build/Data/String/UTF8.o )
[4 of 7] Compiling System.IO.UTF8   ( System/IO/UTF8.hs, dist_foo/build/System/IO/UTF8.o )
[5 of 7] Compiling System.Environment.UTF8 ( System/Environment/UTF8.hs, dist_foo/build/System/Environment/UTF8.o )
[6 of 7] Compiling Data.ByteString.UTF8 ( Data/ByteString/UTF8.hs, dist_foo/build/Data/ByteString/UTF8.o )
[7 of 7] Compiling Data.ByteString.Lazy.UTF8 ( Data/ByteString/Lazy/UTF8.hs, dist_foo/build/Data/ByteString/Lazy/UTF8.o )
Registering utf8-string-0.3.7...
Installing library in
/home/ddb/foo/.hsenv_foo/cabal/lib/utf8-string-0.3.7/ghc-7.4.1
Registering utf8-string-0.3.7...
Configuring hexpat-0.20.3...
Building hexpat-0.20.3...
Preprocessing library hexpat-0.20.3...
[ 1 of 12] Compiling Text.XML.Expat.Internal.IO ( Text/XML/Expat/Internal/IO.hs, dist_foo/build/Text/XML/Expat/Internal/IO.o )
[ 2 of 12] Compiling Text.XML.Expat.SAX ( Text/XML/Expat/SAX.hs, dist_foo/build/Text/XML/Expat/SAX.o )
[ 3 of 12] Compiling Text.XML.Expat.Internal.NodeClass ( Text/XML/Expat/Internal/NodeClass.hs, dist_foo/build/Text/XML/Expat/Internal/NodeClass.o )
[ 4 of 12] Compiling Text.XML.Expat.Internal.Qualified ( Text/XML/Expat/Internal/Qualified.hs, dist_foo/build/Text/XML/Expat/Internal/Qualified.o )
[ 5 of 12] Compiling Text.XML.Expat.Internal.Namespaced ( Text/XML/Expat/Internal/Namespaced.hs, dist_foo/build/Text/XML/Expat/Internal/Namespaced.o )
[ 6 of 12] Compiling Text.XML.Expat.Tree ( Text/XML/Expat/Tree.hs, dist_foo/build/Text/XML/Expat/Tree.o )
[ 7 of 12] Compiling Text.XML.Expat.Cursor ( Text/XML/Expat/Cursor.hs, dist_foo/build/Text/XML/Expat/Cursor.o )
[ 8 of 12] Compiling Text.XML.Expat.Internal.DocumentClass ( Text/XML/Expat/Internal/DocumentClass.hs, dist_foo/build/Text/XML/Expat/Internal/DocumentClass.o )
[ 9 of 12] Compiling Text.XML.Expat.Extended ( Text/XML/Expat/Extended.hs, dist_foo/build/Text/XML/Expat/Extended.o )
[10 of 12] Compiling Text.XML.Expat.Format ( Text/XML/Expat/Format.hs, dist_foo/build/Text/XML/Expat/Format.o )
[11 of 12] Compiling Text.XML.Expat.Proc ( Text/XML/Expat/Proc.hs, dist_foo/build/Text/XML/Expat/Proc.o )
[12 of 12] Compiling Text.XML.Expat.Annotated ( Text/XML/Expat/Annotated.hs, dist_foo/build/Text/XML/Expat/Annotated.o )
Registering hexpat-0.20.3...
Installing library in
/home/ddb/foo/.hsenv_foo/cabal/lib/hexpat-0.20.3/ghc-7.4.1
Registering hexpat-0.20.3...
Configuring citeproc-hs-0.3.6...
Building citeproc-hs-0.3.6...
Preprocessing library citeproc-hs-0.3.6...
[ 1 of 21] Compiling Paths_citeproc_hs ( dist_foo/build/autogen/Paths_citeproc_hs.hs, dist_foo/build/Paths_citeproc_hs.o )
[ 2 of 21] Compiling Text.CSL.Style   ( src/Text/CSL/Style.hs, dist_foo/build/Text/CSL/Style.o )
[ 3 of 21] Compiling Text.CSL.Output.Plain ( src/Text/CSL/Output/Plain.hs, dist_foo/build/Text/CSL/Output/Plain.o )
[ 4 of 21] Compiling Text.CSL.Output.Pandoc ( src/Text/CSL/Output/Pandoc.hs, dist_foo/build/Text/CSL/Output/Pandoc.o )
[ 5 of 21] Compiling Text.CSL.Eval.Output ( src/Text/CSL/Eval/Output.hs, dist_foo/build/Text/CSL/Eval/Output.o )
[ 6 of 21] Compiling Text.CSL.Reference ( src/Text/CSL/Reference.hs, dist_foo/build/Text/CSL/Reference.o )
[ 7 of 21] Compiling Text.CSL.Input.Json ( src/Text/CSL/Input/Json.hs, dist_foo/build/Text/CSL/Input/Json.o )
[ 8 of 21] Compiling Text.CSL.Eval.Common ( src/Text/CSL/Eval/Common.hs, dist_foo/build/Text/CSL/Eval/Common.o )
[ 9 of 21] Compiling Text.CSL.Pickle.Hexpat ( src/Text/CSL/Pickle/Hexpat.hs, dist_foo/build/Text/CSL/Pickle/Hexpat.o )

src/T
jgm commented 11 years ago

What is the output of the build process? If there is no error, how do you know that the build failed?

On Jan 12, 2013, at 7:36 AM, Nicolas Dudebout notifications@github.com wrote:

I am having problems with installing pandoc in a clean hsenv with cabal up to date After creating the hsenv and activating it, I directly do:

$ cabal install pandoc I do not get any error but the install fails.

— Reply to this email directly or view it on GitHub.

dudebout commented 11 years ago

Sorry, the output I posted to github was somehow truncated. Here are the last bits:

[39 of 42] Compiling Text.Pandoc.Writers.Textile ( src/Text/Pandoc/Writers/Textile.hs, dist_foo/build/Text/Pandoc/Writers/Textile.o )
[40 of 42] Compiling Text.Pandoc.Writers.Org ( src/Text/Pandoc/Writers/Org.hs, dist_foo/build/Text/Pandoc/Writers/Org.o )
[41 of 42] Compiling Text.Pandoc.Writers.AsciiDoc ( src/Text/Pandoc/Writers/AsciiDoc.hs, dist_foo/build/Text/Pandoc/Writers/AsciiDoc.o )
[42 of 42] Compiling Text.Pandoc      ( src/Text/Pandoc.hs, dist_foo/build/Text/Pandoc.o )
Registering pandoc-1.9.4.5...
Preprocessing executable 'make-pandoc-man-pages' for pandoc-1.9.4.5...
[1 of 1] Compiling Main             ( man/make-pandoc-man-pages.hs, dist_foo/build/make-pandoc-man-pages/make-pandoc-man-pages-tmp/Main.o )
Linking dist_foo/build/make-pandoc-man-pages/make-pandoc-man-pages ...
cabal: Error: some packages failed to install:
pandoc-1.9.4.5 failed during the building phase. The exception was:
ExitFailure 127
dudebout commented 11 years ago

I also had written that adding the flag verbose 3 to cabal does not give a more meaningful explanation.

dudebout commented 11 years ago

I have now tried without hsenv and the install succeeds:

In-place registering pandoc-1.9.4.5...
Preprocessing executable 'make-pandoc-man-pages' for pandoc-1.9.4.5...
[1 of 1] Compiling Main             ( man/make-pandoc-man-pages.hs, dist/build/make-pandoc-man-pages/make-pandoc-man-pages-tmp/Main.o )
Linking dist/build/make-pandoc-man-pages/make-pandoc-man-pages ...
Installing library in /home/ddb/.cabal/lib/pandoc-1.9.4.5/ghc-7.4.1
Installing executable(s) in /home/ddb/.cabal/bin
Registering pandoc-1.9.4.5...
Installed pandoc-1.9.4.5

I have verified and pandoc-types was installed in lib/ so it should not be the installation of pandoc library.n It therefore seems to be a problem during the linking of make-pandoc-man-pages specific to hsenv.

dudebout commented 11 years ago

I am checking to see if this commit fixes my problem https://github.com/jgm/pandoc/commit/ff0061281f23b730034aeeb5de0568d6eec08b32

dudebout commented 11 years ago

This seems to be the problem. The version on hackage is trying to run a command in a directory that does not exist.

http://stackoverflow.com/questions/1763156/127-return-code-from: Value 127 is returned by /bin/sh when the given command is not found within your PATH system variable and it is not a built-in shell command. In other words, the system doesn't understand your command, because it doesn't know where to find the binary you're trying to call.

It still does not completely installs though:

Linking dist_foo/build/make-pandoc-man-pages/make-pandoc-man-pages ...
Preprocessing executable 'pandoc' for pandoc-1.10...
[1 of 1] Compiling Main             ( pandoc.hs, dist_foo/build/pandoc/pandoc-tmp/Main.o )
Linking dist_foo/build/pandoc/pandoc ...
Created man/man1/pandoc.1
Created man/man5/pandoc_markdown.5
setup: data/templates/default.html: does not exist
Failed to install pandoc-1.10
cabal: Error: some packages failed to install:
pandoc-1.10 failed during the final install step. The exception was:
ExitFailure 1
dudebout commented 11 years ago

Just saw the submodule and tried again. It works.

To be completely sure I have reverted the commit I mentionned earlier and I get the same bad output. This commit is necessary for hsenv to work properly.

Could you propagate this commit to hackage somehow? Thanks in advance.

jgm commented 11 years ago

Well, I'm planning to release 1.10 in the next couple weeks, so I'm not inclined to do a point release in 1.9 series unless there's a really compelling reason.

dudebout commented 11 years ago

Sounds good to me.