
#10376: arm/linux linking failure -------------------------------------+-------------------------------- Reporter: erikd | Owner: Type: bug | Status: new Priority: normal | Milestone: 8.0.1 Component: Compiler | Version: 7.11 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: arm Type of failure: Other | Test Case: Blocked By: | Blocking: Related Tickets: #10464 | Differential Revisions: -------------------------------------+-------------------------------- Comment (by k-bx): That's weird. Posting more-precise instructions I've just replicated (they're not very precise, but rather "almost", as I did few errors and fixes in them): {{{ ssh new-server, Ubuntu Vivid $ sudo apt-get update $ sudo apt-get dist-upgrade $ sudo apt-get install cabal-install zlib1g-dev $ wget http://ftp.de.debian.org/debian/pool/main/g/ghc/ghc_7.10.2-2_armhf.deb $ sudo dpkg -i ./ghc* $ cabal update $ cabal install cabal-install --ghc-options="-j" (crunch-crunch-crunch, including text installation) $ sudo apt-get install libghc-zlib-dev libghc-zlib-bindings-dev $ echo 'PATH=/root/.cabal/bin:$PATH' >> ~/.profile $ source ~/.profile root@arm2:~# cat TextTest.hs {-# LANGUAGE OverloadedStrings #-} import qualified Data.Text.IO as T main = T.putStrLn "Hell" $ ghc TextTest.hs (warnings here) }}} @thomie please send me your public key so that I could add it to this machine -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10376#comment:5 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler