Bug#1076563: gtk+2.0: FTBFS on hurd-any

Samuel Thibault sthibault at debian.org
Thu Jul 18 22:06:05 BST 2024


Source: gtk+2.0
Version: 2.24.33-5
Severity: important
Tags: patch ftbfs

Hello,

gtk+2.0 currently FTBFS on hurd-any because of a missing function
declaration. Considering the EOL status upstream, it's probably simpler
to just patch over in Debian, could you add the attached patch to fix
it?

Thanks,
Samuel

-- System Information:
Debian Release: trixie/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'unreleased'), (500, 'testing-debug'), (500, 'stable-security'), (500, 'stable-debug'), (500, 'oldstable-proposed-updates-debug'), (500, 'oldstable-proposed-updates'), (500, 'oldoldstable'), (500, 'buildd-unstable'), (500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental-debug'), (1, 'buildd-experimental'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, arm64

Kernel: Linux 6.9.8-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

-- 
Samuel
<N> M.  MIMRAM  Samuel Antonin
<N> en voila un qui etait predestiné
 -+- #ens-mim - Quelles gueules qu'ils ont les ptits nouveaux ? -+-
-------------- next part --------------
Index: gtk+2.0-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c
===================================================================
--- gtk+2.0-2.24.33.orig/modules/printbackends/cups/gtkprintbackendcups.c
+++ gtk+2.0-2.24.33/modules/printbackends/cups/gtkprintbackendcups.c
@@ -19,7 +19,7 @@
  * Boston, MA 02111-1307, USA.
  */
 
-#ifdef __linux__
+#if defined(__linux__) || defined(__GNU__)
 #define _GNU_SOURCE
 #endif
 


More information about the pkg-gnome-maintainers mailing list