I took a look at this, and the problem seems to be that the cwd ends up
different from before, so all the file operations fail.
It needs (chdir "../nncp-7.5.0") in the 'go-unpack section.
Attached is a patch that does this, if it works via gmail.
Alan
From f2cc08e9cd657717049936938077a210773ab19
I have the same problem. I have no idea how to debug such kind of errors.
--
Anthony
Hi Josselin,
Thank you so much for your help! Indeed, the .channels.scm files of my
custom channels had invalid introduction fields. That's on me --- I
should've read the error message more carefully!
Best regards,
Ning
On Tue, Jun 20, 2023 at 9:19 AM Josselin Poiret wrote:
> Hi Ning,
>
> "N.
Hello,
I'm not a guix user so can't send patches, hope this is the correct
way to report issues however.
The upstream libasr-portable repository was archived, as the project
was unmaintained (and unmaintenable in some sense) for some time:
https://github.com/OpenSMTPD/libasr/
OpenSMTPD
Perhaps this is a permissions issue with the nix shepherd service? I
haven't tried the patch linked above, but found that I could run
$ sudo nix-channel --update
without running into the issue. Then, I got the same error again when
trying to install any package with nix-env. Once again, I could r
I'm still receiving the same error. I tested a variant of Zhu's patch by
defining my own custom Nix package that sticks very closely to Zhu's, just with
manpages and docs generation disabled. I can confirm Nix is running latest: nix
(Nix) 2.16.0.
This is the first time I've done any kind of Gui
It failed as "build of /gnu/store/...-gtk-4.8.1.drv failed" Secured
by Skiff Mail.
I tryed to use wlgreet with dwl-guile
guix system reconfigure error:
(greetd-terminal-configuration (terminal-vt "1") (terminal-switch #t)
(default-session-command (greetd-wlgreet-session (command (file-append
dwl-guile "/bin/dwl-guile"): invalid field specifier
config:
(greetd-terminal-config
Hi Yurii,
Yurii writes:
> I tryed to use wlgreet with dwl-guile
> guix system reconfigure error:
> (greetd-terminal-configuration (terminal-vt "1") (terminal-switch #t)
> (default-session-command (greetd-wlgreet-session (command (file-append
> dwl-guile "/bin/dwl-guile"): invalid field speci
Hi,
"yhm" via Bug reports for GNU Guix writes:
> It failed as "build of /gnu/store/...-gtk-4.8.1.drv failed" Secured
> by Skiff Mail.
The only thing I can gather from that dump is that there was not enough
space left on a device, and I assume the device you were installing on.
HTH
Hi all,
I found my Emacs using a fill-column value of 85 while hacking on the
guix source tree.
Turns out it's an interaction between the emacs package
editorconfig-mode (which I use). Easy workaround: turn this mode off
when hacking on guix.
A contradiction between .dir-locals.el and the .edito
Csepp writes:
> Csepp writes:
>
>> Csepp writes:
>>
>>> Maxim Cournoyer writes:
>>>
Hi!
raingloom writes:
> It's been at 67% on guix-packages-base for at least an hour now. The
> system itself is responsive and with the swap I gave it, it has more
> than enoug
Bruno Victal skribis:
> +(define (sanitize-shepherd-service-provision expr)
> + (match expr
> +(((? symbol?) ..1) expr)
> +(_
> + (raise
> + (formatted-message
> + (G_ "'provision' must be a non-empty list of symbols"))
Actually I figured we could do as in other areas
John Kehayias writes:
> Dear Csepp,
>
> On Thu, Jun 22, 2023 at 12:00 AM, Csepp wrote:
>
>>
>> So, I built Netsurf with --with-latest=harfbuzz, which also affected
>> GTK+ and a bunch of other packages along the way, and it worked on my
>> first attempt, just needed a stronger machine.
>> I cop
14 matches
Mail list logo