oracle / container-images

Oracle Linux container images
Other
181 stars 64 forks source link

problem with repodata in OL8/baseos/latest for package libnghttp2-1.33.0-5.el8_9.x86_64.rpm #61

Closed mophoff closed 6 months ago

mophoff commented 11 months ago

yum update reports: [MIRROR] libnghttp2-1.33.0-5.el8_9.x86_64.rpm: Interrupted by header callback: Server reports Content-Length: 78564 but expected size is: 78568

according to https://yum.oracle.com/repo/OracleLinux/OL8/baseos/latest/x86_64/repodata/695c622bcbc48edddc27b332c92d74f1e1c9e79b-primary.xml.gz

<package type="rpm">
  <name>libnghttp2</name>
  <arch>x86_64</arch>
  <version epoch="0" ver="1.33.0" rel="5.el8_9"/>
  <checksum type="sha1" pkgid="YES">f13e3b74af8610eacb339405194c2b9d7092061f</checksum>
  <summary>A library implementing the HTTP/2 protocol</summary>
  <description>libnghttp2 is a library implementing the Hypertext Transfer Protocol
version 2 (HTTP/2) protocol in C.</description>
  <packager></packager>
  <url>https://nghttp2.org/</url>
  <time file="1700531774" build="1700531467"/>
  <size package="78568" installed="168244" archive="169456"/>
  <location href="getPackage/libnghttp2-1.33.0-5.el8_9.x86_64.rpm"/>
  <format>
    <rpm:license>MIT</rpm:license>
    <rpm:vendor>Oracle America</rpm:vendor>
    <rpm:group>Development/Libraries</rpm:group>
    <rpm:buildhost>build-ol8-x86_64.oracle.com</rpm:buildhost>
    <rpm:sourcerpm>nghttp2-1.33.0-5.el8_9.src.rpm</rpm:sourcerpm>
    <rpm:header-range start="4504" end="13616"/>
    <rpm:provides>
      <rpm:entry name="libnghttp2" flags="EQ" epoch="0" ver="1.33.0" rel="5.el8_9"/>
      <rpm:entry name="libnghttp2(x86-64)" flags="EQ" epoch="0" ver="1.33.0" rel="5.el8_9"/>
      <rpm:entry name="libnghttp2.so.14()(64bit)"/>
    </rpm:provides>
    <rpm:requires>
      <rpm:entry name="rtld(GNU_HASH)"/>
      <rpm:entry name="libc.so.6(GLIBC_2.17)(64bit)"/>
    </rpm:requires>
  </format>
</package>

stat libnghttp2-1.33.0-5.el8_9.x86_64.rpm File: libnghttp2-1.33.0-5.el8_9.x86_64.rpm Size: 78564 Blocks: 160 IO Block: 4096 regular file

totalamateurhour commented 11 months ago

Related: https://github.com/oracle/oracle-linux/issues/110, but looks like this was a transient issue. @mophoff can you still reproduce?

tvierling commented 6 months ago

This was fixed a while back but we forgot to close this issue, sorry about that.