Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 124042 - pdfeTeX failing when building gstreamer docs
Summary: pdfeTeX failing when building gstreamer docs
Status: RESOLVED DUPLICATE of bug 120359
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: TeX project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-25 02:37 UTC by Morten Cools
Modified: 2007-08-26 18:07 UTC (History)
4 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 Morten Cools 2006-02-25 02:37:40 UTC
emerging gstreamer-0.8.12 with +doc fails with this error:

Working on: /var/tmp/portage/gstreamer-0.8.12/work/gstreamer-0.8.12/docs/faq/build/faq.xml
Done.
Copying .css files: base.css
This is pdfeTeX, Version 3.141592-1.30.5-2.2 (Web2C 7.5.5)
---! /var/lib/texmf/web2c/jadetex.fmt doesn't match pdfetex.pool
(Fatal format file error; I'm stymied)
make[3]: *** [faq.ps] Error 9
make[3]: Leaving directory `/var/tmp/portage/gstreamer-0.8.12/work/gstreamer-0.8.12/docs/faq'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/gstreamer-0.8.12/work/gstreamer-0.8.12/docs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gstreamer-0.8.12/work/gstreamer-0.8.12'
make: *** [all] Error 2

!!! ERROR: media-libs/gstreamer-0.8.12 failed.
Call stack:
  ebuild.sh, line 1894:   Called dyn_compile
  ebuild.sh, line 941:   Called src_compile


Removing doc allows it to build just fine. Not sure if this is a jadetex problem, a gstreamer problem, or some other tex thingy.
Comment 1 Alexandre Buisse (RETIRED) gentoo-dev 2006-02-25 07:45:56 UTC
Which version of tetex and jadetex are you using?
A quick workaround should be to

find /var/lib/web2c -name "*jade*" -exec rm "{}" \;
emerge jadetex
Comment 2 Alan Strohm 2006-02-25 13:12:46 UTC
I have the same problem, here are my versions:

% emerge -pv tetex jadetex

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] app-text/tetex-3.0_p1-r2  USE="X Xaw3d doc -lesstif -motif -neXt" 102,656 kB
[ebuild   R   ] app-text/jadetex-3.13-r1  100 kB

Total size of downloads: 102,757 kB
Comment 3 Alan Strohm 2006-02-25 13:14:53 UTC
Also, for that workaround I assume you mean:

find /var/lib/texmf/web2c -name "*jade*" -exec rm "{}" \;
emerge jadetex

??

/var/lib/web2c doesn't exist and I want to make sure before I go deleting stuff.
Comment 4 Alexandre Buisse (RETIRED) gentoo-dev 2006-02-25 15:20:21 UTC
Ooops. Of course it's /var/lib/texmf/web2c, sorry for the mistake.
Comment 5 Morten Cools 2006-02-25 15:59:53 UTC
I have the same versions as Mr. Strohm. Workaround seems to ...well... work :)
Comment 6 Martin Ehmsen (RETIRED) gentoo-dev 2006-06-02 08:08:20 UTC
Alexandre: This looks like a dupe of the "I'm stymied"-format bug we fixed. There is nothing we can do ebuild-wise to fixed formats that got screwed in the process, except for people to regenerate them (remove them and reemerge).
I don't know how to close this? Comments?
Comment 7 Leonardo Boshell (RETIRED) gentoo-dev 2006-07-03 15:34:04 UTC
Changing the summary to something more descriptive, sorry for the bug-spam :)
Comment 8 Paulo J. Matos 2007-02-19 21:06:57 UTC
Problem here too, workaround works here... too!
Comment 9 Jakub Moc (RETIRED) gentoo-dev 2007-08-26 18:07:16 UTC

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