Skip to content

Instantly share code, notes, and snippets.

@Prillan
Created February 18, 2015 04:19
Show Gist options
  • Save Prillan/8a22594fc21635e4f855 to your computer and use it in GitHub Desktop.
Save Prillan/8a22594fc21635e4f855 to your computer and use it in GitHub Desktop.
haskell build log
Rasmus@RPC ~/haskell-subme
$ cabal sandbox init
Writing a default package environment file to
C:\cygwin\home\Rasmus\haskell-subme\cabal.sandbox.config
Creating a new sandbox at C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox
Rasmus@RPC ~/haskell-subme
$ cabal install --only-dependencies --max-backjumps=-1
Resolving dependencies...
Notice: installing into a sandbox located at
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox
Configuring tagged-0.7.3...
Configuring prelude-extras-0.4...
Configuring reflection-1.5.1.1...
Configuring transformers-compat-0.4.0.4...
Building transformers-compat-0.4.0.4...
Building prelude-extras-0.4...
Building tagged-0.7.3...
Building reflection-1.5.1.1...
Configuring network-2.6.0.2...
Installed reflection-1.5.1.1
Configuring text-1.2.0.4...
Installed tagged-0.7.3
Installed prelude-extras-0.4
Building text-1.2.0.4...
Installed transformers-compat-0.4.0.4
Configuring exceptions-0.8...
Configuring distributive-0.4.4...
Building exceptions-0.8...
Installed exceptions-0.8
Building distributive-0.4.4...
Installed distributive-0.4.4
Building network-2.6.0.2...
Installed network-2.6.0.2
Installed text-1.2.0.4
Configuring hashable-1.2.3.1...
Configuring parsec-3.1.8...
Configuring blaze-builder-0.3.3.4...
Building hashable-1.2.3.1...
Building parsec-3.1.8...
Building blaze-builder-0.3.3.4...
Installed hashable-1.2.3.1
Configuring nats-1...
Configuring scientific-0.3.3.7...
Building nats-1...
Building scientific-0.3.3.7...
Configuring unordered-containers-0.2.5.1...
Installed blaze-builder-0.3.3.4
Installed nats-1
Configuring blaze-markup-0.6.3.0...
Building unordered-containers-0.2.5.1...
Building blaze-markup-0.6.3.0...
Installed scientific-0.3.3.7
Configuring attoparsec-0.12.1.2...
Installed parsec-3.1.8
Configuring network-uri-2.6.0.1...
Building attoparsec-0.12.1.2...
Building network-uri-2.6.0.1...
Installed blaze-markup-0.6.3.0
Configuring blaze-html-0.7.1.0...
Installed unordered-containers-0.2.5.1
Configuring semigroups-0.16.1...
Building blaze-html-0.7.1.0...
Installed network-uri-2.6.0.1
Configuring HTTP-4000.2.19...
Building semigroups-0.16.1...
Building HTTP-4000.2.19...
Installed semigroups-0.16.1
Configuring void-0.7...
Building void-0.7...
Installed HTTP-4000.2.19
Installed blaze-html-0.7.1.0
Installed void-0.7
Configuring contravariant-1.2.0.1...
Building contravariant-1.2.0.1...
Installed contravariant-1.2.0.1
Configuring comonad-4.2.2...
Building comonad-4.2.2...
Installed comonad-4.2.2
Configuring semigroupoids-4.3...
Installed attoparsec-0.12.1.2
Configuring taggy-0.1.3...
Building semigroupoids-4.3...
Building taggy-0.1.3...
Installed semigroupoids-4.3
Configuring bifunctors-4.2...
Configuring profunctors-4.3.2...
Building profunctors-4.3.2...
Building bifunctors-4.2...
Installed bifunctors-4.2
Installed profunctors-4.3.2
Configuring free-4.10.0.1...
Building free-4.10.0.1...
Installed taggy-0.1.3
Installed free-4.10.0.1
Configuring lens-4.7...
Building lens-4.7...
Installed lens-4.7
Configuring taggy-lens-0.1.2...
Building taggy-lens-0.1.2...
Installed taggy-lens-0.1.2
Rasmus@RPC ~/haskell-subme
$ cabal build
Package has never been configured. Configuring with default flags. If this
fails, please run configure manually.
Resolving dependencies...
Configuring subme-0.1...
Warning: The 'license-file' field refers to the file 'LICENSE' which does not
exist.
Building subme-0.1...
Preprocessing executable 'hackage-new' for subme-0.1...
[1 of 3] Compiling Site ( Site.hs, dist\build\hackage-new\hackage-new-tmp\Site.o )
[2 of 3] Compiling Subscene ( Subscene.hs, dist\build\hackage-new\hackage-new-tmp\Subscene.o )
Subscene.hs:4:1: Warning:
The import of `at, traverse, traversed, ?~, ^., toListOf, folded'
from module `Control.Lens' is redundant
Subscene.hs:9:1: Warning:
The qualified import of `Data.Text.Lazy' is redundant
except perhaps to import instances from `Data.Text.Lazy'
To import instances alone, use: import Data.Text.Lazy()
Subscene.hs:13:1: Warning:
The import of `Response, getRequest'
from module `Network.HTTP' is redundant
Subscene.hs:15:1: Warning:
The import of `System.IO' is redundant
except perhaps to import instances from `System.IO'
To import instances alone, use: import System.IO()
Subscene.hs:18:1: Warning:
The import of `name, content, attrs'
from module `Text.Taggy.Lens' is redundant
Subscene.hs:38:1: Warning:
Top-level binding with no type signature:
formatSearchUrl :: String -> [Char]
Subscene.hs:58:17: Warning: Defined but not used: `x'
Subscene.hs:59:5: Warning: Defined but not used: `result'
Subscene.hs:78:1: Warning:
Top-level binding with no type signature:
doSubsceneTest :: forall t. t -> String -> IO [[Node]]
Subscene.hs:78:16: Warning: Defined but not used: `x'
Subscene.hs:82:1: Warning:
Top-level binding with no type signature:
downloadPage :: forall t. t -> String -> IO B.ByteString
Subscene.hs:82:14: Warning: Defined but not used: `x'
Subscene.hs:86:1: Warning:
Top-level binding with no type signature:
downloadSubtitle :: Upload -> IO ()
Subscene.hs:118:1: Warning:
Top-level binding with no type signature:
table' :: forall s.
(Text.Taggy.Lens.HasElements (Control.Lens.At.IxValue s),
Control.Lens.At.Ixed s, Num (Control.Lens.At.Index s)) =>
s -> Maybe [Text]
Subscene.hs:122:1: Warning:
Top-level binding with no type signature:
getRows :: B.ByteString -> [[Node]]
[3 of 3] Compiling Main ( SubMe.hs, dist\build\hackage-new\hackage-new-tmp\Main.o )
SubMe.hs:6:1: Warning:
Top-level binding with no type signature: main :: IO ()
SubMe.hs:8:3: Warning: Defined but not used: `list'
Linking dist\build\hackage-new\hackage-new.exe ...
Warning: resolving _shutdown by linking to _shutdown@8
Use --enable-stdcall-fixup to disable these warnings
Use --disable-stdcall-fixup to disable these fixups
Warning: resolving _htons by linking to _htons@4
Warning: resolving _htonl by linking to _htonl@4
Warning: resolving _inet_addr by linking to _inet_addr@4
Warning: resolving _connect by linking to _connect@12
Warning: resolving _WSAGetLastError by linking to _WSAGetLastError@0
Warning: resolving _ntohs by linking to _ntohs@4
Warning: resolving _listen by linking to _listen@8
Warning: resolving _bind by linking to _bind@12
Warning: resolving _recvfrom by linking to _recvfrom@24
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\HTTP-4000.2.19/libHSHTTP-4000.2.19.a(TCP.o):fake:(.text+0x196f): undefined reference to `shutdownWinSock'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\HTTP-4000.2.19/libHSHTTP-4000.2.19.a(TCP.o):fake:(.text+0x2024): undefined reference to `shutdownWinSock'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\HTTP-4000.2.19/libHSHTTP-4000.2.19.a(TCP.o):fake:(.text+0x2063): undefined reference to `initWinSock'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\HTTP-4000.2.19/libHSHTTP-4000.2.19.a(TCP.o):fake:(.text+0x2148): undefined reference to `shutdownWinSock'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\HTTP-4000.2.19/libHSHTTP-4000.2.19.a(TCP.o):fake:(.text+0x2738): undefined reference to `shutdownWinSock'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\HTTP-4000.2.19/libHSHTTP-4000.2.19.a(TCP.o):fake:(.text+0x2777): undefined reference to `initWinSock'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\HTTP-4000.2.19/libHSHTTP-4000.2.19.a(TCP.o):fake:(.text+0x285c): undefined reference to `shutdownWinSock'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\HTTP-4000.2.19/libHSHTTP-4000.2.19.a(TCP.o):fake:(.text+0x2eb4): undefined reference to `shutdownWinSock'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\HTTP-4000.2.19/libHSHTTP-4000.2.19.a(TCP.o):fake:(.text+0x2ef3): undefined reference to `initWinSock'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\HTTP-4000.2.19/libHSHTTP-4000.2.19.a(TCP.o):fake:(.text+0x2fd8): undefined reference to `shutdownWinSock'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\HTTP-4000.2.19/libHSHTTP-4000.2.19.a(TCP.o):fake:(.text+0x35b4): undefined reference to `shutdownWinSock'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\HTTP-4000.2.19/libHSHTTP-4000.2.19.a(TCP.o):fake:(.text+0x35f3): undefined reference to `initWinSock'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\HTTP-4000.2.19/libHSHTTP-4000.2.19.a(TCP.o):fake:(.text+0x36d8): undefined reference to `shutdownWinSock'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\network-2.6.0.2/libHSnetwork-2.6.0.2.a(Socket.o):fake:(.text+0x3543): undefined reference to `shutdownWinSock'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\network-2.6.0.2/libHSnetwork-2.6.0.2.a(Socket.o):fake:(.text+0x35b0): undefined reference to `shutdownWinSock'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\network-2.6.0.2/libHSnetwork-2.6.0.2.a(Socket.o):fake:(.text+0x3893): undefined reference to `initWinSock'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\network-2.6.0.2/libHSnetwork-2.6.0.2.a(Socket.o):fake:(.text+0x38db): undefined reference to `getWSErrorDescr'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\network-2.6.0.2/libHSnetwork-2.6.0.2.a(Socket.o):fake:(.text+0x39c5): undefined reference to `getWSErrorDescr'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\network-2.6.0.2/libHSnetwork-2.6.0.2.a(Socket.o):fake:(.text+0x3aa7): undefined reference to `shutdownWinSock'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\network-2.6.0.2/libHSnetwork-2.6.0.2.a(Socket.o):fake:(.text+0xac31): undefined reference to `setsockopt'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\network-2.6.0.2/libHSnetwork-2.6.0.2.a(Socket.o):fake:(.text+0xb0ee): undefined reference to `getsockopt'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\network-2.6.0.2/libHSnetwork-2.6.0.2.a(Socket.o):fake:(.text+0xb411): undefined reference to `getsockname'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\network-2.6.0.2/libHSnetwork-2.6.0.2.a(Socket.o):fake:(.text+0xb495): undefined reference to `getsockname'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\network-2.6.0.2/libHSnetwork-2.6.0.2.a(Socket.o):fake:(.text+0xbb79): undefined reference to `getsockname'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\network-2.6.0.2/libHSnetwork-2.6.0.2.a(Socket.o):fake:(.text+0xbbfd): undefined reference to `getsockname'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\network-2.6.0.2/libHSnetwork-2.6.0.2.a(Socket.o):fake:(.text+0xc04d): undefined reference to `getpeername'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\network-2.6.0.2/libHSnetwork-2.6.0.2.a(Socket.o):fake:(.text+0xc0d1): undefined reference to `getpeername'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\network-2.6.0.2/libHSnetwork-2.6.0.2.a(Socket.o):fake:(.text+0xc485): undefined reference to `accept'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\network-2.6.0.2/libHSnetwork-2.6.0.2.a(Socket.o):fake:(.text+0xd99e): undefined reference to `newAcceptParams'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\network-2.6.0.2/libHSnetwork-2.6.0.2.a(Socket.o):fake:(.text+0xd9ad): undefined reference to `acceptDoProc'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\network-2.6.0.2/libHSnetwork-2.6.0.2.a(Socket.o):fake:(.text+0xd9ec): undefined reference to `acceptNewSock'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\network-2.6.0.2/libHSnetwork-2.6.0.2.a(Socket.o):fake:(.text+0xda58): undefined reference to `getWSErrorDescr'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\network-2.6.0.2/libHSnetwork-2.6.0.2.a(Socket.o):fake:(.text+0xeddd): undefined reference to `socket'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\network-2.6.0.2/libHSnetwork-2.6.0.2.a(Socket.o):fake:(.text+0xf9b1): undefined reference to `sendto'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\network-2.6.0.2/libHSnetwork-2.6.0.2.a(Internal.o):fake:(.text+0x7a): undefined reference to `getWSErrorDescr'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\network-2.6.0.2/libHSnetwork-2.6.0.2.a(Internal.o):fake:(.text+0x220): undefined reference to `shutdownWinSock'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\network-2.6.0.2/libHSnetwork-2.6.0.2.a(Internal.o):fake:(.text+0x2aa): undefined reference to `initWinSock'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\network-2.6.0.2/libHSnetwork-2.6.0.2.a(Internal.o):fake:(.text+0x31f): undefined reference to `shutdownWinSock'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\network-2.6.0.2/libHSnetwork-2.6.0.2.a(Internal.o):fake:(.text+0x38c): undefined reference to `shutdownWinSock'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\network-2.6.0.2/libHSnetwork-2.6.0.2.a(Internal.o):fake:(.text+0x42f): undefined reference to `initWinSock'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\network-2.6.0.2/libHSnetwork-2.6.0.2.a(Internal.o):fake:(.text+0x48b): undefined reference to `shutdownWinSock'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\network-2.6.0.2/libHSnetwork-2.6.0.2.a(Internal.o):fake:(.text+0x820): undefined reference to `initWinSock'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\network-2.6.0.2/libHSnetwork-2.6.0.2.a(Internal.o):fake:(.text+0x877): undefined reference to `shutdownWinSock'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\network-2.6.0.2/libHSnetwork-2.6.0.2.a(HsNet.o):HsNet.c:(.text+0x4b): undefined reference to `getnameinfo@28'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\network-2.6.0.2/libHSnetwork-2.6.0.2.a(HsNet.o):HsNet.c:(.text+0x76): undefined reference to `getaddrinfo@16'
C:\cygwin\home\Rasmus\haskell-subme\.cabal-sandbox\i386-windows-ghc-7.8.3\network-2.6.0.2/libHSnetwork-2.6.0.2.a(HsNet.o):HsNet.c:(.text+0x8d): undefined reference to `freeaddrinfo@4'
collect2: ld returned 1 exit status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment