bug#45360: Cannot log in to GNOME on foreign distro with Guix

2020-12-30 Thread Evan Straw
Hello, I have more information on this bug. Apologies for the delay. I've been able to narrow the problem down to a single package - when I install sbcl, I am unable to log in, and when I uninstall sbcl, the problem disappears, and I am able to log in normally. Even using a profile with only the

bug#45360: Cannot log in to GNOME on foreign distro with Guix

2020-12-22 Thread Evan Straw
x, I am able to log in again. When I add a package (like stumpwm) that needs to set XDG_DATA_DIRS, the problem seems to reappear. I also was able to reproduce the problem on another machine I have that runs the same operating system and also has Guix. Is this a bug, or is it possible I've just misconfigured something? Please let me know if I'm missing any needed information and I'll do my best to provide it. -- Evan Straw signature.asc Description: PGP signature

bug#44725: ocaml-cairo2 package fails to build

2020-11-18 Thread Evan Straw
->8--- If any required information is missing please let me know and I'll do my best to provide it. Thanks, -- Evan Straw starting phase `set-SOURCE-DATE-EPOCH' phase `set-SOURCE-DATE-EPOCH' succeeded after 0.0 seconds starting phase `set-paths' environmen

bug#40390: Rendering problems when using fonts from Guix on foreign distro

2020-04-22 Thread Evan Straw
Ludovic Courtès writes: > Hi Evan, > > Evan Straw skribis: > >> I have Guix installed on a foreign distro (Ubuntu 19.10) as a package >> manager, and I am attempting to use fonts installed through Guix for >> applications installed from Guix, such as Emacs and

bug#40390: Rendering problems when using fonts from Guix on foreign distro

2020-04-02 Thread Evan Straw
Hello all, I have Guix installed on a foreign distro (Ubuntu 19.10) as a package manager, and I am attempting to use fonts installed through Guix for applications installed from Guix, such as Emacs and keepassxc. I have installed fontconfig and a few font packages. However, I am noticing that the

bug#40176: `guix pull` fails due to unbound variable qemu-minimal-2.10

2020-03-21 Thread Evan Straw
c4149930f71 personal-channel 159b508 repository URL: branch: master commit: 159b50819c8fe9061e1b8fccbbe88fc13a91d971 --8<---cut here---end--->8--- Another Guix user I've spoken to has confirmed the same error is happening on his machine as

bug#39079: SBCL CFFI from Guix unable to find dynamic libraries

2020-01-16 Thread Evan Straw
Pierre Neidhardt writes: > Konrad Hinsen writes: > >> Guix' ldd has been patched to ignore LD_LIBRARY_PATH, so my prediction >> is that this won't change anything. > > Maybe ldd (I don't know), but I suggest to run SBCL here. It should > work. Sorry for the late update, but this actually does

bug#39079: SBCL CFFI from Guix unable to find dynamic libraries

2020-01-14 Thread Evan Straw
Pierre Neidhardt writes: > What are "dependencies" here? > Can you provide a full recipe of what you are trying to do, including > your .sbclrc and the Lisp code snippets you've run to test this? Absolutely. Apologies for the wall of text that is about to follow: My system is Ubuntu 19.04, with

bug#39079: SBCL CFFI from Guix unable to find dynamic libraries

2020-01-13 Thread Evan Straw
Hi Pierre, Thanks for your response. >In the meantime, you can add this to your ~/.sbclrc: > >--8<---cut here---start->8--- >(when (ignore-errors (asdf:load-system "cffi")) > ;; Warning: Trailing "/" matters! > (dolist (guix-profile > `(,(when (uiop

bug#39079: SBCL CFFI from Guix unable to find dynamic libraries

2020-01-10 Thread Evan Straw
Hello all, I have GNU Guix installed on a foreign distro, Ubuntu 19.04. I have the sbcl and cl-cffi packages installed from this installation of Guix, and I am attempting to use the CFFI package to load libcurl, as demonstrated in the CFFI tutorial here: https://common-lisp.net/project/cffi/manual