GNU bug report logs - #64324
Request for merging "tex-team-next"

Previous Next

Package: guix-patches;

Reported by: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Date: Wed, 28 Jun 2023 09:19:02 UTC

Severity: normal

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 64324 in the body.
You can then email your comments to 64324 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#64324; Package guix-patches. (Wed, 28 Jun 2023 09:19:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 28 Jun 2023 09:19:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: guix-patches <at> gnu.org
Subject: Request for merging "tex-team-next"
Date: Wed, 28 Jun 2023 11:18:28 +0200
Hello,

I'd like to start the process which will eventually lead to merging
"tex-team-next" branch into master.

This request is currently blocked by "ruby-team" branch, per #63713.

Regards,
-- 
Nicolas Goaziou




Information forwarded to guix-patches <at> gnu.org:
bug#64324; Package guix-patches. (Mon, 03 Jul 2023 08:34:02 GMT) Full text and rfc822 format available.

Message #8 received at 64324 <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: 64324 <at> debbugs.gnu.org
Subject: Re: [bug#64324] Request for merging "tex-team-next"
Date: Mon, 03 Jul 2023 09:29:51 +0100
[Message part 1 (text/plain, inline)]
Nicolas Goaziou <mail <at> nicolasgoaziou.fr> writes:

> I'd like to start the process which will eventually lead to merging
> "tex-team-next" branch into master.

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 <at> 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.
[signature.asc (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#64324; Package guix-patches. (Mon, 03 Jul 2023 12:38:02 GMT) Full text and rfc822 format available.

Message #11 received at 64324 <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Christopher Baines <mail <at> cbaines.net>
Cc: 64324 <at> debbugs.gnu.org
Subject: Re: [bug#64324] Request for merging "tex-team-next"
Date: Mon, 03 Jul 2023 14:37:10 +0200
Hello,

Christopher Baines <mail <at> cbaines.net> writes:

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

No idea, sorry. Maybe it is a transient network problem.

Regards,
-- 
Nicolas Goaziou




Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Tue, 18 Jul 2023 17:56:02 GMT) Full text and rfc822 format available.

Notification sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
bug acknowledged by developer. (Tue, 18 Jul 2023 17:56:03 GMT) Full text and rfc822 format available.

Message #16 received at 64324-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 64324-done <at> debbugs.gnu.org
Subject: Re: [bug#64324] Request for merging "tex-team-next"
Date: Tue, 18 Jul 2023 19:55:18 +0200
Nicolas Goaziou <mail <at> nicolasgoaziou.fr> writes:

> I'd like to start the process which will eventually lead to merging
> "tex-team-next" branch into master.

Branch merged. Closing.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 16 Aug 2023 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 364 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.