[opensuse-packaging] Problem: gramps-4.2.0-63.1.noarch requires python(abi) = 3.3
ello, Where do I get the python package to fix the following: ? url needed Thanks Glenn # zypper in gramps Loading repository data... Reading installed packages... Resolving package dependencies... Problem: gramps-4.2.0-63.1.noarch requires python(abi) = 3.3, but this requirement cannot be provided uninstallable providers: python3-base-3.3.2-5.1.4.i586[repo-oss] python3-base-3.3.2-5.1.4.x86_64[repo-oss] Solution 1: do not install gramps-4.2.0-63.1.noarch Solution 2: do not install gramps-4.2.0-63.1.noarch Solution 3: break gramps-4.2.0-63.1.noarch by ignoring some of its dependencies Choose from above solutions by number or cancel [1/2/3/c] (c): # python installed # python -V Python 2.7.10 # rpm -qa |grep -i python |sort dbus-1-python-1.2.0-1.2.x86_64 libpyglib-gi-2_0-python2-0-3.9.2-1.5.x86_64 libpyglib-gi-2_0-python3-0-3.10.2-4.1.x86_64 libpython2_7-1_0-2.7.10-2.4.x86_64 libpython3_3m1_0-3.3.5-5.16.1.x86_64 libpython3_4m1_0-3.4.3-5.1.x86_64 python-2.7.10-2.2.x86_64 python-M2Crypto-0.21.1-13.2.2.x86_64 python-base-2.7.10-53.2.x86_64 python-deltarpm-3.6-2.1.2.x86_64 python-devel-2.7.10-53.2.x86_64 python-gobject-3.9.2-1.5.x86_64 python-gobject-cairo-3.9.2-1.5.x86_64 python-gobject2-2.28.6-22.1.3.x86_64 python-gpgme-0.1-116.1.2.x86_64 python-iniparse-0.4-15.1.2.noarch python-keyring-1.6-1.2.noarch python-libxml2-2.9.1-2.16.1.x86_64 python-pycurl-7.19.0-14.1.2.x86_64 python-satsolver-0.45.0-5.4.x86_64 python-smbios-2.2.28-8.13.noarch python-urlgrabber-3.9.1-10.1.2.noarch python-xml-2.7.10-53.2.x86_64 python-yum-3.4.3-8.1.2.x86_64 python3-3.4.3-5.1.x86_64 python3-base-3.4.3-5.1.x86_64 python3-gobject-3.16.2-1.2.x86_64 python3-gobject-cairo-3.16.2-1.2.x86_64 python3-pip-7.1.2-1.1.noarch python3-setuptools-18.2-1.1.noarch rpm-python-4.11.1-3.1.x86_64 smbios-utils-python-2.2.28-8.13.x86_64 zypp-plugin-python-0.3-9.2.x86_64 Using opensuse 13.1 x86_64 -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
Am 01.09.2015 um 09:43 schrieb doiggl@velocitynet.com.au:
url needed
I think its somewhere in this output: zypper --xml lr -u | grep -w url
Using opensuse 13.1 x86_64
Most likely just as a base, with a bunch of addon repos which we would need to find via google at lists.opensuse.org ... Olaf -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On Tue, 2015-09-01 at 17:43 +1000, doiggl@velocitynet.com.au wrote:
# rpm -qa |grep -i python |sort python3-3.4.3-5.1.x86_64 python3-base-3.4.3-5.1.x86_64
Using opensuse 13.1 x86_64
Your issue is a mix of incompatible repositories; you updated python3 to python3.4, which is not python 3.3 as required by gramps. openSUSE 13.1 is shipped with python 3.3.2 only. you will have to rebuild gramps against your own setup... Cheers, Dominique -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On Tue, 01 Sep 2015 10:29:18 +0200, Dominique Leuenberger / DimStar <dimstar@opensuse.org> wrote:
On Tue, 2015-09-01 at 17:43 +1000, doiggl@velocitynet.com.au wrote:
# rpm -qa |grep -i python |sort python3-3.4.3-5.1.x86_64 python3-base-3.4.3-5.1.x86_64
Using opensuse 13.1 x86_64
Your issue is a mix of incompatible repositories; you updated python3 to python3.4, which is not python 3.3 as required by gramps. openSUSE 13.1 is shipped with python 3.3.2 only.
you will have to rebuild gramps against your own setup...
Cheers, Dominique ##############
Hello, I Downgraded packages (6): python3-3.3.2-5.1.3@x86_64 python3-gobject-3.10.1-1.1@x86_64 python3-pip-1.4-3.1.3@noarch python3-base-3.3.2-5.1.4@x86_64 python3-gobject-cairo-3.10.1-1.1@x86_64 python3-setuptools-0.9.8-3.1.4@noarch # python -V Python 2.7.10 # rpm -qa |grep -i python |sort dbus-1-python-1.2.0-1.2.x86_64 libpyglib-gi-2_0-python2-0-3.9.2-1.5.x86_64 libpyglib-gi-2_0-python3-0-3.10.2-4.1.x86_64 libpython2_7-1_0-2.7.10-2.4.x86_64 libpython3_3m1_0-3.3.5-5.16.1.x86_64 libpython3_4m1_0-3.4.3-5.1.x86_64 python-2.7.10-2.2.x86_64 python-M2Crypto-0.22.3-4.2.x86_64 python-base-2.7.10-53.2.x86_64 python-deltarpm-3.6-2.1.2.x86_64 python-devel-2.7.10-53.2.x86_64 python-gobject-3.9.2-1.5.x86_64 python-gobject-cairo-3.9.2-1.5.x86_64 python-gobject2-2.28.6-22.1.3.x86_64 python-gpgme-0.1-116.1.2.x86_64 python-iniparse-0.4-15.1.2.noarch python-keyring-1.6-1.2.noarch python-libxml2-2.9.1-2.16.1.x86_64 python-pycurl-7.19.0-14.1.2.x86_64 python-satsolver-0.45.0-5.4.x86_64 python-smbios-2.2.28-8.13.noarch python-urlgrabber-3.9.1-10.1.2.noarch python-xml-2.7.10-53.2.x86_64 python-yum-3.4.3-8.1.2.x86_64 python3-3.3.2-5.1.3.x86_64 python3-base-3.3.2-5.1.4.x86_64 python3-gobject-3.10.1-1.1.x86_64 python3-gobject-cairo-3.10.1-1.1.x86_64 python3-pip-1.4-3.1.3.noarch python3-setuptools-0.9.8-3.1.4.noarch rpm-python-4.11.1-3.1.x86_64 smbios-utils-python-2.2.28-8.13.x86_64 zypp-plugin-python-0.3-9.2.x86_64 # zypper in gramps Loading repository data... Reading installed packages... Resolving package dependencies... Problem: nothing provides typelib(Gtk) needed by gramps-4.0.3-40.1.noarch Solution 1: do not install gramps-4.0.3-40.1.noarch Solution 2: break gramps-4.0.3-40.1.noarch by ignoring some of its dependencies Choose from above solutions by number or cancel [1/2/c] (c): Question: Where do I get typelib(Gtk) Thanks --Glenn -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
On Wed, 2015-09-02 at 00:52 +1000, doiggl@velocitynet.com.au wrote:
On Tue, 01 Sep 2015 10:29:18 +0200, Dominique Leuenberger / DimStar <dimstar@opensuse.org> wrote:
On Tue, 2015-09-01 at 17:43 +1000, doiggl@velocitynet.com.au wrote:
# rpm -qa |grep -i python |sort python3-3.4.3-5.1.x86_64 python3-base-3.4.3-5.1.x86_64
Using opensuse 13.1 x86_64
Your issue is a mix of incompatible repositories; you updated python3 to python3.4, which is not python 3.3 as required by gramps. openSUSE 13.1 is shipped with python 3.3.2 only.
you will have to rebuild gramps against your own setup...
Cheers, Dominique ##############
Hello,
I Downgraded packages (6):
python3-3.3.2-5.1.3@x86_64 python3-gobject-3.10.1-1.1@x86_64 python3-pip-1.4-3.1.3@noarch python3-base-3.3.2-5.1.4@x86_64 python3-gobject-cairo-3.10.1-1.1@x86_64 python3-setuptools-0.9.8-3.1.4@noarch
# python -V Python 2.7.10
# rpm -qa |grep -i python |sort dbus-1-python-1.2.0-1.2.x86_64 libpyglib-gi-2_0-python2-0-3.9.2-1.5.x86_64 libpyglib-gi-2_0-python3-0-3.10.2-4.1.x86_64 libpython2_7-1_0-2.7.10-2.4.x86_64 libpython3_3m1_0-3.3.5-5.16.1.x86_64 libpython3_4m1_0-3.4.3-5.1.x86_64 python-2.7.10-2.2.x86_64 python-M2Crypto-0.22.3-4.2.x86_64 python-base-2.7.10-53.2.x86_64 python-deltarpm-3.6-2.1.2.x86_64 python-devel-2.7.10-53.2.x86_64 python-gobject-3.9.2-1.5.x86_64 python-gobject-cairo-3.9.2-1.5.x86_64 python-gobject2-2.28.6-22.1.3.x86_64 python-gpgme-0.1-116.1.2.x86_64 python-iniparse-0.4-15.1.2.noarch python-keyring-1.6-1.2.noarch python-libxml2-2.9.1-2.16.1.x86_64 python-pycurl-7.19.0-14.1.2.x86_64 python-satsolver-0.45.0-5.4.x86_64 python-smbios-2.2.28-8.13.noarch python-urlgrabber-3.9.1-10.1.2.noarch python-xml-2.7.10-53.2.x86_64 python-yum-3.4.3-8.1.2.x86_64 python3-3.3.2-5.1.3.x86_64 python3-base-3.3.2-5.1.4.x86_64 python3-gobject-3.10.1-1.1.x86_64 python3-gobject-cairo-3.10.1-1.1.x86_64 python3-pip-1.4-3.1.3.noarch python3-setuptools-0.9.8-3.1.4.noarch rpm-python-4.11.1-3.1.x86_64 smbios-utils-python-2.2.28-8.13.x86_64 zypp-plugin-python-0.3-9.2.x86_64
# zypper in gramps Loading repository data... Reading installed packages... Resolving package dependencies...
Problem: nothing provides typelib(Gtk) needed by gramps-4.0.3 -40.1.noarch Solution 1: do not install gramps-4.0.3-40.1.noarch Solution 2: break gramps-4.0.3-40.1.noarch by ignoring some of its dependencies
typelib(Gtk) is provided by typelib-1_0-Gtk-3_0, which lives in the standard repositories... Cheers, Dominique -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-packaging+owner@opensuse.org
participants (3)
-
doiggl@velocitynet.com.au
-
Dominique Leuenberger / DimStar
-
Olaf Hering