Skip to content

Instantly share code, notes, and snippets.

@simonoff
Created July 17, 2014 19:06
Show Gist options
  • Save simonoff/493a3c63accfe32fd9c2 to your computer and use it in GitHub Desktop.
Save simonoff/493a3c63accfe32fd9c2 to your computer and use it in GitHub Desktop.
default-opensuse-131:/home/vagrant # zypper lr
# | Alias | Name | Enabled | Refresh
--+------------------------------+------------------------------+---------+--------
1 | opensuse-13.1-non-oss | opensuse-13.1-non-oss | Yes | Yes
2 | opensuse-13.1-oss | opensuse-13.1-oss | Yes | Yes
3 | opensuse-13.1-update | opensuse-13.1-update | Yes | Yes
4 | opensuse-13.1-update-non-oss | opensuse-13.1-update-non-oss | Yes | Yes
default-opensuse-131:/home/vagrant # zypper install -C postgresql92-server
Loading repository data...
Reading installed packages...
Resolving package dependencies...
Problem: postgresql92-server-9.2.4-4.1.3.x86_64 requires libpq.so.5()(64bit), but this requirement cannot be provided
uninstallable providers: libpq5-9.2.4-4.1.3.x86_64[opensuse-13.1-oss]
libpq5-9.2.7-4.4.1.x86_64[opensuse-13.1-update]
Solution 1: Following actions will be done:
install postgresql92-server-9.2.4-4.1.3.i586 despite the inferior architecture
install libpq5-9.2.4-4.1.3.i586 despite the inferior architecture
Solution 2: do not forbid installation of libpq5-9.2.7-4.4.1.x86_64[opensuse-13.1-update]
Solution 3: do not forbid installation of libpq5-9.2.4-4.1.3.x86_64[opensuse-13.1-oss]
Solution 4: do not ask to install a solvable providing postgresql92-server
Solution 5: break postgresql92-server-9.2.4-4.1.3.x86_64 by ignoring some of its dependencies
Choose from above solutions by number or cancel [1/2/3/4/5/c] (c):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment