Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:
QA is busy building things from tex-team-next.
I changed the ci.guix.gnu.org specification for tex-team to build
tex-team-next, but it's not working yet. It seems like the berlin build
farm can't talk to www.tug.org:
cbaines@berlin ~$ guix build /gnu/store/mzgvv8dwrbr3bljdlr2mdf3arv80cd55-texlive-docstrip-66594-checkout.drv
The following derivation will be built:
/gnu/store/mzgvv8dwrbr3bljdlr2mdf3arv80cd55-texlive-docstrip-66594-checkout.drv
building /gnu/store/mzgvv8dwrbr3bljdlr2mdf3arv80cd55-texlive-docstrip-66594-checkout.drv...
guile: warning: failed to install locale
svn: warning: cannot set LC_CTYPE locale
svn: warning: environment variable LC_ALL is en_US.utf8
svn: warning: please check that your locale name is correct
svn: E170013: Unable to connect to a repository at URL 'svn://www.tug.org/texlive/tags/texlive-2023.0/Master/texmf-dist/tex/latex/base/docstrip.tex'
svn: E000110: Can't connect to host 'www.tug.org': Connection timed out
command "/gnu/store/z9g39lq591kzpvjj9apxzccd431pfjsz-subversion-1.14.2/bin/svn" "export" "--non-interactive" "--trust-server-cert" "-r" "66594" "--ignore-keywords" "--ignore-externals" "svn://www.tug.org/texlive/tags/texlive-2023.0/Master/texmf-dist///tex/latex/base/docstrip.tex" "/gnu/store/mzk1df2my7xcsmnmk4q9rbg728gbvja1-texlive-docstrip-66594-checkout//tex/latex/base" failed with status 1
r:sha256 hash mismatch for /gnu/store/mzk1df2my7xcsmnmk4q9rbg728gbvja1-texlive-docstrip-66594-checkout:
expected hash: 04cwvqs8cx8l60lrwn60krpjg1ada7i8g5mh6cb6bxaz08yvx9i4
actual hash: 00y301wvgw7y3ygdvvdh9m6jbabrdma8gg1b7iqcmjn2a2w9cqxk
hash mismatch for store item '/gnu/store/mzk1df2my7xcsmnmk4q9rbg728gbvja1-texlive-docstrip-66594-checkout'
build of /gnu/store/mzgvv8dwrbr3bljdlr2mdf3arv80cd55-texlive-docstrip-66594-checkout.drv failed
View build log at '/var/log/guix/drvs/mz/gvv8dwrbr3bljdlr2mdf3arv80cd55-texlive-docstrip-66594-checkout.drv.gz'.
guix build: error: build of `/gnu/store/mzgvv8dwrbr3bljdlr2mdf3arv80cd55-texlive-docstrip-66594-checkout.drv' failed
Any ideas? This same derivation builds fine locally for me, and on the
bordeaux build farm.
This does highlight one deficiency of the svn-download module. Maybe
like git-download for example it should fallback to download-nar. Given
these are fixed output derivations though, it's not necessary to make
this improvement before merging the branch.