On 24/11/2007, Erik Jakobsen <[EMAIL PROTECTED]> wrote:
> Erik Jakobsen wrote:
>
> Hi...
>
> I did the !failsafe from #suse, and the result is here:
>
> ARCH=`rpm -q --queryformat %{arch} aaa_base`;rpm -e boost-doc;rpm -e
> boost-devel;rpm -e boost;rpm -Uhv
> http://download.opensuse.org/distribution/10.3/repo/oss/suse/$ARCH/libzypp-3.26.2-2.$ARCH.rpm
> http://download.opensuse.org/distribution/10.3/repo/oss/suse/$ARCH/zypper-0.8.23-7.$ARCH.rpm
> http://download.opensuse.org/distribution/10.3/repo/oss/suse/$ARCH/boost-1.33.1-108.$ARCH.rpm
> error: package boost-doc is not installed
> error: package boost-devel is not installed
> error: Failed dependencies:
>         libboost_filesystem.so.1.33.1 is needed by (installed)
> libzypp-3.26.3-1.1.i586
>         libboost_regex.so.1.33.1 is needed by (installed)
> zypper-0.8.25-0.1.i586
> Retrieving
> http://download.opensuse.org/distribution/10.3/repo/oss/suse/i586/libzypp-3.26.2-2.i586.rpm
> Retrieving
> http://download.opensuse.org/distribution/10.3/repo/oss/suse/i586/zypper-0.8.23-7.i586.rpm
> Retrieving
> http://download.opensuse.org/distribution/10.3/repo/oss/suse/i586/boost-1.33.1-108.i586.rpm
> Preparing...                ###########################################
> [100%]
>         package boost-1.33.1-108 is already installed
>         package libzypp-3.26.3-1.1 (which is newer than
> libzypp-3.26.2-2) is already installed
>         package zypper-0.8.25-0.1 (which is newer than zypper-0.8.23-7)
> is already installed
>
>
> What does this tell  ?
It tells me that boost-doc & boost-devel were never installed. It also
tells me that boost was not removed due to dependencies. As a result
nothing was installed. It seems to me  that you are being asked to
downgrade some rpms. What I would do in your case is download the
needed rpms if I do not already have them. Then for every rpm I am
going to install rpm -e --nodeps  the installed version. Then install
the downloaded rpms. You can string the rpm -e command on one line
like so:

rpm -e --nodeps boost boost-doc boost-devel

This makes it much more readable for us.
HTH

ne...
-- 
Registered Linux User # 125653 (http://counter.li.org)
Certified: 75% bastard, 42% of which is tard.
http://www.thespark.com/bastardtest
Now accepting personal mail for GMail invites.
-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to