emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#75681: closed ([PATCH 0/1] Upgrade gpa to address build failure)


From: GNU bug Tracking System
Subject: bug#75681: closed ([PATCH 0/1] Upgrade gpa to address build failure)
Date: Wed, 22 Jan 2025 13:36:02 +0000

Your message dated Wed, 22 Jan 2025 13:35:45 +0000
with message-id <87msfj0y4u.fsf@kitej>
and subject line Re: [bug#75681] [PATCH 1/1] gnu: gpa: Update to v0.11.0.
has caused the debbugs.gnu.org bug report #75681,
regarding [PATCH 0/1] Upgrade gpa to address build failure
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
75681: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75681
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/1] Upgrade gpa to address build failure Date: Sun, 19 Jan 2025 20:11:38 -0500
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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#75681] [PATCH 1/1] gnu: gpa: Update to v0.11.0. Date: Wed, 22 Jan 2025 13:35:45 +0000
Patch applied as a4c89856e5dca0bbfdf25f712563121e3ffbb0cb.
Thanks.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]