xmonad unable to compile config file
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
xmonad (Ubuntu) |
Invalid
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: xmonad
Getting error while compiling xmonad config file:
andrey@pepelaz:~$ cat > .xmonad/xmonad.hs
import XMonad
main = xmonad defaultConfig
andrey@pepelaz:~$ ghci .xmonad/xmonad.hs
GHCi, version 6.8.2: http://
Loading package base ... linking ... done.
[1 of 1] Compiling Main ( .xmonad/xmonad.hs, interpreted )
Failed to load interface for `Graphics.
no package matching X11-1.4.1 was found
> Leaving GHCi.
andrey@pepelaz:~$
andrey@pepelaz:~$ lsb_release -rd
Description: Ubuntu 8.10
Release: 8.10
andrey@pepelaz:~$ apt-cache policy xmonad
xmonad:
Installed: 0.8-1
Candidate: 0.8-1
Version table:
*** 0.8-1 0
500 http://
100 /var/lib/
ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
Package: xmonad 0.8-1
ProcEnviron:
SHELL=/bin/bash
PATH=/
LANG=en_US.UTF-8
SourcePackage: xmonad
Uname: Linux 2.6.27-7-generic i686
Changed in xmonad: | |
status: | New → Confirmed |
The problem seems to be that Jaunty is shipping with libghc6-x11-dev version 1.4.2-1, while xmonad 0.8 requires version 1.4.1.