You are not logged in.
Pages: 1
Since the last update i cannot recompile XMonad by pressing "Alt+Q" + i have a strange problem when i try to update the package:
(3/5) Installiere xmonad [###############################################################################################################################] 100%
xmonad-0.9: missReading package info from stdin ... done.
ing id field
xmonad-0.9: dependency "X11-1.4.6.1" doesn't exist (use --force to override)
xmonad-0.9: dependency "base-3.0.3.1" doesn't exist (use --force to override)
xmonad-0.9: dependency "containers-0.2.0.1" doesn't exist (use --force to override)
xmonad-0.9: dependency "directory-1.0.0.3" doesn't exist (use --force to override)
xmonad-0.9: dependency "filepath-1.1.0.2" doesn't exist (use --force to override)
xmonad-0.9: dependency "mtl-1.1.0.2" doesn't exist (use --force to override)
xmonad-0.9: dependency "process-1.0.1.1" doesn't exist (use --force to override)
xmonad-0.9: dependency "unix-2.3.2.0" doesn't exist (use --force to override)
xmonad now has dynamic configuration via ~/.xmonad/xmonad.hs
See http://haskell.org/haskellwiki/Xmonad/Config_archive for examples
If you would like to run xmonad as a window manager inside GNOME, please see
http://www.haskell.org/haskellwiki/Xmonad/Using_xmonad_in_Gnome#Setting_up_Gnome_to_use_Xmonad
(4/5) Installiere haskell-x11-xft [###############################################################################################################################] 100%
Reading package info from stdin ... done.
Fehler: Befehl konnte nicht korrekt ausgeführt werden
(5/5) Installiere xmonad-contrib [###############################################################################################################################] 100%
Reading package info from stdin ... done.
xmonad-contrib-0.9: missing id field
xmonad-contrib-0.9: dependency "X11-1.4.6.1" doesn't exist (use --force to override)
xmonad-contrib-0.9: dependency "X11-xft-0.3" doesn't exist (use --force to override)
xmonad-contrib-0.9: dependency "base-3.0.3.1" doesn't exist (use --force to override)
xmonad-contrib-0.9: dependency "containers-0.2.0.1" doesn't exist (use --force to override)
xmonad-contrib-0.9: dependency "directory-1.0.0.3" doesn't exist (use --force to override)
xmonad-contrib-0.9: dependency "mtl-1.1.0.2" doesn't exist (use --force to override)
xmonad-contrib-0.9: dependency "old-locale-1.0.0.1" doesn't exist (use --force to override)
xmonad-contrib-0.9: dependency "old-time-1.0.0.2" doesn't exist (use --force to override)
xmonad-contrib-0.9: dependency "process-1.0.1.1" doesn't exist (use --force to override)
xmonad-contrib-0.9: dependency "random-1.0.0.1" doesn't exist (use --force to override)
xmonad-contrib-0.9: dependency "unix-2.3.2.0" doesn't exist (use --force to override)
xmonad-contrib-0.9: dependency "utf8-string-0.3.5" doesn't exist (use --force to override)
xmonad-contrib-0.9: dependency "xmonad-0.9" doesn't exist (use --force to override)
Fehler: Befehl konnte nicht korrekt ausgeführt werden
i removed xmonad + xmonad-contrib, but i always get that error.
Any ideas?
Offline
Seems related to this (also recent):
http://bbs.archlinux.org/viewtopic.php?id=88794
i have the same error, and can't compile xmonad
----------------------------
# pacman -S xmonad
warning: xmonad-0.9-2.1 is up to date -- reinstalling
resolving dependencies...
looking for inter-conflicts...
Targets (1): xmonad-0.9-2.1
Total Download Size: 0.00 MB
Total Installed Size: 3.14 MB
Proceed with installation? [Y/n] y
checking package integrity...
(1/1) checking for file conflicts [##############################################] 100%
ghc-pkg: cannot find package xmonad-0.9
error: command failed to execute correctly
(1/1) upgrading xmonad [##############################################] 100%
xmonad-0.9: missing id field
xmonad-0.9: depenReading package info from stdin ... done.
dency "X11-1.4.6.1" doesn't exist (use --force to override)
xmonad-0.9: dependency "base-3.0.3.1" doesn't exist (use --force to override)
xmonad-0.9: dependency "containers-0.2.0.1" doesn't exist (use --force to override)
xmonad-0.9: dependency "directory-1.0.0.3" doesn't exist (use --force to override)
xmonad-0.9: dependency "filepath-1.1.0.2" doesn't exist (use --force to override)
xmonad-0.9: dependency "mtl-1.1.0.2" doesn't exist (use --force to override)
xmonad-0.9: dependency "process-1.0.1.1" doesn't exist (use --force to override)
xmonad-0.9: dependency "unix-2.3.2.0" doesn't exist (use --force to override)
error: command failed to execute correctly
Offline
it seems the new version of xmonad has been uploaded just now by Vesa Kaihlavirta (vegai) (thanks!)
i used to have the same error as OP but now i have:
# pacman -S xmonad
warning: xmonad-0.9.1-1 is up to date -- reinstalling
resolving dependencies...
looking for inter-conflicts...
Targets (1): xmonad-0.9.1-1
Total Download Size: 0.00 MB
Total Installed Size: 3.45 MB
Proceed with installation? [Y/n] y
checking package integrity...
(1/1) checking for file conflicts [##############################################] 100%
ghc-pkg: cannot find package xmonad-0.9.1
error: command failed to execute correctly
(1/1) upgrading xmonad [##############################################] 100%
xmonad-0.9.1: dependency "mtl-1.1.0.2-23ca4de7c573fd4df30906Reading package info from stdin ... done.
7199a40634" doesn't exist (use --force to override)
error: command failed to execute correctly
any ideas about this?
Offline
@tinmrn, it is the exact same issue. The new twist is that xmonad now depends on mtl (also just pushed to extra by vegai) so you should do pacman -Syu or install the newer mtl.
Offline
(1/1) upgrading xmonad [##############################################] 100%
xmonad-0.9.1: dependency "mtl-1.1.0.2-23ca4de7c573fd4df30906Reading package info from stdin ... done.
7199a40634" doesn't exist (use --force to override)
error: command failed to execute correctly
haskell-mtl has just been moved to [extra], though the xmonad PKGBUILD does not seem to have it in 'depends='. Could you try installing haskell-mtl manually and, if this solves it, mention this in the bug-report?
---
The problems are due to the recent upgrade to ghc-6.12. As mentioned, xmonad-0.9.1 has just been uploaded for i686, which should fix the problem for that architecture.
xmonad-darcs and x86_64 users need to build against ghc-6.12 manually for the moment. I have successfully built xmonad-darcs from AUR against ghc-6.12, and everything seems to be working OK. Since I found myself needing to perform this rebuild once again anyway, I've taken notes as I went.
* haskell-action-permutations (AUR.)
* haskell-stm (AUR.)
* haskell-utf8-string (ABS.)
* haskell-x11 (ABS. Though I don't think this actually needed to be rebuilt.)
* haskell-x11-xft (ABS.)
* haskell-hinotify (AUR. Updated PKGBUILD for hinotify-0.3.1; hinotify-0.2 did not build against ghc-6.12.)
* xmonad-darcs (AUR. 'haskell-mtl' added to dependencies; it was available in [testing] (when I started this post), now available in [extra].)
* xmonad-contrib-darcs (AUR. 'darcs' added to makedepends.)
I removed the "... ./gen_contents_index..." line from each function of the .install scripts. This seems to be unavailable (unnecessary?) in ghc-6.12.
Last edited by chpln (2010-01-16 12:27:42)
Offline
@tinmrn, it is the exact same issue. The new twist is that xmonad now depends on mtl (also just pushed to extra by vegai) so you should do pacman -Syu or install the newer mtl.
tinmrn wrote:(1/1) upgrading xmonad [##############################################] 100%
xmonad-0.9.1: dependency "mtl-1.1.0.2-23ca4de7c573fd4df30906Reading package info from stdin ... done.
7199a40634" doesn't exist (use --force to override)
error: command failed to execute correctlyhaskell-mtl has just been moved to [extra], though the xmonad PKGBUILD does not seem to have it in 'depends='. Could you try installing haskell-mtl manually and, if this solves it, mention this in the bug-report?
thanks both for this tip, it worked for xmonad and i'll mention it in the bug report
i now have a similar error for xmonad-contrib, and i guess i have to manually take care of this dependency as well, only i can not identify which package it is referring to (xft-0.3-6...). do you know which package it is? i've already tried libxft and haskell-x11-xft
(1/1) upgrading xmonad-contrib [##############################################] 100%
xmonad-contrib-0.9.1: dependency "X11-Reading package info from stdin ... done.
xft-0.3-65a3d4bba0622425cc778517c9ac67cb" doesn't exist (use --force to override)
error: command failed to execute correctly
Offline
It does indeed refer to haskell-x11-xft. Looks like the x11-xft which xmonad-contrib was built against does not match that in the repos. Another candidate for the bug report, I guess.
Last edited by chpln (2010-01-16 13:11:06)
Offline
The package for haskell-x11-xft didn't seem to actually get rebuilt under a system with ghc 6.12. Uninstall it. Recompile it from ABS yourself and do pacman -U --asdeps longpkgname and that will properly register it. When you do ghc-pkg list, it should be listed near the top as X11-xft-0.3 if it was registered properly.
Offline
Offline
i also just went through this. the following got darcs to build.
enable [community-testing] in abs.conf
sync you ABS tree
rebuild haskell-mtl, haskell-utf8-string, haskell-x11, and haskell-x11-xft via ABS in that order
build xmonad-darcs and xmonad-contrib-darcs from AUR
lot's of warnings, but everything installs and i can `ghci .xmonad/xmonad.hs` successfully now
if anyone's interested, i have an abs script here to speed up the process. abuild [package] will prompt about editing, building, installing but abuild -f [package] will just build and install.
HTH,
pat
edit: my script calls pacman-color, adjust lines 74 and 76 to use just pacman if you need to.
Last edited by brisbin33 (2010-01-16 18:31:46)
//github/
Offline
Yeah, there's going to be some pain involved with the GHC transition. I've stopped using anything from the repos other than GHC itself. This is working fine on my 64 bit machine because it's fast. My 32 bit machine is a netbook, so it's a bit of a time consumer there.
Offline
After installing haskell-mtl and the recent update of haskell-x11-xft (0.3-12.1) it seems I can compile the xmonad from the repos. (No more ghc errors on update either).
Offline
i also just went through this. the following got darcs to build.
enable [community-testing] in abs.conf sync you ABS tree rebuild haskell-mtl, haskell-utf8-string, haskell-x11, and haskell-x11-xft via ABS in that order build xmonad-darcs and xmonad-contrib-darcs from AUR
lot's of warnings, but everything installs and i can `ghci .xmonad/xmonad.hs` successfully now
if anyone's interested, i have an abs script here to speed up the process. abuild [package] will prompt about editing, building, installing but abuild -f [package] will just build and install.
HTH,
patedit: my script calls pacman-color, adjust lines 74 and 76 to use just pacman if you need to.
This worked for me like a charm!
#binarii @ irc.binarii.net
Matrix Server: https://matrix.binarii.net
-------------
Allan -> ArchBang is not supported because it is stupid.
Offline
brisbin33 wrote:i also just went through this. the following got darcs to build.
enable [community-testing] in abs.conf sync you ABS tree rebuild haskell-mtl, haskell-utf8-string, haskell-x11, and haskell-x11-xft via ABS in that order build xmonad-darcs and xmonad-contrib-darcs from AUR
(...)
This worked for me like a charm!
I can confirm that. My xmonad.hs wouldn't recompile even though I didn't change anything in it (I changed it then saved it and then undid the changes.. so the file was the same contents but was a new file). Going throught those steps fixed it.
Offline
thanks, that worked perfectly!
Offline
Pages: 1