bug#37775: Python 2.7 not configured for Tk

2019-10-16 Thread Brian Leung
Thanks! On Wed, Oct 16, 2019 at 3:50 PM Jesse Gibbons wrote: > On Wed, 2019-10-16 at 00:38 -0700, Brian Leung wrote: > > Hi Guix, > > > > Python 2.7 doesn't seem like it handles Tk properly right now, at least > on > > my machine: > > > > >>

bug#37775: Python 2.7 not configured for Tk

2019-10-16 Thread Brian Leung
Hi Guix, Python 2.7 doesn't seem like it handles Tk properly right now, at least on my machine: >>> import Tkinter Traceback (most recent call last): File "", line 1, in File "/gnu/store/h2crv1mpc5qi05xdnn84fjp9g4gyicsl-python2-2.7.16/lib/python2.7/lib-tk/Tkinter.py", line 39, in import

bug#37304: done

2019-10-11 Thread Brian Leung

bug#37304: GParted 1.0.0 crashes shortly after starting up

2019-09-04 Thread Brian Leung
Running "sudo gparted" yields numerous complaints about missing files, ending with "/home/brian/.guix-profile/bin/gparted: line 202: 7678 Segmentation fault $BASE_CMD". The full console output is attached. (gpartedbin:7678): Gtk-WARNING **: 23:32:27.533: Could not find the icon 'document-new'

bug#36972: ghc-8.6.5 won't complete its build phase

2019-08-08 Thread Brian Leung
Upon upgrading with `guix upgrade`, ghc-8.6.5 is downloaded, but the build phase seems to get stuck at 100%.

bug#36961: Can't use microphone in ungoogled-chromium

2019-08-07 Thread Brian Leung
When a microphone is plugged in, ungoogled-chromium fails to detect it.

bug#36912: JSON-related tests failing on latest master branch

2019-08-05 Thread Brian Leung
Got it, thanks for your response. On Mon, Aug 5, 2019 at 3:24 PM Ricardo Wurmus wrote: > > Brian Leung writes: > > > For example, `make check TESTS="tests/swh.scm"` yields two failing tests. > > Running one of the package-manager test suites (such as gem.scm

bug#36912: JSON-related tests failing on latest master branch

2019-08-03 Thread Brian Leung
For example, `make check TESTS="tests/swh.scm"` yields two failing tests. Running one of the package-manager test suites (such as gem.scm)` will also produce some failing tests.