[Bug 1074128] New: Unable to compile Latex in Tumbleweed 'kpathsea running mktexfmt pdflatex.fmt'
http://bugzilla.opensuse.org/show_bug.cgi?id=1074128 Bug ID: 1074128 Summary: Unable to compile Latex in Tumbleweed 'kpathsea running mktexfmt pdflatex.fmt' Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: x86-64 OS: openSUSE Factory Status: NEW Severity: Major Priority: P5 - None Component: Development Assignee: bnc-team-screening@forge.provo.novell.com Reporter: dwoelki@gmail.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.108 Safari/537.36 Build Identifier: mktexfmt [ERROR]: -user mode but path setup is -sys type, bailing out this happens at every compilation attempt with several different programs and even manual compilation with lualatex texlive scheme base and full and manual texlie have been tested Reproducible: Always Steps to Reproduce: 1.install texlive scheme full https://software.opensuse.org/package/texlive-scheme-full 2. zypper in texstudio select lualatex 3. try to compile anything in texstudio Actual Results: mktexfmt [ERROR]: -user mode but path setup is -sys type, bailing out Expected Results: working latex compilation -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1074128 http://bugzilla.opensuse.org/show_bug.cgi?id=1074128#c1 --- Comment #1 from dude bro <dwoelki@gmail.com> --- Created attachment 754318 --> http://bugzilla.opensuse.org/attachment.cgi?id=754318&action=edit screen of error messae -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1074128 dude bro <dwoelki@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P2 - High -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1074128 http://bugzilla.opensuse.org/show_bug.cgi?id=1074128#c2 --- Comment #2 from dude bro <dwoelki@gmail.com> --- It is even worse if you use texlive-base from the tex rpm group within yast. Or install texlive-base with zypper. It will first result in path errors which you can fix with mktexlsr but after that you also run into the kpathsea error already described. It btw happens with every latex compiler not only lualatex. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1074128 Doryx _ <mikejackofalltrades@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mikejackofalltrades@gmail.c | |om -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1074128 Riku Ahonen <rikuah1n@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rikuah1n@gmail.com -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1074128 Chris Coutinho <cc162@humboldt.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cc162@humboldt.edu -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1074128 http://bugzilla.opensuse.org/show_bug.cgi?id=1074128#c5 --- Comment #5 from dude bro <dwoelki@gmail.com> --- I could reproduce it without any problems in a vm with a fresh Tumbleweed install several times. I changed absolutly nothing in the filesystem. i am at the moment not on suse anymore, due to this bug. Are you not able to reproduce this wihtin a VM? Should not be a problem, as i said it happens regardles of installation method, be it texlive-base via zypper, texlive tree selection in yast2 or the texlive full scheme from the website i mentioned. All of these option ON FRESH UNTOUCHED INSTALLTIONS of Tumbleweed result in the same error. When you use texlive-base via zypper you also have to fix the path error before this error appears. i could send you a vm image with this error if needed. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1074128 http://bugzilla.opensuse.org/show_bug.cgi?id=1074128#c6 --- Comment #6 from Chris Coutinho <cc162@humboldt.edu> --- I have the exact same problem - fresh Tumbleweed install and installing texlive using zypper results in a broken TeX system. If there is anything I can check on my system please let me know. When I have some time tonight or tomorrow I'll check the log files you mentioned and report back. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1074128 http://bugzilla.opensuse.org/show_bug.cgi?id=1074128#c9 --- Comment #9 from dude bro <dwoelki@gmail.com> --- localhost:/usr/share/texmf/texconfig # ./update localhost:/usr/share/texmf/texconfig # sh update did not solve anything in my case. i am on a vm again i will post some logs in few minutes -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1074128 http://bugzilla.opensuse.org/show_bug.cgi?id=1074128#c10 --- Comment #10 from dude bro <dwoelki@gmail.com> --- localhost:/usr/share/texmf/texconfig # kpsewhich language.dat /etc/texmf/tex/generic/config/language.dat localhost:/usr/share/texmf/texconfig # kpsewhich language.def /etc/texmf/tex/generic/config/language.def localhost:/usr/share/texmf/texconfig # kpsewhich language.dat.lua /etc/texmf/tex/generic/config/language.dat.lua localhost:/usr/share/texmf/texconfig # find /usr/share/texmf/
-name language.dat.lua -or \ -name language.def -or \ -name language.dat | xargs ls -gl
lrwxrwxrwx 1 root 42 16. Dez 21:23 /usr/share/texmf/tex/generic/config/language.dat -> /etc/texmf/tex/generic/config/language.dat lrwxrwxrwx 1 root 46 16. Dez 21:23 /usr/share/texmf/tex/generic/config/language.dat.lua -> /etc/texmf/tex/generic/config/language.dat.lua lrwxrwxrwx 1 root 42 16. Dez 21:23 /usr/share/texmf/tex/generic/config/language.def -> /etc/texmf/tex/generic/config/language.def localhost:/ # ls -l /run/texlive/ ls: Zugriff auf '/run/texlive/' nicht möglich: Datei oder Verzeichnis nicht gefunden -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1074128 http://bugzilla.opensuse.org/show_bug.cgi?id=1074128#c14 --- Comment #14 from dude bro <dwoelki@gmail.com> --- Working now. Whatever it was exactly should be fixed in future tumbleweeds. Thx for the help. Do you stil need something? -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1074128 http://bugzilla.opensuse.org/show_bug.cgi?id=1074128#c16 --- Comment #16 from dude bro <dwoelki@gmail.com> --- i don't recall rebooting it after the texlive installation. Why would i? If you want i setup a new tumbleweed and post what happens. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1074128 http://bugzilla.opensuse.org/show_bug.cgi?id=1074128#c19 Dr. Werner Fink <werner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #19 from Dr. Werner Fink <werner@suse.com> --- fixed -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com