Discussion:
[tex-live] Update problem after installing pythontex
Herbert Voss
2013-09-18 07:35:00 UTC
Permalink
Is this a problem on my side or derver side?

voss at shania:~> tlmgr update --self --all
Unknown docfile tag:
texmf-dist/doc/latex/pythontex/pythontex_quickstart.pdf details=""Quick
start" documentation" at /usr/local/texlive/2013/tlpkg/TeXLive/TLPOBJ.pm
line 127, <$retfh> line 155550.

I looked into my tlpkg directory and deleted the double quotes
in the file texlive.tlpdb but I always get the same when running
tlmgr

Herbert
Herbert Voss
2013-09-18 07:44:33 UTC
Permalink
You need to
* get the update-tlmgr-latest.sh or .exe from
http://mirror.ctan.org/systems/texlive/tlnet/
and run it.
thanks. In the meanwhile I deleted the pythontex files from
the tlpkg/tlpobj directory and run again

tlmgr update --self --all

and that also works. tlmgr was updated and the pythontex files
installed again.

Herbert
My own experience shows that eliminating double quotes is not enough as
according to Norbert
PS Simply eliminating nested quotation did not worked
Yes indeed ... didn't think of that ... the remote tlpdb still carries
the special quoting, as the new code works with it.
On Wed, Sep 18, 2013 at 3:35 AM, Herbert Voss <Herbert.Voss at fu-berlin.de
Is this a problem on my side or derver side?
voss at shania:~> tlmgr update --self --all
texmf-dist/doc/latex/__pythontex/pythontex___quickstart.pdf
details=""Quick start" documentation" at
/usr/local/texlive/2013/tlpkg/__TeXLive/TLPOBJ.pm line 127, <$retfh>
line 155550.
I looked into my tlpkg directory and deleted the double quotes
in the file texlive.tlpdb but I always get the same when running
tlmgr
Herbert
--
Victor Ivrii
Ulrike Fischer
2013-09-18 07:46:43 UTC
Permalink
Post by Herbert Voss
Is this a problem on my side or derver side?
voss at shania:~> tlmgr update --self --all
texmf-dist/doc/latex/pythontex/pythontex_quickstart.pdf details=""Quick
start" documentation" at /usr/local/texlive/2013/tlpkg/TeXLive/TLPOBJ.pm
line 127, <$retfh> line 155550.
I looked into my tlpkg directory and deleted the double quotes
in the file texlive.tlpdb but I always get the same when running
tlmgr
To quote Norbert in his posting 2 days ago:
* get the update-tlmgr-latest.sh or .exe from
http://mirror.ctan.org/systems/texlive/tlnet/
and run it. After that further tlmgr invocations should succeed.

For me this worked.

(Make sure that the version is new (from september)).
--
Ulrike Fischer
http://www.troubleshooting-tex.de/
Jose Hissa Ferreira
2013-09-18 13:16:08 UTC
Permalink
* get the update-tlmgr-latest.sh or .exe from
http://mirror.ctan.org/systems/texlive/tlnet/
and run it. After that further tlmgr invocations should succeed.
For me this worked.
Did not work here. I got the error (run as superuser):
"./update-tlmgr-latest.sh: 1: eval: ./runme.sh: Permission denied".

May I ask, please, any advise to proceed?

--
JHF

* English - detected
* English
* Portuguese

* English
* Portuguese

<javascript:void(0);><#>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/tex-live/attachments/20130918/a1845308/attachment.html>
Norbert Preining
2013-09-18 14:09:27 UTC
Permalink
Post by Jose Hissa Ferreira
May I ask, please, any advise to proceed?
Dp a normal
tlmgr update --self --all
that should work again.

Norbert

------------------------------------------------------------------------
PREINING, Norbert http://www.preining.info
JAIST, Japan TeX Live & Debian Developer
DSA: 0x09C5B094 fp: 14DF 2E6C 0307 BE6D AD76 A9C0 D2BF 4AA3 09C5 B094
------------------------------------------------------------------------
Jose Hissa Ferreira
2013-10-14 13:23:19 UTC
Permalink
I just updated my texlive installation and the process ended with the
following error message:

----
running mktexlsr ...
done running mktexlsr.
running mtxrun --generate ...

Use of uninitialized value $out in concatenation (.) or string at
/usr/local/bin/tlmgr line 653.
mtxrun --generate failed (status -1), output:

tlmgr: exiting unsuccessfully (status 1).
----

I am unable to identify the origin of this issue to fix it and I would
appreciate an advise to proceed.

--
JHF

* English - detected
* English
* Portuguese

* English
* Portuguese

<javascript:void(0);><#>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/tex-live/attachments/20131014/cb278631/attachment.html>
Karl Berry
2013-10-16 00:28:08 UTC
Permalink
Hi Jose,

mtxrun --generate failed (status -1), output:

If mtxrun doesn't output anything about why it's exiting unsuccessfully,
well, tlmgr can't guess what to tell you, and I cannot guess the origin
of the problem either. You could run mtxrun --generate by hand (from
the shell) and see what happens. Or, unless you use ConTeXt (which I'm
guessing you don't, or you'd already know what was going on), it doesn't
matter and you can just forget about it.

Use of uninitialized value $out in concatenation (.) or string at
/usr/local/bin/tlmgr line 653.

That's an unimportant warning not relevant to whatever the actual
problem is. (I fixed it for a future release.)

Best,
Karl

Loading...