You are not logged in.
Hello, I haven't booted my machine for at least 2 months now. When I brought it back up, I figured that it would be a good idea to update it. When I tried doing that, this is what I got:
# pacman -Syu
:: Synchronizing package databases...
core is up to date
extra 1810.6 KiB 131K/s 00:14 [################################################] 100%
community 2.4 MiB 203K/s 00:12 [################################################] 100%
:: Starting full system upgrade...
:: Replace dirmngr with core/gnupg? [Y/n] Y
:: Replace lzo2 with core/lzo? [Y/n] Y
:: Replace mutter-wayland with extra/mutter? [Y/n] Y
warning: spring-1944: local (1.62-1) is newer than community (1.7-2)
:: Replace telepathy-qt with extra/telepathy-qt4? [Y/n] Y
resolving dependencies...
warning: dependency cycle detected:
warning: libtxc_dxtn will be installed before its mesa dependency
warning: dependency cycle detected:
warning: xorg-server will be installed before its nvidia-304xx-libgl dependency
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: haskell-zlib: requires ghc=7.8.2-2Is there any way to install thse inter-related packages and have then include one another in their own ways? What else can I do?
Offline
The dependency cycles look all right to me.
looking for inter-conflicts... error: failed to prepare transaction (could not satisfy dependencies) :: haskell-zlib: requires ghc=7.8.2-2
This bit is the problem. I think this news post might give you guidance on how to solve the haskell problem.
Claire is fine.
Problems? I have dysgraphia, so clear and concise please.
My public GPG key for package signing
My x86_64 package repository
Offline
The dependency cycles look all right to me.
publicus wrote:looking for inter-conflicts... error: failed to prepare transaction (could not satisfy dependencies) :: haskell-zlib: requires ghc=7.8.2-2This bit is the problem. I think this news post might give you guidance on how to solve the haskell problem.
Hmm... how bizarre. I didn't know I had that library. Oh well.
I got around the problem by removing it entirely.
Offline
Check pacman log to see when exactly did you last update.
haskell-zlib is not in the repos, maybe you've installed it from the unofficial haskell repo or from the AUR https://aur.archlinux.org/packages/haskell-zlib/ . Remove the package, update your system and rebuild it form the AUR.
Offline