GNU bug report logs -
#75681
[PATCH 0/1] Upgrade gpa to address build failure
Previous Next
Reported by: Aaron Covrig <aaron.covrig.us <at> ieee.org>
Date: Mon, 20 Jan 2025 01:13:02 UTC
Severity: normal
Tags: patch
Done: Guillaume Le Vaillant <glv <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
This patch updates the GNU Privacy Assistant (gpa) to v0.11.0. I've
noticed on my system that the current version (v0.10.0) doesn't build,
with the build complaining about missing `libassuan` even though it is
in the inputs. Furthermore, updating gpa to v0.11.0 seems to be enough
to resolve the build/update the configure scripts to properly detect
libassuan.
Snippet of the error I get from gpa v0.10.0:
```bash
checking for GPGME - version >= 1.9.0... yes
checking for gpgme_data_identify... yes
configure: checking for header files
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for byte typedef... no
checking for ushort typedef... yes
checking for ulong typedef... yes
checking for u16 typedef... no
checking for u32 typedef... no
checking for inotify_init... yes
configure: checking for cc features
checking if gcc supports -Wno-pointer-sign... yes
checking if gcc supports -Wno-unused-parameter... yes
configure:
***
*** You need libassuan to build this program.
*** This library is for example available at
*** ftp://ftp.gnupg.org/gcrypt/libassuan/
*** (at least version 2.4.2 is required).
***
configure: error:
***
*** Required libraries not found. Please consult the above messages
*** and install them before running configure again.
***
error: in phase 'configure': uncaught exception:
%exception #<&invoke-error program: "/gnu/store/3jhfhxdf6v5ms10x5zmnl166dh3yhbr1-bash-minimal-5.1.16/bin/bash" arguments: ("./configure" "CONFIG_SHELL=/gnu/store/3jhfhxdf6v5ms10x5zmnl166dh3yhbr1-bash-minimal-5.1.16/bin/bash" "SHELL=/gnu/store/3jhfhxdf6v5ms10x5zmnl166dh3yhbr1-bash-minimal-5.1.16/bin/bash" "--prefix=/gnu/store/546w5ykhrcy031nh3yzkgvw2cpl51m5d-gpa-0.10.0" "--enable-fast-install" "--build=x86_64-unknown-linux-gnu") exit-status: 1 term-signal: #f stop-signal: #f>
phase `configure' failed after 2.3 seconds
command "/gnu/store/3jhfhxdf6v5ms10x5zmnl166dh3yhbr1-bash-minimal-5.1.16/bin/bash" "./configure" "CONFIG_SHELL=/gnu/store/3jhfhxdf6v5ms10x5zmnl166dh3yhbr1-bash-minimal-5.1.16/bin/bash" "SHELL=/gnu/store/3jhfhxdf6v5ms10x5zmnl166dh3yhbr1-bash-minimal-5.1.16/bin/bash" "--prefix=/gnu/store/546w5ykhrcy031nh3yzkgvw2cpl51m5d-gpa-0.10.0" "--enable-fast-install" "--build=x86_64-unknown-linux-gnu" failed with status 1
build process 10 exited with status 256
```
Aaron Covrig (1):
gnu: gpa: Update to v0.11.0.
gnu/packages/gnupg.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
base-commit: 5e834c220e81fddb77a26e23cf0cd5055b866844
--
2.47.1
This bug report was last modified 175 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.