GNU bug report logs -
#53245
broken package: python2-future
Previous Next
Reported by: Faerryn <alexandre.liao <at> gmail.com>
Date: Fri, 14 Jan 2022 05:19:02 UTC
Severity: normal
Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 53245 in the body.
You can then email your comments to 53245 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#53245
; Package
guix
.
(Fri, 14 Jan 2022 05:19:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Faerryn <alexandre.liao <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Fri, 14 Jan 2022 05:19:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
It looks like module tkinter doesn't load for some reason. Here is the
tail of the build log:
starting phase `sanity-check'
validating 'future'
/gnu/store/9qknps8svnw5njfr823bm1il1gw5nxlm-python2-future-0.18.2/lib/python2.7/site-packages
...checking requirements: OK
...trying to load module _dummy_thread: OK
...trying to load module _markupbase: OK
...trying to load module _thread: OK
...trying to load module builtins: OK
...trying to load module copyreg: OK
...trying to load module future: OK
...trying to load module html: OK
...trying to load module http: OK
...trying to load module libfuturize: OK
...trying to load module libpasteurize: OK
...trying to load module past: OK
...trying to load module queue: OK
...trying to load module reprlib: OK
...trying to load module socketserver: OK
...trying to load module tkinter: ERROR:
Traceback (most recent call last):
File "/gnu/store/nwwr89v2vyg1hs48i49m083vhczsgh3m-sanity-check.py", line
69, in <module>
importlib.import_module(name)
File
"/gnu/store/y14nmmzzcs2a6m2gnn2diak2gkf5v2av-python2-2.7.18/lib/python2.7/importlib/__init__.py",
line 37, in import_module
__import__(name)
File
"/gnu/store/9qknps8svnw5njfr823bm1il1gw5nxlm-python2-future-0.18.2/lib/python2.7/site-packages/tkinter/__init__.py",
line 5, in <module>
from Tkinter import *
File
"/gnu/store/y14nmmzzcs2a6m2gnn2diak2gkf5v2av-python2-2.7.18/lib/python2.7/lib-tk/Tkinter.py",
line 39, in <module>
import _tkinter # If this fails your Python may not be configured for Tk
ImportError: No module named _tkinter
...trying to load module winreg: ERROR:
Traceback (most recent call last):
File "/gnu/store/nwwr89v2vyg1hs48i49m083vhczsgh3m-sanity-check.py", line
69, in <module>
importlib.import_module(name)
File
"/gnu/store/y14nmmzzcs2a6m2gnn2diak2gkf5v2av-python2-2.7.18/lib/python2.7/importlib/__init__.py",
line 37, in import_module
__import__(name)
File
"/gnu/store/9qknps8svnw5njfr823bm1il1gw5nxlm-python2-future-0.18.2/lib/python2.7/site-packages/winreg/__init__.py",
line 6, in <module>
from _winreg import *
ImportError: No module named _winreg
...trying to load module xmlrpc: OK
...trying to load endpoint console_scripts pasteurize: OK
...trying to load endpoint console_scripts futurize: OK
error: in phase 'sanity-check': uncaught exception:
%exception #<&invoke-error program: "python" arguments:
("/gnu/store/nwwr89v2vyg1hs48i49m083vhczsgh3m-sanity-check.py"
"/gnu/store/9qknps8svnw5njfr823bm1il1gw5nxlm-python2-future-0.18.2/lib/python2.7/site-packages")
exit-status: 1 term-signal: #f stop-signal: #f>
phase `sanity-check' failed after 0.2 seconds
command "python"
"/gnu/store/nwwr89v2vyg1hs48i49m083vhczsgh3m-sanity-check.py"
"/gnu/store/9qknps8svnw5njfr823bm1il1gw5nxlm-python2-future-0.18.2/lib/python2.7/site-packages"
failed with status 1
[Message part 2 (text/html, inline)]
Information forwarded
to
bug-guix <at> gnu.org
:
bug#53245
; Package
guix
.
(Fri, 14 Jan 2022 06:56:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 53245 <at> debbugs.gnu.org (full text, mbox):
Am Freitag, dem 14.01.2022 um 00:17 -0500 schrieb Faerryn:
> It looks like module tkinter doesn't load for some reason. Here is
> the tail of the build log:
Note that a patch to exclude tkinter and winreg from the sanity check
is already in the mailing list [1], but hasn't been applied yet.
Cheers
[1] https://issues.guix.gnu.org/52595#2
Reply sent
to
Liliana Marie Prikler <liliana.prikler <at> gmail.com>
:
You have taken responsibility.
(Sun, 26 Jun 2022 10:34:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
Faerryn <alexandre.liao <at> gmail.com>
:
bug acknowledged by developer.
(Sun, 26 Jun 2022 10:34:03 GMT)
Full text and
rfc822 format available.
Message #13 received at 53245-done <at> debbugs.gnu.org (full text, mbox):
Am Freitag, dem 14.01.2022 um 07:54 +0100 schrieb Liliana Marie
Prikler:
> Am Freitag, dem 14.01.2022 um 00:17 -0500 schrieb Faerryn:
> > It looks like module tkinter doesn't load for some reason. Here is
> > the tail of the build log:
> Note that a patch to exclude tkinter and winreg from the sanity check
> is already in the mailing list [1], but hasn't been applied yet.
Python 2 was nuked some time ago, so this bug is no more :)
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 24 Jul 2022 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 325 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.