Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 120136 - app-text/tetex-3.0_p1-r1 fails to compile, undeclared defaults in tex-file.c
Summary: app-text/tetex-3.0_p1-r1 fails to compile, undeclared defaults in tex-file.c
Status: VERIFIED DUPLICATE of bug 119856
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Text-Markup Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-23 21:46 UTC by Jaak Ristioja
Modified: 2008-06-05 17:24 UTC (History)
0 users

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 Jaak Ristioja 2006-01-23 21:46:17 UTC
app-text/tetex-3.0_p1-r1

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 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H  -I. -I. -I.. -I./..   -O2 -pipe -march=athlon64  -DMAKE_KPSE_DLL -c tex-file.c
mkdir .libs
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -O2 -pipe -march=athlon64 -DMAKE_KPSE_DLL -c tex-file.c  -fPIC -DPIC -o .libs/tex-file.o
tex-file.c: In function `kpse_init_format':
tex-file.c:415: error: `DEFAULT_GFFONTS' undeclared (first use in this function)
tex-file.c:415: error: (Each undeclared identifier is reported only once
tex-file.c:415: error: for each function it appears in.)
tex-file.c:422: error: `DEFAULT_PKFONTS' undeclared (first use in this function)
tex-file.c:429: error: `DEFAULT_GLYPHFONTS' undeclared (first use in this function)
tex-file.c:436: error: `DEFAULT_TFMFONTS' undeclared (first use in this function)
tex-file.c:442: error: `DEFAULT_AFMFONTS' undeclared (first use in this function)
tex-file.c:452: error: `DEFAULT_BIBINPUTS' undeclared (first use in this function)
tex-file.c:457: error: `DEFAULT_BSTINPUTS' undeclared (first use in this function)
tex-file.c:461: error: `DEFAULT_TEXMFCNF' undeclared (first use in this function)
tex-file.c:465: error: `DEFAULT_TEXMFDBS' undeclared (first use in this function)
tex-file.c:472: error: `DEFAULT_TEXFORMATS' undeclared (first use in this function)
tex-file.c:479: error: `DEFAULT_TEXFONTMAPS' undeclared (first use in this function)
tex-file.c:490: error: `DEFAULT_MFINPUTS' undeclared (first use in this function)
tex-file.c:494: error: `DEFAULT_MFTINPUTS' undeclared (first use in this function)
tex-file.c:502: error: `DEFAULT_MPINPUTS' undeclared (first use in this function)
tex-file.c:510: error: `DEFAULT_MPSUPPORT' undeclared (first use in this function)
tex-file.c:514: error: `DEFAULT_OCPINPUTS' undeclared (first use in this function)
tex-file.c:521: error: `DEFAULT_OFMFONTS' undeclared (first use in this function)
tex-file.c:528: error: `DEFAULT_OPLFONTS' undeclared (first use in this function)
tex-file.c:533: error: `DEFAULT_OTPINPUTS' undeclared (first use in this function)
tex-file.c:538: error: `DEFAULT_OVFFONTS' undeclared (first use in this function)
tex-file.c:544: error: `DEFAULT_OVPFONTS' undeclared (first use in this function)
tex-file.c:549: error: `DEFAULT_TEXINPUTS' undeclared (first use in this function)
tex-file.c:562: error: `DEFAULT_TEXPSHEADERS' undeclared (first use in this function)
tex-file.c:570: error: `DEFAULT_TEXDOCS' undeclared (first use in this function)
tex-file.c:573: error: `DEFAULT_TEXPOOL' undeclared (first use in this function)
tex-file.c:577: error: `DEFAULT_TEXSOURCES' undeclared (first use in this function)
tex-file.c:580: error: `DEFAULT_TRFONTS' undeclared (first use in this function)
tex-file.c:584: error: `DEFAULT_T1FONTS' undeclared (first use in this function)
tex-file.c:590: error: `DEFAULT_VFFONTS' undeclared (first use in this function)
tex-file.c:596: error: `DEFAULT_TEXCONFIG' undeclared (first use in this function)
tex-file.c:599: error: `DEFAULT_INDEXSTYLE' undeclared (first use in this function)
tex-file.c:603: error: `DEFAULT_TTFONTS' undeclared (first use in this function)
tex-file.c:610: error: `DEFAULT_T42FONTS' undeclared (first use in this function)
tex-file.c:614: error: `DEFAULT_WEB2C' undeclared (first use in this function)
tex-file.c:630: error: `DEFAULT_MISCFONTS' undeclared (first use in this function)
tex-file.c:634: error: `DEFAULT_WEBINPUTS' undeclared (first use in this function)
tex-file.c:639: error: `DEFAULT_CWEBINPUTS' undeclared (first use in this function)
tex-file.c:645: error: `DEFAULT_ENCFONTS' undeclared (first use in this function)
tex-file.c:649: error: `DEFAULT_CMAPFONTS' undeclared (first use in this function)
tex-file.c:653: error: `DEFAULT_SFDFONTS' undeclared (first use in this function)
tex-file.c:657: error: `DEFAULT_OPENTYPEFONTS' undeclared (first use in this function)
tex-file.c:662: error: `DEFAULT_PDFTEXCONFIG' undeclared (first use in this function)
tex-file.c:665: error: `DEFAULT_LIGFONTS' undeclared (first use in this function)
tex-file.c:669: error: `DEFAULT_TEXMFSCRIPTS' undeclared (first use in this function)
make[2]: *** [tex-file.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/tetex-3.0_p1-r1/work/tetex-src-3.0/texk/kpathsea'
make[1]: *** [do-kpathsea] Error 2
make[1]: Leaving directory `/var/tmp/portage/tetex-3.0_p1-r1/work/tetex-src-3.0/texk'
make: *** [all] Error 1

