[SOLVED] Latex error in bigDFT

option, parallelism,...

Moderators: fgoudreault, mcote

Forum rules
Please have a look at ~abinit/doc/config/build-config.ac in the source package for detailed and up-to-date information about the configuration of Abinit 8 builds.
For a video explanation on how to build Abinit 7.x for Linux, please go to: http://www.youtube.com/watch?v=DppLQ-KQA68.
IMPORTANT: when an answer solves your problem, please check the little green V-like button on its upper-right corner to accept it.
Locked
nardis_miles
Posts: 3
Joined: Thu Oct 18, 2012 1:55 am

[SOLVED] Latex error in bigDFT

Post by nardis_miles » Thu Oct 18, 2012 2:00 am

I'm in the middle of building abinit for SMP (make mj4). So far, all of the code seems to be compiling and building successfully. However, my build is stopped while trying to build cluster.tex inside of the bigdft fallback. The error is

Package color Error: No driver specified.

1. Is there an obvious way to avoid building the manuals, as I can presumably download those from your site?

2. Failing that, have you seen this error before, and can you give me some guidance?

Thanks,

Art Edwards

User avatar
Alain_Jacques
Posts: 279
Joined: Sat Aug 15, 2009 9:34 pm
Location: Université catholique de Louvain - Belgium

Re: Latex error in bigDFT

Post by Alain_Jacques » Thu Oct 18, 2012 12:09 pm

Hi Art,

R1 ... no obvious way: fallbacks are somewhat designed as "take them as they are or do it yourself but your're on your own"
R2 ... you don't provide any details about your particular system so it's very hard to give pertinent advices. I'm aware of difficulties related to the disappearance of the color.sty file on Debian based system during the migration of tetex distribution to texlive distribution (a process that many Linux variants did a couple of years ago when tetex was considered as obsolete). You'll probably find more info in the bug reports of your distro. Maybe first look for that particular file ... on my system color.sty is located in .../latex/graphics directory. Most of the time, the "solution" was to use apt-get to reinstall the whole texlive environment.

Kind regards,

Alain

nardis_miles
Posts: 3
Joined: Thu Oct 18, 2012 1:55 am

Re: Latex error in bigDFT

Post by nardis_miles » Thu Oct 18, 2012 8:45 pm

Alain:

Thanks for your reply. I am compiling on a Scientific Linux machine. It doesn't use texlive. The problem was that I wasn't pointing at /usr/share/texmf/tex/latex/config, where color.cfg resides. My problem is now this:

make[6]: Entering directory `/home/edwardsa/abinit-6.12.3/fallbacks/sources/bigdft-1.6-tuto.1/doc'
TEXINPUTS=../doc:${TEXINPUTS} pdflatex ../doc/cluster.tex
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
%&-line parsing enabled.
entering extended mode
(../doc/cluster.tex
LaTeX2e <2005/12/01>
Babel <v3.8h> and hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, arabic, basque, bulgarian, coptic, welsh, czech, slovak, german, ng
erman, danish, esperanto, spanish, catalan, galician, estonian, farsi, finnish,
french, greek, monogreek, ancientgreek, croatian, hungarian, interlingua, ibyc
us, indonesian, icelandic, italian, latin, mongolian, dutch, norsk, polish, por
tuguese, pinyin, romanian, russian, slovenian, uppersorbian, serbian, swedish,
turkish, ukenglish, ukrainian, loaded.
(/usr/share/texmf/tex/latex/base/article.cls
Document Class: article 2005/09/16 v1.4f Standard LaTeX document class
(/usr/share/texmf/tex/latex/base/size12.clo))
(/usr/share/texmf/tex/latex/pslatex/pslatex.sty)
(/usr/share/texmf/tex/latex/graphics/color.sty
(/usr/share/texmf/tex/latex/config/color.cfg)
(/usr/share/texmf/tex/latex/pdftex-def/pdftex.def))
(/usr/share/texmf/tex/latex/graphics/graphicx.sty
(/usr/share/texmf/tex/latex/graphics/keyval.sty)
(/usr/share/texmf/tex/latex/graphics/graphics.sty
(/usr/share/texmf/tex/latex/graphics/trig.sty)
(/usr/share/texmf/tex/latex/config/graphics.cfg)))
No file cluster.aux.
No file OMSpzccm.fd.

! LaTeX Error: This NFSS system isn't set up properly.

See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...

l.10 \begin{document}

?

Any guidance would be appreciated. I can supply other details.

Thanks,

Art Edwards

nardis_miles
Posts: 3
Joined: Thu Oct 18, 2012 1:55 am

Re: Latex error in bigDFT

Post by nardis_miles » Thu Oct 18, 2012 11:58 pm

OK, so you can mark this SOLVED. Again, I wasn't pointing at enough in TEXINPUTS. Sorry to take your time, but your initial post set me in the right direction.


Thanks,
Art Edwards

User avatar
Alain_Jacques
Posts: 279
Joined: Sat Aug 15, 2009 9:34 pm
Location: Université catholique de Louvain - Belgium

Re: Latex error in bigDFT

Post by Alain_Jacques » Fri Oct 19, 2012 1:14 pm

Glad it helped ... even if it is a side effect :-)

Alain

Locked