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/;,

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

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#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:

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>

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 brou

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

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

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 env

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

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

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
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#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

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#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 > > > Her

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#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

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 board u

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):

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

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

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#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:

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/msg00065

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]

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- >

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 >

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

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]

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#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

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

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#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:

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. &g

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

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

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

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 this. >

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: invali

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

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

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

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: invali

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

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

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#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#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

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 >

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

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 definiti

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

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=16_remote=true

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

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#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: 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

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". > > > > 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#39774: guix incorrectly says "No space left on device"

2020-02-24 Thread Jesse Gibbons
I have a laptop with two drives. A few days ago, when I ran `df -h` it outputs: Filesystem Size Used Avail Use% Mounted on none 16G 0 16G 0% /dev /dev/sdb1 229G 189G 29G 87% / /dev/sda1 458G 136G 299G 32% /gnu/store tmpfs16G 0 16G 0%

bug#39774: guix incorrectly says "No space left on device"

2020-02-25 Thread Jesse Gibbons
On Mon, 2020-02-24 at 22:15 -0500, Julien Lepiller wrote: > Le 24 février 2020 22:01:45 GMT-05:00, Jesse Gibbons < > jgibbons2...@gmail.com> a écrit : > > I have a laptop with two drives. A few days ago, when I ran `df -h` > > it > > outputs: > > Filesyste

bug#39302: XFCE user cannot log out, shutdown, or reboot via GUI

2020-01-26 Thread Jesse Gibbons
When I click "Applications->Log Out" it gives me the usual choice to log out, shut down, reboot, etc. When I click an option other than cancel, it closes the dialog, but does nothing. When I go back to "Applications->Log Out", an error dialog pops up (screenshot attached). It says, Failed to run

bug#39303: evolution crashes xfce when glib-networking is installed

2020-01-26 Thread Jesse Gibbons
On xfce, when I open evolution it cannot send or receive any messages and I should install glib-networking. When I install glib-networking and start evolution, xfce crashes.

bug#39463: Enlightenment desktop - multiple programs from other desktop environments

2020-02-17 Thread Jesse Gibbons
On Thu, 2020-02-06 at 20:01 +, Scott C. MacCallum via Bug reports for GNU Guix wrote: > After the installation of all the available desktop environments, > in the Enlightenment desktop environment there are multiple programs > from some of the other desktop environments to choose from, not

bug#36551: [META] Run Guix System on Purism Librem 5

2020-02-10 Thread Jesse Gibbons
Hi Jonathan On Mon, 2020-02-03 at 13:42 +0100, Jonathan Brielmaier wrote: > On the Guix days there was a session about running Guix on mobile > phones. The notes will be published somewhere else. Don't know when > and > where yet. I too hope guix system can work on L5, but it looks like guix

bug#39203: GNOME desktop is not displaying battery status

2020-01-20 Thread Jesse Gibbons
. What is the protocol for undoing a commit that breaks something? On Mon, 2020-01-20 at 08:34 -0700, Jesse Gibbons wrote: > At the top-right corner of the GNOME desktop I expect to see my > laptop's battery status. Furthermore, when my laptop's battery drains > to a low percentage I expe

bug#39203: GNOME desktop is not displaying battery status

2020-01-20 Thread Jesse Gibbons
At the top-right corner of the GNOME desktop I expect to see my laptop's battery status. Furthermore, when my laptop's battery drains to a low percentage I expect to see a notification warning me before it dies. This is not the case. I temporarily fixed this by rolling back my system generations,

bug#39203: GNOME desktop is not displaying battery status

2020-01-20 Thread Jesse Gibbons
It appears gnome-tweaks does not fix this issue. I'm out of ideas. Please help! On Mon, 2020-01-20 at 15:01 -0700, Jesse Gibbons wrote: > It looks like the problem was introduced in > df45af90413906b18710d8c51c44afd5b92d6db6 when upower was updated to > version 99.11. I also expect it i

bug#39203: GNOME desktop is not displaying battery status

2020-01-20 Thread Jesse Gibbons
determine if it's worth reverting upower. On Mon, 2020-01-20 at 13:41 -0700, Jesse Gibbons wrote: > Update: > Some testing reveals this bug was introduced somewhere between > 10576acbbf496a051d488c2832f1e474ef6074f3 and > d75a0cd98649c610c8c6ed05011233a49af156e9 > > I'm going t

