Andreas Tille pushed to branch master at Debian Med / trf
Commits: a7f37d9b by Andreas Tille at 2020-10-09T09:50:00+00:00 First attempt to tackle autopkgtest issue on arm64 - - - - - 3 changed files: - debian/changelog - + debian/patches/arm64-memory-issue.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +trf (4.09.1-4) UNRELEASED; urgency=medium + + * Try to fix memory problem on arm64 + TODO: not all tests of autopkgtest are passing anyway. Needs further investigation or simply exclusion of that architectures + + -- Andreas Tille <[email protected]> Fri, 09 Oct 2020 08:33:46 +0000 + trf (4.09.1-3) unstable; urgency=medium [ Nilesh Patra ] ===================================== debian/patches/arm64-memory-issue.patch ===================================== @@ -0,0 +1,15 @@ +Description: This patch is NOT for amd4 where memory allocation works + It helps for arm64, thought to pass **part** of the test suite. + May be trf is simply not for this architecture (should be clarified with upstream) + +--- a/src/tr30dat.h ++++ b/src/tr30dat.h +@@ -92,7 +92,7 @@ int counterInSeq = 0; + #define RECENTERCRITERION 3 + /* 6/24/05 G. Benson */ + //#define MAXBANDWIDTH 300 +-#define MAXBANDWIDTH 150 ++#define MAXBANDWIDTH 32 /* 64 fails */ + #define MAXTUPLESIZES 10 + /* 6/17/05 G. Benson */ + /* 1/26/10 G. Benson */ ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ fix-exit-code.patch +arm64-memory-issue.patch View it on GitLab: https://salsa.debian.org/med-team/trf/-/commit/a7f37d9b311e5010fafa18b7c479dcaf5b328bcb -- View it on GitLab: https://salsa.debian.org/med-team/trf/-/commit/a7f37d9b311e5010fafa18b7c479dcaf5b328bcb You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
