GNU bug report logs -
#64872
guix pull: po4a: build failed
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 64872 in the body.
You can then email your comments to 64872 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#64872
; Package
guix
.
(Wed, 26 Jul 2023 13:59:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Artyom Poptsov <poptsov.artyom <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Wed, 26 Jul 2023 13:59:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hello, Guixers.
Recently I started to see this error on "guix pull" -- please see
the logs attached.
- avp
--
Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
Home page: https://memory-heap.org/~avp/
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE B57C E9C5 A2D9 0898 A02F
[guix-pull-po4a-build-failed.txt (text/plain, attachment)]
Information forwarded
to
bug-guix <at> gnu.org
:
bug#64872
; Package
guix
.
(Wed, 26 Jul 2023 15:09:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 64872 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Artyom Poptsov <poptsov.artyom <at> gmail.com> writes:
> Hello, Guixers.
>
> Recently I started to see this error on "guix pull" -- please see
> the logs attached.
Are you able to share the end of the build log for
/gnu/store/qcjl6wfiy662s9knwvkb24vkrviw3jdn-po4a-0.68.drv ?
It has been built at least, so you should be able to substitute it as
well. You can try from bordeaux.guix.gnu.org if you can't use
ci.guix.gnu.org.
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
bug-guix <at> gnu.org
:
bug#64872
; Package
guix
.
(Wed, 26 Jul 2023 16:16:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 64872 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Huh, it seems that the problem not in "po4a" itself but in
"texlive-hyphen-complete".
When I try to access
https://www.tug.org/texlive/tags/texlive-2023.0/Master/texmf-dist//doc/generic/elhyphen
I get 404 error.
- avp
On Wed, 26 Jul 2023 at 18:08, Christopher Baines <mail <at> cbaines.net> wrote:
>
>
> Artyom Poptsov <poptsov.artyom <at> gmail.com> writes:
>
> > Hello, Guixers.
> >
> > Recently I started to see this error on "guix pull" -- please see
> > the logs attached.
>
> Are you able to share the end of the build log for
> /gnu/store/qcjl6wfiy662s9knwvkb24vkrviw3jdn-po4a-0.68.drv ?
>
> It has been built at least, so you should be able to substitute it as
> well. You can try from bordeaux.guix.gnu.org if you can't use
> ci.guix.gnu.org.
--
Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
Home page: https://memory-heap.org/~avp/
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE B57C E9C5 A2D9 0898 A02F
[xfx06xs21jnrsg7h42m5ggfg2zfdfg-texlive-hyphen-complete-66594-checkout.drv.gz (application/gzip, attachment)]
Information forwarded
to
bug-guix <at> gnu.org
:
bug#64872
; Package
guix
.
(Wed, 26 Jul 2023 17:14:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 64872 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Artyom Poptsov <poptsov.artyom <at> gmail.com> writes:
> Huh, it seems that the problem not in "po4a" itself but in
> "texlive-hyphen-complete".
>
> When I try to access
> https://www.tug.org/texlive/tags/texlive-2023.0/Master/texmf-dist//doc/generic/elhyphen
> I get 404 error.
Ok, well maybe try building
/gnu/store/g9xfx06xs21jnrsg7h42m5ggfg2zfdfg-texlive-hyphen-complete-66594-checkout.drv
and post the log.
Since quite recently, the subversion downloads should fallback to
talking to bordeaux.guix.gnu.org, which should be able to provide a nar
for this, even if you get a 404 from www.tug.org, but it would be good
to see if that is attempted.
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
bug-guix <at> gnu.org
:
bug#64872
; Package
guix
.
(Fri, 28 Jul 2023 09:03:02 GMT)
Full text and
rfc822 format available.
Message #17 received at 64872 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
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.
Thanks,
- avp
On Wed, 26 Jul 2023 at 20:13, Christopher Baines <mail <at> cbaines.net> wrote:
>
>
> Artyom Poptsov <poptsov.artyom <at> gmail.com> writes:
>
> > Huh, it seems that the problem not in "po4a" itself but in
> > "texlive-hyphen-complete".
> >
> > When I try to access
> > https://www.tug.org/texlive/tags/texlive-2023.0/Master/texmf-dist//doc/generic/elhyphen
> > I get 404 error.
>
> Ok, well maybe try building
> /gnu/store/g9xfx06xs21jnrsg7h42m5ggfg2zfdfg-texlive-hyphen-complete-66594-checkout.drv
> and post the log.
>
> Since quite recently, the subversion downloads should fallback to
> talking to bordeaux.guix.gnu.org, which should be able to provide a nar
> for this, even if you get a 404 from www.tug.org, but it would be good
> to see if that is attempted.
--
Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
Home page: https://memory-heap.org/~avp/
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE B57C E9C5 A2D9 0898 A02F
[texlive-hyphen-complete.log (text/x-log, attachment)]
[xfx06xs21jnrsg7h42m5ggfg2zfdfg-texlive-hyphen-complete-66594-checkout.drv.gz (application/gzip, attachment)]
Information forwarded
to
bug-guix <at> gnu.org
:
bug#64872
; Package
guix
.
(Fri, 28 Jul 2023 09:45:02 GMT)
Full text and
rfc822 format available.
Message #20 received at 64872 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Artyom Poptsov <poptsov.artyom <at> 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
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
bug-guix <at> gnu.org
:
bug#64872
; Package
guix
.
(Fri, 28 Jul 2023 10:25:02 GMT)
Full text and
rfc822 format available.
Message #23 received at 64872 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
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 <mail <at> cbaines.net> wrote:
>
>
> Artyom Poptsov <poptsov.artyom <at> 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
--
Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
Home page: https://memory-heap.org/~avp/
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE B57C E9C5 A2D9 0898 A02F
[wget-texlive-hyphen-complete.txt (text/plain, attachment)]
Information forwarded
to
bug-guix <at> gnu.org
:
bug#64872
; Package
guix
.
(Fri, 28 Jul 2023 10:30:03 GMT)
Full text and
rfc822 format available.
Message #26 received at 64872 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
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 <poptsov.artyom <at> gmail.com> wrote:
>
> 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 <mail <at> cbaines.net> wrote:
> >
> >
> > Artyom Poptsov <poptsov.artyom <at> 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
>
>
>
> --
> Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
> Home page: https://memory-heap.org/~avp/
> CADR Hackerspace co-founder: https://cadrspace.ru/
> GPG: D0C2 EAC1 3310 822D 98DE B57C E9C5 A2D9 0898 A02F
--
Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
Home page: https://memory-heap.org/~avp/
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE B57C E9C5 A2D9 0898 A02F
[guix-daemon.service (text/x-dbus-service, attachment)]
Information forwarded
to
bug-guix <at> gnu.org
:
bug#64872
; Package
guix
.
(Fri, 28 Jul 2023 17:29:02 GMT)
Full text and
rfc822 format available.
Message #29 received at 64872 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Artyom Poptsov <poptsov.artyom <at> gmail.com> 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 nar will pass through the proxy you've got
configured, so I guess that could be involved.
I've now pushed a change to the code for downloading these nars so that
it outputs errors that it encounters. If you've got a checkout of
guix.git, you'll need to pull then do:
./pre-inst-env guix build -S texlive-hyphen-complete
or:
./pre-inst-env guix build --check -S texlive-hyphen-complete
Hopefully that output will include information about why the nar
couldn't be downloaded from bordeaux. You could also try configuring
wget to use the same proxy and trying the download that way.
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
bug-guix <at> gnu.org
:
bug#64872
; Package
guix
.
(Fri, 04 Aug 2023 07:02:01 GMT)
Full text and
rfc822 format available.
Message #32 received at 64872 <at> debbugs.gnu.org (full text, mbox):
Hello,
Sorry for the late reply!
I removed
http_proxy=http://127.0.0.1:9080 https_proxy=http://127.0.0.1:9080
from my "Environment" variable in "guix-daemon.service" and after I restarted
the Guix daemon "guix pull" and "guix upgrade" went flawlessly.
Thank you for your help.
- avp
On Fri, 28 Jul 2023 at 20:28, Christopher Baines <mail <at> cbaines.net> wrote:
>
>
> Artyom Poptsov <poptsov.artyom <at> gmail.com> 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 nar will pass through the proxy you've got
> configured, so I guess that could be involved.
>
> I've now pushed a change to the code for downloading these nars so that
> it outputs errors that it encounters. If you've got a checkout of
> guix.git, you'll need to pull then do:
>
> ./pre-inst-env guix build -S texlive-hyphen-complete
>
> or:
>
> ./pre-inst-env guix build --check -S texlive-hyphen-complete
>
> Hopefully that output will include information about why the nar
> couldn't be downloaded from bordeaux. You could also try configuring
> wget to use the same proxy and trying the download that way.
--
Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
Home page: https://memory-heap.org/~avp/
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE B57C E9C5 A2D9 0898 A02F
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Sun, 13 Aug 2023 08:06:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Artyom Poptsov <poptsov.artyom <at> gmail.com>
:
bug acknowledged by developer.
(Sun, 13 Aug 2023 08:06:02 GMT)
Full text and
rfc822 format available.
Message #37 received at 64872-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Artyom Poptsov <poptsov.artyom <at> gmail.com> writes:
> Hello,
>
> Sorry for the late reply!
>
> I removed
> http_proxy=http://127.0.0.1:9080 https_proxy=http://127.0.0.1:9080
> from my "Environment" variable in "guix-daemon.service" and after I restarted
> the Guix daemon "guix pull" and "guix upgrade" went flawlessly.
>
> Thank you for your help.
I'm glad to hear you managed to resolve the issue.
Chris
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 10 Sep 2023 11:24:18 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 284 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.