Package: apt,snapshot.debian.org
Followup-For: Bug #959518
X-Debbugs-Cc: [email protected]

FWIW, the series of steps in use for repro are:

# prereq: install apt compile-time dependencies
# prereq: add apt deb sources, keys as per docs at http://snapshot.debian.org/
$ git clone "https://salsa.debian.org/apt-team/apt.git";
$ cd apt
$ git checkout 1.8.2.z
$ git cherry-pick -m 1 7d222636954ec95382149e31b314e9828ba05a2e
$ cmake -DCMAKE_INSTALL_PREFIX=/ .
$ make
$ cmdline/apt -o Acquire::Check-Valid-Until=false update
$ cmdline/apt install -y openjdk-11-jdk

And the error manifests as:

Get:159 http://snapshot.debian.org/archive/debian-security/20200801T030228Z 
buster/updates/main amd64 openjdk-11-jdk-headless amd64 11.0.8+10-1~deb10u1 
[215 MB]
Err:159 http://snapshot.debian.org/archive/debian-security/20200801T030228Z 
buster/updates/main amd64 openjdk-11-jdk-headless amd64 11.0.8+10-1~deb10u1
  Undetermined Error [IP: 193.62.202.27 80]

If time allows it might be possible to prepare a self-contained Dockerfile
with the repro steps if that'd be useful for further debug/investigation.

Reply via email to