<div dir="ltr"><div><div><div><div>I have seen discussions about this somewhere (will look for it later) but the outcome of it was that it was a bug in perl 5.22 which has been reported upstream but not fixed yet.<br></div>I looked it up when slackware current got updated and the warning started appearing.<br></div>I'll email back when I find the reference.<br><br></div>Cheers<br><br></div>Greg<br></div><div class="gmail_extra"><br><div class="gmail_quote">On 4 December 2015 at 15:29, Norbert Preining <span dir="ltr"><<a href="mailto:preining@logic.at" target="_blank">preining@logic.at</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Rolf,<br>
<span class=""><br>
> Redundant argument in sprintf at /usr/local/texlive/2015/bin/x86_64-linux/tlmgr line 3123.<br>
<br>
</span><span class="">> This is perl 5, version 22, subversion 0 (v5.22.0) built for x86_64-linux-thread-multi<br>
<br>
</span>Interesting. THis is propably:<br>
        sprintf ('%*2$s', $currnr, $totalnrdigits)<br>
<br>
perl 5.20 manual says:<br>
            (minimum) width<br>
                Arguments are usually formatted to be only as wide as required<br>
                to display the given value. You can override the width by<br>
                putting a number here, or get the width from the next argument<br>
                (with "*") or from a specified argument (e.g., with "*2$"):<br>
<br>
                 printf "<%s>", "a";       # prints "<a>"<br>
                 printf "<%6s>", "a";      # prints "<     a>"<br>
                 printf "<%*s>", 6, "a";   # prints "<     a>"<br>
                 printf '<%*2$s>', "a", 6; # prints "<     a>"<br>
                 printf "<%2s>", "long";   # prints "<long>" (does not truncate)<br>
<br>
(in perldoc sprintf)<br>
<br>
SO I am a bit surprised.<br>
<br>
Can you please check what perl 5.22 docs say to sprintf and this case?<br>
<br>
Thanks<br>
<br>
Norbert<br>
<br>
------------------------------------------------------------------------<br>
PREINING, Norbert                               <a href="http://www.preining.info" rel="noreferrer" target="_blank">http://www.preining.info</a><br>
JAIST, Japan                                 TeX Live & Debian Developer<br>
GPG: 0x860CDC13   fp: F7D8 A928 26E3 16A1 9FA0  ACF0 6CAC A448 860C DC13<br>
------------------------------------------------------------------------<br>
</blockquote></div><br></div>