Fresh texlive 2018 installation problem
up vote
0
down vote
favorite
I've just made a fresh installation of the texlive 2018, and have lualatex issue, but not pdflatex. Here a MWE :
documentclass{article}
begin{document}
essai
end{document}
with pdflatex
it works fine and the log file is :
This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018) (preloaded format=pdflatex 2018.9.30) 30 SEP 2018 17:15
entering extended mode
restricted write18 enabled.
%&-line parsing enabled.
**bob.tex
(./bob.tex
LaTeX2e <2018-04-01> patch level 5
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/article.cls
Document Class: article 2014/09/29 v1.4h Standard LaTeX document class
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/size10.clo
File: size10.clo 2014/09/29 v1.4h Standard LaTeX file (size option)
)
c@part=count80
c@section=count81
c@subsection=count82
c@subsubsection=count83
c@paragraph=count84
c@subparagraph=count85
c@figure=count86
c@table=count87
abovecaptionskip=skip41
belowcaptionskip=skip42
bibindent=dimen102
)
No file bob.aux.
openout1 = `bob.aux'.
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 3.
LaTeX Font Info: ... okay on input line 3.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 3.
LaTeX Font Info: ... okay on input line 3.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 3.
LaTeX Font Info: ... okay on input line 3.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 3.
LaTeX Font Info: ... okay on input line 3.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 3.
LaTeX Font Info: ... okay on input line 3.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 3.
LaTeX Font Info: ... okay on input line 3.
[1
{/usr/local/texlive/2018/texmf-var/fonts/map/pdftex/updmap/pdftex.map}]
(./bob.aux) )
Here is how much of TeX's memory you used:
199 strings out of 493875
2116 string characters out of 6162474
55862 words of memory out of 5000000
3973 multiletter control sequences out of 15000+600000
3640 words of font info for 14 fonts, out of 8000000 for 9000
497 hyphenation exceptions out of 8191
23i,4n,17p,111b,107s stack positions out of 5000i,500n,10000p,200000b,80000s
</usr/local/texlive/2018/texmf-dist/fonts/type1/public/amsfonts/cm
/cmr10.pfb>
Output written on bob.pdf (1 page, 11015 bytes).
PDF statistics:
12 PDF objects out of 1000 (max. 8388607)
7 compressed objects within 1 object stream
0 named destinations out of 1000 (max. 500000)
1 words of extra memory for PDF output out of 10000 (max. 10000000)
with lualatex
not output and the log file is :
This is LuaTeX, Version 1.07.0 (TeX Live 2018) (format=lualatex 2018.9.30) 30 SEP 2018 17:17
restricted system commands enabled.
**bob.tex
(./bob.tex
LaTeX2e <2018-04-01> patch level 5
Lua module: luaotfload-main 2018/09/24 2.90001 OpenType layout system.
Lua module: lualibs 2018-09-21 2.6 ConTeXt Lua standard libraries.
Lua module: lualibs-extended 2018-09-21 2.6 ConTeXt Lua libraries -- extended co
llection.
And here is the profile.texlive
file :
# texlive.profile written on Sun Sep 30 14:17:13 2018 UTC
# It will NOT be updated and reflects only the
# installation profile at installation time.
selected_scheme scheme-custom
TEXDIR /usr/local/texlive/2018
TEXMFCONFIG $TEXMFSYSCONFIG
TEXMFHOME $TEXMFLOCAL
TEXMFLOCAL /usr/local/texlive/texmf-local
TEXMFSYSCONFIG /usr/local/texlive/2018/texmf-config
TEXMFSYSVAR /usr/local/texlive/2018/texmf-var
TEXMFVAR $TEXMFSYSVAR
binary_x86_64-linux 1
collection-basic 1
collection-binextra 1
collection-context 1
collection-fontsextra 1
collection-fontsrecommended 1
collection-fontutils 1
collection-formatsextra 1
collection-games 1
collection-langcjk 1
collection-langcyrillic 1
collection-langenglish 1
collection-langfrench 1
collection-langgerman 1
collection-langgreek 1
collection-latex 1
collection-latexextra 1
collection-latexrecommended 1
collection-luatex 1
collection-mathscience 1
collection-metapost 1
collection-pictures 1
collection-plaingeneric 1
instopt_adjustpath 1
instopt_adjustrepo 1
instopt_letter 0
instopt_portable 0
instopt_write18_restricted 1
tlpdbopt_autobackup 1
tlpdbopt_backupdir tlpkg/backups
tlpdbopt_create_formats 1
tlpdbopt_desktop_integration 0
tlpdbopt_file_assocs 0
tlpdbopt_generate_updmap 0
tlpdbopt_install_docfiles 1
tlpdbopt_install_srcfiles 1
tlpdbopt_post_code 1
tlpdbopt_sys_bin /usr/local/bin
tlpdbopt_sys_info /usr/local/share/info
tlpdbopt_sys_man /usr/local/share/man
tlpdbopt_w32_multi_user 0
texlive-2018
bumped to the homepage by Community♦ 3 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
|
show 5 more comments
up vote
0
down vote
favorite
I've just made a fresh installation of the texlive 2018, and have lualatex issue, but not pdflatex. Here a MWE :
documentclass{article}
begin{document}
essai
end{document}
with pdflatex
it works fine and the log file is :
This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018) (preloaded format=pdflatex 2018.9.30) 30 SEP 2018 17:15
entering extended mode
restricted write18 enabled.
%&-line parsing enabled.
**bob.tex
(./bob.tex
LaTeX2e <2018-04-01> patch level 5
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/article.cls
Document Class: article 2014/09/29 v1.4h Standard LaTeX document class
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/size10.clo
File: size10.clo 2014/09/29 v1.4h Standard LaTeX file (size option)
)
c@part=count80
c@section=count81
c@subsection=count82
c@subsubsection=count83
c@paragraph=count84
c@subparagraph=count85
c@figure=count86
c@table=count87
abovecaptionskip=skip41
belowcaptionskip=skip42
bibindent=dimen102
)
No file bob.aux.
openout1 = `bob.aux'.
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 3.
LaTeX Font Info: ... okay on input line 3.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 3.
LaTeX Font Info: ... okay on input line 3.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 3.
LaTeX Font Info: ... okay on input line 3.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 3.
LaTeX Font Info: ... okay on input line 3.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 3.
LaTeX Font Info: ... okay on input line 3.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 3.
LaTeX Font Info: ... okay on input line 3.
[1
{/usr/local/texlive/2018/texmf-var/fonts/map/pdftex/updmap/pdftex.map}]
(./bob.aux) )
Here is how much of TeX's memory you used:
199 strings out of 493875
2116 string characters out of 6162474
55862 words of memory out of 5000000
3973 multiletter control sequences out of 15000+600000
3640 words of font info for 14 fonts, out of 8000000 for 9000
497 hyphenation exceptions out of 8191
23i,4n,17p,111b,107s stack positions out of 5000i,500n,10000p,200000b,80000s
</usr/local/texlive/2018/texmf-dist/fonts/type1/public/amsfonts/cm
/cmr10.pfb>
Output written on bob.pdf (1 page, 11015 bytes).
PDF statistics:
12 PDF objects out of 1000 (max. 8388607)
7 compressed objects within 1 object stream
0 named destinations out of 1000 (max. 500000)
1 words of extra memory for PDF output out of 10000 (max. 10000000)
with lualatex
not output and the log file is :
This is LuaTeX, Version 1.07.0 (TeX Live 2018) (format=lualatex 2018.9.30) 30 SEP 2018 17:17
restricted system commands enabled.
**bob.tex
(./bob.tex
LaTeX2e <2018-04-01> patch level 5
Lua module: luaotfload-main 2018/09/24 2.90001 OpenType layout system.
Lua module: lualibs 2018-09-21 2.6 ConTeXt Lua standard libraries.
Lua module: lualibs-extended 2018-09-21 2.6 ConTeXt Lua libraries -- extended co
llection.
And here is the profile.texlive
file :
# texlive.profile written on Sun Sep 30 14:17:13 2018 UTC
# It will NOT be updated and reflects only the
# installation profile at installation time.
selected_scheme scheme-custom
TEXDIR /usr/local/texlive/2018
TEXMFCONFIG $TEXMFSYSCONFIG
TEXMFHOME $TEXMFLOCAL
TEXMFLOCAL /usr/local/texlive/texmf-local
TEXMFSYSCONFIG /usr/local/texlive/2018/texmf-config
TEXMFSYSVAR /usr/local/texlive/2018/texmf-var
TEXMFVAR $TEXMFSYSVAR
binary_x86_64-linux 1
collection-basic 1
collection-binextra 1
collection-context 1
collection-fontsextra 1
collection-fontsrecommended 1
collection-fontutils 1
collection-formatsextra 1
collection-games 1
collection-langcjk 1
collection-langcyrillic 1
collection-langenglish 1
collection-langfrench 1
collection-langgerman 1
collection-langgreek 1
collection-latex 1
collection-latexextra 1
collection-latexrecommended 1
collection-luatex 1
collection-mathscience 1
collection-metapost 1
collection-pictures 1
collection-plaingeneric 1
instopt_adjustpath 1
instopt_adjustrepo 1
instopt_letter 0
instopt_portable 0
instopt_write18_restricted 1
tlpdbopt_autobackup 1
tlpdbopt_backupdir tlpkg/backups
tlpdbopt_create_formats 1
tlpdbopt_desktop_integration 0
tlpdbopt_file_assocs 0
tlpdbopt_generate_updmap 0
tlpdbopt_install_docfiles 1
tlpdbopt_install_srcfiles 1
tlpdbopt_post_code 1
tlpdbopt_sys_bin /usr/local/bin
tlpdbopt_sys_info /usr/local/share/info
tlpdbopt_sys_man /usr/local/share/man
tlpdbopt_w32_multi_user 0
texlive-2018
bumped to the homepage by Community♦ 3 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Does a plain LuaTeX document compile (or even astarttext Astoptext
with context)?
– TeXnician
Sep 30 at 16:07
@TeXnician starttext Astoptext with context works, plain tex file compiled with luatex works.
– Tarass
Sep 30 at 16:13
the log should start like ./aa933.tex LaTeX2e <2018-12-01> pre-release-6 Lua module: luaotfload-main 2018/09/24 2.90001 OpenType layout system. Lua module: lualibs 2018-09-21 2.6 ConTeXt Lua standard libraries. Lua module: lualibs-extended 2018-09-21 2.6 ConTeXt Lua libraries -- extended co llection. luaotfload | conf : Root cache directory is /usr/local/texlive/2018/texmf-var/lu atex-cache/generic/names.
– David Carlisle
Sep 30 at 16:36
so it is probably having problems rebuilding your font cache, did it actually quit or was it taking a long time and you killed it?
– David Carlisle
Sep 30 at 16:37
Can you run on a command lineluaotfload-tool -u
to update the font database? (add if needed -v to see a few messages).
– Ulrike Fischer
Sep 30 at 16:49
|
show 5 more comments
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I've just made a fresh installation of the texlive 2018, and have lualatex issue, but not pdflatex. Here a MWE :
documentclass{article}
begin{document}
essai
end{document}
with pdflatex
it works fine and the log file is :
This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018) (preloaded format=pdflatex 2018.9.30) 30 SEP 2018 17:15
entering extended mode
restricted write18 enabled.
%&-line parsing enabled.
**bob.tex
(./bob.tex
LaTeX2e <2018-04-01> patch level 5
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/article.cls
Document Class: article 2014/09/29 v1.4h Standard LaTeX document class
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/size10.clo
File: size10.clo 2014/09/29 v1.4h Standard LaTeX file (size option)
)
c@part=count80
c@section=count81
c@subsection=count82
c@subsubsection=count83
c@paragraph=count84
c@subparagraph=count85
c@figure=count86
c@table=count87
abovecaptionskip=skip41
belowcaptionskip=skip42
bibindent=dimen102
)
No file bob.aux.
openout1 = `bob.aux'.
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 3.
LaTeX Font Info: ... okay on input line 3.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 3.
LaTeX Font Info: ... okay on input line 3.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 3.
LaTeX Font Info: ... okay on input line 3.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 3.
LaTeX Font Info: ... okay on input line 3.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 3.
LaTeX Font Info: ... okay on input line 3.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 3.
LaTeX Font Info: ... okay on input line 3.
[1
{/usr/local/texlive/2018/texmf-var/fonts/map/pdftex/updmap/pdftex.map}]
(./bob.aux) )
Here is how much of TeX's memory you used:
199 strings out of 493875
2116 string characters out of 6162474
55862 words of memory out of 5000000
3973 multiletter control sequences out of 15000+600000
3640 words of font info for 14 fonts, out of 8000000 for 9000
497 hyphenation exceptions out of 8191
23i,4n,17p,111b,107s stack positions out of 5000i,500n,10000p,200000b,80000s
</usr/local/texlive/2018/texmf-dist/fonts/type1/public/amsfonts/cm
/cmr10.pfb>
Output written on bob.pdf (1 page, 11015 bytes).
PDF statistics:
12 PDF objects out of 1000 (max. 8388607)
7 compressed objects within 1 object stream
0 named destinations out of 1000 (max. 500000)
1 words of extra memory for PDF output out of 10000 (max. 10000000)
with lualatex
not output and the log file is :
This is LuaTeX, Version 1.07.0 (TeX Live 2018) (format=lualatex 2018.9.30) 30 SEP 2018 17:17
restricted system commands enabled.
**bob.tex
(./bob.tex
LaTeX2e <2018-04-01> patch level 5
Lua module: luaotfload-main 2018/09/24 2.90001 OpenType layout system.
Lua module: lualibs 2018-09-21 2.6 ConTeXt Lua standard libraries.
Lua module: lualibs-extended 2018-09-21 2.6 ConTeXt Lua libraries -- extended co
llection.
And here is the profile.texlive
file :
# texlive.profile written on Sun Sep 30 14:17:13 2018 UTC
# It will NOT be updated and reflects only the
# installation profile at installation time.
selected_scheme scheme-custom
TEXDIR /usr/local/texlive/2018
TEXMFCONFIG $TEXMFSYSCONFIG
TEXMFHOME $TEXMFLOCAL
TEXMFLOCAL /usr/local/texlive/texmf-local
TEXMFSYSCONFIG /usr/local/texlive/2018/texmf-config
TEXMFSYSVAR /usr/local/texlive/2018/texmf-var
TEXMFVAR $TEXMFSYSVAR
binary_x86_64-linux 1
collection-basic 1
collection-binextra 1
collection-context 1
collection-fontsextra 1
collection-fontsrecommended 1
collection-fontutils 1
collection-formatsextra 1
collection-games 1
collection-langcjk 1
collection-langcyrillic 1
collection-langenglish 1
collection-langfrench 1
collection-langgerman 1
collection-langgreek 1
collection-latex 1
collection-latexextra 1
collection-latexrecommended 1
collection-luatex 1
collection-mathscience 1
collection-metapost 1
collection-pictures 1
collection-plaingeneric 1
instopt_adjustpath 1
instopt_adjustrepo 1
instopt_letter 0
instopt_portable 0
instopt_write18_restricted 1
tlpdbopt_autobackup 1
tlpdbopt_backupdir tlpkg/backups
tlpdbopt_create_formats 1
tlpdbopt_desktop_integration 0
tlpdbopt_file_assocs 0
tlpdbopt_generate_updmap 0
tlpdbopt_install_docfiles 1
tlpdbopt_install_srcfiles 1
tlpdbopt_post_code 1
tlpdbopt_sys_bin /usr/local/bin
tlpdbopt_sys_info /usr/local/share/info
tlpdbopt_sys_man /usr/local/share/man
tlpdbopt_w32_multi_user 0
texlive-2018
I've just made a fresh installation of the texlive 2018, and have lualatex issue, but not pdflatex. Here a MWE :
documentclass{article}
begin{document}
essai
end{document}
with pdflatex
it works fine and the log file is :
This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018) (preloaded format=pdflatex 2018.9.30) 30 SEP 2018 17:15
entering extended mode
restricted write18 enabled.
%&-line parsing enabled.
**bob.tex
(./bob.tex
LaTeX2e <2018-04-01> patch level 5
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/article.cls
Document Class: article 2014/09/29 v1.4h Standard LaTeX document class
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/size10.clo
File: size10.clo 2014/09/29 v1.4h Standard LaTeX file (size option)
)
c@part=count80
c@section=count81
c@subsection=count82
c@subsubsection=count83
c@paragraph=count84
c@subparagraph=count85
c@figure=count86
c@table=count87
abovecaptionskip=skip41
belowcaptionskip=skip42
bibindent=dimen102
)
No file bob.aux.
openout1 = `bob.aux'.
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 3.
LaTeX Font Info: ... okay on input line 3.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 3.
LaTeX Font Info: ... okay on input line 3.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 3.
LaTeX Font Info: ... okay on input line 3.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 3.
LaTeX Font Info: ... okay on input line 3.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 3.
LaTeX Font Info: ... okay on input line 3.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 3.
LaTeX Font Info: ... okay on input line 3.
[1
{/usr/local/texlive/2018/texmf-var/fonts/map/pdftex/updmap/pdftex.map}]
(./bob.aux) )
Here is how much of TeX's memory you used:
199 strings out of 493875
2116 string characters out of 6162474
55862 words of memory out of 5000000
3973 multiletter control sequences out of 15000+600000
3640 words of font info for 14 fonts, out of 8000000 for 9000
497 hyphenation exceptions out of 8191
23i,4n,17p,111b,107s stack positions out of 5000i,500n,10000p,200000b,80000s
</usr/local/texlive/2018/texmf-dist/fonts/type1/public/amsfonts/cm
/cmr10.pfb>
Output written on bob.pdf (1 page, 11015 bytes).
PDF statistics:
12 PDF objects out of 1000 (max. 8388607)
7 compressed objects within 1 object stream
0 named destinations out of 1000 (max. 500000)
1 words of extra memory for PDF output out of 10000 (max. 10000000)
with lualatex
not output and the log file is :
This is LuaTeX, Version 1.07.0 (TeX Live 2018) (format=lualatex 2018.9.30) 30 SEP 2018 17:17
restricted system commands enabled.
**bob.tex
(./bob.tex
LaTeX2e <2018-04-01> patch level 5
Lua module: luaotfload-main 2018/09/24 2.90001 OpenType layout system.
Lua module: lualibs 2018-09-21 2.6 ConTeXt Lua standard libraries.
Lua module: lualibs-extended 2018-09-21 2.6 ConTeXt Lua libraries -- extended co
llection.
And here is the profile.texlive
file :
# texlive.profile written on Sun Sep 30 14:17:13 2018 UTC
# It will NOT be updated and reflects only the
# installation profile at installation time.
selected_scheme scheme-custom
TEXDIR /usr/local/texlive/2018
TEXMFCONFIG $TEXMFSYSCONFIG
TEXMFHOME $TEXMFLOCAL
TEXMFLOCAL /usr/local/texlive/texmf-local
TEXMFSYSCONFIG /usr/local/texlive/2018/texmf-config
TEXMFSYSVAR /usr/local/texlive/2018/texmf-var
TEXMFVAR $TEXMFSYSVAR
binary_x86_64-linux 1
collection-basic 1
collection-binextra 1
collection-context 1
collection-fontsextra 1
collection-fontsrecommended 1
collection-fontutils 1
collection-formatsextra 1
collection-games 1
collection-langcjk 1
collection-langcyrillic 1
collection-langenglish 1
collection-langfrench 1
collection-langgerman 1
collection-langgreek 1
collection-latex 1
collection-latexextra 1
collection-latexrecommended 1
collection-luatex 1
collection-mathscience 1
collection-metapost 1
collection-pictures 1
collection-plaingeneric 1
instopt_adjustpath 1
instopt_adjustrepo 1
instopt_letter 0
instopt_portable 0
instopt_write18_restricted 1
tlpdbopt_autobackup 1
tlpdbopt_backupdir tlpkg/backups
tlpdbopt_create_formats 1
tlpdbopt_desktop_integration 0
tlpdbopt_file_assocs 0
tlpdbopt_generate_updmap 0
tlpdbopt_install_docfiles 1
tlpdbopt_install_srcfiles 1
tlpdbopt_post_code 1
tlpdbopt_sys_bin /usr/local/bin
tlpdbopt_sys_info /usr/local/share/info
tlpdbopt_sys_man /usr/local/share/man
tlpdbopt_w32_multi_user 0
texlive-2018
texlive-2018
edited Sep 30 at 15:27
asked Sep 30 at 15:19
Tarass
11.2k42576
11.2k42576
bumped to the homepage by Community♦ 3 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 3 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Does a plain LuaTeX document compile (or even astarttext Astoptext
with context)?
– TeXnician
Sep 30 at 16:07
@TeXnician starttext Astoptext with context works, plain tex file compiled with luatex works.
– Tarass
Sep 30 at 16:13
the log should start like ./aa933.tex LaTeX2e <2018-12-01> pre-release-6 Lua module: luaotfload-main 2018/09/24 2.90001 OpenType layout system. Lua module: lualibs 2018-09-21 2.6 ConTeXt Lua standard libraries. Lua module: lualibs-extended 2018-09-21 2.6 ConTeXt Lua libraries -- extended co llection. luaotfload | conf : Root cache directory is /usr/local/texlive/2018/texmf-var/lu atex-cache/generic/names.
– David Carlisle
Sep 30 at 16:36
so it is probably having problems rebuilding your font cache, did it actually quit or was it taking a long time and you killed it?
– David Carlisle
Sep 30 at 16:37
Can you run on a command lineluaotfload-tool -u
to update the font database? (add if needed -v to see a few messages).
– Ulrike Fischer
Sep 30 at 16:49
|
show 5 more comments
Does a plain LuaTeX document compile (or even astarttext Astoptext
with context)?
– TeXnician
Sep 30 at 16:07
@TeXnician starttext Astoptext with context works, plain tex file compiled with luatex works.
– Tarass
Sep 30 at 16:13
the log should start like ./aa933.tex LaTeX2e <2018-12-01> pre-release-6 Lua module: luaotfload-main 2018/09/24 2.90001 OpenType layout system. Lua module: lualibs 2018-09-21 2.6 ConTeXt Lua standard libraries. Lua module: lualibs-extended 2018-09-21 2.6 ConTeXt Lua libraries -- extended co llection. luaotfload | conf : Root cache directory is /usr/local/texlive/2018/texmf-var/lu atex-cache/generic/names.
– David Carlisle
Sep 30 at 16:36
so it is probably having problems rebuilding your font cache, did it actually quit or was it taking a long time and you killed it?
– David Carlisle
Sep 30 at 16:37
Can you run on a command lineluaotfload-tool -u
to update the font database? (add if needed -v to see a few messages).
– Ulrike Fischer
Sep 30 at 16:49
Does a plain LuaTeX document compile (or even a
starttext Astoptext
with context)?– TeXnician
Sep 30 at 16:07
Does a plain LuaTeX document compile (or even a
starttext Astoptext
with context)?– TeXnician
Sep 30 at 16:07
@TeXnician starttext Astoptext with context works, plain tex file compiled with luatex works.
– Tarass
Sep 30 at 16:13
@TeXnician starttext Astoptext with context works, plain tex file compiled with luatex works.
– Tarass
Sep 30 at 16:13
the log should start like ./aa933.tex LaTeX2e <2018-12-01> pre-release-6 Lua module: luaotfload-main 2018/09/24 2.90001 OpenType layout system. Lua module: lualibs 2018-09-21 2.6 ConTeXt Lua standard libraries. Lua module: lualibs-extended 2018-09-21 2.6 ConTeXt Lua libraries -- extended co llection. luaotfload | conf : Root cache directory is /usr/local/texlive/2018/texmf-var/lu atex-cache/generic/names.
– David Carlisle
Sep 30 at 16:36
the log should start like ./aa933.tex LaTeX2e <2018-12-01> pre-release-6 Lua module: luaotfload-main 2018/09/24 2.90001 OpenType layout system. Lua module: lualibs 2018-09-21 2.6 ConTeXt Lua standard libraries. Lua module: lualibs-extended 2018-09-21 2.6 ConTeXt Lua libraries -- extended co llection. luaotfload | conf : Root cache directory is /usr/local/texlive/2018/texmf-var/lu atex-cache/generic/names.
– David Carlisle
Sep 30 at 16:36
so it is probably having problems rebuilding your font cache, did it actually quit or was it taking a long time and you killed it?
– David Carlisle
Sep 30 at 16:37
so it is probably having problems rebuilding your font cache, did it actually quit or was it taking a long time and you killed it?
– David Carlisle
Sep 30 at 16:37
Can you run on a command line
luaotfload-tool -u
to update the font database? (add if needed -v to see a few messages).– Ulrike Fischer
Sep 30 at 16:49
Can you run on a command line
luaotfload-tool -u
to update the font database? (add if needed -v to see a few messages).– Ulrike Fischer
Sep 30 at 16:49
|
show 5 more comments
1 Answer
1
active
oldest
votes
up vote
0
down vote
I tried a new install with the same texlive.profile and it fails on the same problem.
I successfully made a new install with this texlive.profile. Maybe someone can understand why the previous fails.
# texlive.profile written on Sun Sep 30 20:46:10 2018 UTC
# It will NOT be updated and reflects only the
# installation profile at installation time.
selected_scheme scheme-custom
TEXDIR /usr/local/texlive/2018
TEXMFCONFIG ~/.texlive2018/texmf-config
TEXMFHOME ~/texmf
TEXMFLOCAL /usr/local/texlive/texmf-local
TEXMFSYSCONFIG /usr/local/texlive/2018/texmf-config
TEXMFSYSVAR /usr/local/texlive/2018/texmf-var
TEXMFVAR ~/.texlive2018/texmf-var
binary_x86_64-linux 1
collection-basic 1
collection-bibtexextra 1
collection-binextra 1
collection-context 1
collection-fontsextra 1
collection-fontsrecommended 1
collection-fontutils 1
collection-formatsextra 1
collection-games 1
collection-humanities 1
collection-langcyrillic 1
collection-langenglish 1
collection-langfrench 1
collection-langgerman 1
collection-langgreek 1
collection-latex 1
collection-latexextra 1
collection-latexrecommended 1
collection-luatex 1
collection-mathscience 1
collection-metapost 1
collection-pictures 1
collection-plaingeneric 1
collection-xetex 1
instopt_adjustpath 1
instopt_adjustrepo 1
instopt_letter 0
instopt_portable 0
instopt_write18_restricted 1
tlpdbopt_autobackup 1
tlpdbopt_backupdir tlpkg/backups
tlpdbopt_create_formats 1
tlpdbopt_desktop_integration 1
tlpdbopt_file_assocs 1
tlpdbopt_generate_updmap 0
tlpdbopt_install_docfiles 1
tlpdbopt_install_srcfiles 1
tlpdbopt_post_code 1
tlpdbopt_sys_bin /usr/local/bin
tlpdbopt_sys_info /usr/local/share/info
tlpdbopt_sys_man /usr/local/share/man
tlpdbopt_w32_multi_user 1
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
I tried a new install with the same texlive.profile and it fails on the same problem.
I successfully made a new install with this texlive.profile. Maybe someone can understand why the previous fails.
# texlive.profile written on Sun Sep 30 20:46:10 2018 UTC
# It will NOT be updated and reflects only the
# installation profile at installation time.
selected_scheme scheme-custom
TEXDIR /usr/local/texlive/2018
TEXMFCONFIG ~/.texlive2018/texmf-config
TEXMFHOME ~/texmf
TEXMFLOCAL /usr/local/texlive/texmf-local
TEXMFSYSCONFIG /usr/local/texlive/2018/texmf-config
TEXMFSYSVAR /usr/local/texlive/2018/texmf-var
TEXMFVAR ~/.texlive2018/texmf-var
binary_x86_64-linux 1
collection-basic 1
collection-bibtexextra 1
collection-binextra 1
collection-context 1
collection-fontsextra 1
collection-fontsrecommended 1
collection-fontutils 1
collection-formatsextra 1
collection-games 1
collection-humanities 1
collection-langcyrillic 1
collection-langenglish 1
collection-langfrench 1
collection-langgerman 1
collection-langgreek 1
collection-latex 1
collection-latexextra 1
collection-latexrecommended 1
collection-luatex 1
collection-mathscience 1
collection-metapost 1
collection-pictures 1
collection-plaingeneric 1
collection-xetex 1
instopt_adjustpath 1
instopt_adjustrepo 1
instopt_letter 0
instopt_portable 0
instopt_write18_restricted 1
tlpdbopt_autobackup 1
tlpdbopt_backupdir tlpkg/backups
tlpdbopt_create_formats 1
tlpdbopt_desktop_integration 1
tlpdbopt_file_assocs 1
tlpdbopt_generate_updmap 0
tlpdbopt_install_docfiles 1
tlpdbopt_install_srcfiles 1
tlpdbopt_post_code 1
tlpdbopt_sys_bin /usr/local/bin
tlpdbopt_sys_info /usr/local/share/info
tlpdbopt_sys_man /usr/local/share/man
tlpdbopt_w32_multi_user 1
add a comment |
up vote
0
down vote
I tried a new install with the same texlive.profile and it fails on the same problem.
I successfully made a new install with this texlive.profile. Maybe someone can understand why the previous fails.
# texlive.profile written on Sun Sep 30 20:46:10 2018 UTC
# It will NOT be updated and reflects only the
# installation profile at installation time.
selected_scheme scheme-custom
TEXDIR /usr/local/texlive/2018
TEXMFCONFIG ~/.texlive2018/texmf-config
TEXMFHOME ~/texmf
TEXMFLOCAL /usr/local/texlive/texmf-local
TEXMFSYSCONFIG /usr/local/texlive/2018/texmf-config
TEXMFSYSVAR /usr/local/texlive/2018/texmf-var
TEXMFVAR ~/.texlive2018/texmf-var
binary_x86_64-linux 1
collection-basic 1
collection-bibtexextra 1
collection-binextra 1
collection-context 1
collection-fontsextra 1
collection-fontsrecommended 1
collection-fontutils 1
collection-formatsextra 1
collection-games 1
collection-humanities 1
collection-langcyrillic 1
collection-langenglish 1
collection-langfrench 1
collection-langgerman 1
collection-langgreek 1
collection-latex 1
collection-latexextra 1
collection-latexrecommended 1
collection-luatex 1
collection-mathscience 1
collection-metapost 1
collection-pictures 1
collection-plaingeneric 1
collection-xetex 1
instopt_adjustpath 1
instopt_adjustrepo 1
instopt_letter 0
instopt_portable 0
instopt_write18_restricted 1
tlpdbopt_autobackup 1
tlpdbopt_backupdir tlpkg/backups
tlpdbopt_create_formats 1
tlpdbopt_desktop_integration 1
tlpdbopt_file_assocs 1
tlpdbopt_generate_updmap 0
tlpdbopt_install_docfiles 1
tlpdbopt_install_srcfiles 1
tlpdbopt_post_code 1
tlpdbopt_sys_bin /usr/local/bin
tlpdbopt_sys_info /usr/local/share/info
tlpdbopt_sys_man /usr/local/share/man
tlpdbopt_w32_multi_user 1
add a comment |
up vote
0
down vote
up vote
0
down vote
I tried a new install with the same texlive.profile and it fails on the same problem.
I successfully made a new install with this texlive.profile. Maybe someone can understand why the previous fails.
# texlive.profile written on Sun Sep 30 20:46:10 2018 UTC
# It will NOT be updated and reflects only the
# installation profile at installation time.
selected_scheme scheme-custom
TEXDIR /usr/local/texlive/2018
TEXMFCONFIG ~/.texlive2018/texmf-config
TEXMFHOME ~/texmf
TEXMFLOCAL /usr/local/texlive/texmf-local
TEXMFSYSCONFIG /usr/local/texlive/2018/texmf-config
TEXMFSYSVAR /usr/local/texlive/2018/texmf-var
TEXMFVAR ~/.texlive2018/texmf-var
binary_x86_64-linux 1
collection-basic 1
collection-bibtexextra 1
collection-binextra 1
collection-context 1
collection-fontsextra 1
collection-fontsrecommended 1
collection-fontutils 1
collection-formatsextra 1
collection-games 1
collection-humanities 1
collection-langcyrillic 1
collection-langenglish 1
collection-langfrench 1
collection-langgerman 1
collection-langgreek 1
collection-latex 1
collection-latexextra 1
collection-latexrecommended 1
collection-luatex 1
collection-mathscience 1
collection-metapost 1
collection-pictures 1
collection-plaingeneric 1
collection-xetex 1
instopt_adjustpath 1
instopt_adjustrepo 1
instopt_letter 0
instopt_portable 0
instopt_write18_restricted 1
tlpdbopt_autobackup 1
tlpdbopt_backupdir tlpkg/backups
tlpdbopt_create_formats 1
tlpdbopt_desktop_integration 1
tlpdbopt_file_assocs 1
tlpdbopt_generate_updmap 0
tlpdbopt_install_docfiles 1
tlpdbopt_install_srcfiles 1
tlpdbopt_post_code 1
tlpdbopt_sys_bin /usr/local/bin
tlpdbopt_sys_info /usr/local/share/info
tlpdbopt_sys_man /usr/local/share/man
tlpdbopt_w32_multi_user 1
I tried a new install with the same texlive.profile and it fails on the same problem.
I successfully made a new install with this texlive.profile. Maybe someone can understand why the previous fails.
# texlive.profile written on Sun Sep 30 20:46:10 2018 UTC
# It will NOT be updated and reflects only the
# installation profile at installation time.
selected_scheme scheme-custom
TEXDIR /usr/local/texlive/2018
TEXMFCONFIG ~/.texlive2018/texmf-config
TEXMFHOME ~/texmf
TEXMFLOCAL /usr/local/texlive/texmf-local
TEXMFSYSCONFIG /usr/local/texlive/2018/texmf-config
TEXMFSYSVAR /usr/local/texlive/2018/texmf-var
TEXMFVAR ~/.texlive2018/texmf-var
binary_x86_64-linux 1
collection-basic 1
collection-bibtexextra 1
collection-binextra 1
collection-context 1
collection-fontsextra 1
collection-fontsrecommended 1
collection-fontutils 1
collection-formatsextra 1
collection-games 1
collection-humanities 1
collection-langcyrillic 1
collection-langenglish 1
collection-langfrench 1
collection-langgerman 1
collection-langgreek 1
collection-latex 1
collection-latexextra 1
collection-latexrecommended 1
collection-luatex 1
collection-mathscience 1
collection-metapost 1
collection-pictures 1
collection-plaingeneric 1
collection-xetex 1
instopt_adjustpath 1
instopt_adjustrepo 1
instopt_letter 0
instopt_portable 0
instopt_write18_restricted 1
tlpdbopt_autobackup 1
tlpdbopt_backupdir tlpkg/backups
tlpdbopt_create_formats 1
tlpdbopt_desktop_integration 1
tlpdbopt_file_assocs 1
tlpdbopt_generate_updmap 0
tlpdbopt_install_docfiles 1
tlpdbopt_install_srcfiles 1
tlpdbopt_post_code 1
tlpdbopt_sys_bin /usr/local/bin
tlpdbopt_sys_info /usr/local/share/info
tlpdbopt_sys_man /usr/local/share/man
tlpdbopt_w32_multi_user 1
answered Oct 1 at 2:56
Tarass
11.2k42576
11.2k42576
add a comment |
add a comment |
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f453205%2ffresh-texlive-2018-installation-problem%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Does a plain LuaTeX document compile (or even a
starttext Astoptext
with context)?– TeXnician
Sep 30 at 16:07
@TeXnician starttext Astoptext with context works, plain tex file compiled with luatex works.
– Tarass
Sep 30 at 16:13
the log should start like ./aa933.tex LaTeX2e <2018-12-01> pre-release-6 Lua module: luaotfload-main 2018/09/24 2.90001 OpenType layout system. Lua module: lualibs 2018-09-21 2.6 ConTeXt Lua standard libraries. Lua module: lualibs-extended 2018-09-21 2.6 ConTeXt Lua libraries -- extended co llection. luaotfload | conf : Root cache directory is /usr/local/texlive/2018/texmf-var/lu atex-cache/generic/names.
– David Carlisle
Sep 30 at 16:36
so it is probably having problems rebuilding your font cache, did it actually quit or was it taking a long time and you killed it?
– David Carlisle
Sep 30 at 16:37
Can you run on a command line
luaotfload-tool -u
to update the font database? (add if needed -v to see a few messages).– Ulrike Fischer
Sep 30 at 16:49