This MIGHT be because i'm using an Estonian locale (et_EE), but i might be wrong. The Estonian alphabet does not end with Z, but with Y:

abcdefghijklmnopqrs
Comment 1 Jaak Ristioja 2006-01-23 21:46:17 UTC
app-text/tetex-3.0_p1-r1

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 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H  -I. -I. -I.. -I./..   -O2 -pipe -march=athlon64  -DMAKE_KPSE_DLL -c tex-file.c
mkdir .libs
 x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -O2 -pipe -march=athlon64 -DMAKE_KPSE_DLL -c tex-file.c  -fPIC -DPIC -o .libs/tex-file.o
tex-file.c: In function `kpse_init_format':
tex-file.c:415: error: `DEFAULT_GFFONTS' undeclared (first use in this function)
tex-file.c:415: error: (Each undeclared identifier is reported only once
tex-file.c:415: error: for each function it appears in.)
tex-file.c:422: error: `DEFAULT_PKFONTS' undeclared (first use in this function)
tex-file.c:429: error: `DEFAULT_GLYPHFONTS' undeclared (first use in this function)
tex-file.c:436: error: `DEFAULT_TFMFONTS' undeclared (first use in this function)
tex-file.c:442: error: `DEFAULT_AFMFONTS' undeclared (first use in this function)
tex-file.c:452: error: `DEFAULT_BIBINPUTS' undeclared (first use in this function)
tex-file.c:457: error: `DEFAULT_BSTINPUTS' undeclared (first use in this function)
tex-file.c:461: error: `DEFAULT_TEXMFCNF' undeclared (first use in this function)
tex-file.c:465: error: `DEFAULT_TEXMFDBS' undeclared (first use in this function)
tex-file.c:472: error: `DEFAULT_TEXFORMATS' undeclared (first use in this function)
tex-file.c:479: error: `DEFAULT_TEXFONTMAPS' undeclared (first use in this function)
tex-file.c:490: error: `DEFAULT_MFINPUTS' undeclared (first use in this function)
tex-file.c:494: error: `DEFAULT_MFTINPUTS' undeclared (first use in this function)
tex-file.c:502: error: `DEFAULT_MPINPUTS' undeclared (first use in this function)
tex-file.c:510: error: `DEFAULT_MPSUPPORT' undeclared (first use in this function)
tex-file.c:514: error: `DEFAULT_OCPINPUTS' undeclared (first use in this function)
tex-file.c:521: error: `DEFAULT_OFMFONTS' undeclared (first use in this function)
tex-file.c:528: error: `DEFAULT_OPLFONTS' undeclared (first use in this function)
tex-file.c:533: error: `DEFAULT_OTPINPUTS' undeclared (first use in this function)
tex-file.c:538: error: `DEFAULT_OVFFONTS' undeclared (first use in this function)
tex-file.c:544: error: `DEFAULT_OVPFONTS' undeclared (first use in this function)
tex-file.c:549: error: `DEFAULT_TEXINPUTS' undeclared (first use in this function)
tex-file.c:562: error: `DEFAULT_TEXPSHEADERS' undeclared (first use in this function)
tex-file.c:570: error: `DEFAULT_TEXDOCS' undeclared (first use in this function)
tex-file.c:573: error: `DEFAULT_TEXPOOL' undeclared (first use in this function)
tex-file.c:577: error: `DEFAULT_TEXSOURCES' undeclared (first use in this function)
tex-file.c:580: error: `DEFAULT_TRFONTS' undeclared (first use in this function)
tex-file.c:584: error: `DEFAULT_T1FONTS' undeclared (first use in this function)
tex-file.c:590: error: `DEFAULT_VFFONTS' undeclared (first use in this function)
tex-file.c:596: error: `DEFAULT_TEXCONFIG' undeclared (first use in this function)
tex-file.c:599: error: `DEFAULT_INDEXSTYLE' undeclared (first use in this function)
tex-file.c:603: error: `DEFAULT_TTFONTS' undeclared (first use in this function)
tex-file.c:610: error: `DEFAULT_T42FONTS' undeclared (first use in this function)
tex-file.c:614: error: `DEFAULT_WEB2C' undeclared (first use in this function)
tex-file.c:630: error: `DEFAULT_MISCFONTS' undeclared (first use in this function)
tex-file.c:634: error: `DEFAULT_WEBINPUTS' undeclared (first use in this function)
tex-file.c:639: error: `DEFAULT_CWEBINPUTS' undeclared (first use in this function)
tex-file.c:645: error: `DEFAULT_ENCFONTS' undeclared (first use in this function)
tex-file.c:649: error: `DEFAULT_CMAPFONTS' undeclared (first use in this function)
tex-file.c:653: error: `DEFAULT_SFDFONTS' undeclared (first use in this function)
tex-file.c:657: error: `DEFAULT_OPENTYPEFONTS' undeclared (first use in this function)
tex-file.c:662: error: `DEFAULT_PDFTEXCONFIG' undeclared (first use in this function)
tex-file.c:665: error: `DEFAULT_LIGFONTS' undeclared (first use in this function)
tex-file.c:669: error: `DEFAULT_TEXMFSCRIPTS' undeclared (first use in this function)
make[2]: *** [tex-file.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/tetex-3.0_p1-r1/work/tetex-src-3.0/texk/kpathsea'
make[1]: *** [do-kpathsea] Error 2
make[1]: Leaving directory `/var/tmp/portage/tetex-3.0_p1-r1/work/tetex-src-3.0/texk'
make: *** [all] Error 1

This MIGHT be because i'm using an Estonian locale (et_EE), but i might be wrong. The Estonian alphabet does not end with Z, but with Y:

abcdefghijklmnopqrsztuvwõäöüxy

Therefore some common English letters like tuvwxy do not fall into the range a-z.
Comment 2 Alexandre Buisse (RETIRED) gentoo-dev 2006-01-24 10:14:57 UTC

*** This bug has been marked as a duplicate of 119856 ***