Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (d484387b25d2fdd4da8b68bd26d9fe7a7c8ec4ae)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: flux <flux AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (d484387b25d2fdd4da8b68bd26d9fe7a7c8ec4ae)
  • Date: Thu, 13 Oct 2011 10:58:50 +0900

Florian Franzmann (scm AT sourcemage.org) wrote [11.10.13 05:01]:
> commit af3cab9e7c3d2a489bdda603501617a4da5c3f59
> Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
> Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
>
> latex/texlive: fixed install failure
>
> diff --git a/latex/texlive/HISTORY b/latex/texlive/HISTORY
> index 859d44f..fb4e391 100644
> --- a/latex/texlive/HISTORY
> +++ b/latex/texlive/HISTORY
> @@ -1,3 +1,6 @@
> +2011-10-12 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
> + * INSTALL: fixed install failure
> +
> 2011-09-09 Ismael Luceno <ismael AT sourcemage.org>
> * INSTALL: use texlinks to complete installation
> * texmf.cnf_fix.patch: Fixed TEXMFROOT
> diff --git a/latex/texlive/INSTALL b/latex/texlive/INSTALL
> index e113923..43974b4 100755
> --- a/latex/texlive/INSTALL
> +++ b/latex/texlive/INSTALL
> @@ -10,5 +10,7 @@ for i in texk/texlive/* ; do
> done &&
>
> ln -svf mf $INSTALL_ROOT/usr/bin/mf-nowin &&
> +sedit '/aleph/d' ${INSTALL_ROOT}/usr/share/texmf/web2c/fmtutil.cnf &&
> +sedit '/luatex/d' ${INSTALL_ROOT}/usr/share/texmf/web2c/fmtutil.cnf &&
> texlinks -f /usr/share/texmf/web2c/fmtutil.cnf &&
> fmtutil-sys --all

What happened to fixing the spell to actually ask if aleph/luatex/etc.
was wanted and actually building them? This isn't so much a fix as a
kludge, as they should only be dropped from fmtutil.cnf if they aren't
actually there, which we should be detecting. Even if we don't set it up
via CONFIGURE somehow, the user could manually edit the configure
options and have it built (at least in theory), and then we'd be wiping
it out unconditionally even if the user actually has it.

--
Justin "flux_control" Boffemmyer
Cauldron wizard and general mage
Source Mage GNU/Linux
http://www.sourcemage.org

Attachment: pgp1aA4SlShAO.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page