You are not logged in.
tex ./refcard.tex
This is TeX, Version 3.141592 (Web2C 7.5.4)
kpathsea: Running mktexfmt tex.fmt
/usr/bin/mktexfmt: line 333: /texconfig/tcfmgr: No such file or directory
fmtutil: config file `fmtutil.cnf' not found.
I can't find the format file `tex.fmt'!
I installed tetex to build this pkg so I have never used it before
Offline
try:
latex ./refcard.tex
instead.
Offline
Ah....i thought you might know. The app is gri (http://gri.sourceforge.net/) with src here
If you could confirm where I need to sed out the tex/latex - or even how to avoid building the docs (which get deleted) at all - that'd be ace!
Offline
Post the PKGBUILD.
Offline
# Contributor: big_gie nbigaouette . at . gmail.com
pkgname=gri
pkgver=2.12.9
pkgrel=1
pkgdesc="A script-based language for scientific graphics programming."
url="http://gri.sourceforge.net/"
depends=('imagemagick' 'tetex')
makedepends=('ghostscript')
source=(http://dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tgz)
md5sums=('f4e0841ae78b439c7262d109bc2932d6')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr
make || return 1
make check || return 1
make DESTDIR=$startdir/pkg install
}
Offline
Builds fine here... :?
BTW: tetex, imagemagick and perl should be in makedepends.
Do you have:
$ locate tcfmgr
/usr/share/texmf/texconfig/tcfmgr.map
/usr/share/texmf/texconfig/tcfmgr
Maybe reinstalling tetex?
Offline
Maybe it needs texinfo.
Offline
tetex pkg was corrupted - I must have forced it earlier. Working fine now
Offline