bug#43392: utmp file not correctly updated when logging out from xfce to sddm

2020-09-13 Thread Jesse Gibbons
To replicate: From a fresh startup, 1. log in to the XFCE window manager from the SDDM display manager. 2. log out 3. In a virtual console, log in with the same user and run `who` Expected results: The value of $USER should be listed once, because it is officially logged in only once. Act

bug#37190: rhythmbox cannot subscribe to any podcasts

2020-09-27 Thread Jesse Gibbons
I just checked this, it seems to have been fixed.

bug#36951: guile-sly will not build

2020-09-27 Thread Jesse Gibbons
I just checked this, it seems to have been fixed.

bug#44347: mingetty --no-clear is hard-coded

2020-10-31 Thread Jesse Gibbons
The --no-clear option is hard-coded for mingetty, with no documentation about why. The mingetty page says,    --noclear   Do not clear the screen before prompting for the login name (the   screen is normally cleared). I do not think I am alone in preferring the scre

bug#44353: guix system disk-image -t raw fails with grub-efi-bootloader

2020-10-31 Thread Jesse Gibbons
To replicate: cd to a git checkout of the source code, gnu/system/examples The hash for my current checkout is d7e033b9a153a9e60f52ff64f4eb355c1c3d0a6e which is also the hash for my current version of guix. guix system disk-image -t raw lightweight-desktop.tmpl lightweight-desktop.tmpl defines

bug#44445: json-c cross-build fails from x86-64 to armhf

2020-11-04 Thread Jesse Gibbons
I'm trying to build a guix system for my banana pi m2u, but json-c fails to cross-build. ~$ guix describe Generation 319    Nov 04 2020 06:41:25    (current)   guix 3d67269     repository URL: https://git.savannah.gnu.org/git/guix.git     branch: master     commit: 3d67269ee787c8624bafdd68df9fbf

bug#44717: ISO grub config points to nonexistent drive UUID.

2020-11-17 Thread Jesse Gibbons
On multiple computers, when I try to copy a custom operating system iso to an sd card and boot, the boot operation fails. Here's the output on one of the computers: GC Warning: pthread_getattr_up or pthread_getattr_getstack failed for main thread GC Warning: couldn't read /proc/stat Welcome,

bug#44717: ISO grub config points to nonexistent drive UUID.

2020-11-18 Thread Jesse Gibbons
On 11/18/20 3:31 AM, Ludovic Courtès wrote: Hi, Jesse Gibbons skribis: I generated the iso with the command `guix system disk-image -t iso9660 --root=installer.BaNl/install-x86.iso --system=i686-linux gnu/system/install.scm` and flash the sd card with the command `sudo bash -c "echo su

bug#44717: ISO grub config points to nonexistent drive UUID.

2020-11-18 Thread Jesse Gibbons
On 11/18/20 10:17 AM, Ludovic Courtès wrote: Hi Jesse, Jesse Gibbons skribis: For example, if you pick <https://alpha.gnu.org/gnu/guix/guix-system-install-1.2.0rc1.x86_64-linux.iso.xz>, it boots just fine. In the GRUB menu entry (type ‘e’ in the menu), you can see both the DCE UU

bug#44717: ISO grub config points to nonexistent drive UUID.

2020-11-18 Thread Jesse Gibbons
On 11/18/20 11:09 AM, Bengt Richter wrote: Hi Jesse, On +2020-11-17 21:56:32 -0700, Jesse Gibbons wrote: [...] I generated the iso with the command `guix system disk-image -t iso9660 --root=installer.BaNl/install-x86.iso --system=i686-linux gnu/system/install.scm` and flash the sd card with

bug#44717: ISO grub config points to nonexistent drive UUID.

2020-11-18 Thread Jesse Gibbons
On 11/18/20 10:17 AM, Ludovic Courtès wrote: Hi Jesse, Jesse Gibbons skribis: For example, if you pick <https://alpha.gnu.org/gnu/guix/guix-system-install-1.2.0rc1.x86_64-linux.iso.xz>, it boots just fine. In the GRUB menu entry (type ‘e’ in the menu), you can see both the DCE UU

bug#44893: `guix deploy` doesn't recognize option --dry-run

2020-11-26 Thread Jesse Gibbons
--dry-run is an option listed in `guix deploy --help` but when I try it, it isn't recognized: $ guix deploy --dry-run deploy.scm guix deploy: error: dry-run: unrecognized option

bug#44948: glade does not respond

2020-11-29 Thread Jesse Gibbons
guix environment --ad-hoc glade -- glade The main window pops up, and so does a dialog asking if I want to take a survey. I click to close the dialog and it doesn't respond. My WM is xfce. $ guix describe Generation 342    Nov 28 2020 17:39:32    (current)   guix f816deb     repository URL: http

bug#44948: glade does not respond

2020-12-03 Thread Jesse Gibbons
On 12/3/20 6:26 AM, zimoun wrote: Hi, On Thu, 03 Dec 2020 at 04:15, Michael Rohleder wrote: Jesse Gibbons writes: The main window pops up, and so does a dialog asking if I want to take a survey. I click to close the dialog and it doesn't respond. [...] Is this on a foreign d

bug#35625: Python3 Cannot Find Existing Shared Library within guix environment

2019-05-07 Thread Jesse Gibbons
I brought this to the help mailing list, and now I see it as a particular bug in guix. When I change into a guix environment and try to run a Python project that uses the WebKitGTK2 library, it cannot find the specified shared library, even though it is in $LIBRARY_PATH. As a result, the project cr

bug#35625: Python3 Cannot Find Existing Shared Library within guix environment

2019-05-08 Thread Jesse Gibbons
On Wed, 8 May 2019 14:38:02 +0200 Gábor Boskovits wrote: > Hello Jesse, > > Jesse Gibbons ezt írta (időpont: 2019. máj. > 8., Sze, 0:33): > > > I brought this to the help mailing list, and now I see it as a > > particular bug in guix. When I change into a guix envir

bug#35625: Python3 Cannot Find Existing Shared Library within guix environment

2019-05-19 Thread Jesse Gibbons
On Wed, 8 May 2019 09:31:50 -0600 Jesse Gibbons wrote: > On Wed, 8 May 2019 14:38:02 +0200 > Gábor Boskovits wrote: > > > Hello Jesse, > > > > Jesse Gibbons ezt írta (időpont: 2019. máj. > > 8., Sze, 0:33): > > > > > I brought this

bug#35625: Python3 Cannot Find Existing Shared Library within guix environment

2019-05-19 Thread Jesse Gibbons
The good news is this bug is no longer an impediment to installing the package because I took a(n arguably foolish) risk and disabled the tests in the package definition (see attachment: rednotebook.scm). The bad news is this bug persists when I run the installed package. When I install rednotebook

bug#35625: Python3 Cannot Find Existing Shared Library within guix environment

2019-05-21 Thread Jesse Gibbons
When I set LD_LIBRARY_PATH=$LIBRARY_PATH before I run the program in the guix environment I get an error like the following: ** (journal.py:22592): WARNING **: 23:24:01.406: Failed to load shared library 'libwebkit2gtk-4.0.so.37' referenced by the typelib: /gnu/store/4sqps8dczv3g7rwbdibfz6rf5jlk7

bug#35864: ~/.local/bin is missing in default PATH on Guix System

2019-05-23 Thread Jesse Gibbons
(from the digest) >Date: Thu, 23 May 2019 17:31:38 +0200 >From: "pelzflorian (Florian Pelz)" >To: Ricardo Wurmus >Cc: 35...@debbugs.gnu.org >Subject: bug#35864: ~/.local/bin is missing in default PATH on Guix > System >Message-ID: <20190523153138.6kspxwfzeisntll5@pelzflorian.localdomain> >C

bug#35893: guix import json does not specify input package's output when provided in the json

2019-05-24 Thread Jesse Gibbons
I'm trying to generate a package definition from the following json: { "name" : "pysolfc", "version" : "2.6.4", "source" : "https://github.com/shlomif/PySolFC/archive/pysolfc-2.6.4.tar.gz"; "build-system" : "python", "home-page" : "https://pysolfc.sourceforge.io/";, "synops

bug#36051: "guix import gnu" says public key is not in keyring

2019-06-01 Thread Jesse Gibbons
I am trying to define the gnurobots package using guix import. I try the following and get the corresponding results: ~$ guix import gnu gnurobots Starting download of /tmp/guix-file.sRnZ4I From ftp://ftp.gnu.org/gnu/gnurobots/gnurobots-1.2.0.tar.gz... gnurobots-1.2.0.tar.gz 173KiB 163KiB

bug#36051: "guix import gnu" says public key is not in keyring

2019-06-02 Thread Jesse Gibbons
On Sun, 02 Jun 2019 18:13:16 +0200 Ludovic Courtès wrote: > Hi, > > Jesse Gibbons skribis: > > > Starting download of /tmp/guix-file.cZoC7H > > From ftp://ftp.gnu.org/gnu/gnurobots/gnurobots-1.2.0.tar.gz.sig... > > ….0.tar.gz.sig 72B

bug#35625: Python3 Cannot Find Existing Shared Library within guix environment

2019-06-18 Thread Jesse Gibbons
This issue can be closed. Webkitgtk-2.24 uses gcc 7 which must be a dependency for packages that use it. Luckily my package works just fine with the older version of webkitgtk.

bug#36430: mcron would benefit from a better way to test jobs

2019-06-29 Thread Jesse Gibbons
> My issue: > Defined a mcron job in config.scm scheduled to run once a day, > with a scheme expression. How do I test this? Write the mcron job for a local installation of mcron first for testing purposes, then move it into config.scm. That's how I do it. > herd schedule mcron lists the job as

bug#36636: Tell users to update/reconfigure regularly

2019-07-14 Thread Jesse Gibbons
On Sun, 14 Jul 2019 18:36:45 +0200 "pelzflorian (Florian Pelz)" wrote: > Yes, you are right that unattended upgrades are a more responsible > default than a notification cron job. Unattended upgrades would > resolve this issue. Should an unattended upgrades service be added to > Guix’ list of l

bug#36698: shepherd: list-actions not implemented

2019-07-16 Thread Jesse Gibbons
I am curious about what actions are implemented in the system services on my GuixSD install. I try something like the following for the different system services and get an error: jesse@piranhaplant ~$ sudo herd list-actions term-tty6 Password: herd: service 'term-tty6' does not have an action 'li

bug#36711: transformation 'with-source' had no effect on local git checkout directory

2019-07-17 Thread Jesse Gibbons
I could not find this bug in the archives. This bug seems a bit inconsistent. How to reproduce: Note that I use a variable after I discovered this does not happen with some packages. my_package=guile-git 1. clone any repository referenced by a package: git clone https://gitlab.com/guile-gi

bug#36868: guix system build autocompletes with package list

2019-07-30 Thread Jesse Gibbons
In bash, when I type "guix system build" and press tab to autocomplete, I get a list of packages. I would expect it to list scheme source files like the "guix system {container,disk-image,docker-image,extension-graph,init,reconfigure,shepherd-graph,vm,vm-image}" autocompletes.

bug#36869: gnome-todo won't create new todo list

2019-07-30 Thread Jesse Gibbons
To replicate: 1. launch gnome-todo 2. Click "New List" in the top-left corner of the window. 3. Create a new list with any name 4. click ok An error message will appear in the top-center of the window: "An error occurred... creating a task list [Details]" 5. Click "Details". An error message sho

bug#36876: guix system delete-generations removes custom boot menu entries

2019-07-31 Thread Jesse Gibbons
I dual-booted Guix with another gnu/linux-libre distro. My configuration includes the other distro in the grub menu. When I run "sudo guix system delete-generations" the changes to the grub menu drop the other distro with the older system generations of guix. My current work-around for this is to

bug#36900: key-mon crashes on launch

2019-08-02 Thread Jesse Gibbons
1. install key-mon 2. run key-mon it crashes: (.key-mon-real:5006): Gtk-WARNING **: 16:23:06.088: Unable to locate theme engine in module_path: "adwaita", (.key-mon-real:5006): Gtk-WARNING **: 16:23:06.092: Unable to locate theme engine in module_path: "adwaita", Traceback (most recent call last)

bug#36900: key-mon crashes on launch

2019-08-02 Thread Jesse Gibbons
On Fri, 2019-08-02 at 16:40 -0600, Jesse Gibbons wrote: > 1. install key-mon > 2. run key-mon > it crashes: > > (.key-mon-real:5006): Gtk-WARNING **: 16:23:06.088: Unable to locate > theme engine in module_path: "adwaita", > > (.key-mon-real:5006): Gtk-WARNING

bug#36925: guix pack -R or -RR will not produce outputs other than 'out'

2019-08-04 Thread Jesse Gibbons
This happens with all the packages I have tried. For example, `guix pack --dry-run -R ghc:doc` fails with the message: $ guix pack --dry-run -R ghc:doc guix pack: error: reference to invalid output 'doc' of derivation '/gnu/store/a0blj0d79mzgvb4fk8fkai51xjf68s7z-ghc-8.4.3R.drv' I get similar resu

bug#36931: guile-bash repository no longer exists?

2019-08-05 Thread Jesse Gibbons
guile-bash fails to build. The site https://anonscm.debian.org/cgit/use rs/kaction-guest/retired/dev.guile-bash.git says it is not on the web server. I checked the wayback machine, github, and gitlab for some sort of backup, but have had no luck. Is there a trustworthy replacement source? If not,

bug#36931: guile-bash repository no longer exists?

2019-08-05 Thread Jesse Gibbons
On Mon, 2019-08-05 at 16:38 +0200, Ricardo Wurmus wrote: > Jesse Gibbons writes: > > > guile-bash fails to build. The site https://anonscm.debian.org/cgit > > /use > > rs/kaction-guest/retired/dev.guile-bash.git says it is not on the > > web > > server. >

bug#36876: guix system delete-generations removes custom boot menu entries

2019-08-05 Thread Jesse Gibbons
On Mon, 2019-08-05 at 12:05 -0400, Jakob L. Kreuze wrote: > ... > > I don't think this should be _too_ hard to fix. To me, parsing the > installed Grub configuration to get existing menu entries seems like > a > logical step forward. > > Thoughts from anyone else? > > Regards, > Jakob Alternati

bug#36951: guile-sly will not build

2019-08-06 Thread Jesse Gibbons
When I try `guix build guile-sly` it gives the error "configure: error: freeimage not found." When I try to manually build guile-sly, I get additional information: ld: /gnu/store/86mrl4m1i90wirwzxrri7xybk5nki7hc- profile/lib/libfreeimage.so: undefined reference to `PerfTimerStart' ld: /gnu/store/8

