You are not logged in.
Pages: 1
When I want to upgrade system with sudo pacman -Syu i got following error:
$ sudo pacman -Syu
Password:
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
multilib is up to date
:: Starting full system upgrade...
:: Replace mach64-dri with extra/libgl? [Y/n] n
:: Replace mga-dri with extra/libgl? [Y/n] n
:: Replace python-pychm with community/python2-pychm? [Y/n] n
:: Replace r128-dri with extra/libgl? [Y/n] n
:: Replace savage-dri with extra/libgl? [Y/n] n
:: Replace sis-dri with extra/libgl? [Y/n] n
:: Replace tdfx-dri with extra/libgl? [Y/n] n
resolving dependencies...
warning: dependency cycle detected:
warning: rhino will be installed before its jre7-openjdk-headless dependency
warning: dependency cycle detected:
warning: util-linux will be installed before its udev dependency
looking for inter-conflicts...
:: xf86-video-savage and savage-dri are in conflict. Remove savage-dri? [y/N] n
error: unresolvable package conflicts detected
error: failed to prepare transaction (conflicting dependencies)
:: xf86-video-savage and savage-dri are in conflictor if my answer is "yes" i got:
$ sudo pacman -Syu
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
multilib is up to date
:: Starting full system upgrade...
:: Replace mach64-dri with extra/libgl? [Y/n] y
:: Replace mga-dri with extra/libgl? [Y/n] y
:: Replace python-pychm with community/python2-pychm? [Y/n] y
:: Replace r128-dri with extra/libgl? [Y/n] y
:: Replace savage-dri with extra/libgl? [Y/n] y
:: Replace sis-dri with extra/libgl? [Y/n] y
:: Replace tdfx-dri with extra/libgl? [Y/n] y
resolving dependencies...
warning: dependency cycle detected:
warning: rhino will be installed before its jre7-openjdk-headless dependency
warning: dependency cycle detected:
warning: util-linux will be installed before its udev dependency
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: freecad: requires boost-libs=1.48.0Until then I have no problem with the system updates.
What is the problem?
Last edited by vujke (2012-04-29 15:26:28)
Offline
When pasting code, please use [ code ] tags, not [ quote ] tags https://bbs.archlinux.org/help.php#bbcode
like thisI don't think you needed these *-dri packages anyway and you shouldn't have installed them in the first place.
error: failed to prepare transaction (could not satisfy dependencies)
:: freecad: requires boost-libs=1.48.0freeCAD is an AUR package, you need to take care of it yourself, as pacman does not update AUR packages.
Read the comments https://aur.archlinux.org/packages.php?ID=7575 and rebuild it.
Offline
When pasting code, please use [ code ] tags, not [ quote ] tags.
Sorry for that...
I reinstalled FreeCAD and problem solved.
Thnaks...
Offline
Offline
Pages: 1