[opensuse-buildservice] Cannot build packages using Fedora:EPEL:7/RHEL anymore -- Why not?
Hi There, yesterday, I was able to build my package quite nicely, but now I am no longer able to do be very same build: $ osc build --clean --local-package Fedora_EPEL_7_RHEL7_5 Building wireshark.spec for Fedora_EPEL_7_RHEL7_5/x86_64 Getting buildinfo from server and store to /data/home/olsde000/devel/ATS/linux-plattform-3.os.ats.products.dfs.de/misc/sources/home:DOlsson/wireshark/.osc/_buildinfo-Fedora_EPEL_7_RHEL7_5-x86_64.xml Getting buildconfig from server and store to /data/home/olsde000/devel/ATS/linux-plattform-3.os.ats.products.dfs.de/misc/sources/home:DOlsson/wireshark/.osc/_buildconfig-Fedora_EPEL_7_RHEL7_5-x86_64 buildinfo is broken... it says: unresolvable: nothing provides libnghttp2-devel This is my repository setup: $ osc meta prj <project name="Fedora_EPEL_7_RHEL_7_5"> ... <repository name="Fedora_EPEL_7_RHEL7_5"> <path project="Fedora:EPEL:7" repository="RHEL"/> <path project="CentOS:CentOS-7" repository="7.5.1804"/> <arch>x86_64</arch> </repository> ...
From the Fedora project, we have:
$ osc meta prj "Fedora:EPEL:7" osc meta prj "Fedora:EPEL:7" <project name="Fedora:EPEL:7"> ... <repository name="standard"> ... <download arch="x86_64" url="https://download.fedoraproject.org/pub/epel/7/x86_64" repotype="rpmmd"> <master url="https://dl.fedoraproject.org/pub/epel/7/x86_64/" sslfingerprint="sha256:0d57ea0ff83e6a8cb620a0a6f0e2144600013f8aa2a5314e8826ca34e9e7f9d7"/> </download> <arch>x86_64</arch> ... </repository> <repository name="RHEL"> <path project="Fedora:EPEL:7" repository="standard"/> <path project="RedHat:RHEL-7" repository="standard"/> <arch>x86_64</arch> ... </repository> ... </project> And when trying to fetch the package by hand, it is there,using either of the above mentioned URLs: $ wget -O - 'https://download.fedoraproject.org/pub/epel/7/x86_64/Packages/l' | grep libnghttp2-devel ... - [<=> ] 0 --.-KB/s <tr><td valign="top"><img src="/icons/unknown.gif" alt="[ ]"></td><td><a href="libnghttp2-devel-1.31.1-2.el7.x86_64.rpm">libnghttp2-devel-1.31.1-2.el7.x86_64.rpm</a></td><td align="right">2019-08-19 17:03 </td><td align="right"> 52K</td><td> </td></tr> - [ <=> ] 265.12K --.-KB/s in 0.01s ... $ wget -O - 'https://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/l' | grep libnghttp2-devel ... - [ <=> ] 33.24K 107KB/s <img src="/icons/unknown.gif" alt="[ ]"> <a href="libnghttp2-devel-1.31.1-2.el7.x86_64.rpm">libnghttp2-devel-1.31.1-2.el7.x86_64.rpm</a> 2019-08-19 15:03 52K - [ <=> ] 192.58K 378KB/s in 0.5s 2020-02-28 16:27:52 (378 KB/s) - written to stdout [197198] $ So why cannot Build Service resolve this correctly? Best regards, Dennis Olsson.-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (1)
-
Olsson, Dennis