Topic: Problem with repository for 5 ?

Since today we're getting this when trying 'yum install gcc-c++' :
http://iut-info.univ-reims.fr/remirpms/ … qlite.bz2: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
http://rpms.famillecollet.com/enterpris … qlite.bz2: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: failure: repodata/4dadcb31c8bee106223a90d26b42bdc949abaa94-filelists.sqlite.bz2 from remi: [Errno 256] No more mirrors to try.

Looks like there's a mismatch between the repodata.xml and the files.

Re: Problem with repository for 5 ?

In repomd.xml

<location href="repodata/6aeb24e9c66e2642202ca9f1a7af2655b2bea16f-filelists.sqlite.bz2"/>

Try

yum clean metadata

+

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: Problem with repository for 5 ?

I'm afraid that doesn't fix it... still getting :

http://rpms.famillecollet.com/enterpris … qlite.bz2: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
http://iut-info.univ-reims.fr/remirpms/ … qlite.bz2: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
Error: failure: repodata/4dadcb31c8bee106223a90d26b42bdc949abaa94-filelists.sqlite.bz2 from remi: [Errno 256] No more mirrors to try.
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
                        package-cleanup --dupes
                        rpm -Va --nofiles --nodigest

Re: Problem with repository for 5 ?

Do you use a proxy which could have keep a copy of a old repomd.xml ?

+

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: Problem with repository for 5 ?

Good question. I have no idea whether there's a proxy in-between. I did just notice that the first error is in fact :

http://iut-info.univ-reims.fr/remirpms/ … qlite.bz2: [Errno 14] HTTP Error 404: Not Found

Re: Problem with repository for 5 ?

See the http://iut-info.univ-reims.fr/remirpms/ … repomd.xml file.

=> <location href="repodata/e8fd17aac57a64545b9243b2d19aabc4121cd2a5-primary.sqlite.bz2"/>

So, you have a cache/proxy issue.

+

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi