Hi, I have done an NMU of cross-toolchain-base as glibc was starting to block many migration to testing. Please find the NMU debdiff attached.
Regards Aurelien -- Aurelien Jarno GPG: 4096R/1DDD8C9B aurel...@aurel32.net http://aurel32.net
diff -Nru cross-toolchain-base-73/debian/changelog cross-toolchain-base-73+nmu1/debian/changelog --- cross-toolchain-base-73/debian/changelog 2024-12-31 11:49:42.000000000 +0100 +++ cross-toolchain-base-73+nmu1/debian/changelog 2025-03-10 21:59:31.000000000 +0100 @@ -1,3 +1,14 @@ +cross-toolchain-base (73+nmu1) unstable; urgency=medium + + * Non-maintainer upload. + * Build using linux 6.12.17. + * Build using gcc 14.2.0-17. + * Build using glibc 2.41-4. Closes: #1099463. + * Build using binutils 2.44-3. + * Refresh glibc patches. Closes: #1092380. + + -- Aurelien Jarno <aure...@debian.org> Mon, 10 Mar 2025 21:59:31 +0100 + cross-toolchain-base (73) unstable; urgency=medium * Build using linux 6.12.6. diff -Nru cross-toolchain-base-73/debian/control cross-toolchain-base-73+nmu1/debian/control --- cross-toolchain-base-73/debian/control 2024-12-31 11:49:42.000000000 +0100 +++ cross-toolchain-base-73+nmu1/debian/control 2025-03-10 21:59:22.000000000 +0100 @@ -8,10 +8,10 @@ Standards-Version: 4.7.0 Build-Depends: binutils-multiarch, dpkg (>= 1.21.17), rdfind, symlinks, lsb-release, - binutils-source (>= 2.43.50.20241230-1~), - glibc-source (>= 2.40-4~), - gcc-14-source (>= 14.2.0-12~), g++-14 (>= 14.2.0-12~), - linux-source-6.12 (>= 6.12.6-1~), linux-libc-dev (>= 6.12.6-1~), + binutils-source (>= 2.44-3~), + glibc-source (>= 2.41-4~), + gcc-14-source (>= 14.2.0-17~), g++-14 (>= 14.2.0-17~), + linux-source-6.12 (>= 6.12.17-1~), linux-libc-dev (>= 6.12.17-1~), autoconf (>= 2.69), autoconf2.69, automake, bison (>= 1:2.3), chrpath, debhelper-compat (= 13), dpkg-dev (>= 1.15.3.1), fakeroot, file, flex, diff -Nru cross-toolchain-base-73/debian/patches/glibc/debian/dpkg-shlibs.patch cross-toolchain-base-73+nmu1/debian/patches/glibc/debian/dpkg-shlibs.patch --- cross-toolchain-base-73/debian/patches/glibc/debian/dpkg-shlibs.patch 2022-03-03 09:16:21.000000000 +0100 +++ cross-toolchain-base-73+nmu1/debian/patches/glibc/debian/dpkg-shlibs.patch 2025-03-10 21:59:22.000000000 +0100 @@ -4,12 +4,12 @@ --- a/debian/rules.d/debhelper.mk +++ b/debian/rules.d/debhelper.mk -@@ -82,7 +82,7 @@ endif +@@ -73,7 +73,7 @@ endif sh ./debian/shlibs-add-udebs $(curpass) dh_installdeb -p$(curpass) -- dh_shlibdeps -p$(curpass) -+ #dh_shlibdeps -p$(curpass) +- dh_shlibdeps -p$(curpass) $(foreach path,$($(lastword $(subst -, ,$(curpass)))_slibdir),-l/usr$(path)) ++# dh_shlibdeps -p$(curpass) $(foreach path,$($(lastword $(subst -, ,$(curpass)))_slibdir),-l/usr$(path)) dh_gencontrol -p$(curpass) dh_md5sums -p$(curpass) diff -Nru cross-toolchain-base-73/debian/rules cross-toolchain-base-73+nmu1/debian/rules --- cross-toolchain-base-73/debian/rules 2024-12-31 11:49:42.000000000 +0100 +++ cross-toolchain-base-73+nmu1/debian/rules 2025-03-10 21:59:22.000000000 +0100 @@ -74,10 +74,10 @@ export ELF_PACKAGE_METADATA endif -MIN_VER_GLIBC := 2.40-4~ -MIN_VER_LINUX := 6.12.6-1~ -MIN_VER_GCC := 14.2.0-12~ -MIN_VER_BINUTILS := 2.43.50.20241230-1~ +MIN_VER_GLIBC := 2.41-4~ +MIN_VER_LINUX := 6.12.17-1~ +MIN_VER_GCC := 14.2.0-17~ +MIN_VER_BINUTILS := 2.44-3~ VER_GCC_BASE := 14 libgcc_base := gcc-s