GNU bug report logs -
#77970
Pkg profanity no longer builds
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 29 Apr 2025 20:37:59 +0200
with message-id <aBEch5wUU7u3mxJ2 <at> jurong>
and subject line Re: issues.guix.gnu.org/77970
has caused the debbugs.gnu.org bug report #77970,
regarding Pkg profanity no longer builds
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
77970: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77970
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Following the update to v0.15.0 profanity no longer builds on x86_64.
Here is some hopefully relevant error messaging:
src/plugins/python_plugins.c: In function ‘python_env_init’:
src/plugins/python_plugins.c:92:91: error: ‘_Py_XDECREF’ undeclared (first use in this function); did you mean ‘Py_XDECREF’?
92 | loaded_modules = g_hash_table_new_full(g_str_hash, g_str_equal, free, (GDestroyNotify)_Py_XDECREF);
| ^~~~~~~~~~~
| Py_XDECREF
src/plugins/python_plugins.c:92:91: note: each undeclared identifier is reported only once for each function it appears in
src/plugins/python_plugins.c: In function ‘python_init_hook’:
src/plugins/python_plugins.c:185:13: warning: implicit declaration of function ‘_Py_XDECREF’; did you mean ‘Py_XDECREF’? [-Wimplicit-function-declaration]
185 | _Py_XDECREF(p_function);
| ^~~~~~~~~~~
| Py_XDECREF
make[1]: *** [Makefile:2085: src/plugins/python_plugins.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/tmp/guix-build-profanity-0.15.0.drv-0/profanity-0.15.0'
make: *** [Makefile:1314: all] Error 2
error: in phase 'build': uncaught exception:
%exception #<&invoke-error program: "make" arguments: ("-j" "8" "gtk_update_icon_cache=true") exit-status: 2 term-signal: #f stop-signal: #f>
phase `build' failed after 24.4 seconds
command "make" "-j" "8" "gtk_update_icon_cache=true" failed with status 2
build process 10 exited with status 256
[Message part 3 (message/rfc822, inline)]
Hello,
thanks for the bug report! As mentioned there, it has been fixed in
https://issues.guix.gnu.org/77982
so I am closing this issue.
Andreas
This bug report was last modified 20 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.