moemyself3 / msthesis

Pipeline for variable star detection and eclipsing binary characterization
http://github.com/moemyself3/lightcurator
3 stars 0 forks source link

Make fails on Ubuntu 18.04.3 LTS #7

Open rcamuccio opened 5 years ago

rcamuccio commented 5 years ago

I've downloaded and extracted the repository on my local machine. In the directory /msthesis-master I run make and get the following as the output:

pdflatex -shell-escape -halt-on-error -quiet -output-directory obj main
pdflatex: unrecognized option '-quiet'
This is pdfTeX, Version 3.14159265-2.6-1.40.18 (TeX Live 2017/Debian) (preloaded format=pdflatex)
 \write18 enabled.
entering extended mode
(./main.tex
LaTeX2e <2017-04-15>
Babel <3.18> and hyphenation patterns for 3 language(s) loaded.
(./UTRGVthesis.cls
Document Class: UTRGVthesis 2016/09/01 UTRGV Theses and Dissertations
(/usr/share/texlive/texmf-dist/tex/latex/psnfss/mathptmx.sty)
(/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty
(/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def)
kpathsea: Running mktextfm ecrm1000
/usr/share/texlive/texmf-dist/web2c/mktexnam: Could not map source abbreviation  for ecrm1000.
/usr/share/texlive/texmf-dist/web2c/mktexnam: Need to update ?
mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input ecrm1000
This is METAFONT, Version 2.7182818 (TeX Live 2017/Debian) (preloaded base=mf)

kpathsea: Running mktexmf ecrm1000
! I can't find file `ecrm1000'.
<*> ...ljfour; mag:=1; nonstopmode; input ecrm1000

Please type another input file name
! Emergency stop.
<*> ...ljfour; mag:=1; nonstopmode; input ecrm1000

Transcript written on mfput.log.
grep: ecrm1000.log: No such file or directory
mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input ecrm1000' failed to make ecrm1000.tfm.
kpathsea: Appending font creation commands to missfont.log.

! Font T1/cmr/m/n/10=ecrm1000 at 10.0pt not loadable: Metric (TFM) file not fou
nd.
<to be read again> 
                   relax 
l.105 \fontencoding\encodingdefault\selectfont

!  ==> Fatal error occurred, no output PDF file produced!
Transcript written on obj/main.log.
makefile:82: recipe for target 'obj/main.aux' failed
make: *** [obj/main.aux] Error 1

This could very well be an issue on my end with either the compiler or the font package. However, I figured the issue might pop up somewhere else, so this is for the record.

moemyself3 commented 5 years ago

@rcamuccio According to the log the critical error is that TeX couldn't find file ecrm1000. According to a thread I found here: https://tex.stackexchange.com/questions/328232/what-is-this-mysterious-ecrm1000-missing-file

They resolved a similar issue by running:

tlmgr install collection-fontsrecommended