← Back to team overview

cross-toolchain-base-devs team mailing list archive

Bug#1092397: NMU diff of cross-toolchain-base-ports 70+nmu1

 

Hi,

I have done an NMU of cross-toolchain-base-ports as glibc was starting
to block many migration to testing. Please find the NMU debdiff
attached.

Regards
Aurelien

-- 
Aurelien Jarno                          GPG: 4096R/1DDD8C9B
aurelien@xxxxxxxxxxx                     http://aurel32.net
diff -Nru cross-toolchain-base-ports-70/debian/changelog cross-toolchain-base-ports-70+nmu1/debian/changelog
--- cross-toolchain-base-ports-70/debian/changelog	2024-12-31 12:36:56.000000000 +0100
+++ cross-toolchain-base-ports-70+nmu1/debian/changelog	2025-03-10 21:59:34.000000000 +0100
@@ -1,3 +1,14 @@
+cross-toolchain-base-ports (70+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.
+  * Build using binutils 2.44-3.
+  * Refresh glibc patches. Closes: #1092397.
+
+ -- Aurelien Jarno <aurel32@xxxxxxxxxx>  Mon, 10 Mar 2025 21:59:34 +0100
+
 cross-toolchain-base-ports (70) unstable; urgency=medium
 
   * Build using linux 6.12.6.
diff -Nru cross-toolchain-base-ports-70/debian/control cross-toolchain-base-ports-70+nmu1/debian/control
--- cross-toolchain-base-ports-70/debian/control	2024-12-31 12:36:56.000000000 +0100
+++ cross-toolchain-base-ports-70+nmu1/debian/control	2025-03-10 21:59:10.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-ports-70/debian/patches/glibc/debian/dpkg-shlibs.patch cross-toolchain-base-ports-70+nmu1/debian/patches/glibc/debian/dpkg-shlibs.patch
--- cross-toolchain-base-ports-70/debian/patches/glibc/debian/dpkg-shlibs.patch	2022-03-03 09:27:58.000000000 +0100
+++ cross-toolchain-base-ports-70+nmu1/debian/patches/glibc/debian/dpkg-shlibs.patch	2025-03-10 21:59:10.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-ports-70/debian/rules cross-toolchain-base-ports-70+nmu1/debian/rules
--- cross-toolchain-base-ports-70/debian/rules	2024-12-31 12:36:56.000000000 +0100
+++ cross-toolchain-base-ports-70+nmu1/debian/rules	2025-03-10 21:59:10.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