Issue 53 in scion-lib: Strange error when installing eclipseFP

29 views
Skip to first unread message

scio...@googlecode.com

unread,
Nov 23, 2011, 2:34:28 PM11/23/11
to scion-l...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 53 by stephan....@gmail.com: Strange error when installing
eclipseFP
http://code.google.com/p/scion-lib/issues/detail?id=53

I am not sure whether this is the right place or it is really a
scion-browser issue. When installing eclipseFP I get the error message:

Resolving dependencies...
cabal: cannot configure scion-browser-0.1.3.2. It requires ghc >=7
There is no available version of ghc that satisfies >=7

When calling ghc --version I get the output:

$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 7.0.4

* What steps will reproduce the problem?
1. Use Fedory 16 with eclipse
2. Install eclipseFP using eclipse plugin installation procedure
3. start eclipse, an automatic installation

* What is the expected output? What do you see instead?
Instead of installing scion-brower-0.1.3.2 I get the message from above

* What version of the product are you using? On what operating system?
Fedora Linux 64bit with ghc version 7.0.4.


* Please provide any additional information below.

Any help would be apreciated

scio...@googlecode.com

unread,
Nov 23, 2011, 4:12:48 PM11/23/11
to scion-l...@googlegroups.com

Comment #1 on issue 53 by nomin...@gmail.com: Strange error when installing
eclipseFP
http://code.google.com/p/scion-lib/issues/detail?id=53

Could you please add the output of "ghc-pkg list" and "ghc-pkg check"?


scio...@googlecode.com

unread,
Nov 23, 2011, 5:41:34 PM11/23/11
to scion-l...@googlegroups.com

Comment #2 on issue 53 by stephan....@gmail.com: Strange error when
installing eclipseFP
http://code.google.com/p/scion-lib/issues/detail?id=53

The requested output:

ghc-pkg list:

/usr/lib64/ghc-7.0.4/package.conf.d
Cabal-1.10.2.0
GLUT-2.1.2.1
HTTP-4000.1.1
HUnit-1.2.2.3
OpenGL-2.2.3.0
QuickCheck-2.4.0.1
array-0.3.0.2
base-4.3.1.0
bytestring-0.9.1.10
cgi-3001.1.7.4
containers-0.4.0.0
deepseq-1.1.0.2
directory-1.1.0.0
extensible-exceptions-0.1.1.2
fgl-5.4.2.3
filepath-1.2.0.0
ghc-prim-0.2.0.0
haskell-platform-2011.2.0.1
haskell-src-1.0.1.4
haskell2010-1.0.0.0
haskell98-1.1.0.1
hpc-0.5.0.6
html-1.0.1.2
integer-gmp-0.2.0.3
mtl-2.0.1.0
network-2.3.0.2
old-locale-1.0.0.2
old-time-1.0.0.6
parallel-3.1.0.1
parsec-3.1.1
pretty-1.0.1.2
process-1.0.1.5
random-1.0.0.3
regex-base-0.93.2
regex-compat-0.93.1
regex-posix-0.94.4
rts-1.0
stm-2.2.0.1
syb-0.3
template-haskell-2.5.0.0
text-0.11.0.6
time-1.2.0.3
transformers-0.2.2.0
unix-2.4.2.0
xhtml-3000.2.0.1
zlib-0.5.3.1
/home/stephan/.ghc/x86_64-linux-7.0.4/package.conf.d
Graphalyze-0.12.0.0
ansi-terminal-0.5.5
ansi-wl-pprint-0.6.3
base64-bytestring-0.1.0.3
binary-0.5.0.2
bktrees-0.3.1
blaze-builder-0.3.0.1
blaze-builder-enumerator-0.2.0.3
case-insensitive-0.3.0.1
citeproc-hs-0.3.3
cmdargs-0.8
colour-2.3.1
cpphs-1.13.2
digest-0.0.1.0
dlist-0.5
enumerator-0.4.16
graphviz-2999.12.0.4
hashable-1.1.2.2
haskell-src-exts-1.11.1
hlint-1.8.18
hoogle-4.2.7
hostname-1.0
hs-bibutils-4.12
hscolour-1.19
http-types-0.6.6
json-0.4.4
multiset-0.2.1
pandoc-1.8.2.1
pandoc-types-1.8.2
polyparse-1.7
safe-0.3.3
simple-sendfile-0.1.3
tagsoup-0.12.5
test-framework-0.4.1.1
test-framework-hunit-0.2.6
test-framework-quickcheck2-0.2.10
texmath-0.5.0.3
uniplate-1.6.5
unix-compat-0.2.2.1
utf8-string-0.3.7
uuagc-bootstrap-0.9.39.1.0
uuagc-cabal-1.0.0.9
uulib-0.9.14
wai-0.4.2
warp-0.4.5
wl-pprint-text-1.0.0.0
xml-1.3.10
zip-archive-0.1.1.7

ghc-pkg check:

No output

scio...@googlecode.com

unread,
Nov 23, 2011, 7:01:19 PM11/23/11
to scion-l...@googlegroups.com

Comment #3 on issue 53 by nomin...@gmail.com: Strange error when installing
eclipseFP
http://code.google.com/p/scion-lib/issues/detail?id=53

OK, that means the problem is that the package "ghc" (the GHC API) is not
installed on your distribution, which is strange. According to this ticket
<https://bugzilla.redhat.com/show_bug.cgi?id=566636> you need to do: yum
install ghc-ghc-devel

Let me know if that fixes it.

scio...@googlecode.com

unread,
Nov 24, 2011, 12:40:07 PM11/24/11
to scion-l...@googlegroups.com

Comment #4 on issue 53 by stephan....@gmail.com: Strange error when
installing eclipseFP
http://code.google.com/p/scion-lib/issues/detail?id=53

Hi,

thanks for your help.

The yum install did not work, because of dependency issues, but it seams
that today a new version of all the huskell stuff has been released. After
updating everything it worked and I run now into the known terminfo issue.


Reply all
Reply to author
Forward
0 new messages