Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7503 - tetex ebuild error: config file 'fmtutil.cnf' not found
Summary: tetex ebuild error: config file 'fmtutil.cnf' not found
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-05 06:30 UTC by Andreas Waschbuesch
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Waschbuesch 2002-09-05 06:30:35 UTC
$ emerge tetex

Calculating dependencies ...done!
>>> emerge app-text/tetex-20020901 to /
>>> md5 ;-) teTeX-src-beta-20020901.tar.gz
>>> md5 ;-) teTeX-texmfsrc-beta-20020829.tar.gz
>>> md5 ;-) teTeX-texmf-beta-20020901.tar.gz
>>> md5 ;-) ec-ready-mf-tfm.tar.gz
>>> md5 ;-) teTeX-french.tar.gz
>>> Unpacking source...
>>> Unpacking teTeX-src-beta-20020901.tar.gz
>>> Unpacking teTeX-texmfsrc-beta-20020829.tar.gz
>>> Unpacking teTeX-texmf-beta-20020901.tar.gz
>>> Unpacking ec-ready-mf-tfm.tar.gz
>>> Unpacking teTeX-french.tar.gz
patching file texk/tetex/updmap
>>> Source unpacked.
X
libwww
png
creating cache ./config.cache
checking whether make sets ${MAKE}... yes
checking for gcc... gcc
checking whether the C compiler (gcc -mcpu=i686 -O3 -pipe ) works... yes
checking whether the C compiler (gcc -mcpu=i686 -O3 -pipe ) is a
cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking whether to define additional compiler specific flags... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for a BSD compatible install... /bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking whether ln -s works... yes
checking how to run the C preprocessor... gcc -E
checking for working alloca.h... yes
checking for alloca... yes
checking for ranlib... ranlib
checking whether to enable maintainer-specific portions of Makefiles... no
checking for loader (symbol LD)... ld
checking for archiver (symbol AR)... ar
checking for archiver options (symbol ARFLAGS)... rc
checking host system type... i686-pc-linux-gnu
checking where the main texmf tree is located...
/var/tmp/portage/tetex-20020901/work/teTeX-src-beta-20020901/texmf
checking for connect... yes
t1lib enabled
default paper size A4
libwww enabled
checking for pwd... pwd
checking for png_set_read_fn in -lpng... yes
checking for inflate in -lz... yes
checking for zlib.h... yes
updating cache ./config.cache
creating ./config.status
creating Makefile

[...]

strip pdfetex
test -f /var/tmp/portage/tetex-20020901/image//usr/bin/mktexlsr && \
  TEXMFMAIN=/var/tmp/portage/tetex-20020901/image//usr/share/texmf
PATH=/var/tmp/portage/tetex-20020901/image//usr/bin:/var/tmp/portage/tetex-20020901/image//usr/bin:/sbin:/usr/sbin:/usr/lib/portage/bin:/bin:/usr/bin:/usr/local/bin:/opt/bin:/opt/ICAClient:/opt/RealPlayer8:/usr/X11R6/bin:/opt/blackdown-jdk-1.3.1/bin:/opt/blackdown-jdk-1.3.1/jre/bin:/usr/qt/3/bin:/usr/kde/3/bin:/usr/kde/3/bin:/usr/kde/3/bin:/usr/kde/2/bin:/opt/vmware/bin
\
    echo

test -f /var/tmp/portage/tetex-20020901/image//usr/bin/fmtutil && \
  TEXMFCNF=/var/tmp/portage/tetex-20020901/image//usr/share/texmf/web2c
TEXMFMAIN=/var/tmp/portage/tetex-20020901/image//usr/share/texmf
PATH=/var/tmp/portage/tetex-20020901/image//usr/bin:/var/tmp/portage/tetex-20020901/image//usr/bin:/sbin:/usr/sbin:/usr/lib/portage/bin:/bin:/usr/bin:/usr/local/bin:/opt/bin:/opt/ICAClient:/opt/RealPlayer8:/usr/X11R6/bin:/opt/blackdown-jdk-1.3.1/bin:/opt/blackdown-jdk-1.3.1/jre/bin:/usr/qt/3/bin:/usr/kde/3/bin:/usr/kde/3/bin:/usr/kde/3/bin:/usr/kde/2/bin:/opt/vmware/bin
\
    /var/tmp/portage/tetex-20020901/image//usr/bin/fmtutil --all
fmtutil: config file `fmtutil.cnf' not found.
make: *** [install] Error 1

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_install, Line 15, Exitcode 2
!!! (no error message)


$ gcc -v

Reading specs from /usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/specs
gcc version 2.95.3 20010315 (release)
Comment 1 Jon Nelson (RETIRED) 2002-09-05 09:54:30 UTC
Me too.
Comment 2 Marcel Köppen 2002-09-05 11:15:32 UTC
The new version of the ebuild fixes this bug for me.
Comment 3 Andreas Waschbuesch 2002-09-05 13:09:21 UTC
Jepp. That did it. I'll close.