bug#37164: Generated installation image does not include grub.

2019-08-23 Thread Jesse Gibbons
1. generate the install image guix system disk-image --file-system-type=iso9600 --verbosity=3 -- root=installation-os-x86_64.iso --system=x86_64-linux -e '(@ (gnu system install) installation-os)' 2. examine the resulting iso readlink installation-os-x86_64.iso | xargs file output: /gnu/store/3

bug#37190: rhythmbox cannot subscribe to any podcasts

2019-08-25 Thread Jesse Gibbons
To replicate: 1. open rhythmbox (rhythmbox 3.4.3) 2. go to "podcasts" tab 3. Click "Add" button. 4. In the search bar, search for any podcast. Note that in order to get results there needs to be internet access. 5. Click on any of the results. An error message will drop down that says "Unable to lo

bug#37164: Generated installation image does not include grub.

2019-08-26 Thread Jesse Gibbons
On Mon, 2019-08-26 at 22:44 +0200, Gábor Boskovits wrote: > Hello, > > Jesse Gibbons ezt írta (időpont: 2019. aug. > 23., P, 19:41): > > 1. generate the install image > > guix system disk-image --file-system-type=iso9600 --verbosity=3 -- > > root=installation-

bug#37164: Generated installation image does not include grub.

2019-08-27 Thread Jesse Gibbons
On Tue, 2019-08-27 at 07:09 +0200, Gábor Boskovits wrote: > Hello, > > Jesse Gibbons ezt írta (időpont: 2019. aug. > 27., K, 4:48): > > On Mon, 2019-08-26 at 22:44 +0200, Gábor Boskovits wrote: > > > Hello, > > > > > > Jesse Gibbons ezt írta

bug#37164: Generated installation image does not include grub.

2019-08-28 Thread Jesse Gibbons
On Thu, 2019-08-29 at 02:34 +0200, Danny Milosavljevic wrote: > > Jesse Gibbons skribis: > > > > > 1. generate the install image > > > guix system disk-image --file-system-type=iso9600 --verbosity=3 > > > -- > > > root=installation-os-x86

bug#37226: previously working system config fails to build

2019-08-29 Thread Jesse Gibbons
I try to run guix system reconfigure and get this error: guix system: error: #< type: dce bv: #vu8(51 12 55 214 249 221 79 112 186 51 233 64 103 99 34 57)>: invalid G-expression input Here's the minimum of what I feed it to replicate the error (comments and non-essentials removed): (use-modules

bug#37226: previously working system config fails to build

2019-08-30 Thread Jesse Gibbons
On Thu, 2019-08-29 at 21:32 -0600, Jesse Gibbons wrote: > I try to run guix system reconfigure and get this error: > > guix system: error: #< type: dce bv: #vu8(51 12 55 214 249 221 > 79 > 112 186 51 233 64 103 99 34 57)>: invalid G-expression input > > > Here'

bug#37286: Make a faster method to list supported boards.

2019-09-02 Thread Jesse Gibbons
There should be a faster way to list the supported boards with custom versions of U-Boot. >From manual: Many ARM boards require a specific variant of the U-Boot (https://www.denx.de/wiki/U-Boot/) bootloader. If you build a disk image and the bootloader is not available otherwise (on another bo

bug#37286: Make a faster method to list supported boards.

2019-09-02 Thread Jesse Gibbons
On Mon, 2019-09-02 at 22:49 +0200, Danny Milosavljevic wrote: > Hi, > > On Mon, 02 Sep 2019 12:52:49 -0600 > Jesse Gibbons wrote: > > > guix tries to build an entire system. It doesn't look like it > > checks if > > "dne-board" is a valid bo

bug#37293: image-size is meaningless when generating ext4 images

2019-09-02 Thread Jesse Gibbons
The manual says in multiple places the --image-size option should set the size of a generated ext4 disk image. I start with a minimalist configuration (attached: minimal.scm) and run build-minimal-os.sh (attached). I start virt-manager and make a new virtual machine with the generated img as the d

bug#37293: image-size is meaningless when generating ext4 images

2019-09-02 Thread Jesse Gibbons
On Mon, 2019-09-02 at 20:48 -0600, Jesse Gibbons wrote: > The manual says in multiple places the --image-size option should set > the size of a generated ext4 disk image. > > I start with a minimalist configuration (attached: minimal.scm) and > run > build-minimal-os.sh (attac

bug#37345: Icecat doesn't display numbers on Guix System

2019-09-08 Thread Jesse Gibbons
On Sun, 2019-09-08 at 23:10 +0200, Jan wrote: > Hi everyone, > I've recently installed Icecat on Guix System natively and it doesn't > display numbers properly - instead of numbers, there are transparent > squares without a black frame - they're just invisible globally, no > matter if on a website

bug#37345: Icecat doesn't display numbers on Guix System

2019-09-08 Thread Jesse Gibbons
Hi Jan, On Mon, 2019-09-09 at 00:18 +0200, Jan wrote: > Okay, I found some probably more helpful info - I run icecat in a > terminal and it throws the following warnings, don't know if they're > related to this bug though: > ... > (/gnu/store/8pjdh78z3j2issz78yjmf94k3hlkrb5f-icecat-60.9.0- > guix1/

bug#37347: 'guix environment' fails after trying to follow the steps from "Running Guix Before It Is Installed" page

2019-09-08 Thread Jesse Gibbons
On Mon, 2019-09-09 at 02:49 +0200, Jan wrote: > Hi, I'm a new Guix user and I wanted to hack on Guix and update a > package, I hadn't known exactly how to do this, so I started > following > instructions from > https://guix.gnu.org/manual/en/html_node/Running-Guix-Before-It-Is-In > stalled.html#Run

bug#37374: "Guix is too old and cannot be upgraded" (guix package -u)

2019-09-10 Thread Jesse Gibbons
On Tue, 2019-09-10 at 17:37 -0600, melon wrote: > I was attempting to upgrade my Guix (binary, on Linux Mint) > installation > today using the 'guix package pull && guix package -u' commands, and > Guix outputted the following error: > > ERROR: In procedure raise: > Wrong type (expecting exact int

bug#37380: gdm doesn't load pam-limits

2019-09-11 Thread Jesse Gibbons
I have been trying to set up ardour, but jackd doesn't start in real- time mode. I made an os definition that replicates this issue when I use a VM[0]. [0] https://lists.gnu.org/archive/html/help-guix/2019-09/msg00065.html I asked the gnome and gdm IRC and found out gdm loads the gdm-password pam c

bug#37380: gdm doesn't load pam-limits

2019-09-11 Thread Jesse Gibbons
On Wed, 2019-09-11 at 09:12 -0600, Jesse Gibbons wrote: > I have been trying to set up ardour, but jackd doesn't start in real- > time mode. I made an os definition that replicates this issue when I > use a VM[0]. > [0] https://lists.gnu.org/archive/html/help-guix/2019-09/msg

bug#37380: gdm doesn't load pam-limits

2019-09-12 Thread Jesse Gibbons
Thanks Ricardo, On Wed, 2019-09-11 at 21:48 +0200, Ricardo Wurmus wrote: > Hi Jesse, > > > I have been trying to set up ardour, but jackd doesn't start in > > real- > > time mode. I made an os definition that replicates this issue when > > I > > use a VM[0]. > > [0] https://lists.gnu.org/archive/h

bug#37380: gdm doesn't load pam-limits

2019-09-14 Thread Jesse Gibbons
On Wed, 2019-09-11 at 21:48 +0200, Ricardo Wurmus wrote: > Hi Jesse, > > > I have been trying to set up ardour, but jackd doesn't start in > > real- > > time mode. I made an os definition that replicates this issue when > > I > > use a VM[0]. > > [0] https://lists.gnu.org/archive/html/help-guix/20

bug#37380: gdm doesn't load pam-limits

2019-09-18 Thread Jesse Gibbons
On Sat, 2019-09-14 at 17:13 -0600, Jesse Gibbons wrote: > On Wed, 2019-09-11 at 21:48 +0200, Ricardo Wurmus wrote: > > Hi Jesse, > > > > > I have been trying to set up ardour, but jackd doesn't start in > > > real- > > > time mode. I made an os def

bug#37482: Guix fails to build libreoffice

2019-09-22 Thread Jesse Gibbons
On Sun, 2019-09-22 at 19:45 +0200, Tobias Geerinckx-Rice via Bug reports for GNU Guix wrote: > Jan, > > Thanks for the report, and sorry you had to learn this the hard > way. > > Jan Wielkiewicz 写道: > > I've recently tried to reconfigure my system, but after about 3 > > hours > > of building li

bug#37380: gdm doesn't load pam-limits

2019-09-25 Thread Jesse Gibbons
On Sat, 2019-09-14 at 17:13 -0600, Jesse Gibbons wrote: > On Wed, 2019-09-11 at 21:48 +0200, Ricardo Wurmus wrote: > > Hi Jesse, > > > > > I have been trying to set up ardour, but jackd doesn't start in > > > real- > > > time mode. I made an os def

bug#37583: Documentation needed: pam-services in operating-system structure

2019-10-02 Thread Jesse Gibbons
The manual has no documentation about how to use pam-services in the operating-system configuration. Information about how to use the pam-service data structure and an example of how to use it would be helpful to administrators who need to use non-default settings, and will help us squash the bugs

bug#37669: guile: warning: failed to install locale

2019-10-08 Thread Jesse Gibbons
On a GuixSD install, the following message began appearing today (I did not record what time): guile: warning: failed to install locale It appears whenever I run `guix` regardless of the command-line arguments I pass to it. GUIX_LOCPATH looks like this: ~$ echo $GUIX_LOCPATH /run/current-system/lo

bug#37692: quaternion cannot get pages

2019-10-10 Thread Jesse Gibbons
1. launch quaternion 2. click on any subscribed page The page display area remains blank. In the log it displays something like this libqmatrixclient.jobs: GetContentThumbnailJob| https://matrix.org/_matrix/media/r0/thumbnail/matrix.org/UBaeyhkNdbVVPeiEazXOtawx?width=16&height=16&allow_remote=tru

bug#37669: guile: warning: failed to install locale

2019-10-10 Thread Jesse Gibbons
On Thu, 2019-10-10 at 16:41 +0200, Ludovic Courtès wrote: > Hi, > > Gábor Boskovits skribis: > > > This is most probably a transient core-updates effect. Reconfigure > > should > > fix this, and this should be harmless. > > Agreed. > > Normally ‘guix pull --news’ should give you hints on how t

bug#37705: python-scikit-learn fails tests

2019-10-11 Thread Jesse Gibbons
I need python-scikit-learn for an ai project. "guix build python-scikit-learn" ... build of /gnu/store/wymxdfygbzij8hbz4gqkrwnb3jkicx76-python-scikit-learn- 0.20.3.drv failed View build log at '/var/log/guix/drvs/wy/mxdfygbzij8hbz4gqkrwnb3jkicx76- python-scikit-learn-0.20.3.drv.bz2'. log tarball

bug#37705: python-scikit-learn fails tests

2019-10-11 Thread Jesse Gibbons
On Fri, 2019-10-11 at 10:42 -0600, Jesse Gibbons wrote: > I need python-scikit-learn for an ai project. > > "guix build python-scikit-learn" > ... > build of /gnu/store/wymxdfygbzij8hbz4gqkrwnb3jkicx76-python-scikit-learn- > 0.20.3.drv failed > View buil

bug#37705: bug#37433: bug#37705: python-scikit-learn fails tests

2019-10-11 Thread Jesse Gibbons
On Fri, 2019-10-11 at 21:27 +0200, Ricardo Wurmus wrote: > Jesse Gibbons writes: > > > I need python-scikit-learn for an ai project. > > > > "guix build python-scikit-learn" > > ... > > build of /gnu/store/wymxdfygbzij8hbz4gqkrwnb3jkicx76-python-sci

bug#37433: 37433 fixed

2019-10-12 Thread Jesse Gibbons
On Fri, 2019-10-11 at 13:48 -0600, Jesse Gibbons wrote: > On Fri, 2019-10-11 at 21:27 +0200, Ricardo Wurmus wrote: > > Jesse Gibbons writes: > > > > > I need python-scikit-learn for an ai project. > > > > > > "guix build python-sc

bug#37721: build failure: parted 3.3

2019-10-12 Thread Jesse Gibbons
This one prevents me from upgrading gnome-tweaks. It appears there is a failure in applying "parted-glibc-compat.patch".

bug#37721: build failure: parted 3.3

2019-10-12 Thread Jesse Gibbons
On Sat, 2019-10-12 at 16:07 -0600, Jesse Gibbons wrote: > This one prevents me from upgrading gnome-tweaks. It appears there is a > failure in applying "parted-glibc-compat.patch". > > > > Looks like a simple fix. I'll send the patch when I can confirm it bui

bug#37721: build failure: parted 3.3

2019-10-12 Thread Jesse Gibbons
On Sat, 2019-10-12 at 16:07 -0600, Jesse Gibbons wrote: > This one prevents me from upgrading gnome-tweaks. It appears there is a > failure in applying "parted-glibc-compat.patch". > > > > Removed patch. It still fails to build in the pre-install environment. Attac

bug#37721: build failure: parted 3.3

2019-10-13 Thread Jesse Gibbons
On Sun, 2019-10-13 at 14:15 +0200, Tobias Geerinckx-Rice via Bug reports for GNU Guix wrote: > Jesse, > > Jesse Gibbons 写道: > > This one prevents me from upgrading gnome-tweaks. It appears > > there is a > > failure in applying "parted-glibc-compat.patch". &g

bug#37692: quaternion not displaying anything

2019-10-14 Thread Jesse Gibbons
I removed everything related to quaternion from my $HOME directory tree and logged back in. It still doesn't display any messages. Here's what it outputs when I click on a different channel: Opening room "#quotient:matrix.org" Connected to room "!yBCfIaIJPwYXMoldTd:matrix.org" as "@jgibbons:matri

bug#37775: Python 2.7 not configured for Tk

2019-10-16 Thread Jesse Gibbons
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: > > >>> import Tkinter > Traceback (most recent call last): > File "", line 1, in > File "/gnu/store/h2crv1mpc5qi05xdnn84fjp9g4gyicsl-

bug#37917: Kernel Panic

2019-10-25 Thread Jesse Gibbons
On Fri, 2019-10-25 at 10:23 +0200, pelzflorian (Florian Pelz) wrote: > On Fri, Oct 25, 2019 at 03:19:10AM -0400, Raghav Gururajan wrote: > > Hello Guix! > > > > Whenever I shutdown my system, 50% of the time, I end up with kernel > > panic. Then I had to do cold restart. > > > > I just wanted to

bug#37345: Icecat doesn't display numbers on Guix System

2019-11-01 Thread Jesse Gibbons
On Thu, 2019-10-31 at 10:00 +0100, Matias Jose Seco Baccanelli wrote: > Hello! > I confirm that installing font-dejavu also fixed the issue for me. > Wondering if the problem arises on any system configuration setup or > if it might be influenced by, for example, the locale; which mine is > (locale

bug#38241: python-hy build failure

2019-11-16 Thread Jesse Gibbons
guix build python-hy fails with the message error: [Errno 13] Permission denied: '/homeless-shelter' It looks like the install step tries to access $HOME and fails. I am working on a patch to fix this.

bug#38241: python-hy build failure

2019-11-16 Thread Jesse Gibbons
On Sat, 2019-11-16 at 17:26 -0700, Jesse Gibbons wrote: > guix build python-hy fails with the message > error: [Errno 13] Permission denied: '/homeless-shelter' > > It looks like the install step tries to access $HOME and fails. I am > working > on a patch to fix th

bug#38274: emacs doesn't open files

2019-11-19 Thread Jesse Gibbons
guix describe : Generation 139 Nov 19 2019 08:11:32(current) guix 7b40d59 repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: 7b40d59114e1462d6d8140f325a66b12e91db667 emacs --version : GNU Emacs 26.3 Copyright (C) 2019 Free Software Foundation, Inc.

bug#38274: emacs doesn't open files

2019-11-19 Thread Jesse Gibbons
On Tue, 2019-11-19 at 08:35 -0700, Jesse Gibbons wrote: > guix describe : > Generation 139Nov 19 2019 08:11:32(current) > guix 7b40d59 > repository URL: https://git.savannah.gnu.org/git/guix.git > branch: master > commit: 7b40d59114e1462d6d8140

bug#38273: emacs doesn't open files

2019-11-19 Thread Jesse Gibbons
I thought I closed this issue. Rebooting fixed it.

bug#38273: bug#38274: emacs doesn't open files

2019-11-19 Thread Jesse Gibbons
On Wed, 2019-11-20 at 06:20 +0900, Maxim Cournoyer wrote: > Hello Jesse, > > Jesse Gibbons writes: > > > On Tue, 2019-11-19 at 08:35 -0700, Jesse Gibbons wrote: > > > guix describe : > > > Generation 139Nov 19 2019 08:11:32(current) > > >

bug#38360: Retroarch might violate FSDG

2019-11-26 Thread Jesse Gibbons
On Wed, 2019-11-27 at 00:26 +0100, Nicolò Balzarotti wrote: > Hi Ludo, thanks for your response. > > We don't provide them _directly_, but when loading the program the first > option is "Load core". Then, first option again, is "Download core". Here > you have a list of "proprietary" .so.zip downl

bug#52913: 0ad only builds fine with a specific version of mozjs

2022-01-01 Thread Jesse Gibbons
> What would be the best way to fix this? >  - keep a mozjs-78.6 package around just for 0ad >  - patch 0ad to fix the compatibility issues with mozjs 78.15 >  - use the mozjs version bundled in the 0ad sources > > WDYT? Keeping mozjs-78.6 just for 0ad will probably make things harder later on b

bug#53002: guix can't find gfortran-toolchain or gdc-toolchain

2022-01-04 Thread Jesse Gibbons
Strange bug, guix can't find gfortran-toolchain even though it is a package defined publicly in one of the files it presumably searches. `which guix` outputs the expected "$HOME/.config/guix/current/bin/guix", so it probably isn't a problem with my guix home. `guix package -A gfortran` return

bug#53515: Solarus Quest Editor makes new quests read-only

2022-01-24 Thread Jesse Gibbons
from /share/solarus-quest-editor/assets/initial_quest/ relative to the installed solarus-quest-editor to the destination and keeps permissions. -- -Jesse Gibbons

bug#53710: guix pull fails

2022-02-01 Thread Jesse Gibbons
pute-guix-derivation' failed to compute the derivation for Guix (version: "787b13a5d9df8f0cc7170de1b80cead68b516c66"; system: "x86_64-linux"; host version: "90a41fe388102d448b3f91a070e38a7680d2d568"; pull-version: 1). Please report the COMPLETE output above by email to . -- -Jesse Gibbons

bug#54121: Calibre doesn't display text in interface.

2022-02-22 Thread Jesse Gibbons
ed in between): ~/guix-home/profile/bin/calibre ~/guix-profile/bin/calibre guix shell calibre -- calibre guix shell --pure calibre -- calibre guix time-machine -- shell calibre -- calibre -- -Jesse Gibbons

bug#53710: "guix pull" doesn't have nice error messages in case of network errors

2022-03-02 Thread Jesse Gibbons
east ensure this particular kind of crash does not prompt the end user to send a bug report. It would seem the real bug is communication to the user, "you found a bug, report it to the developers." instead of "Network error. Try later." -- -Jesse Gibbons

bug#38464: python-hy REPL is unusable

2019-12-02 Thread Jesse Gibbons
1. install python-hy 2. run hy3 (to make sure it's setup to use python 3.7.4) 3. press with or without typing anything. It prints the following error at the end of a long stack trace: ImportError: invalid flags 1495674643 in 'hy.core.language' This also happens when using hy2py3, and I have atta

bug#38464: python-hy REPL is unusable

2019-12-02 Thread Jesse Gibbons
On Mon, 2019-12-02 at 17:16 -0700, Jesse Gibbons wrote: > 1. install python-hy > 2. run hy3 (to make sure it's setup to use python 3.7.4) > 3. press with or without typing anything. > It prints the following error at the end of a long stack trace: > > ImportError: inva

bug#38491: Evolution is missing GPG

2019-12-05 Thread Jesse Gibbons
On Wed, 2019-12-04 at 13:11 +0100, Leo Prikler wrote: > Hi Guix, > > I recently discovered, that Evolution would complain about a missing > GPG whenever it encounters a signed message. For the record, I've only > installed evolution-data-server in the operating-system and evolution > itself insid

bug#38491: Evolution is missing GPG

2019-12-07 Thread Jesse Gibbons
On Thu, 2019-12-05 at 18:51 +0100, Leo Prikler wrote: > Am Donnerstag, den 05.12.2019, 09:53 -0700 schrieb Jesse Gibbons: > > On Wed, 2019-12-04 at 13:11 +0100, Leo Prikler wrote: > > > Hi Guix, > > > > > > I recently discovered, that Evolution would comp

bug#38529: Make --pure the default for `guix environment'?

2019-12-09 Thread Jesse Gibbons
On Sun, 2019-12-08 at 16:42 +0100, Pierre Neidhardt wrote: > --pure seems to be the more sensible behaviour. "Impure" environments > can have unexpected behaviours, so it makes sense to only allow them > when the user explicitly asks for it. > --pure environments sometimes miss important environm

bug#38464: python-hy REPL is unusable

2019-12-09 Thread Jesse Gibbons
On Mon, 2019-12-02 at 17:16 -0700, Jesse Gibbons wrote: > 1. install python-hy > 2. run hy3 (to make sure it's setup to use python 3.7.4) > 3. press with or without typing anything. > It prints the following error at the end of a long stack trace: > > ImportError: inva

bug#38735: GuixSD graphical Installer hangs on connecting to wifi

2019-12-24 Thread Jesse Gibbons
I built the graphical installer locally. Here's what "guix describe" outputs: guix be0a613 repository URL: https://git.savannah.gnu.org/git/guix.git branch: master commit: be0a613c10f6c632b58cf19d37a8c1a5987de354 I used the following command in the guix source: time guix system di

bug#38735: GuixSD graphical Installer hangs on connecting to wifi

2020-01-02 Thread Jesse Gibbons
On Sun, 2019-12-29 at 17:01 +0100, Ludovic Courtès wrote: > Hi, > > Danny Milosavljevic skribis: > > > Can you still go to another console once it hangs? > > > > Try pressing Alt-F2 or Alt-F3 or something (once it hangs). > > Also, Alt-F12 should show system messages. > > Ludo’. Sorry I took

bug#38887: sassc has a memory leak

2020-01-02 Thread Jesse Gibbons

bug#38887: sassc has a memory leak

2020-01-08 Thread Jesse Gibbons
Somehow this sent without the details I typed out. Sorry for that... When I try to build arc-theme and leave it to run, the entire system eventually freezes. When I monitor how much memory it takes, I see that it spawns a sassc process that eventually takes all 30 GB of the RAM not taken by GNOME

bug#39043: Channels error is too vague

2020-01-08 Thread Jesse Gibbons
When I create a channel and leave out %default-channels, it gives me an error. "error: 'guix' channel is lacking". This is unclear. I asked about it on IRC, and was told it refers to a channel called guix. The error message should elaborate that guix expects a channel with the name "guix".

  1   2   >