unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#48622] [PATCH core-updates 00/29] TeX Live 2020
@ 2021-05-24 14:40 Marius Bakke
  2021-05-24 14:43 ` [bug#48622] [PATCH core-updates 01/29] gnu: TeX Live: Update to 2020.0 Marius Bakke
                   ` (2 more replies)
  0 siblings, 3 replies; 40+ messages in thread
From: Marius Bakke @ 2021-05-24 14:40 UTC (permalink / raw)
  To: 48622

Here it comes...  The much rumored TeX Live 2020 update!  And final
GCC 10 blocker.

I haven't been able to test all the TeX users, as some are failing to
build on the 'core-updates' branch.  But of those that do build, there
is only a single regression from 'master' (hypre).

There are a couple of potential issues still.  One is that I don't
understand why shebang patching in 'simple-texlive-package' is
necessary.  IIRC the problem occured after Maxims texlive-union
refactoring, but I don't see why this update should affect that.

Another is that texlive-base propagates kpathsea just to get
'mktex.opt' into the texlive-updmap.cfg union.  I don't know what
caused this regression, but I'm sure there are better ways to deal with
that.  Help wanted, as I suffer from temporary TeX blindness!

Most of the new packages are intended to replace 'texlive-oberdiek'.
That's because texlive-oberdiek had problems in my original branch,
which preceded both Ricardos wip-texlive work and Maxims texlive-union
refactoring.  Oberdiek is no longer problematic(!), but it's nice to
have the smaller components in any case.

Finally, there are still indeterministic build failures in the various
TeX components.  I have about a 80% success rate.  :-/

And one more thing... TeX Live 2021 was released just a month ago.
I'm going to attempt a naive update once this is merged, but won't
bother if it requires more work than simply updating the hashes.

Marius Bakke (29):
  gnu: TeX Live: Update to 2020.0.
  gnu: Add texlive-latex-refcount.
  gnu: Add texlive-latex-bookmark.
  gnu: dblatex: Update to 0.3.12.
  gnu: simple-texlive-package: Fix shebang patching.
  gnu: Add texlive-latex-atveryend.
  gnu: Add texlive-latex-auxhook.
  gnu: Add texlive-latex-epstopdf-pkg.
  gnu: Add texlive-latex-hycolor.
  gnu: Add texlive-generic-infwarerr.
  gnu: Add texlive-generic-ltxcmds.
  gnu: Add texlive-latex-pdftexcmds.
  gnu: Add texlive-latex-letltxmacro.
  gnu: Add texlive-generic-atbegshi.
  gnu: Add texlive-generic-intcalc.
  gnu: Add texlive-generic-bigintcalc.
  gnu: Add texlive-generic-bitset.
  gnu: Add texlive-generic-etexcmds.
  gnu: Add texlive-generic-gettitlestring.
  gnu: Add texlive-generic-kvdefinekeys.
  gnu: Add texlive-generic-kvsetkeys.
  gnu: Add texlive-latex-kvoptions.
  gnu: Add texlive-generic-pdfescape.
  gnu: Add texlive-generic-uniquecounter.
  gnu: Add texlive-latex-rerunfilecheck.
  gnu: texlive-base: Propagate texlive-kpathsea.
  gnu: texlive-hyperref: Don't propagate texlive-oberdiek.
  gnu: texlive-graphics-def: Propagate missing dependency.
  gnu: dblatex: Remove unused TeX inputs.

 gnu/local.mk                                  |   2 -
 gnu/packages/docbook.scm                      |  18 +-
 .../patches/texlive-bin-poppler-0.83.patch    |  52 --
 .../patches/texlive-bin-poppler-0.86.patch    |  17 -
 gnu/packages/tex.scm                          | 801 +++++++++++++-----
 guix/build-system/texlive.scm                 |   4 +-
 6 files changed, 596 insertions(+), 298 deletions(-)
 delete mode 100644 gnu/packages/patches/texlive-bin-poppler-0.83.patch
 delete mode 100644 gnu/packages/patches/texlive-bin-poppler-0.86.patch

-- 
2.31.1





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

