Skip to content
Success

Changes

Summary

  1. drop mipsen from patch_linux (details)
  2. drop riscv64 from patch_linux as its applied since some time (details)
  3. update default mirror (details)
  4. drop FTBFS patch #984258 probably fixed in nss (details)
  5. add a comment explaining out apt options (details)
  6. delete remainders of isl-0.18 (details)
  7. redisable -Werror for nss #1036211 (details)
  8. build make-dfsg with a noguile profile (details)
  9. drop remainders of guile (details)
  10. cross build isl (details)
  11. drop unused openssl1.0 (details)
  12. do build common libraries for gcc-12 (details)
  13. fix c-ares FTCBFS #1038165 (details)
  14. actually pass -Wno-error to the nss build (details)
  15. drop FTCBFS patch #1038165 fixed in c-ares/1.19.1-3 (details)
  16. drop fixup #1035521 applied in gcc-defaults/1.206 (details)
  17. improve usage of dpkg-architecture (details)
  18. drop -Wno-error MR applied to glibc/2.37-3 (details)
  19. unconditionally apply patch_gcc_has_include_next (details)
  20. fix p11-kit FTCBFS #1040472 (details)
  21. increase shellcheck happiness (details)
  22. drop FTCBFS patch #1040472 fixed in p11-kit/0.25.0-3 (details)
Commit b6d2540d628bff51e386742970dabaf11cbf7c23 by Helmut Grohne
drop mipsen from patch_linux

These have been added since a while already.
The file was modified bootstrap.sh
Commit f667ad5b595112986f6692268da136a964216a1c by Helmut Grohne
drop riscv64 from patch_linux as its applied since some time
The file was modified bootstrap.sh
Commit 9be8f63f27dc2bd9fc3b7342a72283594eb6eade by Helmut Grohne
update default mirror
The file was modified bootstrap.sh
Commit b754e534cbb2d02099f78c8fdf204a9cf2103346 by Helmut Grohne
drop FTBFS patch #984258 probably fixed in nss

If -Werror problems resurface, the solution should be based on #1036211.
The file was modified bootstrap.sh
Commit 5f2ba5d5b35f52b0a3ca3e432d9c052647f5c699 by Helmut Grohne
add a comment explaining out apt options

Thanks to David Kalnischkies.
The file was modified bootstrap.sh
Commit 5e202bfcfe7827eee4d9ce8b06097c738acbae14 by Helmut Grohne
delete remainders of isl-0.18

Removed from unstable.
The file was modified bootstrap.sh
Commit d9254f6cc2b870d66b3aaa323e5eb7ca321cf7c8 by Helmut Grohne
redisable -Werror for nss #1036211

Work around FTBFS #1036094.
The file was modified bootstrap.sh
Commit 16abb5971ff3430d84ae62b139208c5b1531080d by Helmut Grohne
build make-dfsg with a noguile profile

Yeah, this gets us more profiles, but at the same time, it likely drops
all guile from the build and with that repeated patching for every new
architecture and it saves a bit of build time.
The file was modified bootstrap.sh
Commit 5ce983d4918434ad6d0a9582f0bcd60e93cb0b7c by Helmut Grohne
drop remainders of guile
The file was modified bootstrap.sh
Commit 3247d1da7e12c8bb696062b9cf2ec91c043b2d61 by Helmut Grohne
cross build isl

Suggested-by: Samuel Thibault
The file was modified bootstrap.sh
Commit 5e376d96996b9b859805c4273bfad18fcaf83f99 by Helmut Grohne
drop unused openssl1.0
The file was modified bootstrap.sh
Commit 582652f989ffe4949e7986808e5d60c72443ab6d by Helmut Grohne
do build common libraries for gcc-12
The file was modified bootstrap.sh
Commit 242bc43b7bf646090df0fb2e7a330796096c4e74 by Helmut Grohne
fix c-ares FTCBFS #1038165
The file was modified bootstrap.sh
Commit 7d859498d21a2f8fd9b06d7ecb4d436e89438db5 by Helmut Grohne
actually pass -Wno-error to the nss build
The file was modified bootstrap.sh
Commit 990e6346692f51e58e557036beae72870f04fe54 by Helmut Grohne
drop FTCBFS patch #1038165 fixed in c-ares/1.19.1-3

This reverts commit 242bc43b7bf646090df0fb2e7a330796096c4e74.
The file was modified bootstrap.sh
Commit ab8232f820d174e54fa269457a5c10360854431b by Helmut Grohne
drop fixup #1035521 applied in gcc-defaults/1.206
The file was modified bootstrap.sh
Commit b80a6b900f743582c3ebb9bd29494959c2b9e66c by Helmut Grohne
improve usage of dpkg-architecture

* Properly quote arguments, which also makes shellcheck a little
   happier.
* Use the -i flag rather than matching its output.
* When in a hook, prefer the hook argument as architecture.
The file was modified bootstrap.sh
Commit f8e69b4edcf5e763d75f23a759383a44ec2c4f80 by Helmut Grohne
drop -Wno-error MR applied to glibc/2.37-3
The file was modified bootstrap.sh
Commit 7b6b07bfa607abea2da0f7aaeb34c758c03e4f37 by Helmut Grohne
unconditionally apply patch_gcc_has_include_next

gcc-12 builds started failing in stage1 while compiling libgcov-merge.c
due to missing <sys/mman.h>. That header is only available in glibc
stage2, so the issue is that HAVE_SYS_MMAN_H is defined. That happens,
because the relevant configure check erroneously succeeds by using
/lib/cpp rather than the correct cpp invocation. cpp is misdetected,
because the correct cpp failed #including <limits.h>, because our
patched __has_include_next(<limits.h>) produces an error, which is gcc
bug 80755 and is fixed by this very patch. A subtle change in include
directory order made this patch important and the failure came three
layers later.
The file was modified bootstrap.sh
Commit 5b53c9cc178e4dda2c5ebbc22aad03c4846ca211 by Helmut Grohne
fix p11-kit FTCBFS #1040472
The file was modified bootstrap.sh
Commit cacf3bf31cd1ecffb4e44db9e4a902242964c8a6 by Helmut Grohne
increase shellcheck happiness

These are relatively obvious fixes that e.g. improve compatibility with
bash, add missing quoting or use idiomatic computations.

What remains for shellcheck largely is style remarks and false
positives. For instance, we excessively modify variables in subshells to
intentionally get those changes reverted. Likewise, using variables in
single-quoted strings is not a mistake. In order to address the globbing
issues, more architectural changes would be necessary.
The file was modified bootstrap.sh
Commit 6d277d0c968663c13ad463cd94429589bf311f14 by Helmut Grohne
drop FTCBFS patch #1040472 fixed in p11-kit/0.25.0-3
The file was modified bootstrap.sh