bug#39203: GNOME desktop is not displaying battery status

2020-01-21 Thread Jesse Gibbons
On Tue, 2020-01-21 at 09:50 +0100, Robert Smith wrote: > I'm experiencing the same issue, upower-daemon is simply exiting > immediately after startup. Can we just revert upower to the previous > version for the time being? Seems like the 0.99.11 release is broken. > > -Robert Hi Robert, Since the

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".

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

bug#38887: sassc has a memory leak

2020-01-02 Thread Jesse Gibbons

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

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.

bug#43061: freedink package is needlessly complex

2020-08-26 Thread Jesse Gibbons
TL;DR The freedink package is defined in a complex way that breaks guix's custom source build features and the GUI wrapper. The freedink package wraps the freedink-engine and freedink-data packages so the resulting executable bin/freedink runs the freedink engine pointed at the output of

bug#42959: enable alpine passfile

2020-08-20 Thread Jesse Gibbons
Unless alpine is configured with a default passfile, it does not even offer the option to use one. There are some security concerns to consider[0], and I would understand if they were reason enough to not enable the alpine passfile. But I don't want to keep typing several complicated passwords

bug#42155: --with-source=PACKAGE=REPLACEMENT-SOURCE doesn't work recursively

2020-08-27 Thread Jesse Gibbons
(In response to issue at https://issues.guix.info/issue/42155): I want to be able to specify dependency sources, so I am working on this issue. It's complicated because --with-source= can take a simple source (implying the package being built should be built from SOURCE) or package=source

bug#43011: unattended-upgrade fails and doesn't log why

2020-08-23 Thread Jesse Gibbons
An example is the attached log. It says the process failed with status 1, but it doesn't say what failed or even reference a log in /var/log/guix. The only way to find out what could have caused it is to run the command, which might not fail the second time if it was a network error or (IIUC)

bug#43012: Scroll fails to produce expected output directory

2020-08-23 Thread Jesse Gibbons
Run "guix build scroll" -- after completing all steps it outputs "builder for `/gnu/store/r35sa0d9fnp22y0jgzk810yyhn8d7lrl-scroll-1.20180421.drv' failed to produce output path `/gnu/store/1q7aj03p7f0nk7dmdyp3lfscizywdr4m-scroll-1.20180421-static'" I ran "guix edit scroll" and saw it doesn't

bug#36951: guile-sly will not build

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

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#42814: request: make guix upgrade recognize --do-not-upgrade

2020-08-11 Thread Jesse Gibbons
From the manual:    • ‘guix search’ is an alias for ‘guix package -s’,    • ‘guix install’ is an alias for ‘guix package -i’,    • ‘guix remove’ is an alias for ‘guix package -r’,    • ‘guix upgrade’ is an alias for ‘guix package -u’,    • and ‘guix show’ is an alias for ‘guix package --show=’.

bug#42217: Build failure: kdenlive

2020-07-05 Thread Jesse Gibbons
    #:configure-flags '("-DCMAKE_C_FLAGS=-std=c99"))) --------- What a puzzle. -Jesse Gibbons

bug#42385: guile-based jupyter kernels mix guile3 and guile2.2

2020-07-15 Thread Jesse Gibbons
jupyter-guile-kernel and guix-jupyter mix guile3 and guile2.2. - jupyter-guile-kernel only has one of its dependencies in GUILE_LOAD_PATH, so it doesn't build. - guix-jupyter builds successfully, but searches in the wrong directory for guix-jupyter-kernel.scm. jupyter-guile-kernel requires

bug#42385: guile-based jupyter kernels mix guile3 and guile2.2

2020-07-17 Thread Jesse Gibbons
I have a series of patches coming soon that fix both named issues.

bug#42385: guile-based jupyter kernels mix guile3 and guile2.2

2020-07-20 Thread Jesse Gibbons
On 7/20/20 3:22 AM, Ludovic Courtès wrote: Hi Jesse, Jesse Gibbons skribis: jupyter-guile-kernel and guix-jupyter mix guile3 and guile2.2. - jupyter-guile-kernel only has one of its dependencies in GUILE_LOAD_PATH, so it doesn't build. - guix-jupyter builds successfully, but searches

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 distro

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:

  1   2   >