end of thread, other threads:[~2021-06-05 22:27 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-24 14:40 [bug#48622] [PATCH core-updates 00/29] TeX Live 2020 Marius Bakke
2021-05-24 14:43 ` [bug#48622] [PATCH core-updates 01/29] gnu: TeX Live: Update to 2020.0 Marius Bakke
2021-05-24 14:43   ` [bug#48622] [PATCH core-updates 02/29] gnu: Add texlive-latex-refcount Marius Bakke
2021-05-24 14:43   ` [bug#48622] [PATCH core-updates 03/29] gnu: Add texlive-latex-bookmark Marius Bakke
2021-05-24 14:43   ` [bug#48622] [PATCH core-updates 04/29] gnu: dblatex: Update to 0.3.12 Marius Bakke
2021-05-24 14:43   ` [bug#48622] [PATCH core-updates 05/29] gnu: simple-texlive-package: Fix shebang patching Marius Bakke
2021-05-24 14:43   ` [bug#48622] [PATCH core-updates 06/29] gnu: Add texlive-latex-atveryend Marius Bakke
2021-05-24 14:43   ` [bug#48622] [PATCH core-updates 07/29] gnu: Add texlive-latex-auxhook Marius Bakke
2021-05-24 14:43   ` [bug#48622] [PATCH core-updates 08/29] gnu: Add texlive-latex-epstopdf-pkg Marius Bakke
2021-05-24 14:43   ` [bug#48622] [PATCH core-updates 09/29] gnu: Add texlive-latex-hycolor Marius Bakke
2021-05-24 14:43   ` [bug#48622] [PATCH core-updates 10/29] gnu: Add texlive-generic-infwarerr Marius Bakke
2021-05-24 14:43   ` [bug#48622] [PATCH core-updates 11/29] gnu: Add texlive-generic-ltxcmds Marius Bakke
2021-05-24 14:43   ` [bug#48622] [PATCH core-updates 12/29] gnu: Add texlive-latex-pdftexcmds Marius Bakke
2021-05-24 14:43   ` [bug#48622] [PATCH core-updates 13/29] gnu: Add texlive-latex-letltxmacro Marius Bakke
2021-05-24 14:43   ` [bug#48622] [PATCH core-updates 14/29] gnu: Add texlive-generic-atbegshi Marius Bakke
2021-05-24 14:43   ` [bug#48622] [PATCH core-updates 15/29] gnu: Add texlive-generic-intcalc Marius Bakke
2021-05-24 14:43   ` [bug#48622] [PATCH core-updates 16/29] gnu: Add texlive-generic-bigintcalc Marius Bakke
2021-05-24 14:43   ` [bug#48622] [PATCH core-updates 17/29] gnu: Add texlive-generic-bitset Marius Bakke
2021-05-24 14:43   ` [bug#48622] [PATCH core-updates 18/29] gnu: Add texlive-generic-etexcmds Marius Bakke
2021-05-24 14:43   ` [bug#48622] [PATCH core-updates 19/29] gnu: Add texlive-generic-gettitlestring Marius Bakke
2021-05-24 14:43   ` [bug#48622] [PATCH core-updates 20/29] gnu: Add texlive-generic-kvdefinekeys Marius Bakke
2021-05-24 14:43   ` [bug#48622] [PATCH core-updates 21/29] gnu: Add texlive-generic-kvsetkeys Marius Bakke
2021-05-24 14:43   ` [bug#48622] [PATCH core-updates 22/29] gnu: Add texlive-latex-kvoptions Marius Bakke
2021-05-24 14:43   ` [bug#48622] [PATCH core-updates 23/29] gnu: Add texlive-generic-pdfescape Marius Bakke
2021-05-24 14:43   ` [bug#48622] [PATCH core-updates 24/29] gnu: Add texlive-generic-uniquecounter Marius Bakke
2021-05-24 14:43   ` [bug#48622] [PATCH core-updates 25/29] gnu: Add texlive-latex-rerunfilecheck Marius Bakke
2021-05-24 14:43   ` [bug#48622] [PATCH core-updates 26/29] gnu: texlive-base: Propagate texlive-kpathsea Marius Bakke
2021-05-24 14:43   ` [bug#48622] [PATCH core-updates 27/29] gnu: texlive-hyperref: Don't propagate texlive-oberdiek Marius Bakke
2021-05-24 14:43   ` [bug#48622] [PATCH core-updates 28/29] gnu: texlive-graphics-def: Propagate missing dependency Marius Bakke
2021-05-24 14:43   ` [bug#48622] [PATCH core-updates 29/29] gnu: dblatex: Remove unused TeX inputs Marius Bakke
2021-05-24 20:09   ` [bug#48622] [PATCH core-updates 30/29] gnu: Add texlive-tex-gyre Marius Bakke
2021-05-24 20:09     ` [bug#48622] [PATCH core-updates 31/29] gnu: Add texlive-latex-etoc Marius Bakke
2021-05-24 20:09     ` [bug#48622] [PATCH core-updates 32/29] gnu: Add texlive-latex-hanging Marius Bakke
2021-05-24 20:09     ` [bug#48622] [PATCH core-updates 33/29] gnu: Add texlive-latex-newunicodechar Marius Bakke
2021-05-24 20:09     ` [bug#48622] [PATCH core-updates 34/29] gnu: Add texlive-latex-stackengine Marius Bakke
2021-05-24 20:09     ` [bug#48622] [PATCH core-updates 35/29] gnu: Add texlive-latex-tocloft Marius Bakke
2021-05-24 20:09     ` [bug#48622] [PATCH core-updates 36/29] gnu: texlive-latex-tools: Provide array-2016-10-06.sty Marius Bakke
2021-05-24 20:09     ` [bug#48622] [PATCH core-updates 37/29] gnu: hypre: Update to 2020.0 Marius Bakke
2021-05-24 20:13 ` [bug#48622] [PATCH core-updates 00/29] TeX Live 2020 Marius Bakke
2021-06-05 22:26 ` bug#48622: " Marius Bakke

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