emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#49472: closed ([PATCH core-updates] gnu: texlive-bin: Use ‘--with-ba


From: GNU bug Tracking System
Subject: bug#49472: closed ([PATCH core-updates] gnu: texlive-bin: Use ‘--with-banner-add’ configure option)
Date: Sat, 24 Jul 2021 14:18:02 +0000

Your message dated Sat, 24 Jul 2021 16:17:18 +0200
with message-id <87sg03aj9t.fsf@gnu.org>
and subject line Re: bug#49472: [PATCH core-updates] gnu: texlive-bin: Use 
‘--with-banner-add’ configure option
has caused the debbugs.gnu.org bug report #49472,
regarding [PATCH core-updates] gnu: texlive-bin: Use ‘--with-banner-add’ 
configure option
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
49472: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49472
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH core-updates] gnu: texlive-bin: Use ‘--with-banner-add’ configure option Date: Thu, 8 Jul 2021 19:13:19 -0300
The “Building TeX Live” manual has a section about configure options for
distro builds¹. They mention this option:

    --with-banner-add=/SomeDistro

    This isn’t technically required, but is strongly recommended, so your
    build and your distro can be distinguished from others.

Therefore add it to texlive-bin. This is how it appears on LuaTeX, for
example (it also shows up in other engines’ banners):

    $ luatex
    This is LuaTeX, Version 1.13.0 (TeX Live 2021/GNU Guix)
    restricted system commands enabled.
    **

The other options mentioned in that section are already being used.

¹ http://www.tug.org/texlive/doc/tlbuild.html#Distro-builds

* gnu/packages/tex.scm (texlive-bin)[arguments]: Add ‘--with-banner-add’
option.
---
 gnu/packages/tex.scm | 1 +
 1 file changed, 1 insertion(+)

Hello,

This is something I saw on the TeX Live build manual after I sent the
TeX Live 2021 patches. I’m tracking it in a separate bug because it’s
orthogonal to whether the 2021 update is applied.

The patch applies cleanly both on core-updates and on top of the
TeX Live 2021 patches in bug 49408.

FWIW, Debian and Ubuntu also use this option:

$ luatex
This is LuaTeX, Version 1.12.0 (TeX Live 2020/Debian)
 restricted system commands enabled.
**


Thanks,
Thiago


diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e4144e00edbe..5ea1921dc2a5 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -317,6 +317,7 @@ files from LOCATIONS with expected checksum HASH.  CODE is 
not currently in use.
        '("--disable-static"
          "--disable-native-texlive-build"
          "--enable-shared"
+         "--with-banner-add=/GNU Guix"
          "--with-system-cairo"
          "--with-system-freetype2"
          "--with-system-gd"



--- End Message ---
--- Begin Message --- Subject: Re: bug#49472: [PATCH core-updates] gnu: texlive-bin: Use ‘--with-banner-add’ configure option Date: Sat, 24 Jul 2021 16:17:18 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi,

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

> The “Building TeX Live” manual has a section about configure options for
> distro builds¹. They mention this option:
>
>     --with-banner-add=/SomeDistro
>
>     This isn’t technically required, but is strongly recommended, so your
>     build and your distro can be distinguished from others.
>
> Therefore add it to texlive-bin. This is how it appears on LuaTeX, for
> example (it also shows up in other engines’ banners):
>
>     $ luatex
>     This is LuaTeX, Version 1.13.0 (TeX Live 2021/GNU Guix)
>     restricted system commands enabled.
>     **
>
> The other options mentioned in that section are already being used.
>
> ¹ http://www.tug.org/texlive/doc/tlbuild.html#Distro-builds
>
> * gnu/packages/tex.scm (texlive-bin)[arguments]: Add ‘--with-banner-add’
> option.

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]