FS#16606 - [xmonad-contrib] depends on nonexistent haskell-x11

Attached to Project: Community Packages
Opened by orbisvicis (orbisvicis) - Tuesday, 13 October 2009, 08:29 GMT
Last edited by Ionut Biru (wonder) - Saturday, 07 November 2009, 21:03 GMT
Task Type Bug Report
Category
Status Closed
Assigned To Vesa Kaihlavirta (vegai)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
haskell-X11-1.4.5 no longer exists


Additional info:
* package version(s)

community/xmonad 0.8.1-1.3
community/xmonad-contrib 0.8.1-2
local/haskell-x11 1.4.6.1-1


* config and/or log files etc.

$ sudo pacman -S xmonad xmonad-contrib
resolving dependencies...
looking for inter-conflicts...

Targets (2): xmonad-0.8.1-1.3 xmonad-contrib-0.8.1-2

Total Download Size: 0.00 MB
Total Installed Size: 12.41 MB

Proceed with installation? [Y/n] y
checking package integrity...
(2/2) checking for file conflicts [###########################################################] 100%
(1/2) installing xmonad [###########################################################] 100%
Reading package info from stdin ... done.
xmonad-0.8.1: dependency X11-1.4.5 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
(2/2) installing xmonad-contrib [###########################################################] 100%
Reading package info from stdin ... done.
xmonad-contrib-0.8.1: dependency X11-1.4.5 doesn't exist (use --force to override)
xmonad-contrib-0.8.1: dependency xmonad-0.8.1 doesn't exist (use --force to override)
error: command failed to execute correctly
This task depends upon

Closed by  Ionut Biru (wonder)
Saturday, 07 November 2009, 21:03 GMT
Reason for closing:  Fixed
Additional comments about closing:  reopen if needed
Comment by Jelle van der Waa (jelly) - Thursday, 15 October 2009, 09:56 GMT
The problem is that haskell-x11 is updated and xmonad isn't rebuild against it. Could the pkgbuild of xmonad depend on one ghc, haskell-x11, etc. version so we don't have this problem anymore. This would also prevent upgrade problems when a mirrors is slightly out of date
Comment by Jelle van der Waa (jelly) - Thursday, 15 October 2009, 10:51 GMT
The problem is that haskell-x11 is updated and xmonad isn't rebuild against it. Could the pkgbuild of xmonad depend on one ghc, haskell-x11, etc. version so we don't have this problem anymore. This would also prevent upgrade problems when a mirrors is slightly out of date
Comment by Jelle van der Waa (jelly) - Thursday, 15 October 2009, 11:33 GMT
The problem is that haskell-x11 is updated and xmonad isn't rebuild against it. Could the pkgbuild of xmonad depend on one ghc, haskell-x11, etc. version so we don't have this problem anymore. This would also prevent upgrade problems when a mirrors is slightly out of date
Comment by Vesa Kaihlavirta (vegai) - Friday, 16 October 2009, 10:50 GMT
Rebuilds with arch version -3 were uploaded recently. They should fix these.
Comment by Jelle van der Waa (jelly) - Friday, 16 October 2009, 13:02 GMT
Sorry about the spam, but can't this be fixed in the PKGBUILD of XMonad like:

depends=('ghc==6.10.4-1' 'haskell-x11==1.4.6.1-1')
Comment by Vesa Kaihlavirta (vegai) - Wednesday, 28 October 2009, 08:04 GMT
Yes, we should depend on more specific versions of packages.

Loading...