Sascha Steinbiss pushed to branch master at Debian Med / rna-star


Commits:
a802d8bb by Sascha Steinbiss at 2026-08-21T08:37:01+02:00
fix FTBFS on Hurd

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/hurd_shm_noreserve.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+rna-star (2.7.11b+dfsg-4) unstable; urgency=medium
+
+  * Fix FTBFS on Hurd.
+
+ -- Sascha Steinbiss <[email protected]>  Fri, 21 Aug 2026 07:16:37 +0200
+
 rna-star (2.7.11b+dfsg-3) unstable; urgency=medium
 
   * Update salsa-ci.yml to current Debian Med version.


=====================================
debian/patches/hurd_shm_noreserve.patch
=====================================
@@ -0,0 +1,16 @@
+Author: Sascha Steinbiss <[email protected]>
+Last-Changed: Fri, 21 Aug 2026 00:00:00 +0000
+Description: ensure SHM_NORESERVE is defined
+
+--- a/source/IncludeDefine.h
++++ b/source/IncludeDefine.h
+@@ -44,6 +44,10 @@
+ #define SHM_NORESERVE 010000
+ #endif
+ 
++#if defined(__GNU__) && !defined(SHM_NORESERVE)
++#define SHM_NORESERVE 010000
++#endif
++
+ typedef int8_t int8;
+ typedef uint8_t uint8;


=====================================
debian/patches/series
=====================================
@@ -1,5 +1,6 @@
 donotuse_own_htslib.patch
 mips_shm_noreserve.patch
+hurd_shm_noreserve.patch
 reproducible.patch
 mathRoutinesNotInScope.patch
 do-not-enforce-avx2.patch



View it on GitLab: 
https://salsa.debian.org/med-team/rna-star/-/commit/a802d8bb79c90c1a09c11636ea1417bf49afb996

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/rna-star/-/commit/a802d8bb79c90c1a09c11636ea1417bf49afb996
You're receiving this email because of your account on salsa.debian.org. Manage 
all notifications: https://salsa.debian.org/-/profile/notifications | Help: 
https://salsa.debian.org/help


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to