GNU bug report logs - #49779
[PATCH core-updates-frozen] gnu: texlive-latex-base: Propagate ‘texlive-latex-l3backend’

Previous Next

Package: guix-patches;

Reported by: Thiago Jung Bauermann <bauermann <at> kolabnow.com>

Date: Fri, 30 Jul 2021 02:28:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 49779 in the body.
You can then email your comments to 49779 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#49779; Package guix-patches. (Fri, 30 Jul 2021 02:28:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Thiago Jung Bauermann <bauermann <at> kolabnow.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 30 Jul 2021 02:28:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Thiago Jung Bauermann <bauermann <at> kolabnow.com>
To: guix-patches <at> gnu.org
Cc: Thiago Jung Bauermann <bauermann <at> kolabnow.com>
Subject: [PATCH core-updates-frozen] gnu: texlive-latex-base: Propagate ‘texlive-latex-l3backend’
Date: Thu, 29 Jul 2021 23:26:28 -0300
Some packages need files from ‘texlive-latex-l3backend’ – which is a
supporting package of LaTeX3 – so propagate it from ‘texlive-latex-base’.

* gnu/packages/statistics.scm (r-with-tests)[native-inputs]: Remove
‘texlive-latex-l3backend’ from the texlive union.
* gnu/packages/tex.scm (texlive-latex-base)[propagated-inputs]: Add
‘texlive-latex-l3backend’.
(texlive-latex-xkeyval)[native-inputs]: Remove ‘texlive-latex-l3backend’.
---
 gnu/packages/statistics.scm | 1 -
 gnu/packages/tex.scm        | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index dd8965312bfd..e02a5cbaf6ff 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -346,7 +346,6 @@ as.POSIXct(if (\"\" != Sys.getenv(\"SOURCE_DATE_EPOCH\")) {\
                                         texlive-latex-fancyvrb
                                         texlive-latex-graphics
                                         texlive-latex-hyperref
-                                        texlive-latex-l3backend
                                         texlive-latex-oberdiek
                                         texlive-latex-tools
                                         texlive-latex-upquote
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b23b5256d7aa..70166941d554 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2869,6 +2869,7 @@ formats.")
          ("texlive-ukrhyph" ,texlive-ukrhyph)
          ("texlive-ruhyphen" ,texlive-ruhyphen)
          ("texlive-latex-l3kernel" ,texlive-latex-l3kernel)
+         ("texlive-latex-l3backend" ,texlive-latex-l3backend)
          ;; TODO: This dependency isn't needed for LaTeX version 2021-06-01
          ;; and later. See:
          ;; https://tug.org/pipermail/tex-live/2021-June/047180.html
@@ -8449,7 +8450,6 @@ are part of the LaTeX required tools distribution, comprising the packages:
                #t))))))
     (native-inputs
      `(("texlive-latex-base" ,texlive-latex-base)
-       ("texlive-latex-l3backend" ,texlive-latex-l3backend)
        ("texlive-cm" ,texlive-cm)
        ("texlive-lm" ,texlive-lm)
        ("texlive-url" ,texlive-url)




Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Tue, 03 Aug 2021 15:50:02 GMT) Full text and rfc822 format available.

Notification sent to Thiago Jung Bauermann <bauermann <at> kolabnow.com>:
bug acknowledged by developer. (Tue, 03 Aug 2021 15:50:02 GMT) Full text and rfc822 format available.

Message #10 received at 49779-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Thiago Jung Bauermann <bauermann <at> kolabnow.com>
Cc: 49779-done <at> debbugs.gnu.org
Subject: Re: bug#49779: [PATCH core-updates-frozen] gnu: texlive-latex-base:
 Propagate ‘texlive-latex-l3backend’
Date: Tue, 03 Aug 2021 17:48:57 +0200
Hi,

Thiago Jung Bauermann <bauermann <at> kolabnow.com> skribis:

> Some packages need files from ‘texlive-latex-l3backend’ – which is a
> supporting package of LaTeX3 – so propagate it from ‘texlive-latex-base’.
>
> * gnu/packages/statistics.scm (r-with-tests)[native-inputs]: Remove
> ‘texlive-latex-l3backend’ from the texlive union.
> * gnu/packages/tex.scm (texlive-latex-base)[propagated-inputs]: Add
> ‘texlive-latex-l3backend’.
> (texlive-latex-xkeyval)[native-inputs]: Remove ‘texlive-latex-l3backend’.

I’m no expert but it seems better than adding ‘texlive-latex-l3backend’
basically everywhere.

Applied, thanks!

Ludo’.




Information forwarded to guix-patches <at> gnu.org:
bug#49779; Package guix-patches. (Tue, 03 Aug 2021 17:09:01 GMT) Full text and rfc822 format available.

Message #13 received at 49779 <at> debbugs.gnu.org (full text, mbox):

From: Thiago Jung Bauermann <bauermann <at> kolabnow.com>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 49779 <at> debbugs.gnu.org
Subject: Re: bug#49779: [PATCH core-updates-frozen] gnu: texlive-latex-base:
 Propagate ‘texlive-latex-l3backend’
Date: Tue, 03 Aug 2021 14:07:48 -0300
Hello Ludo’,

Em terça-feira, 3 de agosto de 2021, às 12:48:57 -03, Ludovic Courtès 
escreveu:
> Hi,
> 
> Thiago Jung Bauermann <bauermann <at> kolabnow.com> skribis:
> > Some packages need files from ‘texlive-latex-l3backend’ – which is a
> > supporting package of LaTeX3 – so propagate it from
> > ‘texlive-latex-base’.
> > 
> > * gnu/packages/statistics.scm (r-with-tests)[native-inputs]: Remove
> > ‘texlive-latex-l3backend’ from the texlive union.
> > * gnu/packages/tex.scm (texlive-latex-base)[propagated-inputs]: Add
> > ‘texlive-latex-l3backend’.
> > (texlive-latex-xkeyval)[native-inputs]: Remove
> > ‘texlive-latex-l3backend’.
> I’m no expert but it seems better than adding ‘texlive-latex-l3backend’
> basically everywhere.
> 
> Applied, thanks!

Thank you!

-- 
Thanks,
Thiago






bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 01 Sep 2021 11:24:12 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 231 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.