Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1utJHa-004doP-5y for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 02 Sep 2025 05:10:15 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1utJHZ-0029wP-3t for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 02 Sep 2025 05:10:13 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1utJHY-0029wH-QV for pgsql-pkg-debian@lists.postgresql.org; Tue, 02 Sep 2025 05:10:13 +0000 Received: from forward100a.mail.yandex.net ([178.154.239.83]) by makus.postgresql.org with smtp (Exim 4.96) (envelope-from ) id 1utJHU-0006ex-0R for pgsql-pkg-debian@lists.postgresql.org; Tue, 02 Sep 2025 05:10:12 +0000 Received: from mail-nwsmtp-smtp-production-main-72.iva.yp-c.yandex.net (mail-nwsmtp-smtp-production-main-72.iva.yp-c.yandex.net [IPv6:2a02:6b8:c0c:788b:0:640:a95d:0]) by forward100a.mail.yandex.net (Yandex) with ESMTPS id E9B03C007F for ; Tue, 02 Sep 2025 08:10:03 +0300 (MSK) Received: by mail-nwsmtp-smtp-production-main-72.iva.yp-c.yandex.net (smtp/Yandex) with ESMTPSA id 2AX27pCMw8c0-EmgoBGJ7; Tue, 02 Sep 2025 08:10:03 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=arenadata.io; s=mail; t=1756789803; bh=AmTm/GrnxraGthiLmZCOjnLF7NcCkZOpZOGiodpY6/c=; h=Subject:To:Message-ID:Date:From; b=E3JL9lWvvSAzNm09YFn+2i8axWSozGFGoJL3U7YOte99Y1uhr4fAnbHfeL1cQDolX Am5jwd39/oUVFwvrcMhPT0clu7OQSgd1rrjrn28CIRP1EID6Gp1TeefcgxTnqzasLh Zjd5JHtQ0iav0aVnzTIh7u1K40hfwXAloI9a4TWY= Authentication-Results: mail-nwsmtp-smtp-production-main-72.iva.yp-c.yandex.net; dkim=pass header.i=@arenadata.io Content-Type: multipart/alternative; boundary="------------An0dUUFm6PLMYRwAYrUgwCsu" Message-ID: <301fd5da-f14f-44ff-b4cc-7d5b0a393c63@arenadata.io> Date: Tue, 2 Sep 2025 12:10:01 +0700 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Content-Language: en-US To: pgsql-pkg-debian@lists.postgresql.org From: =?UTF-8?B?0JLQuNC60YLQvtGAINCa0YPRgNC40LvQutC+?= Subject: A broken repository for ubuntu 22 on s390x List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk This is a multi-part message in MIME format. --------------An0dUUFm6PLMYRwAYrUgwCsu Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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. --------------An0dUUFm6PLMYRwAYrUgwCsu Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit
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.
--------------An0dUUFm6PLMYRwAYrUgwCsu--