GNU bug report logs - #42449
texlive: l3regex.sty not shipped with texlive-latex-l3kernel

Previous Next

Package: guix;

Reported by: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>

Date: Mon, 20 Jul 2020 21:23:01 UTC

Severity: normal

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

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 42449 in the body.
You can then email your comments to 42449 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 bug-guix <at> gnu.org:
bug#42449; Package guix. (Mon, 20 Jul 2020 21:23:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jonathan Brielmaier <jonathan.brielmaier <at> web.de>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Mon, 20 Jul 2020 21:23:02 GMT) Full text and rfc822 format available.

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

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: bug-guix <bug-guix <at> gnu.org>
Subject: texlive: l3regex.sty not shipped with texlive-latex-l3kernel
Date: Mon, 20 Jul 2020 23:22:20 +0200
I'm using a latex "theme" called moderncv
(https://github.com/xdanaux/moderncv).

In `moderncv.cls` it states a dependency on l3regex:
```
\RequirePackage{l3regex}
```

But I couldn't find any texlive package providing `l3regex.sty`.
According to https://www.ctan.org/pkg/l3regex it should be included in
`texlive-latex-l3kernel`.

But something is wrong with the build:
```
find $(guix build --source texlive-latex-l3kernel) -name "*regex*"
/gnu/store/46sm302ggnmk5hcr08psiazj24svpp5d-texlive-latex-l3kernel-51265-checkout/l3regex.dtx

find $(guix build texlive-latex-l3kernel) -name "*regex*"
[no result].
```




Information forwarded to bug-guix <at> gnu.org:
bug#42449; Package guix. (Tue, 21 Jul 2020 10:08:01 GMT) Full text and rfc822 format available.

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

From: Ricardo Wurmus <rekado <at> elephly.net>
To: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Cc: 42449 <at> debbugs.gnu.org
Subject: Re: bug#42449: texlive: l3regex.sty not shipped with
 texlive-latex-l3kernel
Date: Tue, 21 Jul 2020 12:07:24 +0200
Hi,

> But I couldn't find any texlive package providing `l3regex.sty`.
> According to https://www.ctan.org/pkg/l3regex it should be included in
> `texlive-latex-l3kernel`.
>
> But something is wrong with the build:
> ```
> find $(guix build --source texlive-latex-l3kernel) -name "*regex*"
> /gnu/store/46sm302ggnmk5hcr08psiazj24svpp5d-texlive-latex-l3kernel-51265-checkout/l3regex.dtx
>
> find $(guix build texlive-latex-l3kernel) -name "*regex*"
> [no result].
> ```

Thanks for the report.  Yes, the “texlive-latex-l3kernel” package is
incomplete.  Most of the packages whose names follow the
“texlive-{latex,tex,generic}-*” pattern are incomplete because they
predate the introduction of “texlive-origin” (and more importantly
“svn-multi-fetch”).

For all of these packages we need to write replacements that include all
source files as listed in $(guix build texlive-bin)/share/tlpkg/texlive.tlpdb

-- 
Ricardo




Information forwarded to bug-guix <at> gnu.org:
bug#42449; Package guix. (Tue, 21 Jul 2020 10:30:02 GMT) Full text and rfc822 format available.

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

From: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
To: Ricardo Wurmus <rekado <at> elephly.net>
Cc: 42449 <at> debbugs.gnu.org
Subject: Re: bug#42449: texlive: l3regex.sty not shipped with
 texlive-latex-l3kernel
Date: Tue, 21 Jul 2020 12:29:37 +0200
On 21.07.20 12:07, Ricardo Wurmus wrote: > Thanks for the report.  Yes,
the “texlive-latex-l3kernel” package is
> incomplete.  Most of the packages whose names follow the
> “texlive-{latex,tex,generic}-*” pattern are incomplete because they
> predate the introduction of “texlive-origin” (and more importantly
> “svn-multi-fetch”).
>
> For all of these packages we need to write replacements that include all
> source files as listed in $(guix build texlive-bin)/share/tlpkg/texlive.tlpdb

Oke, I understand. So do we have examples of completely working texlive
packages where I can have a look and try to do the same for l3kernel?




Information forwarded to bug-guix <at> gnu.org:
bug#42449; Package guix. (Tue, 21 Jul 2020 11:53:01 GMT) Full text and rfc822 format available.

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

From: Ricardo Wurmus <rekado <at> elephly.net>
To: Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Cc: 42449 <at> debbugs.gnu.org
Subject: Re: bug#42449: texlive: l3regex.sty not shipped with
 texlive-latex-l3kernel
Date: Tue, 21 Jul 2020 13:52:19 +0200
Jonathan Brielmaier <jonathan.brielmaier <at> web.de> writes:

> On 21.07.20 12:07, Ricardo Wurmus wrote: > Thanks for the report.  Yes,
> the “texlive-latex-l3kernel” package is
>> incomplete.  Most of the packages whose names follow the
>> “texlive-{latex,tex,generic}-*” pattern are incomplete because they
>> predate the introduction of “texlive-origin” (and more importantly
>> “svn-multi-fetch”).
>>
>> For all of these packages we need to write replacements that include all
>> source files as listed in $(guix build texlive-bin)/share/tlpkg/texlive.tlpdb
>
> Oke, I understand. So do we have examples of completely working texlive
> packages where I can have a look and try to do the same for l3kernel?

Yes.  Examples include “texlive-charter” (to replace
“texlive-fonts-charter”), “texlive-xypic” (to replace
“texlive-fonts-xypic” and “texlive-generic-xypic”), “texlive-xcolor”
(replacing “texlive-latex-xcolor”), etc.

Search for deprecated-package in tex.scm and you should find more
examples.

-- 
Ricardo




Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Sun, 01 Sep 2024 00:04:02 GMT) Full text and rfc822 format available.

