Re: Offline build failure

2020-12-11 Thread Tobias Geerinckx-Rice
Hullo Greg, Greg Hogan 写道: If there is a better way to setup / configure / execute offline builds please let me know! ...yes :-) I am attempting an offline build without success. I have a Guix 1.2.0 node with internet access on which I download sources with transitive dependencies: $ gui

Offline build failure

2020-12-11 Thread Greg Hogan
I am attempting an offline build without success. I have a Guix 1.2.0 node with internet access on which I download sources with transitive dependencies: $ guix build --sources=transitive tzdata > ~/transfer I then copy the files as root to a Guix 1.2.0 node without internet access (only local n

Re: Guix day: Summary fo rust BoF session

2020-12-11 Thread John Soo
Hi Hartmut and Sébastien, I started with some talking points which I will attach. We did not get to everything though. Mostly we discussed the possibility of using system dependencies and installing actual compiled artifacts. Someone mentioned that the possibility of using system dependencies cam

Re: [outreachy] Walk through the Git history (guix git {authenticate,log})

2020-12-11 Thread Magali
Hi, On 11/12/2020 14:41, zimoun wrote: > Hi, > > Discussing how to walk through the Git history > ~/.cache/guix/checkouts/, there is 2 ways to do: > > 1. Loop with commit-parents as it is done for ’commit-closure’ in > guix/git.scm. > > 2. Bind git_revwalk_* and use it instead. > > WDYT? > >

Re: Manual PDF and translation (modular texlive?)

2020-12-11 Thread Giovanni Biscuolo
Hello Ricardo, I've a huge backlog of messages from guix, I've read this thread today and I just want to say: thank you so much for your work on this!!! I don't (still) know if this work on modular texlive is done or not, anyway you solved a lot of issues and - as we can see - texlive workflows a

[outreachy] Walk through the Git history (guix git {authenticate, log})

2020-12-11 Thread zimoun
Hi, Discussing how to walk through the Git history ~/.cache/guix/checkouts/, there is 2 ways to do: 1. Loop with commit-parents as it is done for ’commit-closure’ in guix/git.scm. 2. Bind git_revwalk_* and use it instead. WDYT? Well, #1 is more straightforward but less efficient, IIUC.

Re: Proposed change for the disruptive changes process (staging/core-updates)

2020-12-11 Thread zimoun
Hi, On Fri, 23 Oct 2020 at 18:20, Christopher Baines wrote: > A simple process change that I think would help to address this is as > follows (I'll use core-updates as the example, but this applies for > staging as well): > > - core-updates is effectively renamed to core-updates-next > > - Whe

Re: Possible error on glibc package specification

2020-12-11 Thread Tobias Geerinckx-Rice
Hi anon, Anonymous_ 写道: I that even after installing glibc-2.31 gcc still cant build static binaries, I just used -static flag, which shows that libc.a is not present, On Guix, libc.a is provided by the glibc:static package output, which is what https://git.savannah.gnu.org/cgit/guix.git

Possible error on glibc package specification

2020-12-11 Thread Anonymous_
I that even after installing glibc-2.31 gcc still cant build static binaries, I just used -static flag, which shows that libc.a is not present, Im just new in Guix then I do not know how to create packages or patches, but I believe the problem is around this part of package spec https://git.sa