trinity-users@lists.pearsoncomputing.net

Message: previous - next
Month: February 2015

Re: [trinity-users] cannot install R14 to openSUSE 13.2

From: François Andriot <francois.andriot@...>
Date: Tue, 24 Feb 2015 19:13:01 +0100
Le 24/02/2015 04:24, Felix Miata a écrit :
> https://wiki.trinitydesktop.org/OpenSUSEInstall#For_OpenSUSE_13.2_.28R14.0.0.29 says do this (after purging KDE3):
>
> rpm --import http://ppa.quickbuild.pearsoncomputing.net/trinity/trinity/rpm/opensuse13.2/RPM-GPG-KEY-trinity
> zypper ar -t YUM http://ppa.quickbuild.pearsoncomputing.net/trinity/trinity/rpm/opensuse13.2/trinity-r14/RPMS/$(uname -i) trinity
> zypper ar -t YUM http://ppa.quickbuild.pearsoncomputing.net/trinity/trinity/rpm/opensuse13.2/trinity-r14/RPMS/noarch trinity-noarch
>
> Results:
>
> Line 1:
> curl: (22) The requested URL returned error: 404 Not found
> error: http://ppa.quickbuild.pearsoncomputing.net/trinity/trinity/rpm/opensuse13.2/RPM-GPG-KEY-trinity import read failed(2).
>
> Lines 2 & 3:.
> Specified local path does not exist or is not accesible
> Specified local path does not exist or is not accesible
>
> Ping ppa.quickbuild.pearsoncomputing.net does work.
>
> I tried manual creation of *.repo in /etc/zypp/repos.d/ based on a working v13 installation to 64 bit on another machine. Zypper claims to refresh them (apparently valid), but anything I try to (32 bit P4 HT; uname -i = i386) install results in unmet deps. e.g. libtqt3.mt needed by trinity-tdm can't find libaudio.so.2; trinity-tdebase cant find libmad.so.0 needed by trinity-arts.
>
> How does one install to 32 bit openSUSE?

It looks like I forgot to copy the GPG key to opensuse 13.2 folder.
I've just added it. Until it is synchronized on the mirrors, you can get 
the key from 13.1 folder:

rpm --import 
ppa2.quickbuild.pearsoncomputing.net/redirect.php?file=trinity/rpm/opensuse13.1/RPM-GPG-KEY-trinity


The "zypper" commands should work as expected.

François