Notification sent to Jonathan Brielmaier <jonathan.brielmaier <at> web.de>:
bug acknowledged by developer. (Sun, 01 Sep 2024 00:04:02 GMT) Full text and rfc822 format available.

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

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 42449-done <at> debbugs.gnu.org
Cc: Ricardo Wurmus <rekado <at> elephly.net>,
 Jonathan Brielmaier <jonathan.brielmaier <at> web.de>
Subject: Re: texlive: l3regex.sty not shipped with texlive-latex-l3kernel
Date: Sun, 01 Sep 2024 02:02:02 +0200
Hello,

> Jonathan Brielmaier <jonathan.brielmaier <at> web.de> writes:
> 
> > On 21.07.20 12:07, Ricardo Wurmus wrote: > Thanks for the report.  Yes,
> > the “texlive-latex-l3kernel” package is
> >> incomplete.  Most of the packages whose names follow the
> >> “texlive-{latex,tex,generic}-*” pattern are incomplete because they
> >> predate the introduction of “texlive-origin” (and more importantly
> >> “svn-multi-fetch”).
> >>
> >> For all of these packages we need to write replacements that include all
> >> source files as listed in $(guix build texlive-bin)/share/tlpkg/texlive.tlpdb
> >
> > Oke, I understand. So do we have examples of completely working texlive
> > packages where I can have a look and try to do the same for l3kernel?
> 
> Yes.  Examples include “texlive-charter” (to replace
> “texlive-fonts-charter”), “texlive-xypic” (to replace
> “texlive-fonts-xypic” and “texlive-generic-xypic”), “texlive-xcolor”
> (replacing “texlive-latex-xcolor”), etc.
> 
> Search for deprecated-package in tex.scm and you should find more
> examples.

I'm closing this issue, which has been fixed a long time ago. In
particular

  find $(guix build --source texlive-l3kernel) -name "*regex*"

returns the expected file name.

Regards,
-- 
Nicolas Goaziou






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

This bug report was last modified 110 days ago.

Previous Next


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