First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 218051
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Christian Parpart <trapni@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Chris Elledge <chris@elledge.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 218051 depends on: Show dependency tree
Bug 218051 blocks: 222501
Votes: 5    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2008-04-17 06:00 0000
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 From damage 2008-07-27 15:43:40 0000 -------
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 From Chris Elledge 2008-07-27 17:20:34 0000 -------
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 From Benedikt Böhm 2008-09-01 07:47:49 0000 -------
fixed in cvs

First Last Prev Next    No search results available      Search page      Enter new bug