Skip to content
Failed

Changes

Summary

  1. fix readline multilib dependencies for 64bit (details)
  2. avoid dpkg-cross failing on packages that we don't use (details)
  3. drop sparc patch #1034779 applied in pcre2 #10.42-2 (details)
  4. fix pam FTBFS #1054228 (details)
  5. drop bogus pam FTBFS patch #1054228 (details)
  6. debhelper also truncates NEWS now - causing differences (details)
  7. fix /usr-merge induced e2fsprogs FTBFS #1053111 (details)
  8. fix dash FTCBFS #1057339 (details)
  9. fix icu FTCBFS #1057726 (details)
  10. fix pam FTCBFS #1057729 (details)
  11. work around elf-arch only recognizing some mips64r6el binaries (details)
  12. drop loong64 patch #1024359 applied in libffi/3.4.4-2 (details)
  13. drop loong64 patch #1031850 resolved in gcc-13 (details)
  14. adapt to linux-libc-dev having become a:all+m-a:foreign (details)
  15. linux: circumvent control generation protection more reliably (details)
  16. reenable building of gcc-13 common libraries (details)
  17. adapt linux patching to toml based configuration (details)
  18. rewrite wdotap patch set on top of gcc-for-host changes (details)
  19. don't attempt to install linux-libc-dev with an :arch qualifier (details)
  20. enable wdotap patch for gcc-14 (details)
  21. linux: always regenerate d/control (details)
  22. gcc: move -for-host packages from cross toolchain to rtlibs build (details)
  23. new linux d/control dependency python3-dacite (details)
Commit 07edfe87c9ed1f81d83169569acede2087101bed by Helmut Grohne
fix readline multilib dependencies for 64bit
The file was modified bootstrap.sh
Commit f74dc3dae165c75376c38eff794a1a2e79830f2c by Helmut Grohne
avoid dpkg-cross failing on packages that we don't use
The file was modified bootstrap.sh
Commit 4eb636ee9c52faa74700495a09d27453815e1c1e by Helmut Grohne
drop sparc patch #1034779 applied in pcre2 #10.42-2
The file was modified bootstrap.sh
Commit 15f6af4c674dea5896a47f5de04d34d416cbd593 by Helmut Grohne
fix pam FTBFS #1054228
The file was modified bootstrap.sh
Commit 0b296b96f8a3e07f9e783331eeb844afb6400ecb by Helmut Grohne
drop bogus pam FTBFS patch #1054228

The patch actually causes no patches to be applied. pam has been fixed
by other means in the mean time.
The file was modified bootstrap.sh
Commit 8d6b6773efa568a103ee19cca6ad08f08807bf56 by Helmut Grohne
debhelper also truncates NEWS now - causing differences
The file was modified bootstrap.sh
Commit 3db9d0f44ee17c2e699781176612ac919cc6a058 by Helmut Grohne
fix /usr-merge induced e2fsprogs FTBFS #1053111
The file was modified bootstrap.sh
Commit 8bbcad67dcec2c4a6e8a1db05b011ab0c8486ef4 by Helmut Grohne
fix dash FTCBFS #1057339
The file was modified bootstrap.sh
Commit 7cbc3f0e3bf0310ab0653652f91fd88f31de1db8 by Helmut Grohne
fix icu FTCBFS #1057726
The file was modified bootstrap.sh
Commit de513ebd815e5a43803f143ca470b95f85c0e494 by Helmut Grohne
fix pam FTCBFS #1057729
The file was modified bootstrap.sh
Commit f9528cf05d40913c0b105f949f1d88bf885802db by Helmut Grohne
work around elf-arch only recognizing some mips64r6el binaries
The file was modified bootstrap.sh
Commit f2eef01d2b5c2e2482f0bc3a31c9236accd7cc53 by Helmut Grohne
drop loong64 patch #1024359 applied in libffi/3.4.4-2
The file was modified bootstrap.sh
Commit 556eb4ddaea3054425ee3c3753ee7cb2a5022adb by Helmut Grohne
drop loong64 patch #1031850 resolved in gcc-13
The file was modified bootstrap.sh
Commit 00b0af3691757d636731dadb66e0294c062e5820 by Helmut Grohne
adapt to linux-libc-dev having become a:all+m-a:foreign

Most of the time, we no longer have to rebuild linux-libc-dev.
Sometimes, it's missing headers though and then we need to rebuild it,
but not as a cross build, but an indep-only build.
The file was modified bootstrap.sh
Commit 7f0ab02c84446c1dce24193ecb5792c9baa7acc7 by Helmut Grohne
linux: circumvent control generation protection more reliably
The file was modified bootstrap.sh
Commit 43ea7c463e771526f0dc0f2258f080e624906430 by Helmut Grohne
reenable building of gcc-13 common libraries

gcc-14 entered unstable.
The file was modified bootstrap.sh
Commit b8d966aa5a8e1e0921ac395e8fc3547783f1d275 by Helmut Grohne
adapt linux patching to toml based configuration
The file was modified bootstrap.sh
Commit 916611197b58b972dbcba7802bc15a56d5d2c48b by Helmut Grohne
rewrite wdotap patch set on top of gcc-for-host changes

The merging of gcc-for-host caused a lot of changes to the gcc packaging
and made the wdotap patch set from cross-gcc-dev no longer work. It
required significant changes and quite some aspects could be dropped
resulting in a much smaller patch that is inlined in rebootstrap for
now. We'll see whether that works better or worse.
The file was modified bootstrap.sh
Commit d2fdc3a31c48b498f9cec25193ee5db6bd5c23ba by Helmut Grohne
don't attempt to install linux-libc-dev with an :arch qualifier
The file was modified bootstrap.sh
Commit 9a09c89a9a5764bc36993f3624c229e5ea6317c8 by Helmut Grohne
enable wdotap patch for gcc-14
The file was modified bootstrap.sh
Commit 395be9dfc0f9f70d27a4711fa58eed16418f1a04 by Helmut Grohne
linux: always regenerate d/control

Since linux-libc-dev is arch:all now, we only have two cases. Either the
one in the archive is good enough or we get to build it. When we build
it, we bump the version. When we bump the version, we must regenerate
d/control (changed in src:linux).
The file was modified bootstrap.sh
Commit 5d8667865b47eb566f2c697b95e9282cfe88f818 by Helmut Grohne
gcc: move -for-host packages from cross toolchain to rtlibs build #1069065
The file was modified bootstrap.sh
Commit 37dcceba314742f5fac4c1790b1e375fa49dab9a by Helmut Grohne
new linux d/control dependency python3-dacite
The file was modified bootstrap.sh