[opensuse-factory] Incomplete path breakage in software installation

I'm trying to install additional stuff from the repositories that openSUSE itself defined during installation. This is the error: Download failed: File './noarch/OpenOffice_org-thesaurus-en-20060111-55.1.noarch.rpm' not found on medium 'http://download.opensuse.org/distribution/11.0/repo/oss' The problem is that between repo/oss and ./noarch there should be a "suse". So was this forgotten somehow? If I open the path in a browser, I can download and install the file manually with rpm. The packman repository does not have this problem, because there is no "suse" intermediary directory. I also tried zypper in the CLI: home:~ # zypper in OpenOffice_org-thesaurus-en-20060111 Reading installed packages... The following NEW package is going to be installed: OpenOffice_org-thesaurus-en Overall download size: 4.0 M. After the operation, additional 20.6 M will beused. Continue? [YES/no]: Downloading package OpenOffice_org-thesaurus-en-20060111-55.1.noarch (1/1), 4.0 M (20.6 M unpacked) \ Downloading: OpenOffice_org-thesaurus-en-20060111-55.1.noarch.rpm [startingDownloading: OpenOffice_org-thesaurus-en-20060111-55.1.noarch.rpm [error] File './noarch/OpenOffice_org-thesaurus-en-20060111-55.1.noarch.rpm' not found on medium 'http://download.opensuse.org/distribution/11.0/repo/oss/' Abort, retry, ignore? [A/r/i]: a Downloading: content [done] Problem downloading the package file from the repository: Can't provide ./noarch/OpenOffice_org-thesaurus-en-20060111-55.1.noarch.rpm : Media Exception Repository 'openSUSE-11.0-Oss' is out of date. Running 'zypper refresh' might help. home:~ # wget http://download.opensuse.org/distribution/11.0/repo/oss/suse/noarch/OpenOffi... --2008-06-19 20:44:41-- http://download.opensuse.org/distribution/11.0/repo/oss/suse/noarch/OpenOffi... Resolving download.opensuse.org... 195.135.221.130 Connecting to download.opensuse.org|195.135.221.130|:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://ftp.halifax.rwth-aachen.de/opensuse/distribution/11.0/repo/oss/suse/n... [following] --2008-06-19 20:44:41-- http://ftp.halifax.rwth-aachen.de/opensuse/distribution/11.0/repo/oss/suse/n... Resolving ftp.halifax.rwth-aachen.de... 137.226.33.58 Connecting to ftp.halifax.rwth-aachen.de|137.226.33.58|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 4217241 (4.0M) [application/x-redhat-package-manager] Saving to: `OpenOffice_org-thesaurus-en-20060111-55.1.noarch.rpm' 16% [====> ] 693,449 53.7K/s eta 69s --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org

