Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57207 - ghc-6.2.1-r1 ebuild fails when producing users_guide.dvi
Summary: ghc-6.2.1-r1 ebuild fails when producing users_guide.dvi
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Andres Loeh (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-15 11:32 UTC by Gour
Modified: 2004-07-15 14:44 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 Gour 2004-07-15 11:32:44 UTC
emerging of ghc-6.2.1-r1 fails whne it has  to produce users_guide.dvi

Reproducible: Always
Steps to Reproduce:
1. emerge -v ghc
2.
3.

Actual Results:  
[...] 
==fptools== make ps - --no-print-directory -r; 
 in /gentoo_tmp/portage/ghc-6.2.1-r1/work/ghc-6.2.1/ghc/docs/users_guide 
------------------------------------------------------------------------ 
../../../glafp-utils/docbook/db2dvi 
-d /gentoo_tmp/portage/ghc-6.2.1-r1/work/ghc-6.2.1/docs/fptools-both.dsl   
users_guide.sgml 
Using stylesheet: 
"/gentoo_tmp/portage/ghc-6.2.1-r1/work/ghc-6.2.1/docs/fptools-both.dsl" 
OUTPUT FILE NAME IS users_guide.dvi 
This is TeX, Version 3.14159 (Web2C 7.4.5) 
(Fatal format file error; I'm stymied) 
dvips users_guide.dvi -o users_guide.ps 
This is dvips(k) 5.92b Copyright 2002 Radical Eye Software (www.radicaleye.com) 
dvips: ! DVI file can't be opened. 
make[3]: *** [users_guide.ps] Error 1 
make[2]: *** [ps] Error 1 
make[1]: *** [ps] Error 1 
make: *** [ps] Error 1 
 
!!! ERROR: dev-lang/ghc-6.2.1-r1 failed. 
!!! Function src_compile, Line 122, Exitcode 2 
!!! make ps failed 
 

Expected Results:  
build the ghc-6.2.1-r1 

bash-2.05b# emerge info 
Portage 2.0.50-r9 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.6.6-mm5) 
================================================================= 
System uname: 2.6.6-mm5 i686 Celeron (Coppermine) 
Gentoo Base System version 1.4.12 
Autoconf: sys-devel/autoconf-2.59-r3 
Automake: sys-devel/automake-1.8.3 
ACCEPT_KEYWORDS="x86 ~x86" 
AUTOCLEAN="yes" 
CFLAGS="-Os -march=pentium3 -mfpmath=sse -msse -mmmx -fomit-frame-pointer -pipe 
-funroll-loops" 
CHOST="i686-pc-linux-gnu" 
COMPILER="gcc3" 
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /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/alias /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" 
CXXFLAGS="-Os -march=pentium3 -mfpmath=sse -msse -mmmx -fomit-frame-pointer 
-pipe -funroll-loops" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs ccache sandbox" 
GENTOO_MIRRORS="http://gentoo.oregonstate.edu 
http://distro.ibiblio.org/pub/Linux/distributions/gentoo" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/gentoo_tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="/usr/portage/local" 
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage" 
USE="3dnow X aalib alsa apache2 apm arts artswrappersuid avi berkdb bonobo caps 
cdr crypt cscope cups dga directfb doc dv dvd dvdr encode esd evms2 fbcon 
firebird foomaticdb gamma gdbm ggi gif gimpprint gnome gnutls gphoto2 gpm 
gstreamer gtk gtk2 gtkhtml imlib innodb ipv6 java jpeg kde lcms libg++ libwww 
mad maildir matrox mikmod mmx motif mpeg mule mysql nas ncurses nls oggvorbis 
opengl oss pam pda pdflib perl pic plotutils png ppds python qt quicktime 
readline ruby ruby18 scanner sdl slang slp spell sqlite sse ssl svga tcltk tcpd 
tetex tiff truetype unicode video_cards_matrox vim-with-x wmf wxwindows x86 
xemacs xml xml2 xmms xv zlib
Comment 1 Andres Loeh (RETIRED) gentoo-dev 2004-07-15 14:44:47 UTC
From your log:

OUTPUT FILE NAME IS users_guide.dvi 
This is TeX, Version 3.14159 (Web2C 7.4.5) 
(Fatal format file error; I'm stymied) 

This is a problem with your TeX installation, especially jadetex, not with the
ghc ebuild ...