* bug#28758: texlive@2017: Update to at least revision 44704 to address bug in latexdiff
@ 2017-10-09 14:14 Adonay Felipe Nogueira
2017-10-09 21:01 ` Ricardo Wurmus
2021-01-10 19:34 ` Maxim Cournoyer
0 siblings, 2 replies; 4+ messages in thread
From: Adonay Felipe Nogueira @ 2017-10-09 14:14 UTC (permalink / raw)
To: 28758
Since Perl 5.26.0, braces in RegExps have to be escaped if one wants
Perl to match these literally.
However, texlive@2017 --- from June 4th, 2017 --- doesn't implement the
fix made to latexdiff ([1][2]) --- made into TeX Live repository in June
26th, 2017.
Without the fix, `latexdiff' command is unable to work (its goal is to
generate "TeX-command-and-group-aware" differences between LaTeX
documents).
[1] <https://github.com/ftilmann/latexdiff/issues/61>.
[2] <https://www.tug.org/svn/texlive/trunk/Master/texmf-dist/scripts/latexdiff/latexdiff.pl?view=log>.
--
- https://libreplanet.org/wiki/User:Adfeno
- Palestrante e consultor sobre /software/ livre (não confundir com
gratis).
- "WhatsApp"? Ele não é livre. Por favor, veja formas de se comunicar
instantaneamente comigo no endereço abaixo.
- Contato: https://libreplanet.org/wiki/User:Adfeno#vCard
- Arquivos comuns aceitos (apenas sem DRM): Corel Draw, Microsoft
Office, MP3, MP4, WMA, WMV.
- Arquivos comuns aceitos e enviados: CSV, GNU Dia, GNU Emacs Org, GNU
GIMP, Inkscape SVG, JPG, LibreOffice (padrão ODF), OGG, OPUS, PDF
(apenas sem DRM), PNG, TXT, WEBM.
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#28758: texlive@2017: Update to at least revision 44704 to address bug in latexdiff
2017-10-09 14:14 bug#28758: texlive@2017: Update to at least revision 44704 to address bug in latexdiff Adonay Felipe Nogueira
@ 2017-10-09 21:01 ` Ricardo Wurmus
2017-11-03 22:33 ` Adonay Felipe Nogueira
2021-01-10 19:34 ` Maxim Cournoyer
1 sibling, 1 reply; 4+ messages in thread
From: Ricardo Wurmus @ 2017-10-09 21:01 UTC (permalink / raw)
To: Adonay Felipe Nogueira; +Cc: 28758
Adonay Felipe Nogueira <adfeno@hyperbola.info> writes:
> Since Perl 5.26.0, braces in RegExps have to be escaped if one wants
> Perl to match these literally.
>
> However, texlive@2017 --- from June 4th, 2017 --- doesn't implement the
> fix made to latexdiff ([1][2]) --- made into TeX Live repository in June
> 26th, 2017.
There hasn’t been a new release tag that includes this change, and I’m
not comfortable with just increasing the revision to an arbitrary
development revision.
Is this something we can apply as a patch to a single package? If so,
which package requires this fix?
--
Ricardo
GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC
https://elephly.net
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#28758: texlive@2017: Update to at least revision 44704 to address bug in latexdiff
2017-10-09 21:01 ` Ricardo Wurmus
@ 2017-11-03 22:33 ` Adonay Felipe Nogueira
0 siblings, 0 replies; 4+ messages in thread
From: Adonay Felipe Nogueira @ 2017-11-03 22:33 UTC (permalink / raw)
To: 28758
I have downloaded TeX Live repository but unfortunatelly I found out
that the directory structure of the repository is different than the
release's.
An option would be to make latexdiff into a separate package, with
a name such as "texlive-texmf-scripts-latexdiff", and take the source
from either latexdiff CTAN page ([1]) or their development repository
([2]) and in either case remove the latexdiff from the "texlive-texmf"
package. But in this option, I don't know if latexdiff would need other
parts of TeX Live to be updated in order to work correctly.
[1] <https://www.ctan.org/pkg/latexdiff>.
[2] <https://github.com/ftilmann/latexdiff/>.
Ricardo Wurmus <rekado@elephly.net> writes:
> There hasn’t been a new release tag that includes this change, and I’m
> not comfortable with just increasing the revision to an arbitrary
> development revision.
>
> Is this something we can apply as a patch to a single package? If so,
> which package requires this fix?
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#28758: texlive@2017: Update to at least revision 44704 to address bug in latexdiff
2017-10-09 14:14 bug#28758: texlive@2017: Update to at least revision 44704 to address bug in latexdiff Adonay Felipe Nogueira
2017-10-09 21:01 ` Ricardo Wurmus
@ 2021-01-10 19:34 ` Maxim Cournoyer
1 sibling, 0 replies; 4+ messages in thread
From: Maxim Cournoyer @ 2021-01-10 19:34 UTC (permalink / raw)
To: Adonay Felipe Nogueira; +Cc: 28758-done
Hello,
Adonay Felipe Nogueira <adfeno@hyperbola.info> writes:
> Since Perl 5.26.0, braces in RegExps have to be escaped if one wants
> Perl to match these literally.
>
> However, texlive@2017 --- from June 4th, 2017 --- doesn't implement the
> fix made to latexdiff ([1][2]) --- made into TeX Live repository in June
> 26th, 2017.
>
> Without the fix, `latexdiff' command is unable to work (its goal is to
> generate "TeX-command-and-group-aware" differences between LaTeX
> documents).
>
> [1] <https://github.com/ftilmann/latexdiff/issues/61>.
>
> [2] <https://www.tug.org/svn/texlive/trunk/Master/texmf-dist/scripts/latexdiff/latexdiff.pl?view=log>.
I'm closing this >3 years old bug as it was reported against Tex Live
2017, and Guix is now using 2019, which surely includes the above fix.
Closing.
Thanks for the report,
Maxim
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-01-10 19:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-09 14:14 bug#28758: texlive@2017: Update to at least revision 44704 to address bug in latexdiff Adonay Felipe Nogueira
2017-10-09 21:01 ` Ricardo Wurmus
2017-11-03 22:33 ` Adonay Felipe Nogueira
2021-01-10 19:34 ` Maxim Cournoyer
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.