Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 29723 - tetex-2.0.2 installs listings.sty in the wrong place
Summary: tetex-2.0.2 installs listings.sty in the wrong place
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High minor (vote)
Assignee: Text-Markup Team (OBSOLETE)
URL: http://www.mail-archive.com/tetex%40i...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-26 22:51 UTC by John Steele Scott
Modified: 2003-09-27 05:20 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 John Steele Scott 2003-09-26 22:51:59 UTC
This is just a simple misplaced file, but it means you can't use the listings
package until you manually move the style file and then rehash.

References:
http://www.mail-archive.com/tetex%40informatik.uni-hannover.de/msg01871.html
http://www.mail-archive.com/tetex%40informatik.uni-hannover.de/msg01874.html

Patch:
--- tetex-2.0.2-r1.ebuild.old   2003-09-27 15:16:31.000000000 +0930
+++ tetex-2.0.2-r1.ebuild       2003-09-27 14:23:55.000000000 +0930
@@ -52,6 +52,9 @@
        cd ${S}
        epatch ${FILESDIR}/${P}-dont-run-config.diff
        epatch ${FILESDIR}/${P}.diff
+
+       # listings.sty is accidently in the wrong place in version 2.0.2
+       mv texmf/source/latex/listings/listings.sty texmf/tex/latex/listings/
 }

I imagine this will be fixed in the next tetex release.

While I'm here, can anyone tell me if there's any "real work" which needs to be
done before tetex-2 is marked stable, or is it just having an extended testing
period. I only see a few bugs about tetex in the bugzilla, and most of them look
to be fixed by upgrading.

Reproducible: Always
Steps to Reproduce:
Comment 1 Mike Gardiner (RETIRED) gentoo-dev 2003-09-27 05:20:37 UTC
thanks for this information, and having those mailing list articles to back
it up is great, this is almost the most best bug i've seen posted, in terms
of description, presentation, arguments, conclusion, fix. i've got this fixed
locally, and it'll be in as soon as CVS is back up (it's down for maintenence
at the moment). oh, and tetex-2.0.2 will go stable then on x86 as well.

thanks again, i'll close this now because it's fixed.