Export to GitHub

scion-lib - issue #44

Fails to build with GHC 6.12.3


Posted on Jul 27, 2010 by Happy Dog

* What steps will reproduce the problem? 1. With GHC 6.12.3 installed, run "cabal install"

* What is the expected output? What do you see instead? Actual output as follows: Resolving dependencies... Configuring scion-0.1.0.2... Warning: This package indirectly depends on multiple versions of the same package. This is highly likely to cause a compile failure. package scion-0.1.0.2 requires Cabal-1.8.0.6 package ghc-6.12.3 requires Cabal-1.8.0.6 package bin-package-db-0.0.0.0 requires Cabal-1.8.0.6 Preprocessing library scion-0.1.0.2... Preprocessing executables for scion-0.1.0.2... Building scion-0.1.0.2... <command line>: cannot satisfy -package-id Cabal-1.8.0.6-c995b90190c27e1dfa2ab3d5434fabef: Cabal-1.8.0.6-c995b90190c27e1dfa2ab3d5434fabef is shadowed by package Cabal-1.8.0.6-ec9be469687b5a514f4b7e8e2b8343c7 (use -v for more information) cabal: Error: some packages failed to install: scion-0.1.0.2 failed during the building phase. The exception was: ExitFailure 1

* What version of the product are you using? On what operating system? Using latest checkout from "devel" branch on GitHub, fetched on 27/07/2010 at 11:08GMT. Mac OS 10.6.3, Haskell Platform 2010.2.

Status: New

Labels:
Type-Defect Priority-Medium