You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Laszlo Gaal (Jira)" <ji...@apache.org> on 2020/12/11 15:13:00 UTC

[jira] [Resolved] (IMPALA-10011) Building the Debian 8 container in the toolchain fails on an expired key

     [ https://issues.apache.org/jira/browse/IMPALA-10011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Laszlo Gaal resolved IMPALA-10011.
----------------------------------
    Resolution: Won't Fix

Closed as a won't fix, as Debian 8 support ended in June 2020.
Retirement of Debian 8 from the toolchain and from the list of supported platforms is tracked in IMPALA-10378 (with commit IDs linked), so it is linked as a dup of this.

> Building the Debian 8 container in the toolchain fails on an expired key
> ------------------------------------------------------------------------
>
>                 Key: IMPALA-10011
>                 URL: https://issues.apache.org/jira/browse/IMPALA-10011
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Infrastructure
>    Affects Versions: Impala 4.0
>            Reporter: Laszlo Gaal
>            Assignee: Laszlo Gaal
>            Priority: Major
>
> Investigating and fixing IMPALA-9985 required a toolchain rebuild reaching down to rebuilding the Docker images used for the toolchian build (this happens using the Dockerfiles in the docker subdirectory of the native-toolchain repo).
> During the rebuild the Debian 8 container failed with this error:
> {code}
> ....
> GPG error: http://archive.debian.org jessie Release: The following signatures were invalid: KEYEXPIRED 1587841717
> .....
> WARNING: The following packages cannot be authenticated!
>   libgdbm3 libpopt0 libedit2 libgpm2 libkeyutils1 python-minimal mime-support
> [....list of about 100 packages....]
> E: There are problems and -y was used without --force-yes
> The command '/bin/sh -c apt-get update && apt-get install -y autoconf       bison       build-essential       ccache       curl       flex       git       groff-base       libffi-dev       libkrb5-dev       libncurses5-dev       libreadline-dev      libsasl2-dev       libssl-dev       libtool-bin       libz-dev       lsb-release       pigz       pkg-config       python-dev       rsync       texinfo       unzip       vim-common       wget' returned a non-zero code: 100
> {code}
> Debian 8 is past its end-of-life, which happened on June 30th, 2020; the expiration of repo keys is probably one of the side effects of this.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)