pitrou commented on PR #39557:
URL: https://github.com/apache/arrow/pull/39557#issuecomment-1916589975
Hmm, looks like the manylinux Docker image build is broken for some
unrelated reason? @kou
(why do we install `kernel-headers` for those builds?)
```
> [ 3/17] RUN dnf install -y git flex curl autoconf zip perl-IPC-Cmd wget
kernel-headers:
1.646 Userid : "AlmaLinux <[email protected]>"
1.646 Fingerprint: E53C F5EF 91CE B0AD 1812 ECB8 51D6 647E C21A D6EA
1.646 From : /etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
1.647 Key imported successfully
1.705 Import of key(s) didn't help, wrong key(s)?
1.717 Public key for kernel-headers-4.18.0-513.11.1.el8_9.x86_64.rpm is not
installed. Failing package is: kernel-headers-4.18.0-513.11.1.el8_9.x86_64
1.717 GPG Keys are configured as:
file:///etc/pki/rpm-gpg/RPM-GPG-KEY-AlmaLinux
1.717 The downloaded packages were saved in cache until the next successful
transaction.
1.718 You can remove cached packages by executing 'dnf clean packages'.
1.727 Error: GPG check FAILED
------
python-wheel-manylinux.dockerfile:31
--------------------
29 |
30 | # Install basic dependencies
31 | >>> RUN dnf install -y git flex curl autoconf zip perl-IPC-Cmd wget
kernel-headers
32 |
33 | # A system Python is required for ninja and vcpkg in this
Dockerfile.
--------------------
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]