[Pkg-utopia-maintainers] Bug#1089641: dbus: FTBFS on hurd-*: error: ‘PROC_SUPER_MAGIC’ undeclared

Simon McVittie smcv at debian.org
Tue Dec 10 10:35:00 GMT 2024


Source: dbus
Version: 1.15.6-1
Severity: important
Tags: ftbfs
X-Debbugs-Cc: debian-hurd at lists.debian.org
User: debian-hurd at lists.debian.org
Usertags: hurd-amd64 hurd-i386

dbus 1.15.x FTBFS on hurd, a regression since 1.14.x:

> ../../dbus/dbus-file-unix.c: In function ‘_dbus_file_get_contents’:
> ../../dbus/dbus-file-unix.c:139:25: error: ‘PROC_SUPER_MAGIC’ undeclared (first use in this function)
>   139 |       if (sfs.f_type == PROC_SUPER_MAGIC)
>       |                         ^~~~~~~~~~~~~~~~

I'm hoping this is straightforward to fix by guarding the use of Linux's
PROC_SUPER_MAGIC with a stricter condition than just HAVE_FSTATFS.

    smcv



More information about the Pkg-utopia-maintainers mailing list