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