Help needed with latex/R doc font issue

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I'm trying to update R-lmtest to the latest release, but am having trouble during the documentation build step:

* checking PDF version of manual ... ERROR LaTeX errors when creating PDF version. This typically indicates Rd problems. LaTeX errors found: ! Package textcomp Error: Symbol \textcurrency not provided by (textcomp) font family ptm in TS1 encoding. (textcomp) Default family used instead. See the textcomp package documentation for explanation.

Now, the shipped docs are in ISO-8599 encoding, so I convert the to UTF-8 with:

for x in lmtest/man/*.Rd
do
   iconv -f iso-8859-1 -t utf-8 < ${x} | tr -d '\r' > ${x}.utf-8
   touch -r ${x} ${x}.utf-8
   mv ${x}.utf-8 ${x}
done

This worked fine the last time I built the package (2008-06-25 for F-10).

If I take out the iconv step, the documentation builds fine. Seems like a tex font is not getting installed that needs to be?

BuildRequires:    R-devel, tetex-latex, R-zoo

Mock root contains:

DEBUG util.py:250: fontconfig x86_64 2.6.0-3.fc10 fedora 183 k DEBUG util.py:250: fontconfig-devel x86_64 2.6.0-3.fc10 fedora 216 k DEBUG util.py:250: ghostscript-fonts noarch 5.50-19.fc10 fedora 812 k DEBUG util.py:250: libXfont x86_64 1.3.3-1.fc10 fedora 232 k DEBUG util.py:250: libfontenc x86_64 1.0.4-6.fc10 fedora 24 k DEBUG util.py:250: texlive-texmf-errata-fonts noarch 2007-5.fc11 fedora 3.7 k DEBUG util.py:250: texlive-texmf-fonts noarch 2007-26.fc10 fedora 56 M DEBUG util.py:250: urw-fonts noarch 2.4-6.fc10 fedora 3.2 M DEBUG util.py:250: xorg-x11-font-utils x86_64 1:7.2-6.fc10 fedora 79 k


DEBUG util.py:250: tex-preview noarch 11.85-7.fc9 fedora 52 k DEBUG util.py:250: texinfo x86_64 4.13a-1.fc11 fedora 885 k DEBUG util.py:250: texlive x86_64 2007-39.fc11 fedora 2.2 M DEBUG util.py:250: texlive-dvips x86_64 2007-39.fc11 fedora 197 k DEBUG util.py:250: texlive-latex x86_64 2007-39.fc11 fedora 82 k DEBUG util.py:250: texlive-texmf noarch 2007-26.fc10 fedora 3.5 M DEBUG util.py:250: texlive-texmf-dvips noarch 2007-26.fc10 fedora 378 k DEBUG util.py:250: texlive-texmf-errata noarch 2007-5.fc11 fedora 3.6 k DEBUG util.py:250: texlive-texmf-errata-dvips noarch 2007-5.fc11 fedora 3.6 k DEBUG util.py:250: texlive-texmf-errata-fonts noarch 2007-5.fc11 fedora 3.7 k DEBUG util.py:250: texlive-texmf-errata-latex noarch 2007-5.fc11 fedora 3.7 k DEBUG util.py:250: texlive-texmf-fonts noarch 2007-26.fc10 fedora 56 M DEBUG util.py:250: texlive-texmf-latex noarch 2007-26.fc10 fedora 6.0 M DEBUG util.py:250: texlive-utils x86_64 2007-39.fc11 fedora 236 k

--
Orion Poplawski
Technical Manager                     303-415-9701 x222
NWRA/CoRA Division                    FAX: 303-415-9702
3380 Mitchell Lane                  orion@xxxxxxxxxxxxx
Boulder, CO 80301              http://www.cora.nwra.com

--
fedora-devel-list mailing list
fedora-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-devel-list

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Fedora Announce]     [Fedora Kernel]     [Fedora Testing]     [Fedora Formulas]     [Fedora PHP Devel]     [Kernel Development]     [Fedora Legacy]     [Fedora Maintainers]     [Fedora Desktop]     [PAM]     [Red Hat Development]     [Gimp]     [Yosemite News]
  Powered by Linux