[med-svn] [Git][med-team/minc-tools][master] 2 commits: Fix build failure on armhf - bug #1091265.

Steven Robbins (@smr) gitlab at salsa.debian.org
Mon Dec 30 18:59:16 GMT 2024



Steven Robbins pushed to branch master at Debian Med / minc-tools


Commits:
418aa2f0 by Steve Robbins at 2024-12-29T16:38:25-06:00
Fix build failure on armhf - bug #1091265.

- - - - -
7a4197c8 by Steve Robbins at 2024-12-29T16:49:27-06:00
Ready for release.

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/mnc2nii-use-size-t.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+minc-tools (2.3.00+dfsg-11) unstable; urgency=medium
+
+  [ Steve Robbins ]
+  * [418aa2f] Use size_t varaible to match restructure() call.  
+    Fixes build failure on armhf; Closes: #1091265.
+
+ -- Steve M. Robbins <smr at debian.org>  Sun, 29 Dec 2024 16:39:42 -0600
+
 minc-tools (2.3.00+dfsg-10) unstable; urgency=medium
 
   [ Steve Robbins ]


=====================================
debian/patches/mnc2nii-use-size-t.patch
=====================================
@@ -0,0 +1,13 @@
+diff --git a/conversion/nifti1/mnc2nii.c b/conversion/nifti1/mnc2nii.c
+index d9dfec0..8ebe4e7 100644
+--- a/conversion/nifti1/mnc2nii.c
++++ b/conversion/nifti1/mnc2nii.c
+@@ -165,7 +165,7 @@ main(int argc, char **argv)
+     int nii_dimids[MAX_NII_DIMS];
+     int nii_dir[MAX_NII_DIMS];
+     int nii_map[MAX_NII_DIMS];
+-    unsigned long nii_lens[MAX_NII_DIMS];
++    size_t nii_lens[MAX_NII_DIMS];
+     int nii_ndims;
+     static int nifti_filetype;
+     static int nifti_datatype;


=====================================
debian/patches/series
=====================================
@@ -4,3 +4,4 @@ hdf5-1.10-support.patch
 spelling.patch
 fix_manpages.patch
 fix-gcc10-build.patch
+mnc2nii-use-size-t.patch



View it on GitLab: https://salsa.debian.org/med-team/minc-tools/-/compare/bddfd7a7c7e3703c53a6c39fb15fa2700e43015a...7a4197c8f2f937a1c08ede02645040687850c887

-- 
View it on GitLab: https://salsa.debian.org/med-team/minc-tools/-/compare/bddfd7a7c7e3703c53a6c39fb15fa2700e43015a...7a4197c8f2f937a1c08ede02645040687850c887
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20241230/f3015880/attachment-0001.htm>


More information about the debian-med-commit mailing list