control: tag 1092380 + patch
control: tag 1099463 + patch

Hi,

Please find attached a patch to fix bugs #1092380 & #1099463.

Regards
Aurelien

-- 
Aurelien Jarno                          GPG: 4096R/1DDD8C9B
aurel...@aurel32.net                     http://aurel32.net
--- cross-toolchain-base-73/debian/changelog
+++ cross-toolchain-base-73+nmu1/debian/changelog
@@ -1,3 +1,13 @@
+cross-toolchain-base (73+nmu1) unstable; urgency=medium
+
+  * 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>  Sun, 09 Mar 2025 11:00:15 +0100
+
 cross-toolchain-base (73) unstable; urgency=medium
 
   * Build using linux 6.12.6.
--- cross-toolchain-base-73/debian/control
+++ cross-toolchain-base-73+nmu1/debian/control
@@ -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,
--- cross-toolchain-base-73/debian/patches/glibc/debian/dpkg-shlibs.patch
+++ cross-toolchain-base-73+nmu1/debian/patches/glibc/debian/dpkg-shlibs.patch
@@ -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)
  
--- cross-toolchain-base-73/debian/rules
+++ cross-toolchain-base-73+nmu1/debian/rules
@@ -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
 

Reply via email to