unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: Christopher Baines <mail@cbaines.net>
To: Artyom Poptsov <poptsov.artyom@gmail.com>
Cc: 64872@debbugs.gnu.org
Subject: bug#64872: guix pull: texlive-hyphen-complete: build failed (was: "guix pull: po4a: build failed")
Date: Fri, 28 Jul 2023 10:42:48 +0100	[thread overview]
Message-ID: <87edksgykd.fsf@cbaines.net> (raw)
In-Reply-To: <CAN9MppshRRvPL0=FrCyGhjRvziP-5bgp1YtmOkg99sT0OWRHNA@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 3941 bytes --]


Artyom Poptsov <poptsov.artyom@gmail.com> 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 derivation directly as you suggested:
> $ guix build /gnu/store/g9xfx06xs21jnrsg7h42m5ggfg2zfdfg-texlive-hyphen-complete-66594-checkout.drv
>
> I've got the same error in both cases.

I've included the output I get when building this derivation below, and
it does use bordeaux for me. Are you able to download [1]?

1: http://bordeaux.guix.gnu.org/nar/lzip/phsfa94n95wadi79fn7aqavc5qd3570d-texlive-hyphen-complete-66594-checkout



→ guix build --check /gnu/store/g9xfx06xs21jnrsg7h42m5ggfg2zfdfg-texlive-hyphen-complete-66594-checkout.drv
The following derivation will be built:
  /gnu/store/g9xfx06xs21jnrsg7h42m5ggfg2zfdfg-texlive-hyphen-complete-66594-checkout.drv
building /gnu/store/g9xfx06xs21jnrsg7h42m5ggfg2zfdfg-texlive-hyphen-complete-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
A    /gnu/store/phsfa94n95wadi79fn7aqavc5qd3570d-texlive-hyphen-complete-66594-checkout/doc/generic/dehyph-exptl
A    /gnu/store/phsfa94n95wadi79fn7aqavc5qd3570d-texlive-hyphen-complete-66594-checkout/doc/generic/dehyph-exptl/CHANGES
A    /gnu/store/phsfa94n95wadi79fn7aqavc5qd3570d-texlive-hyphen-complete-66594-checkout/doc/generic/dehyph-exptl/INSTALL
A    /gnu/store/phsfa94n95wadi79fn7aqavc5qd3570d-texlive-hyphen-complete-66594-checkout/doc/generic/dehyph-exptl/LICENSE.data
A    /gnu/store/phsfa94n95wadi79fn7aqavc5qd3570d-texlive-hyphen-complete-66594-checkout/doc/generic/dehyph-exptl/LICENSE.documentation
A    /gnu/store/phsfa94n95wadi79fn7aqavc5qd3570d-texlive-hyphen-complete-66594-checkout/doc/generic/dehyph-exptl/README
A    /gnu/store/phsfa94n95wadi79fn7aqavc5qd3570d-texlive-hyphen-complete-66594-checkout/doc/generic/dehyph-exptl/dehyph-exptl.bib
A    /gnu/store/phsfa94n95wadi79fn7aqavc5qd3570d-texlive-hyphen-complete-66594-checkout/doc/generic/dehyph-exptl/dehyph-exptl.pdf
A    /gnu/store/phsfa94n95wadi79fn7aqavc5qd3570d-texlive-hyphen-complete-66594-checkout/doc/generic/dehyph-exptl/dehyph-exptl.tex
Exported revision 66594.
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: E155000: Destination directory exists; please remove the directory or use --force to overwrite
svn: E155000: '/gnu/store/phsfa94n95wadi79fn7aqavc5qd3570d-texlive-hyphen-complete-66594-checkout/doc/generic' already exists
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//doc/generic/elhyphen" "/gnu/store/phsfa94n95wadi79fn7aqavc5qd3570d-texlive-hyphen-complete-66594-checkout/doc/generic" failed with status 1
Trying content-addressed mirror at bordeaux.guix.gnu.org...
 texlive-hyphen-complete-66594-checkout  2.3MiB 0B/s 00:00 [                  ]   0.0%Downloading from http://bordeaux.guix.gnu.org/nar/lzip/phsfa94n95wadi79fn7aqavc5qd3570d-texlive-hyphen-complete-66594-checkout (2.28 MiB)...
 texlive-hyphen-complete-66594-checkout  2.3MiB 3.4MiB/s 00:01 [##################] 100.0%successfully built /gnu/store/g9xfx06xs21jnrsg7h42m5ggfg2zfdfg-texlive-hyphen-complete-66594-checkout.drv
successfully built /gnu/store/g9xfx06xs21jnrsg7h42m5ggfg2zfdfg-texlive-hyphen-complete-66594-checkout.drv
/gnu/store/phsfa94n95wadi79fn7aqavc5qd3570d-texlive-hyphen-complete-66594-checkout

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

  reply	other threads:[~2023-07-28 10:08 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-26 13:57 bug#64872: guix pull: po4a: build failed Artyom Poptsov
2023-07-26 15:07 ` Christopher Baines
2023-07-26 16:15   ` Artyom Poptsov
2023-07-26 17:12     ` Christopher Baines
2023-07-28  9:02       ` bug#64872: guix pull: texlive-hyphen-complete: build failed (was: "guix pull: po4a: build failed") Artyom Poptsov
2023-07-28  9:42         ` Christopher Baines [this message]
2023-07-28 10:24           ` Artyom Poptsov
2023-07-28 10:29             ` Artyom Poptsov
2023-07-28 17:16               ` Christopher Baines
2023-08-04  7:01                 ` Artyom Poptsov
2023-08-13  8:04                   ` Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87edksgykd.fsf@cbaines.net \
    --to=mail@cbaines.net \
    --cc=64872@debbugs.gnu.org \
    --cc=poptsov.artyom@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).