Re: Files not .gitignored when contributing to Guix

2020-01-18 Thread Efraim Flashner
On Fri, Jan 17, 2020 at 02:19:35PM -0500, Julien Lepiller wrote: > Le 17 janvier 2020 13:57:56 GMT-05:00, EuAndreh via a > écrit : > >Hi Guix! > > > >When running the setup steps to prepare a patch, I find myself with a > >dirty repository of changed files. Is this expected behaviour? > > > >I

guix pull: error: symlink: File exists

2020-01-18 Thread Jimmy Thrasibule
Hi, I'm working on an Alpine Docker image with the Guix package manager [1]. The container is building and can run Guix without the ``--privileged`` option. The installation process is based on the documentation and the installation script [2]. Everything is working fine however, when I run

Re: TeX Live issues

2020-01-18 Thread Marco van Hulten
Je 18 jan 16:12 skribis Ricardo: > Can you show us what “guix package -I | grep texlive” says? Also please > remove ~/.texlive* if it exists and show us the output of “env”. marco@graviton ~$ guix package -I | grep texlive guile: warning: failed to install locale texlive-fonts-latex 49435

Re: TeX Live issues

2020-01-18 Thread Ricardo Wurmus
Marco van Hulten writes: > $ lualatex test > This is LuaTeX, Version 1.07.0 (TeX Live 2018) > restricted system commands enabled. > > (Fatal format file error; I'm stymied) > $ latex test > This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018) (preloaded

Re: TeX Live issues

2020-01-18 Thread Marco van Hulten
Je 17 jan 13:05 skribis Ricardo: > Marco van Hulten writes: > > > Ricardo— > > > > On 17 Jan 10:03 Ricardo Wurmus wrote: > >> > I am unable to use LaTeX and friends. I get this error: > >> > >> Hmm, something broke here. I also cannot compile my older documents any > >> more. I’ll

Re: Redshift and Geoclue

2020-01-18 Thread Josh Holland
Hi Guix! Pierre Neidhardt writes: > Anyone using redshift on Guix? I am, but I hadn't got round to investigating geoclue yet so I'm just using -l and a hardcoded lat/long pair. -- Josh Holland

Avoiding the garbage collector for the Guix Data Service

2020-01-18 Thread Christopher Baines
Hey, The Guix Data Service has Guix compute lots of derivations, and then it loads the data in to a database. I'm having some issues with the garbage collector though, as sometimes it removes data from the disk before I've had a chance to read it (at least I think this is what's happening, I