GNU bug report logs - #63156
guix package -u failure on pyopengl-accelerate-3.1.5

Previous Next

Package: guix;

Reported by: Andy Tai <atai <at> atai.org>

Date: Fri, 28 Apr 2023 19:59:02 UTC

Severity: normal

Done: Lars-Dominik Braun <lars <at> 6xq.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Lars-Dominik Braun <lars <at> 6xq.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#63156: closed (guix package -u failure on pyopengl-accelerate-3.1.5)
Date: Thu, 11 May 2023 07:46:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 11 May 2023 09:45:47 +0200
with message-id <ZFydKxhMr6B2lSvl <at> noor>
and subject line Re: guix package -u failure on pyopengl-accelerate-3.1.5
has caused the debbugs.gnu.org bug report #63156,
regarding guix package -u failure on pyopengl-accelerate-3.1.5
to be marked as done.

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


-- 
63156: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63156
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Andy Tai <atai <at> atai.org>
To: bug-guix <at> gnu.org
Subject: guix package -u failure on pyopengl-accelerate-3.1.5
Date: Fri, 28 Apr 2023 12:57:33 -0700
doing guix package -u with the guix post merge of core-updates (thus
using the main branch,

gux package -u fails with

| 'build' phase2023-04-28 12:02:50,512 Error: cannot execute signal listener
2023-04-28 12:02:50,512  [Errno 2] No such file or directory: 'python3.9'
\ 'build' phasebuilder for
`/gnu/store/9clhgrmqzlvfawmshalg16imh15sjsmy-python-pyopengl-accelerate-3.1.5.drv'
failed with exit code 1
build of /gnu/store/9clhgrmqzlvfawmshalg16imh15sjsmy-python-pyopengl-accelerate-3.1.5.drv
failed
View build log at
'/var/log/guix/drvs/9c/lhgrmqzlvfawmshalg16imh15sjsmy-python-pyopengl-accelerate-3.1.5.drv.bz2'.

last part of this bug log:

In file included from
/gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.10.7/include/python3.10/unicodeobject.h:1046,
                 from
/gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.10.7/include/python3.10/Python.h:83,
                 from src/vbo.c:4:
/gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.10.7/include/python3.10/cpython/unicodeobject.h:446:26:
note: declared here
  446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
src/vbo.c:13032:25: warning: ‘PyUnicode_AsUnicode’ is deprecated
[-Wdeprecated-declarations]
13032 |                         (PyUnicode_GET_SIZE(**argname) !=
PyUnicode_GET_SIZE(key)) ? 1 :
      |                         ^
In file included from
/gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.10.7/include/python3.10/unicodeobject.h:1046,
                 from
/gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.10.7/include/python3.10/Python.h:83,
                 from src/vbo.c:4:
/gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.10.7/include/python3.10/cpython/unicodeobject.h:580:45:
note: declared here
  580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode(
      |                                             ^~~~~~~~~~~~~~~~~~~
src/vbo.c:13032:25: warning: ‘_PyUnicode_get_wstr_length’ is
deprecated [-Wdeprecated-declarations]
13032 |                         (PyUnicode_GET_SIZE(**argname) !=
PyUnicode_GET_SIZE(key)) ? 1 :
      |                         ^
In file included from
/gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.10.7/include/python3.10/unicodeobject.h:1046,
                 from
/gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.10.7/include/python3.10/Python.h:83,
                 from src/vbo.c:4:
/gnu/store/dy3xh053ahkhrp2jamggq8cpsyvp8mg0-python-3.10.7/include/python3.10/cpython/unicodeobject.h:446:26:
note: declared here
  446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) {
      |                          ^~~~~~~~~~~~~~~~~~~~~~~~~~
error: command '/gnu/store/5lqhcv91ijy82p92ac6g5xw48l0lwwz4-gcc-11.3.0/bin/gcc'
failed with exit code 1
error: in phase 'build': uncaught exception:
%exception #<&invoke-error program: "python" arguments: ("-c" "import
setuptools, tokenize;__file__='setup.py';f=getattr(tokenize, 'open',
open)(__file__);code=f.read().replace('\\r\\n',
'\\n');f.close();exec(compile(code, __file__, 'exec'))" "build")
exit-status: 1 term-signal: #f stop-signal: #f>
phase `build' failed after 10.4 seconds
command "python" "-c" "import setuptools,
tokenize;__file__='setup.py';f=getattr(tokenize, 'open',
open)(__file__);code=f.read().replace('\\r\\n',
'\\n');f.close();exec(compile(code, __file__, 'exec'))" "build" failed
with status 1


[Message part 3 (message/rfc822, inline)]
From: Lars-Dominik Braun <lars <at> 6xq.net>
To: Andy Tai <atai <at> atai.org>
Cc: 63156-done <at> debbugs.gnu.org
Subject: Re: guix package -u failure on pyopengl-accelerate-3.1.5
Date: Thu, 11 May 2023 09:45:47 +0200
Hi,

I discovered this issue independently and fixed it in commit 3d05d549184d5399d2949535cf5cad8b92b263dd.

Cheers,
Lars



This bug report was last modified 2 years and 50 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.