bug#64872: guix pull: texlive-hyphen-complete: build failed (was: "guix pull: po4a: build failed")

2023-07-28 Thread Artyom Poptsov
Hello Christopher, I tried to build "texlive-hyphen-complete" using a local Guix clone with the following commands: $ cd guix $ guix shell -D guix $ ./bootstrap $ make -j$(nproc) $ guix build -K texlive-hyphen-complete Also I tried to build the derivation directly as you suggested: $ guix build

bug#64760: [PATCH 2/3] tests: store-roots: Initial gc-roots should be empty.

2023-07-28 Thread Janneke Nieuwenhuizen
Josselin Poiret writes: Hi! > * tests/store-roots.scm ("gc-roots, initial"): Set expected result to empty. > Also do not error out if /profiles doesn't exist. > --- > tests/store-roots.scm | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/tests/store-roots.scm b/tests

bug#64872: guix pull: texlive-hyphen-complete: build failed (was: "guix pull: po4a: build failed")

2023-07-28 Thread Christopher Baines
Artyom Poptsov writes: > Hello Christopher, > > I tried to build "texlive-hyphen-complete" using a local Guix clone > with the following commands: > > $ cd guix > $ guix shell -D guix > $ ./bootstrap > $ make -j$(nproc) > $ guix build -K texlive-hyphen-complete > > Also I tried to build the deri

bug#64872: guix pull: texlive-hyphen-complete: build failed (was: "guix pull: po4a: build failed")

2023-07-28 Thread Artyom Poptsov
Besides, I run GNU Guix on Ubuntu 22.04.2 LTS. Please find my SystemD Guix service attached. As you can see, I'm using a substitution service through Yggdrasil network: http://ci.guix.ygg.trop.in Also there's a proxy server configured. - avp On Fri, 28 Jul 2023 at 13:24, Artyom Poptsov wrote: >

bug#64872: guix pull: texlive-hyphen-complete: build failed (was: "guix pull: po4a: build failed")

2023-07-28 Thread Artyom Poptsov
Hello Christopher, yes, I can download "texlive-hyphen-complete" by the link (logs are attached.) - avp On Fri, 28 Jul 2023 at 12:44, Christopher Baines wrote: > > > Artyom Poptsov writes: > > > Hello Christopher, > > > > I tried to build "texlive-hyphen-complete" using a local Guix clone > >

bug#64760: [PATCH 2/3] tests: store-roots: Initial gc-roots should be empty.

2023-07-28 Thread Janneke Nieuwenhuizen
Janneke Nieuwenhuizen writes: Hello, > Josselin Poiret writes: > > Hi! > >> * tests/store-roots.scm ("gc-roots, initial"): Set expected result to empty. >> Also do not error out if /profiles doesn't exist. [..] > Just a headsup that this change breaks the store-roots test on the hurd > for me. a

bug#64772: TeXlive (specifically LuaLaTeX) has become terribly slow

2023-07-28 Thread Nicolas Goaziou
Hello, Wojtek Kosior via Bug reports for GNU Guix writes: > I ran lualatex under strace, additionally prepending the time to each > line of output. The new (i.e. after tex-team-next merge this July) > lualatex has *a lot* of lines like this in the output > > --8<---cut here--

bug#64760: [PATCH 2/3] tests: store-roots: Initial gc-roots should be empty.

2023-07-28 Thread Josselin Poiret via Bug reports for GNU Guix
Hi everyone, Janneke Nieuwenhuizen writes: > Just a headsup that this change breaks the store-roots test on the hurd > for me. Thanks for the feedback Janneke. It seems that there is some left-over state that can mess with this state's result: I was initially surprised that the /profiles direc

bug#64872: guix pull: texlive-hyphen-complete: build failed (was: "guix pull: po4a: build failed")

2023-07-28 Thread Christopher Baines
Artyom Poptsov writes: > Besides, I run GNU Guix on Ubuntu 22.04.2 LTS. > Please find my SystemD Guix service attached. > > As you can see, I'm using a substitution service through Yggdrasil > network: http://ci.guix.ygg.trop.in > Also there's a proxy server configured. The downloading of the n

bug#64920: conda-22.9.0 fails to build (missing `mock`?)

2023-07-28 Thread Alexandre Hannud Abdo
Ni! From `guix shell -CN conda` on a Guix System with Guix "cf9904b": [...snipped...] building /gnu/store/1fjkvsgwys8wj8s63dwc7ig92w5rkadj-conda-22.9.0.drv... / 'check' phasebuilder for `/gnu/store/1fjkvsgwys8wj8s63dwc7ig92w5rkadj-conda-22.9.0.drv' failed with exit code 1 build of /gnu/store/

bug#64772: TeXlive (specifically LuaLaTeX) has become terribly slow

2023-07-28 Thread Wojtek Kosior via Bug reports for GNU Guix
> Could you try adding a phase doing the following to texlive-luatex? > > --8<---cut here---start->8--- > (substitute* (string-append #$output "/share/texmf-dist/web2c/texmfcnf.lua") > (("selfautodir:") #$output) > (("selfauto

bug#64852: Texlive errors and weird behavior

2023-07-28 Thread Wojtek Kosior via Bug reports for GNU Guix
Firstly, I apologize — I started replying in the other issue and neglected this conversation without providing the extra info you asked for to help me. > > I'm having some problems using texlive after the recent tex-team merge. > > On my system (with texlive installed in a profile, together with m

bug#64772: TeXlive (specifically LuaLaTeX) has become terribly slow

2023-07-28 Thread Wojtek Kosior via Bug reports for GNU Guix
> Back to your snippet — if you still think it's worth trying (to see if > it gets rid of the ENOENTs), I'll try it and report later. Starting from guix 3bb3fddb5c6e79056172e5858cdc0ee0b6b8cfaa, I tried adding this --8<---cut here---start->8--- #:phases #~(modi

bug#64906: 'guix shell -D po4a' fails (texlive-font-maps.drv build failure)

2023-07-28 Thread Nicolas Goaziou
Hello, Maxim Cournoyer writes: > While attempting to hack on po4a I've found 'guix shell -D po4a' would > fail like so: > > --8<---cut here---start->8--- > Transcript written on: > {/tmp/texlive/share/texmf-dist}/../texmf-var/web2c/updmap.log > updmap: updat

bug#64878: Guix hangs during shutdown with Sway

2023-07-28 Thread danclm--- via Bug reports for GNU Guix
Hello everyone! My T420 with Guix (no DE, only SDDM + Elogind + Sway) hangs during shutdown  after running loginctl poweroff/reboot or /sbin/shutdown /sbin/reboot. It just  sits there and only resolution is hard poweroff. This happens often. I reported the issue to the help-guix mailing list and