Hi, I had the same issue. Its caused by the official repos added by default. You have two options: a) make a zypper ref --force b) remove the repos and add it again regards, Luiz Fernando 2008/6/19 Silviu Marin-Caea <silviumc@fastmail.fm>:
I'm trying to install additional stuff from the repositories that openSUSE itself defined during installation.
This is the error: Download failed: File './noarch/OpenOffice_org-thesaurus-en-20060111-55.1.noarch.rpm' not found on medium 'http://download.opensuse.org/distribution/11.0/repo/oss'
The problem is that between repo/oss and ./noarch there should be a "suse". So was this forgotten somehow? If I open the path in a browser, I can download and install the file manually with rpm.
The packman repository does not have this problem, because there is no "suse" intermediary directory.
I also tried zypper in the CLI:
home:~ # zypper in OpenOffice_org-thesaurus-en-20060111 Reading installed packages...
The following NEW package is going to be installed: OpenOffice_org-thesaurus-en
Overall download size: 4.0 M. After the operation, additional 20.6 M will beused. Continue? [YES/no]: Downloading package OpenOffice_org-thesaurus-en-20060111-55.1.noarch (1/1), 4.0 M (20.6 M unpacked) \ Downloading: OpenOffice_org-thesaurus-en-20060111-55.1.noarch.rpm [startingDownloading: OpenOffice_org-thesaurus-en-20060111-55.1.noarch.rpm [error] File './noarch/OpenOffice_org-thesaurus-en-20060111-55.1.noarch.rpm' not found on medium 'http://download.opensuse.org/distribution/11.0/repo/oss/'
Abort, retry, ignore? [A/r/i]: a Downloading: content [done] Problem downloading the package file from the repository: Can't provide ./noarch/OpenOffice_org-thesaurus-en-20060111-55.1.noarch.rpm : Media Exception Repository 'openSUSE-11.0-Oss' is out of date. Running 'zypper refresh' might help.
home:~ # wget http://download.opensuse.org/distribution/11.0/repo/oss/suse/noarch/OpenOffi... --2008-06-19 20:44:41-- http://download.opensuse.org/distribution/11.0/repo/oss/suse/noarch/OpenOffi... Resolving download.opensuse.org... 195.135.221.130 Connecting to download.opensuse.org|195.135.221.130|:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://ftp.halifax.rwth-aachen.de/opensuse/distribution/11.0/repo/oss/suse/n... [following] --2008-06-19 20:44:41-- http://ftp.halifax.rwth-aachen.de/opensuse/distribution/11.0/repo/oss/suse/n... Resolving ftp.halifax.rwth-aachen.de... 137.226.33.58 Connecting to ftp.halifax.rwth-aachen.de|137.226.33.58|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 4217241 (4.0M) [application/x-redhat-package-manager] Saving to: `OpenOffice_org-thesaurus-en-20060111-55.1.noarch.rpm'
16% [====> ] 693,449 53.7K/s eta 69s --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org
--------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org

Am Donnerstag, 19. Juni 2008 schrieb ¡ElCheVive!:
Hi,
I had the same issue. Its caused by the official repos added by default. You have two options:
a) make a zypper ref --force b) remove the repos and add it again
this is bug 386386 and I have no idea why it returned ;( Greetings, Stephan --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org

On Friday 20 June 2008 08:17:01 Stephan Kulow wrote:
Am Donnerstag, 19. Juni 2008 schrieb ¡ElCheVive!:
Hi,
I had the same issue. Its caused by the official repos added by default. You have two options:
a) make a zypper ref --force b) remove the repos and add it again
this is bug 386386 and I have no idea why it returned ;(
I know. To kick newbies in the nuts. To ruin reviews. To smear the gold with shit. To make Ubuntu look good. Crap. Public RC1 was not enough. We're here to test, please give us all RCs just up to the GM. Quick fix would be a patch through online-update. At least that seems to work properly. --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org

Am Freitag, 20. Juni 2008 schrieb Silviu Marin-Caea:
On Friday 20 June 2008 08:17:01 Stephan Kulow wrote:
Am Donnerstag, 19. Juni 2008 schrieb ¡ElCheVive!:
Hi,
I had the same issue. Its caused by the official repos added by default. You have two options:
a) make a zypper ref --force b) remove the repos and add it again
this is bug 386386 and I have no idea why it returned ;(
I know. To kick newbies in the nuts. To ruin reviews. To smear the gold with shit. To make Ubuntu look good.
Crap.
Public RC1 was not enough. We're here to test, please give us all RCs just up to the GM.
Won't help. The bug was reported against beta2 and fixed for beta3. RC1 didn't have this problem. It seems to be specific to the 11.0 repos and those are simply not available for RCs - and won't be as we just don't have the space (or we would need a week to prepare every public RC ;( Greetings, Stephan --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org

Am Freitag, 20. Juni 2008 schrieb Stephan Kulow:
Public RC1 was not enough. We're here to test, please give us all RCs just up to the GM.
Won't help. The bug was reported against beta2 and fixed for beta3. RC1 didn't have this problem. It seems to be specific to the 11.0 repos and those are simply not available for RCs - and won't be as we just don't have the space (or we would need a week to prepare every public RC ;(
Beside that the problem seems only to be found with live installs - and I released two different versions of live CDs after RC1. Greetings, Stephan --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-factory+help@opensuse.org

On Fri, Jun 20, 2008 at 09:40:13AM +0300, Silviu Marin-Caea wrote:
On Friday 20 June 2008 08:17:01 Stephan Kulow wrote:
Am Donnerstag, 19. Juni 2008 schrieb ¡ElCheVive!:
Hi,
I had the same issue. Its caused by the official repos added by default. You have two options:
a) make a zypper ref --force b) remove the repos and add it again
this is bug 386386 and I have no idea why it returned ;(
I know. To kick newbies in the nuts. To ruin reviews. To smear the gold with shit. To make Ubuntu look good.
Crap.
Public RC1 was not enough. We're here to test, please give us all RCs just up to the GM.
Quick fix would be a patch through online-update. At least that seems to work properly.
Quicker was to "fix" the wrong URLs on the server side for now -- download.opensuse.org does that now. The problem is gone for now. Happy? :-) Peter -- Contact: admin@opensuse.org (a.k.a. ftpadmin@suse.com) #opensuse-mirrors on freenode.net Info: http://en.opensuse.org/Mirror_Infrastructure SUSE LINUX Products GmbH Research & Development
participants (4)
-
Peter Poeml
-
Silviu Marin-Caea
-
Stephan Kulow
-
¡ElCheVive!