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  ?

/Erik

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

Reply via email to