#5098: GHC fails to compile yi 0.6.3.0
-------------------------------+--------------------------------------------
Reporter: barmston | Owner:
Type: bug | Status: new
Priority: normal | Component: Compiler
Version: 7.0.2 | Keywords:
Testcase: | Blockedby:
Os: Linux | Blocking:
Architecture: x86_64 (amd64) | Failure: Compile-time crash
-------------------------------+--------------------------------------------
I'm running Arch Linux and have installed the Haskell Platform with Arch's
package management tool pacman. All other packages have been installed
directly through Cabal.
Trying to `cabal install yi` I am presented with the following error
message:
{{{
Loading package Cabal-1.10.1.0 ... linking ... done.
Loading package ghc-binary-0.5.0.2 ... linking ... done.
Loading package bin-package-db-0.0.0.0 ... linking ... done.
Loading package hpc-0.5.0.6 ... linking ... done.
Loading package template-haskell ... linking ... done.
Loading package ghc-7.0.2 ... ghc: This ELF file contains no symtab
ghc: panic! (the 'impossible' happened)
(GHC version 7.0.2 for x86_64-unknown-linux):
loadArchive "/usr/lib/ghc-7.0.2/ghc-7.0.2/libHSghc-7.0.2.a":
failed
Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
cabal: Error: some packages failed to install:
yi-0.6.3.0 failed during the building phase. The exception was:
ExitFailure 1
}}}
Some relevant information may be:
{{{
$ uname -a
Linux vingolf 2.6.34-ARCH #1 SMP PREEMPT Wed Aug 11 00:23:15 CEST 2010
x86_64 Dual-Core AMD Opteron(tm) Processor 1214 AuthenticAMD GNU/Linux
$
$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 7.0.2
$
$ cabal --version
cabal-install version 0.10.2
using version 1.10.1.0 of the Cabal library
$
$ pacman -Qi haskell-platform
Name : haskell-platform
Version : 2011.2.0.0-2.1
URL : http://hackage.haskell.org/platform/
Licences : custom:BSD3
Groups : None
Provides : None
Depends On : ghc=7.0.2 haskell-glut=2.1.2.1 haskell-http=4000.1.1
haskell-hunit=1.2.2.3 haskell-opengl=2.2.3.0
haskell-quickcheck=2.4.0.1 haskell-cgi=3001.1.7.4
haskell-deepseq=1.1.0.2 haskell-fgl=5.4.2.3
haskell-haskell-src=1.0.1.4 haskell-html=1.0.1.2
haskell-mtl=2.0.1.0
haskell-network=2.3.0.2 haskell-parallel=3.1.0.1
haskell-parsec=3.1.1
haskell-regex-base=0.93.2 haskell-regex-compat=0.93.1
haskell-regex-posix=0.94.4 haskell-stm=2.2.0.1 haskell-
syb=0.3
haskell-text=0.11.0.5 haskell-transformers=0.2.2.0
haskell-xhtml=3000.2.0.1 haskell-zlib=0.5.3.1 cabal-
install=0.10.2
alex=2.3.5 happy=1.18.6
Optional Deps : None
Required By : None
Conflicts With : None
Replaces : None
Installed Size : 4.00 K
Packager : Unknown Packager
Architecture : x86_64
Build Date : Fri 11 Mar 2011 05:06:48 GMT
Install Date : Mon 04 Apr 2011 14:58:39 BST
Install Reason : Explicitly installed
Install Script : No
Description : The Haskell Platform
}}}
If there is any further information I can provide, please let me know.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5098>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs