On Sun, 21 Sep 2014 19:10, Luuk <luuk34@...> wrote:
I have a problem after doing 'zypper dup' from 12.3 to 13.1 interested in hearing some ways to solve this.
asus:/usr/lib # zypper patch Loading repository data... Reading installed packages... Resolving package dependencies... 4 Problems: Problem: libyui-ncurses-pkg4-2.43.4-1.1.1.i586 requires libzypp.so.1200, but this requirement cannot be provided Problem: yast2-pkg-bindings-2.23.1-1.1.1.i586 requires libzypp.so.1200, but this requirement cannot be provided Problem: yast2-pkg-bindings-2.23.1-1.1.1.i586 requires libzypp.so.1200, but this requirement cannot be provided Problem: yast2-pkg-bindings-2.23.1-1.1.1.i586 requires libzypp.so.1200, but this requirement cannot be provided
Problem: libyui-ncurses-pkg4-2.43.4-1.1.1.i586 requires libzypp.so.1200, but this requirement cannot be provided Solution 1: Following actions will be done: do not install patch:openSUSE-2014-22-1.noarch do not install patch:openSUSE-2014-495-1.noarch Solution 2: deinstallation of libyui-ncurses-pkg4-2.43.4-1.1.1.i586 Solution 3: break libyui-ncurses-pkg4-2.43.4-1.1.1.i586 by ignoring some of its dependencies
Choose from above solutions by number or skip, retry or cancel [1/2/3/s/r/c] (c):
I see there is something which seems to resemble the requires....: asus:/usr/lib # ls -l /usr/lib/libzyp* lrwxrwxrwx 1 root root 19 Sep 21 16:10 /usr/lib/libzypp.so.1200 -> libzypp.so.1200.9.0 -rwxr-xr-x 1 root root 4666136 Mar 1 2013 /usr/lib/libzypp.so.1200.9.0
This conflict is from the attempted software-management stack upgrade. zypper can not handle that in a good way atm. Solution by hand: 1. dl the needed packages for the software stack from the update repo. "zypper up -r <repo_oss13.1_update> -d zypper libzypp yast2" 2. install them (same command without "-d") "zypper up -r <repo_oss13.1_update> zypper libzypp yast2" 3. try again with "zypper dup" (using the new zypper from 13.1) Are there other ways? - Yamaban. -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org