Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 44747 - t1lib 5.0.1 dies with fatal LaTeX error
Summary: t1lib 5.0.1 dies with fatal LaTeX error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Text-Markup Team (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-15 08:41 UTC by Paul Slinski
Modified: 2004-08-06 07:10 UTC (History)
2 users (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 Paul Slinski 2004-03-15 08:41:49 UTC
Attempting to install t1lib as a new package fails with the following error:

ake[1]: Leaving directory `/var/tmp/portage/t1lib-5.0.1/work/t1lib-5.0.1/xglyph'
for i in doc; do \
  (cd $i; make 'CC=gcc' 'CFLAGS=-march=pentium3 -O3 -pipe -fomit-frame-pointer -falign-functions=4 -fprefetch-loop-arrays -DT1LIB_IDENT="\"5.0.1\"" -DGLOBAL_CONFIG_DIR="\"/etc/t1lib\"" -I/usr/X11R6/include' 'OPTIONS=' ) || exit 1; \
done
make[1]: Entering directory `/var/tmp/portage/t1lib-5.0.1/work/t1lib-5.0.1/doc'
latex t1lib_doc.tex
This is TeX, Version 3.14159 (Web2C 7.4.5)
---! Must increase the trie size
(Fatal format file error; I'm stymied)
make[1]: *** [t1lib_doc.dvi] Error 1
make[1]: Leaving directory `/var/tmp/portage/t1lib-5.0.1/work/t1lib-5.0.1/doc'
make: *** [doc] Error 1

!!! ERROR: media-libs/t1lib-5.0.1 failed.
!!! Function src_compile, Line 44, Exitcode 2
!!! (no error message)


Reproducible: Always
Steps to Reproduce:
1. Emerge t1lib
2.
3.




Portage 2.0.50-r1 (default-x86-1.4, gcc-3.3.3, glibc-2.3.3_pre20040207-r0, 2.6.4)
=================================================================
System uname: 2.6.4 i686 Intel(R) Pentium(R) 4 CPU 3.06GHz
Gentoo Base System version 1.4.3.13p1
distcc 2.12.1 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer -falign-functions=4
-fprefetch-loop-arrays"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.1/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config
/usr/lib/mozilla/defaults/pref /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium3 -O3 -pipe -fomit-frame-pointer -falign-functions=4
-fprefetch-loop-arrays"
DISTDIR="/mnt/portage/distfiles"
FEATURES="autoaddcvs buildpkg ccache distcc sandbox"
GENTOO_MIRRORS="http://adelie.polymtl.ca/ http://mirrors.tds.net/gentoo
ftp://mirrors.tds.net/gentoo http://www.mirror.ac.uk/sites/www.ibiblio.org/gentoo/"
MAKEOPTS="-j3"
PKGDIR="/mnt/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://192.168.10.198/gentoo-portage"
USE="S3TC X X509 aalib acpi acpi4linux alsa amd apache2 apm arts artswrappersuid
autofs avi berkdb bonobo cdr cjk clamav crypt cups curl dga dillo directfb dnd
dvb dvd emacs emacs-w3 encode esd evo faad fam fastcgi fbcon fbdev ffmpeg flac
fltk foomaticdb freetds freetype fs gb gd gdbm geoip gif glut gnome gnomedb gpm
gstreamer gtk gtk2 gtkhtml guile hbci imagemagick imap imlib imlib2 innodb ipv6
jabber jack jack-tmpfs java jikes jpeg junit kde ladcca ldap libdsk libg++
libwww lufsusermount mad mbox mcal mdb memlimit mikmod milter mmx motif
mozcalendar mozilla mozp3p mozsvg mozxmlterm mpeg mpi msn mysql nas ncurses nls
oav oci8 odbc offensive ofx oggvorbis openal opengl oscar oss pam pda pdflib
perl php pic png ppds psyco python qt quicktime readline regexp rplay ruby samba
scanner sdl skey slang snmp sox speedo speex spell sse ssl stroke svga tcltk
tcpd tetex tiff transcode transparent-proxy truetype type1 usagi usb v4l
vim-with-x wmf x86 xchattext xface xfs xinerama xml xml2 xmms xosd xv xvid yahoo
zlib"
Comment 1 Paul Slinski 2004-04-28 12:43:39 UTC
My bug seems to have become an Annie?

This same problem is occuring in 5.0.2. Any takers?
Comment 2 foser (RETIRED) gentoo-dev 2004-05-05 09:02:00 UTC
vapier you bumped the last version ?
Comment 3 SpanKY gentoo-dev 2004-05-05 11:11:23 UTC
yep, didnt hit that error on any of my boxes ...

what if you try with CFLAGS=-pipe ?
i even have same version of latex here:
root@vapier 2 root # latex --version
TeX (Web2C 7.4.5) 3.14159
Comment 4 Mamoru KOMACHI (RETIRED) gentoo-dev 2004-05-15 02:18:17 UTC
Did you install app-text/tetex before app-text/ptex? If so, you may
need to remove all the files under /usr/share/texmf before merging
app-text/ptex (otherwise ptex installation may corrupt).
Comment 5 Paul Slinski 2004-05-26 11:07:46 UTC
Seems I've forgotten to follow up on this. Sorry.

No, I do not have ptex installed.

It would appear that building tetex without '-pipe' in the flags fixes the problem. Odd that it only happens on some of my machines.
Comment 6 Paul Slinski 2004-08-06 07:10:54 UTC
Seems to have been an isolated incident.