bug#51259: Cannot build Guix from source (error messages about the translations)

2021-10-20 Thread Raphaël Mélotte
Hello, On 10/20/21 4:06 AM, Julien Lepiller wrote: Since it seems this is due to the lack of the LC_ALL variable in the pure environment, how about the attached patch? With the attached patch on top of master (c650160abb), the build fails with messages similar to this one: ./doc/guix.de.te

bug#51259: Cannot build Guix from source (error messages about the translations)

2021-10-20 Thread Julien Lepiller
Arg, I don't get why you get that one… I'll see what I can find. In the meantime, you can build the rest of guix locally with "make make-go", which doesn't depend on the manuals, although you won't be able to push with the prepush hook. Le 20 octobre 2021 06:40:17 GMT-04:00, "Raphaël Mélotte"

bug#51304: guix upgrade fails on qutebrowser

2021-10-20 Thread Rostislav Svoboda
> guix upgrade The following packages will be upgraded: emacs (dependencies or package changed) emacs-emacsql-sqlite3 (dependencies or package changed) evince(dependencies or package changed) firefox (dependencies or package changed) gvfs

bug#51259: Cannot build Guix from source (error messages about the translations)

2021-10-20 Thread Julien Lepiller
Le Wed, 20 Oct 2021 12:40:17 +0200, Raphaël Mélotte a écrit : > Hello, > > On 10/20/21 4:06 AM, Julien Lepiller wrote: > > > > > Since it seems this is due to the lack of the LC_ALL variable in the > > pure environment, how about the attached patch? > > With the attached patch on top of mas

bug#51304: guix upgrade fails on qutebrowser

2021-10-20 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Hi Rostislav, Rostislav Svoboda 写道: View build log at '/var/log/guix/drvs/l5/flcq83pg5n9pa6r9cbyv3nv365y249-qtwebengine-5.15.2.drv.bz2'. We need at least the relevant tail of this file to say anything useful. Kind regards, T G-R signature.asc Description: PGP signature

bug#51304: guix upgrade fails on qutebrowser

2021-10-20 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Rostislav, Rostislav Svoboda 写道: Ehm, sorry. The file is attached. Thanks! Hm. I might've oversold things with ‘useful’ in my previous message… The log just ends, without an error message as far as I can tell. I can only guess: maybe you ran out of memory? Does dmesg (or /var/log/messa

bug#51304: guix upgrade fails on qutebrowser

2021-10-20 Thread Rostislav Svoboda
Ha, you're right: [Wed Oct 20 12:46:30 2021] Out of memory: Killed process 31394 (cc1plus) total-vm:1523016kB, anon-rss:1436000kB, file-rss:0kB, shmem-rss:0kB, UID:999 pgtables:2908kB oom_score_adj:0 [Wed Oct 20 12:47:09 2021] Out of memory: Killed process 31401 (cc1plus) total-vm:1673940kB, anon-

bug#51259: Cannot build Guix from source (error messages about the translations)

2021-10-20 Thread Raphaël Mélotte
On 10/20/21 2:11 PM, Julien Lepiller wrote: So, it looks like my change prevented the xref command from running altogether, which explains the error. Moving the variable definition seems to help; I was able to build from a clean checkout in a pure environment with the attached revised patch.

bug#51259: Cannot build Guix from source (error messages about the translations)

2021-10-20 Thread Denis 'GNUtoo' Carikli
Hi, I'm on i686, and I've tried all the approaches mentioned: - export LC_ALL=en_US.utf8 - rm doc/contributing.*.texi - the patch in doc/local.mk on top of the following commit: 19d3cfec72 gnu: python-arrow: Move python-pytz to native-inputs. I tried building Guix with both: - guix environment g

bug#51259: Cannot build Guix from source (error messages about the translations)

2021-10-20 Thread Julien Lepiller
You might be running with modified files, or the container is doing something unexpected. Can you try again from a clean checkout, or after cleaning with "git clean -fdx"? This should put the repo back to the last commit, and remove any additional files, as if you just pulled it. Le 20 octobre

bug#51259: Cannot build Guix from source (error messages about the translations)

2021-10-20 Thread Tobias Geerinckx-Rice via Bug reports for GNU Guix
Denis 'GNUtoo' Carikli 写道: - rm doc/contributing.*.texi This isn't enough, you need to rm doc/guix*.*.texi as well: ./doc/guix-cookbook.zh_Hans.texi:2892: @node `' previously defined Kind regards, T G-R signature.asc Description: PGP signature

bug#51252: [core-updates-frozen] lualatex needs additional setup

2021-10-20 Thread Ricardo Wurmus
“texlive-latex-base” provides that file. We disable a whole bunch of formats that we cannot build that early in the process, and then we run fmtutil-sys on the patched file. The cause for trouble lies in texlive-kpathsea, which provides share/texmf-dist/web2c/fmtutil.cnf . That file states ho

bug#51259: Cannot build Guix from source (error messages about the translations)

2021-10-20 Thread Denis 'GNUtoo' Carikli
On Wed, 20 Oct 2021 11:52:54 -0400 Julien Lepiller wrote: > You might be running with modified files, or the container is doing > something unexpected. Can you try again from a clean checkout, or > after cleaning with "git clean -fdx"? This should put the repo back > to the last commit, and remov