Control: tags -1 patch Dear Maintainer,
In Ubuntu, the attached patch was applied to achieve the following: * debian/patches/19_glibc_2.28.patch: Fix FTBFS with glibc 2.28. Thanks for considering the patch. Logan Rosen -- System Information: Debian Release: buster/sid APT prefers cosmic-updates APT policy: (500, 'cosmic-updates'), (500, 'cosmic-security'), (500, 'cosmic'), (400, 'cosmic-proposed'), (100, 'cosmic-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.18.0-13-generic (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled
only in patch2: unchanged: --- fam-2.7.0.orig/debian/patches/19_glibc_2.28.patch +++ fam-2.7.0/debian/patches/19_glibc_2.28.patch @@ -0,0 +1,17 @@ +## Description: Fix FTBFS against glibc 2.28 +## Origin/Author: Logan Rosen <lo...@ubuntu.com> +## Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=917492 +diff -Nur -x '*.orig' -x '*~' fam-2.7.0/build-tree/fam-2.7.0/src/DNotify.c++ fam-2.7.0.new/build-tree/fam-2.7.0/src/DNotify.c++ +--- fam-2.7.0/src/DNotify.c++ 2019-01-08 23:35:20.513574095 -0500 ++++ fam-2.7.0/src/DNotify.c++ 2019-01-08 23:36:37.568605429 -0500 +@@ -36,6 +36,10 @@ + #include <sys/stat.h> + #include <libgen.h> + ++#ifdef __GNU_LIBRARY__ ++#include <sys/sysmacros.h> ++#endif ++ + #include "DNotify.h" + + #include "Interest.h"