Texlive importer is outdated?

  • Done
  • quality assurance status badge
Details
3 participants
  • Maxim Cournoyer
  • Xinglu Chen
  • Ricardo Wurmus
Owner
unassigned
Submitted by
Xinglu Chen
Severity
normal
Merged with
X
X
Xinglu Chen wrote on 10 Aug 2021 14:20
(address . bug-guix@gnu.org)(name . Ricardo Wurmus)(address . rekado@elephly.net)
87im0do5iq.fsf@yoctocell.xyz
[Cc Ricardo since you wrote the texlive importer]

In section "9.5 Invoking ‘guix import’" in the manual, there are two
examples of runnning the ‘texlive’ importer, but both of them result in
incomplete package definitions.

Toggle snippet (18 lines)
~/src/guix$ ./pre-inst-env guix import texlive fontspec
following redirection to `https://ctan.org/xml/1.2/pkg/fontspec'...
command "svn" "export" "--non-interactive" "--trust-server-cert" "-r" "51265" "svn://www.tug.org/texlive/tags/texlive-2019.3/Master/texmf-dist/source/latex/fontspec" "/tmp/guix-directory.O5HIN3/svn" failed with signal 11
guix import: warning: Could not determine source location. Please manually specify the source field.
(package
(name "texlive-latex-fontspec")
(version "2.7i")
(source #f)
(build-system texlive-build-system)
(arguments '(#:tex-directory "latex/fontspec"))
(home-page "http://www.ctan.org/pkg/fontspec")
(synopsis
"Advanced font selection in XeLaTeX and LuaLaTeX")
(description
"Fontspec is a package for XeLaTeX and LuaLaTeX. It provides an automatic and unified interface to feature-rich AAT and OpenType fonts through the NFSS in LaTeX running on xetexXeTeX or luatexLuaTeX engines. The package requires the l3kernell3kernel and xparsexparse bundles from the LaTeX3 development team.")
(license lppl1.3c))

Toggle snippet (17 lines)
~/src/guix$ ./pre-inst-env guix import texlive --archive=generic ifxetex
following redirection to `https://ctan.org/xml/1.2/pkg/ifxetex'...
command "svn" "export" "--non-interactive" "--trust-server-cert" "-r" "51265" "svn://www.tug.org/texlive/tags/texlive-2019.3/Master/texmf-dist/source/generic/ifxetex" "/tmp/guix-directory.GjfISH/svn" failed with signal 11
guix import: warning: Could not determine source location. Please manually specify the source field.
(package
(name "texlive-generic-ifxetex")
(version "0.7")
(source #f)
(build-system texlive-build-system)
(arguments '(#:tex-directory "generic/ifxetex"))
(home-page "http://www.ctan.org/pkg/ifxetex")
(synopsis "Am I running under XeTeX?")
(description
"A simple package which provides an \\ifxetex conditional, so that other code can determine that it is running under XeTeX. The package requires the etexe-TeX extensions to the TeX primitive set. Please note, that ifxetex is now part of iftexiftex.")
(license lppl1.3c))

When looking at the CTAN page for ‘ifxetex’[1], it says that the source
in located in /macros/generic/iftex, but I tried a few paths for the
archive, and they all result in an incomplete package (same warning as
above).

* /macros/generic/iftex
* macros/generic/iftex
* /macros/generic/iftex/ifxetex
* macros/generic/iftex/ifxetex

In general, I have rarely been able to successfully import a CTAN
package using the texlive importer, without the ‘source’ field missing,
perhaps it needs an update?
-----BEGIN PGP SIGNATURE-----

iQJJBAEBCAAzFiEEAVhh4yyK5+SEykIzrPUJmaL7XHkFAmESbw0VHHB1YmxpY0B5
b2N0b2NlbGwueHl6AAoJEKz1CZmi+1x5o4EQAIdwbcDcoKL5mna194aIirLqztXx
fEdQsJwHh3T352J98yRT/ZqBsrOTPMjT1AOrBSdzdM2Goo1bBzxgCljSMal/wCXP
l7M/1Oc1WpNT093BODYGYiF9xjHD8xcsMfrmJd5XCD0+cuEy39/6e4sjineZgJ7G
UoVdoGFmcrZ5J3Fmtmg++LMflZot1a/+3jgz0JnA9z214OF36HgAolJzkZWq2a1P
6VTi/WT8Jb8B4gvvOZDcFWHTBXwMdBLz8k3vX4bHHF+grUdx56gMbKX44kxeMcCI
5ztMuTkDnphZ15Vein0VSuslJ+RTVPUFeSvyfxUrStzgebiDiglDWs/CqTy/Kswx
dUhwmxblFQxHD/ZHu0UxEHhRuTJVGdfh67mfCmzyQQfLDZ6kn7yBTrV8T8RxUx84
QRLocEPbW3GSx4EZAWBykJ1OrsAzfQ5TaBkZL1pRRim+IJ0tJbYAa7DoNrsE6Hwy
X2YHV6C1HHk2W+6xn6ok36xTjPSX/K6I3AKLZSy0z9r7htGXjqmaDahBwuJ36IfN
Ro45BP42popn38BX5hneF/L+lQyHupb7Y+YvgeQrc9Nt18IkOB9bq4UBT0y05Va0
k2e86t9gNS9VowwtwLu+BlkT8CbAfrqnS/jRce1804jki9f2kHITBJljZt1rMc3g
+3CR9CNqiBKqmIin
=pI0+
-----END PGP SIGNATURE-----

R
R
Ricardo Wurmus wrote on 10 Aug 2021 14:45
(name . Xinglu Chen)(address . public@yoctocell.xyz)(address . 49977@debbugs.gnu.org)
87a6lplb7q.fsf@elephly.net
Xinglu Chen <public@yoctocell.xyz> writes:

Toggle quote (2 lines)
> [Cc Ricardo since you wrote the texlive importer]

In the future please use the X-Debbugs-Cc header instead of Cc, so
that Debbugs can put me on Cc *after* it has assigned a bug
number.

Toggle quote (6 lines)
> In general, I have rarely been able to successfully import a
> CTAN
> package using the texlive importer, without the ‘source’ field
> missing,
> perhaps it needs an update?

Correct. It’s not useful at this point. I have worked on and off
again on a new TeX Live importer, but it’s not quite ready yet.
I’ll try to resume work on it soon.

--
Ricardo
X
X
Xinglu Chen wrote on 10 Aug 2021 16:00
(name . Ricardo Wurmus)(address . rekado@elephly.net)(address . 49977@debbugs.gnu.org)
87fsvho0va.fsf@yoctocell.xyz
On Tue, Aug 10 2021, Ricardo Wurmus wrote:

Toggle quote (8 lines)
> Xinglu Chen <public@yoctocell.xyz> writes:
>
>> [Cc Ricardo since you wrote the texlive importer]
>
> In the future please use the X-Debbugs-Cc header instead of Cc, so
> that Debbugs can put me on Cc *after* it has assigned a bug
> number.

Ah, I didn’t know about that.

Toggle quote (10 lines)
>> In general, I have rarely been able to successfully import a
>> CTAN
>> package using the texlive importer, without the ‘source’ field
>> missing,
>> perhaps it needs an update?
>
> Correct. It’s not useful at this point. I have worked on and off
> again on a new TeX Live importer, but it’s not quite ready yet.
> I’ll try to resume work on it soon.

That’s great to hear, looking forward to it. :-)
-----BEGIN PGP SIGNATURE-----

iQJJBAEBCAAzFiEEAVhh4yyK5+SEykIzrPUJmaL7XHkFAmEShpkVHHB1YmxpY0B5
b2N0b2NlbGwueHl6AAoJEKz1CZmi+1x517IP/1XjEU8oVzKqOjVY687DhfCIqdpT
gyDPJ364bBkDw/cZtwF6jzsIySL9kQjcjV6N8Gl+oz9kPFZ83zzSp5H4KXxojg9b
vhlZoPXl96MksI+DCSajXuJXz5ZkD6OQBl+OmRkC1GZW0+0ya0zY3QcECA6WyXbt
lqnV1YT2PlxvD79LVEavX83AGkj0Qj9Y04MpiERFWxb5aQdtEWsbqtlutC1QrRvu
QSLYEjCLOXKjqB9AvDgQkxkpKypYAFlCnhPIZXgcoq1Y50WMeorhZTDMJMfu+Uyi
vXI1InQ7/8RjZNmZjHvZU7dH6oFT12Y2vhp75eilP5LmMTCmrbrdPkZ3TEFWswH/
LLyArYnWI8f+wHXTL9ATREunIIpVN4svhRi/NhtNbPCbRaRvWOD2BPb5D+36cW5D
aMeQPsbeRvI9fT2WcL3ta/C+L4OCGfPK5JR0BxyKy6JFsMcT/Tw8NZ6s+JNyf4kL
josi1S60JA4emeMPUCLSmXU+JHHVZpX2d3y86Rk5+eI3ErfqhMMsWW2dYchmYWJ0
3Wr+3tZxl++AmeXWb9mzMrBqIqxA7SMtvAuXiJIIhyfCyskHpxX3uAi/vls+lxlM
H3IIEuGF/rtvSwqtHncS0GEfxeiZE9GLNQepTQQA5WnHTQpg2EhaI8nCJNgvvDcU
tXuv44WwLgPDknxA
=jcTC
-----END PGP SIGNATURE-----

M
M
Maxim Cournoyer wrote on 19 Aug 2021 04:52
control message for bug #49977
(address . control@debbugs.gnu.org)
87bl5uw3g9.fsf@gmail.com
merge 49977 45656
quit
?