A broken repository for ubuntu 22 on s390x - Mailing list pgsql-pkg-debian

From Виктор Курилко
Subject A broken repository for ubuntu 22 on s390x
Date
Msg-id 301fd5da-f14f-44ff-b4cc-7d5b0a393c63@arenadata.io
Whole thread Raw
Responses Re: A broken repository for ubuntu 22 on s390x
List pgsql-pkg-debian
It seems that the repository for Ubuntu 22.04 (jammy) is not working due to an error in the InRelease file. I assume that this is due to the fact that there are no entries in the file for the uncompressed Packages file for the s390x architecture. 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.

pgsql-pkg-debian by date:

Previous
From: apt.postgresql.org Repository Update
Date:
Subject: pgpool2 updated to version 4.6.3-1.pgdg+1
Next
From: Christoph Berg
Date:
Subject: Re: A broken repository for ubuntu 22 on s390x