unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#52846: Fetching "texlive" substitute from ci.guix.gnu.org fails
@ 2021-12-28  9:31 Konrad Hinsen
  2021-12-28  9:53 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  0 siblings, 1 reply; 5+ messages in thread
From: Konrad Hinsen @ 2021-12-28  9:31 UTC (permalink / raw)
  To: 52846

With

   $ guix describe
   Generation 11	déc. 27 2021 11:45:02	(current)
     guix 879a5cb
       repository URL: https://git.savannah.gnu.org/git/guix.git
       branch: master
       commit: 879a5cb7c45779ddd62699ae2d75a9e785d608ec

do:

   $ guix shell texlive
   hint: Consider passing the `--check' option once to make sure your shell does not clobber environment variables.

   substitute: updating substitutes from 'https://ci.guix.gnu.org'... 100.0%
   The following derivations will be built:
      /gnu/store/6z9arnfp3c51iq99wddcbcal9zbbayav-profile.drv
      /gnu/store/js6cv4h83n60k8kh9vcgy2k0syfqm5yv-texlive-texmf-20210325.drv
      /gnu/store/z5r60zy9vmydf44fdyyc7hgc6q93aahm-texlive-20210325-texmf.tar.xz.drv

   0,7 MB will be downloaded
   guix shell: error: integer expected from stream

The same error is shown for other attempts to access "texlive",
e.g. "guix package". Disabling substitutes solves the problem, for those
who have the patience to wait for texlive to build locally.

Cheers,
  Konrad.




^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#52846: Fetching "texlive" substitute from ci.guix.gnu.org fails
  2021-12-28  9:31 bug#52846: Fetching "texlive" substitute from ci.guix.gnu.org fails Konrad Hinsen
@ 2021-12-28  9:53 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  2021-12-28 10:08   ` Konrad Hinsen
  0 siblings, 1 reply; 5+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2021-12-28  9:53 UTC (permalink / raw)
  To: Konrad Hinsen; +Cc: 52846

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

Konrad,

Is this <https://issues.guix.gnu.org/52797>?

Kind regards,

T G-R

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#52846: Fetching "texlive" substitute from ci.guix.gnu.org fails
  2021-12-28  9:53 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
@ 2021-12-28 10:08   ` Konrad Hinsen
  2021-12-28 10:17     ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  0 siblings, 1 reply; 5+ messages in thread
From: Konrad Hinsen @ 2021-12-28 10:08 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: 52846

Hi Tobias,

> Is this <https://issues.guix.gnu.org/52797>?

Yes, same problem!

So... how did I overlook this when searching for "texlive" in the issue
tracker? Answer: it doesn't sort correctly by "date submitted" when that
column is selected. Issue 52797 is way down on the list.

Anyway, thanks for the pointer! I will try to update my daemon and see
what happens!

Cheers,
  Konrad




^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#52846: Fetching "texlive" substitute from ci.guix.gnu.org fails
  2021-12-28 10:08   ` Konrad Hinsen
@ 2021-12-28 10:17     ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
  2021-12-28 14:33       ` Konrad Hinsen
  0 siblings, 1 reply; 5+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2021-12-28 10:17 UTC (permalink / raw)
  To: Konrad Hinsen; +Cc: 52846

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

Konrad Hinsen 写道:
> So... how did I overlook this when searching for "texlive" in 
> the issue
> tracker? Answer: it doesn't sort correctly by "date submitted" 
> when that
> column is selected. Issue 52797 is way down on the list.

Hah!  It seems to be a simple alphabetical sort :-D

(Good luck),

T G-R

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#52846: Fetching "texlive" substitute from ci.guix.gnu.org fails
  2021-12-28 10:17     ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
@ 2021-12-28 14:33       ` Konrad Hinsen
  0 siblings, 0 replies; 5+ messages in thread
From: Konrad Hinsen @ 2021-12-28 14:33 UTC (permalink / raw)
  To: Tobias Geerinckx-Rice; +Cc: 52846, 52846-close

Tobias Geerinckx-Rice <me@tobias.gr> writes:

> Konrad Hinsen 写道:
>> So... how did I overlook this when searching for "texlive" in 
>> the issue
>> tracker? Answer: it doesn't sort correctly by "date submitted" 
>> when that
>> column is selected. Issue 52797 is way down on the list.
>
> Hah!  It seems to be a simple alphabetical sort :-D

Aaaaahhhhh..... April is always the most recent !

In the meantime, I confirm my problem goes away after updating the
daemon.

Thanks,
  Konrad




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-12-28 14:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-28  9:31 bug#52846: Fetching "texlive" substitute from ci.guix.gnu.org fails Konrad Hinsen
2021-12-28  9:53 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2021-12-28 10:08   ` Konrad Hinsen
2021-12-28 10:17     ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2021-12-28 14:33       ` Konrad Hinsen

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