bug#71174: libb2 fails to build during cross-compilation

2024-05-25 Thread Christoph Buck
Hi! The package libb2 in `(gnu packages crypto)` fails during cross-compilation from `x86_64-linux-gn` to `aarch64-linux-gnu`, but possible more combinations are broken. Steps to reproduce: > git log --oneline HEAD^..HEAD > 9901416233 (origin/master, origin/HEAD) gnu: ctl: Update to 1.5.3. > .

bug#71174: [PATCH] gnu: libb2: Fix cross-compilation for non x86_64 systems

2024-06-28 Thread Christoph Buck
* gnu/packages/crypto.scm (libb2): Disable fat-binary compile time option for non x86_64 target systems. Change-Id: Ibdf009960fecae4ffc033a36b3abf28c2f8935aa --- gnu/packages/crypto.scm | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/gnu/packages/crypto.scm b/gn

bug#71174: [PATCH] gnu: libb2: Fix cross-compilation for non x86_64 systems

2024-06-28 Thread Christoph Buck
* gnu/packages/crypto.scm (libb2): Disable fat-binary compile time option for non x86_64 target systems. Change-Id: Ibdf009960fecae4ffc033a36b3abf28c2f8935aa --- gnu/packages/crypto.scm | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/gnu/packages/crypto.scm b/gn

bug#71174: libb2 fails to build during cross-compilation

2024-11-14 Thread Christoph Buck
I close this issue here because it seems to be fixed upstream. See commit 4d38533e55239bace7a4a387c84ff7938ec6100a