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

Re: new packages for texlive-{base/exra/lang/doc}



On Do, 15 Mär 2012, Youhei SASAKI wrote:
>   $ updmap-setup-kanji status
>   sh: 1: Syntax error: "(" unexpected
>   WARNING: Currently selected map file cannot be found: otf-noEmbed (/etc/texmf/web2c/updmap.cfg).map

Yes, thanks, of course ...

>   noEmbed (/etc/texmf/web2c/updmap.cfg)
> 
> However, the value $STATUS is used like "check_mapfile("otf-$STATUS.map")".
> So, I think,  "(/etc/.../updmap.cfg)" should be removed. Is it right?

Yes, but not in updmap-setup-kanji, but in
	updmap-sys --quiet --showoption kanjiEmbed
This does only occur in multi-updmap ...

>    my $STATUS;
>    if ($val =~ m/^kanjiEmbed=(.*)( \()?/) {
>      $STATUS = $1;
> +    $STATUS =~ s/\(.*\)$//;
>      $STATUS =~ s/\s*$//;
> -    $STATUS =~ s/^"(.*)"$/\1/;
>    } else {
>      printf STDERR "Cannot find status of current kanjiEmbed setting via updmap-sys --showoption!\n";
>      exit 1;

But for safety I will also include this in the svn of texlive where I
develop the updmap-setup-script. In Debian-svn committing something like
this does not make sense, though, since it has to be a patch in texlive-lang
and will go away soon, with next release of .orig.tar.gz.

Best wishes

Norbert
------------------------------------------------------------------------
Norbert Preining            preining@{jaist.ac.jp, logic.at, debian.org}
JAIST, Japan                                 TeX Live & Debian Developer
DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
------------------------------------------------------------------------
PERRANZABULOE (n.)
One of those spray things used to wet ironing with.
			--- Douglas Adams, The Meaning of Liff


Reply to: