From 3962f36441b9de8e32827dd45ca0636f698f718f Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Fri, 11 Feb 2022 22:58:37 +0100 Subject: [PATCH] coverage.sh: since fontconfig was fixed, document the remaining reproducibility issues --- coverage.sh | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/coverage.sh b/coverage.sh index 73562fe..dc670c8 100755 --- a/coverage.sh +++ b/coverage.sh @@ -755,9 +755,8 @@ fi for variant in essential apt minbase buildd important standard; do for format in tar squashfs ext2; do print_header "mode=root/unshare/fakechroot,variant=$variant: check for bit-by-bit identical $format output" - # fontconfig doesn't install reproducibly because differences - # in /var/cache/fontconfig/. See - # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864082 + # pyc files and man index.db are not reproducible + # See #1004557 and #1004558 if [ "$variant" = "standard" ]; then echo "skipping test because of #864082" >&2 skipped=$((skipped+1)) @@ -2987,9 +2986,8 @@ fi # into /var/cache/apt/archives/partial for variant in extract custom essential apt minbase buildd important standard; do print_header "mode=$defaultmode,variant=$variant: compare output with pre-seeded /var/cache/apt/archives" - # fontconfig doesn't install reproducibly because differences - # in /var/cache/fontconfig/. See - # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864082 + # pyc files and man index.db are not reproducible + # See #1004557 and #1004558 if [ "$variant" = "standard" ]; then echo "skipping test because of #864082" >&2 skipped=$((skipped+1))