Control: tags 915344 + patch
Control: tags 915344 + pending
Dear maintainer,
I've prepared an NMU for openfoam (versioned as 4.1+dfsg1-2.3) and
uploaded it to DELAYED/14. Please feel free to tell me if I should
cancel it.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
diff -Nru openfoam-4.1+dfsg1/debian/changelog openfoam-4.1+dfsg1/debian/changelog
--- openfoam-4.1+dfsg1/debian/changelog 2018-08-12 13:41:17.000000000 +0300
+++ openfoam-4.1+dfsg1/debian/changelog 2018-12-31 10:22:02.000000000 +0200
@@ -1,3 +1,11 @@
+openfoam (4.1+dfsg1-2.3) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Add upstream fix for FTBFS with glibc 2.28,
+ thanks to Juhani Numminen. (Closes: #915344)
+
+ -- Adrian Bunk <[email protected]> Mon, 31 Dec 2018 10:22:02 +0200
+
openfoam (4.1+dfsg1-2.2) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru openfoam-4.1+dfsg1/debian/patches/90_glibc.patch openfoam-4.1+dfsg1/debian/patches/90_glibc.patch
--- openfoam-4.1+dfsg1/debian/patches/90_glibc.patch 1970-01-01 02:00:00.000000000 +0200
+++ openfoam-4.1+dfsg1/debian/patches/90_glibc.patch 2018-12-31 10:22:02.000000000 +0200
@@ -0,0 +1,24 @@
+From 3fba921563fdb4436f73ace89fe9762474907953 Mon Sep 17 00:00:00 2001
+From: Henry Weller <http://openfoam.org>
+Date: Tue, 25 Jul 2017 00:03:09 +0100
+Subject: POSIX::fileStat: Avoid warning from gcc
+
+---
+ src/OSspecific/POSIX/fileStat.C | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/OSspecific/POSIX/fileStat.C b/src/OSspecific/POSIX/fileStat.C
+index 37994508c..9139a3469 100644
+--- a/src/OSspecific/POSIX/fileStat.C
++++ b/src/OSspecific/POSIX/fileStat.C
+@@ -29,6 +29,7 @@ License
+
+ #include <signal.h>
+ #include <unistd.h>
++#include <sys/sysmacros.h>
+
+ // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
+
+--
+2.11.0
+
diff -Nru openfoam-4.1+dfsg1/debian/patches/series openfoam-4.1+dfsg1/debian/patches/series
--- openfoam-4.1+dfsg1/debian/patches/series 2018-08-03 23:38:10.000000000 +0300
+++ openfoam-4.1+dfsg1/debian/patches/series 2018-12-31 10:22:02.000000000 +0200
@@ -6,3 +6,4 @@
60_disable_dummy_packages.patch
70_remove_IRIX_includes.patch
80_gcc8.patch
+90_glibc.patch