View previous topic :: View next topic |
Author |
Message |
flammenflitzer Advocate
Joined: 25 Nov 2003 Posts: 3541 Location: Berlin
|
Posted: Mon Jan 01, 2007 8:37 pm Post subject: app-text/tetex failed [gelöst] |
|
|
Hallo
Ich habe versucht, verschiedene Versionen von Tetex mit verschiedenen USE-Flags zu installieren. Bricht immer ab.
Code: | echo 's%/var/lib/texmf%\$TEXMF%g' >>texmf.sed
echo '/^ *TEXMFMAIN[ =]/s%\$TEXMF%/var/lib/texmf%' >>texmf.sed
echo '/^[% ]*TEXMFLOCAL[ =]/s%\$TEXMF%/var/lib/texmf%' >>texmf.sed
echo '/^[% ]*TEXMFDIST[ =]/s%\$TEXMF%/var/lib/texmf%' >>texmf.sed
echo '/^[% ]*VARTEXMF[ =]/s%\$TEXMF%/var/lib/texmf%' >>texmf.sed
echo '/^[% ]*TEXMFSYSVAR[ =]/s%\$TEXMF%/var/lib/texmf%' >>texmf.sed
echo '/^[% ]*TEXMFSYSCONFIG[ =]/s%\$TEXMF%/var/lib/texmf%' >>texmf.sed
echo '/^[% ]*TEXMFSYSVAR[ =]/s%/var/lib/texmfMAIN%\$TEXMFMAIN%' >>texmf.sed
echo '/^[% ]*TEXMFSYSCONFIG[ =]/s%/var/lib/texmfMAIN%\$TEXMFMAIN%' >>texmf.sed
echo '/^[% ]*TEXMFVAR[ =]/s%\$TEXMF%/var/lib/texmf%' >>texmf.sed
echo '/^[% ]*TEXMFCONFIG[ =]/s%\$TEXMF%/var/lib/texmf%' >>texmf.sed
echo '/^[% ]*TEXMFVAR[ =]/s%/var/lib/texmfMAIN%\$TEXMFMAIN%' >>texmf.sed
echo '/^[% ]*TEXMFCONFIG[ =]/s%/var/lib/texmfMAIN%\$TEXMFMAIN%' >>texmf.sed
echo '/^[% ]*TEXMFCNF[ =]/s%\$TEXMF%/var/lib/texmf%' >>texmf.sed
echo '/^ *TEXMFCNF[ =]/s%@web2c@%/var/lib/texmf/web2c%' >>texmf.sed
sed -f texmf.sed ./texmf.in >texmf.cnf
echo "/* paths.h: Generated from texmf.cnf. */" >paths.tmp
sed -e 's/%.*//' -e 's/^[ ]*//' -e 's/[ ]*$//' texmf.cnf \
| grep '^[ ]*[A-Z0-9_]*[ =]' \
| sed '/^$/d' \
| sed 's/^\([^ =]*\)[ ]*=*[ ]*\(.*\)/#ifndef DEFAULT_\1%#define DEFAULT_\1 "\2"%#endif/' \
| tr '%' '\012' \
| sed -e 's%\$TEXMFMAIN%/var/lib/texmf%g' \
-e 's%\$TEXMF%/var/lib/texmf%g' \
-e 's%\$VARTEXFONTS%/var/tmp/texfonts%g' \
-e 's%\$web2cdir%/var/lib/texmf/web2c%g' \
-e 's%\$prefix%/usr%g' \
| sed -e 's%;%:%g' \
>>paths.tmp
cp paths.tmp paths.h
rm -f paths.tmp
date >stamp-paths
'libtool' --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -O2 -march=athlon-xp -msse2 -pipe -fomit-frame-pointer -DMAKE_KPSE_DLL -c tex-file.c
libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'
make[2]: *** [tex-file.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/tetex-3.0_p1-r3/work/tetex-src-3.0/texk/kpathsea'
make[1]: *** [do-kpathsea] Error 2
make[1]: Leaving directory `/var/tmp/portage/tetex-3.0_p1-r3/work/tetex-src-3.0/texk'
make: *** [all] Error 1
!!! ERROR: app-text/tetex-3.0_p1-r3 failed.
Call stack:
ebuild.sh, line 1546: Called dyn_compile
ebuild.sh, line 937: Called src_compile
tetex-3.0_p1-r3.ebuild, line 68: Called tetex-3_src_compile
tetex-3.eclass, line 148: Called tetex_src_compile
tetex.eclass, line 177: Called die
!!! make teTeX failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
Roadrunner tetex # |
Last edited by flammenflitzer on Wed Jan 03, 2007 9:04 pm; edited 1 time in total |
|
Back to top |
|
|
mv Watchman
Joined: 20 Apr 2005 Posts: 6780
|
Posted: Wed Jan 03, 2007 8:28 pm Post subject: |
|
|
Solche Fehlermeldungen liegen meistens daran, dass die falcshe libtool/automake/autoconf-Version benutzt wird.
Möglicherweise kann die Ausgabe von Code: | eix -cIC sys-devel -a auto -o libtool | mehr Aufschluss geben; in jedem Fall solltest Du alle dabei angezeigten Tools auf die neueste Version upgraden. |
|
Back to top |
|
|
flammenflitzer Advocate
Joined: 25 Nov 2003 Posts: 3541 Location: Berlin
|
Posted: Wed Jan 03, 2007 9:03 pm Post subject: |
|
|
Danke
MfG
reemerge libtool
[gelöst] |
|
Back to top |
|
|
|