public inbox for [email protected]  
help / color / mirror / Atom feed
From: Виктор Курилко <[email protected]>
To: [email protected]
Subject: A broken repository for ubuntu 22 on s390x
Date: Tue, 2 Sep 2025 12:10:01 +0700
Message-ID: <[email protected]> (raw)

It seems that the repository for Ubuntu 22.04 (jammy) is not working due 
to an error in the InRelease file. Iassumethatthisis dueto the 
factthatthere are noentriesinthe fileforthe 
uncompressedPackagesfileforthe s390xarchitecture. Because of this, apt 
cannot download the package list and outputs a warning: "W: Skipping 
acquire of configured file 'main/binary-s390x/Packages' as repository 
'https://apt-archive.postgresql.org/pub/repos/apt jammy-pgdg-archive 
InRelease' does not seem to provide it (sources.list entry misspelt?)". 
This problem does not appear on other architectures. The issue can be 
reproduced quite easily. 1. Launch the docker container with the 
linux/s390x platform 2. Install the necessary packages: apt update && 
apt install wget gpg -y 3. Add a repository: echo "deb 
https://apt-archive.postgresql.org/pub/repos/apt jammy-pgdg-archive 
main" > /etc/apt/sources.list.d/pgdg.list 4. Add a key: wget --quiet -O 
- https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - 5. 
Update the package list: apt update After that, a warning will appear.

view thread (5+ messages)  latest in thread

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected]
  Subject: Re: A broken repository for ubuntu 22 on s390x
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox