unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#60363: Texlive importer is broken
@ 2022-12-27 18:56 Elias Kueny
  2022-12-28 11:09 ` Josselin Poiret via Bug reports for GNU Guix
  0 siblings, 1 reply; 4+ messages in thread
From: Elias Kueny @ 2022-12-27 18:56 UTC (permalink / raw)
  To: 60363

Hello,

The texlive importer doesn't return any package definition anymore, for example:

> guix import texlive siunitx
> command "svn" "export" "--non-interactive" "--trust-server-cert" "-r" "59745" "svn://www.tug.org/texlive/tags/texlive-2021.3/Master/texmf-dist/doc/latex/siunitx/" "/tmp/guix-directory.Gs0bAp/doc/latex/siunitx/" failed with signal 11
> guix import: error: failed to download description for package 'siunitx'

I updated guix today (from 0afe9f36d8b8b69d3e69fc8c06aeadc1bd95eecd to 8f93a1e01a879ae026678dd92c18e2a2a49be540) but since I don't see any recent change in guix/import/texlive.scm, I don't know if it's relevant. Other importers work fine. All else I can say is that running the same command manually works:

> svn export --non-interactive --trust-server-cert -r 59745 "svn://tug.org/texlive/tags/texlive-2021.3/Master/texmf-dist/doc/latex/siunitx" "/tmp/guix-directory.Gs0bAp/doc/latex/siunitx/"
> A    siunitx
> A    siunitx/README.md
> A    siunitx/siunitx.pdf
> Exported revision 59745.




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

* bug#60363: Texlive importer is broken
  2022-12-27 18:56 bug#60363: Texlive importer is broken Elias Kueny
@ 2022-12-28 11:09 ` Josselin Poiret via Bug reports for GNU Guix
  2022-12-28 13:48   ` Elias Kueny
  2023-01-05 12:11   ` Simon Tournier
  0 siblings, 2 replies; 4+ messages in thread
From: Josselin Poiret via Bug reports for GNU Guix @ 2022-12-28 11:09 UTC (permalink / raw)
  To: Elias Kueny, 60363

Hi Elias,
Elias Kueny <elias.kueny@posteo.net> writes:

> Hello,
>
> The texlive importer doesn't return any package definition anymore, for example:
>
>> guix import texlive siunitx
>> command "svn" "export" "--non-interactive" "--trust-server-cert" "-r" "59745" "svn://www.tug.org/texlive/tags/texlive-2021.3/Master/texmf-dist/doc/latex/siunitx/" "/tmp/guix-directory.Gs0bAp/doc/latex/siunitx/" failed with signal 11
>> guix import: error: failed to download description for package 'siunitx'

Quick question, is `svn` available in your environment?  I usually do
`guix shell subversion -- guix import texlive ...`.  This is an annoying
shortcoming of that import command that we should be able to fix imo,
especially since it's not obvious what the problem is.

Best,
-- 
Josselin Poiret




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

* bug#60363: Texlive importer is broken
  2022-12-28 11:09 ` Josselin Poiret via Bug reports for GNU Guix
@ 2022-12-28 13:48   ` Elias Kueny
  2023-01-05 12:11   ` Simon Tournier
  1 sibling, 0 replies; 4+ messages in thread
From: Elias Kueny @ 2022-12-28 13:48 UTC (permalink / raw)
  To: 60363

Sorry if the message is duplicated, my previous attempts at replying bounced because debbugs.gnu.org doesn't support TLS.

On Wed, Dec 28 2022, Josselin Poiret wrote:
> Quick question, is `svn` available in your environment?  I usually do
> `guix shell subversion -- guix import texlive ...`.  This is an annoying
> shortcoming of that import command that we should be able to fix imo,
> especially since it's not obvious what the problem is.

I saw the the same advice in issue #55587 and indeed with svn in the environment, the import command works again. But I'm confused because it used to work and I had never installed subversion before (I'm on Guix System). Maybe it was provided by a package I removed in the meantime.




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

* bug#60363: Texlive importer is broken
  2022-12-28 11:09 ` Josselin Poiret via Bug reports for GNU Guix
  2022-12-28 13:48   ` Elias Kueny
@ 2023-01-05 12:11   ` Simon Tournier
  1 sibling, 0 replies; 4+ messages in thread
From: Simon Tournier @ 2023-01-05 12:11 UTC (permalink / raw)
  To: Josselin Poiret, Elias Kueny, 60363

Hi,

On Wed, 28 Dec 2022 at 12:09, Josselin Poiret via Bug reports for GNU Guix <bug-guix@gnu.org> wrote:

> Quick question, is `svn` available in your environment?  I usually do
> `guix shell subversion -- guix import texlive ...`.  This is an annoying
> shortcoming of that import command that we should be able to fix imo,
> especially since it's not obvious what the problem is.

Well, I guess the culprit is:

--8<---------------cut here---------------start------------->8---
             (source (with-store store
                       (download-multi-svn-to-store
                        store ref (string-append name "-svn-multi-checkout")))))
--8<---------------cut here---------------end--------------->8---

and maybe we could catch the error and report a nice hint.  Well, the
question is where to handle the error. :-)


Cheers,
simom




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

end of thread, other threads:[~2023-01-05 12:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-27 18:56 bug#60363: Texlive importer is broken Elias Kueny
2022-12-28 11:09 ` Josselin Poiret via Bug reports for GNU Guix
2022-12-28 13:48   ` Elias Kueny
2023-01-05 12:11   ` Simon Tournier

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