You are not logged in.

#1 2005-10-02 15:10:16

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Problems with tetex during build

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

#2 2005-10-02 17:10:01

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Problems with tetex during build

try:
latex ./refcard.tex
instead.

Offline

#3 2005-10-02 17:40:03

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: Problems with tetex during build

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

#4 2005-10-02 18:17:51

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Problems with tetex during build

Post the PKGBUILD.

Offline

#5 2005-10-02 18:38:50

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: Problems with tetex during build

# 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

#6 2005-10-02 19:53:45

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Problems with tetex during build

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

#7 2005-10-02 20:01:19

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Problems with tetex during build

Maybe it needs texinfo.

Offline

#8 2005-10-02 21:00:51

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: Problems with tetex during build

tetex pkg was corrupted - I must have forced it earlier.  Working fine now smile

Offline

Board footer

Powered by FluxBB