Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 218051 - mediawiki math support depends on virtual/tetex
Summary: mediawiki math support depends on virtual/tetex
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal with 1 vote (vote)
Assignee: Christian Parpart (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 222501
  Show dependency tree
 
Reported: 2008-04-17 06:00 UTC by Chris Elledge
Modified: 2008-09-01 07:47 UTC (History)
5 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 Chris Elledge 2008-04-17 06:00:02 UTC
Buildng mediawiki with math support depends upon virtual/tetex. It seems that virtual/tetex is now deprecated and should be either virtual/tex-base or virtual/latex-base.

Of course the math support already depends on app-text/dvipng which appropriately brings in virtual/latex-base as a dependency. As the mediawiki ebuild currently stands it can conflict with itself on a new installation by trying to bring in tetex from mediawiki and texlive from dvipng.

Reproducible: Always

Steps to Reproduce:
1. A Gentoo installation without tetex or texlive installed
2. emerge mediawiki with "math" USE flag

Actual Results:  
app-text/tetex (is blocking app-text/texlive-core-2007-r12)

Expected Results:  
emerge texlive-core and ignore tetex
Comment 1 damage 2008-07-27 15:43:40 UTC
I'm afraid that this bug is ignored. Mediawiki is not emergeable with math support at all!

May someone could give a small statement of current developing or a workaround?

TIA
Comment 2 Chris Elledge 2008-07-27 17:20:34 UTC
I'm not sure why this bug is being ignored. It's really easy to fix. Here is a patch for 1.11.2 that I made.

--- /usr/portage/www-apps/mediawiki/mediawiki-1.11.2.ebuild	2008-04-03 06:07:04.000000000 -0400
+++ /usr/local/portage/www-apps/mediawiki/mediawiki-1.11.2-r1.ebuild	2008-04-17 22:50:07.000000000 -0400
@@ -19,7 +19,7 @@
 RDEPEND="${DEPEND}
 	math? (
 		app-text/dvipng
-		virtual/tetex
+		virtual/tex-base
 		virtual/ghostscript
 		media-gfx/imagemagick
 	)

Comment 3 Benedikt Böhm (RETIRED) gentoo-dev 2008-09-01 07:47:49 UTC
fixed in cvs