Should wsl-boot-program create XDG_RUNTIME_DIR?

2022-11-06 Thread dan
Hello guix, Even since the WSL image was pushed to master branch, I've been spending time experimenting with it. It almost runs smoothly, unless two points: 1. when logged in, there is a warning says: > warning: XDG_RUNTIME_DIR doesn't exists, on-first-login script won't execute anything.

Should wsl-boot-program create XDG_RUNTIME_DIR?

2022-11-06 Thread dan
Hello guix, Even since the WSL image was pushed to master branch, I've been spending time experimenting with it. It almost runs smoothly, unless two points: 1. when logged in, there is a warning says: > warning: XDG_RUNTIME_DIR doesn't exists, on-first-login script won't execute anything.

Should wsl-boot-program create XDG_RUNTIME_DIR?

2022-11-06 Thread dan
Hello guix, Even since the WSL image was pushed to master branch, I've been spending time experimenting with it. It almost runs smoothly, unless two points: 1. when logged in, there is a warning says: > warning: XDG_RUNTIME_DIR doesn't exists, on-first-login script won't execute anything. Y

Re: Compile skribilo doc containing guix channel references

2022-11-06 Thread Phil
Hi Simon, zimoun writes: > I am missing how the Skribilo file is it compiled? At “guix pull” time? > Or manually when running the script compile-docs.scm? > At the moment compilation is only manual and from inside the repo clone: guix environment skribilo guile -- guix repl -- compile-docs.scm

Re: guix pypi-ls

2022-11-06 Thread zimoun
Hi, On Sat, 05 Nov 2022 at 12:47, jgart wrote: > I have this one off script I call `pypi-ls` for listing tar files on > standard output from pypi to see if they contain tests: > > #!/bin/env sh > > exec wget -qO- $1 | tar xvz Well, I think you can avoid the extraction. Something like: exec

Re: Compile skribilo doc containing guix channel references

2022-11-06 Thread zimoun
Hi, On Sat, 05 Nov 2022 at 19:03, Ludovic Courtès wrote: >> This generates the docs with guix imports - see compile-command in the >> header: >> https://github.com/quantiletechnologies/qt-guix/blob/feature/EA-133/compile-docs.scm >> >> This is the document - it's less ambitious than my internal

Re: splitting up and sorting commits?

2022-11-06 Thread Csepp
Andreas Enge writes: > Hello, > > Am Wed, Nov 02, 2022 at 12:05:54AM + schrieb Csepp: >> * It is very easy for package to get added before their dependencies, so >> even though by the end of the commit chain everything builds perfectly >> fine, there are intermediate commits that can't be t

Re: splitting up and sorting commits?

2022-11-06 Thread Andreas Enge
Hello, Am Wed, Nov 02, 2022 at 12:05:54AM + schrieb Csepp: > * It is very easy for package to get added before their dependencies, so > even though by the end of the commit chain everything builds perfectly > fine, there are intermediate commits that can't be tested on their own. maybe it can

Re: Release progress, week 3

2022-11-06 Thread Efraim Flashner
On Thu, Oct 27, 2022 at 10:04:13AM -0700, Vagrant Cascadian wrote: > On 2022-10-27, Ludovic Courtès wrote: > > Release progress: week 3. > ... > > • Architectures: > > > > - powerpc64le-linux builds are back behind ci.guix, thanks to > >Tobias! > ... > > - armhf-linux: No progre

Re: Antioxidant (new rust build system) update - 100% builds

2022-11-06 Thread Efraim Flashner
On Wed, Nov 02, 2022 at 12:20:14PM +0100, Ludovic Courtès wrote: > Hi! > > Maxime Devos skribis: > > > 100% (rounded up) of the packages build with antioxidant, though a > > very few still fail to build: > > . > > Woohoo!! > > > So far, work on an

Re: How long does it take to run the full rustc bootstrap chain?

2022-11-06 Thread Efraim Flashner
On Wed, Oct 26, 2022 at 09:37:32PM +0200, b...@bokr.com wrote: > Hi, > > On +2022-10-22 09:48:50 -0400, Maxim Cournoyer wrote: > > Hi, > > > > Félix Baylac Jacqué writes: > > > > > Hey Guix, > > > > > > I'd be curious to know how long it takes to run the full rustc bootstrap > > > chain on the