You are not logged in.

#1 2010-08-25 00:53:47

egan
Member
From: Mountain View, CA
Registered: 2009-08-17
Posts: 273

XMonad Errors After Update, and Upon attempted Reinstall [RESOLVED]

I get an error now when starting XMonad regarding external libraries that I did not get a couple days ago.

Error detected while loading xmonad configuration file: /home/egan/.xmonad/xmonad.hs

xmonad.hs:18:17:
    Could not find module `XMonad.StackSet':
      Use -v to see a list of the files searched for.

Please check the file for errors.

There were some haskell related updates a few days ago, and a couple xorg related updates more recently, but I have no idea the cause.
Just to check it out, I tried reinstalling XMonad:

egan@paijanne:~$ sudo pacman -S xmonad xmonad-contrib
Password: 
warning: xmonad-0.9.1-6 is up to date -- reinstalling
warning: xmonad-contrib-0.9.1-4 is up to date -- reinstalling
resolving dependencies...
looking for inter-conflicts...

Targets (2): xmonad-0.9.1-6  xmonad-contrib-0.9.1-4

Total Download Size:    0.00 MB
Total Installed Size:   19.62 MB

Proceed with installation? [Y/n] Y
checking package integrity...
(2/2) checking for file conflicts                                                   [################################################] 100%
(1/2) upgrading xmonad                                                              [################################################] 100%
xmonad-0.9.1: dependeReading package info from stdin ... done.
ncy "X11-1.5.0.0-7bd65e70d1498b199d5f26b8be229198" doesn't exist (use --force to override)
error: command failed to execute correctly
ghc-pkg: cannot find package xmonad-contrib-0.9.1
error: command failed to execute correctly
(2/2) upgrading xmonad-contrib                                                      [################################################] 100%
xmonad-contrib-0.9.Reading package info from stdin ... done.
1: dependency "X11-1.5.0.0-7bd65e70d1498b199d5f26b8be229198" doesn't exist (use --force to override)
xmonad-contrib-0.9.1: dependency "xmonad-0.9.1-c976ada56cfd4d7ab27a1b3a748a5706" doesn't exist (use --force to override)
error: command failed to execute correctly

What's up? Are there bad packages in the repo, or is there a problem on my end? How should I proceed to fix this?

Last edited by egan (2010-08-25 15:28:56)

Offline

#2 2010-08-25 01:15:19

orlandu63
Member
Registered: 2010-03-29
Posts: 29

Re: XMonad Errors After Update, and Upon attempted Reinstall [RESOLVED]

Try reinstalling haskell-x11

Offline

#3 2010-08-25 01:32:47

egan
Member
From: Mountain View, CA
Registered: 2009-08-17
Posts: 273

Re: XMonad Errors After Update, and Upon attempted Reinstall [RESOLVED]

haskell-x11 reinstalls fine, but I get the same errors upon reinstalling xmonad and xmonad-contrib.

Offline

#4 2010-08-25 01:53:23

egan
Member
From: Mountain View, CA
Registered: 2009-08-17
Posts: 273

Re: XMonad Errors After Update, and Upon attempted Reinstall [RESOLVED]

Unfortunately the logs are of little help since they don't include the errors from ghc-pkg, so I cannot tell when xmonad originally broke, though before I started freaking out today, there was an update on the 18th (xmonad  0.9.1-4 -> 0.9.1-6, xmonad-contrib 0.9.1-3 -> 0.9.1-4). I rebooted on the 22nd with no problems. I will continue to inspect the logs.

EDIT: Here is the appropriate section of the logs

[2010-08-23 06:32] Running 'pacman -Syu'
[2010-08-23 06:32] synchronizing package lists
[2010-08-23 06:32] starting full system upgrade
[2010-08-23 06:35] upgraded kbproto (1.0.4-1 -> 1.0.5-1)
[2010-08-23 06:35] upgraded libxau (1.0.5-1 -> 1.0.6-1)
[2010-08-23 06:35] upgraded libxcb (1.6-1 -> 1.7-1)
[2010-08-23 06:35] upgraded libx11 (1.3.4-1 -> 1.3.5-1)
[2010-08-23 06:35] upgraded libxi (1.3-2 -> 1.3.2-1)
[2010-08-23 06:35] upgraded renderproto (0.11-1 -> 0.11.1-1)
[2010-08-23 06:35] upgraded videoproto (2.3.0-1 -> 2.3.1-1)
[2010-08-23 06:35] upgraded xorg-server-utils (7.5-4 -> 7.5-5)
[2010-08-23 06:35] upgraded xterm (259-1 -> 261-1)
[2010-08-23 18:00] Running 'pacman -Syu'
[2010-08-23 18:00] synchronizing package lists
[2010-08-23 18:00] starting full system upgrade
[2010-08-23 19:06] upgraded bison (2.4.2-1 -> 2.4.3-1)
[2010-08-23 19:06] upgraded git (1.7.2.1-1 -> 1.7.2.2-1)
[2010-08-24 06:31] Running 'pacman -Syu'
[2010-08-24 06:31] synchronizing package lists
[2010-08-24 06:32] starting full system upgrade
[2010-08-24 06:33] Reading package info from stdin ... done.
[2010-08-24 06:33] upgraded haskell-x11 (1.5.0.0-4 -> 1.5.0.0-5)
[2010-08-24 06:33] upgraded mlocate (0.22.4-1 -> 0.22.4-2)
[2010-08-24 06:33] upgraded sqlite3 (3.7.0.1-1 -> 3.7.1-1)
[2010-08-24 06:33] upgraded tzdata (2010k-1 -> 2010l-1

So perhaps reverting haskell-x11 might help...
EDIT2: Nope, too much dependency hell. I guess I'll have to wait until maintainers sort this out.

Last edited by egan (2010-08-25 02:02:08)

Offline

#5 2010-08-25 02:22:58

x33a
Forum Fellow
Registered: 2009-08-15
Posts: 4,587

Re: XMonad Errors After Update, and Upon attempted Reinstall [RESOLVED]

I too, am facing the same problem.

And i can confirm that this happened after upgrading haskell-x11.

Offline

#6 2010-08-25 05:35:47

lifeafter2am
Member
From: 127.0.0.1
Registered: 2009-06-10
Posts: 1,332

Re: XMonad Errors After Update, and Upon attempted Reinstall [RESOLVED]

I had this problem after an update last night.  Reinstalled (updated) xmonad-darcs and xmonad-contrib-darcs and all was fine again.


#binarii @ irc.binarii.net
Matrix Server: https://matrix.binarii.net
-------------
Allan -> ArchBang is not supported because it is stupid.

Offline

#7 2010-08-25 15:28:35

egan
Member
From: Mountain View, CA
Registered: 2009-08-17
Posts: 273

Re: XMonad Errors After Update, and Upon attempted Reinstall [RESOLVED]

A pacman upgrade a few minutes ago resolved the issue.

Offline

#8 2010-08-25 15:46:22

EvanPurkhiser
Member
From: San Francisco
Registered: 2010-08-17
Posts: 225
Website

Re: XMonad Errors After Update, and Upon attempted Reinstall [RESOLVED]

I am still having this issue, xmonad cannont load XMonad.Util.EZConfig.

I am in class right now so I will report back with details later today if a upgrade doesn't fix it.

Offline

#9 2010-08-25 16:18:21

brisbin33
Member
From: boston, ma
Registered: 2008-07-24
Posts: 1,796
Website

Re: XMonad Errors After Update, and Upon attempted Reinstall [RESOLVED]

i got this after the haskell-x11 update.

rebuilt haskell-x11-xft, xmonad, then xmonad-contrib via ABS and all was well.  if using darcs from AUR, then rebuilding those should do the trick too.

Offline

Board footer

Powered by FluxBB