First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 139789
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: media-video herd <media-video@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Guido Imperiale <crusaderky@gmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
mkvtoolnix-1.7.0.ebuild.patch Change dependency to wxGTK-2.4* patch Niels Laukens 2006-11-13 07:31 0000 374 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 139789 depends on: 160769 Show dependency tree
Bug 139789 blocks:
Votes: 0    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: 2006-07-09 09:32 0000
If the wxwindows USE flag is set, the mkvtoolnix ebuild explicitly requires
wxGTK-2.6*. However, if wxGTK-2.4* is not installed, the mmg GUI will
automatically be excluded by ./configure, no matter the USE flags, and mmg will
NOT be built.

------- Comment #1 From Steve Dibb 2006-09-07 14:49:05 0000 -------
Can you test the new version (1.7.0) and see if it still an issue?

------- Comment #2 From Daniel Pielmeier 2006-09-07 14:58:32 0000 -------
(In reply to comment #1)
> Can you test the new version (1.7.0) and see if it still an issue?
> 

i have upgraded to 1.7.0 today and this version is built without gui too.
wxwindows use flag is enabled and installed wxgtk is version 2.6.2-r1.

------- Comment #3 From Steve Dibb 2006-09-07 15:47:06 0000 -------
Can someone on wxWindows team take a look at this?

If 2.4 and 2.6 are both installed, the config script will use 2.4.  Fixing it
is   beyond my ebuildage.

------- Comment #4 From Niels Laukens 2006-11-13 07:31:45 0000 -------
Created an attachment (id=101838) [details]
Change dependency to wxGTK-2.4*

This patch made it work with me

------- Comment #5 From Mart Raudsepp 2006-11-13 07:43:43 0000 -------
The problem has nothing to do with wx version.
The problem is with the fact that wx-config symlinks point at wx-config-2.4 on
systems that have both installed, and the package using the wx-config symlink
instead of wx-config-2.6, because mkvtoolnix build system isn't using the
official AM_PATH_WXCONFIG aclocal macro provided by wxwin.m4 which would make
the environment flags used to make it use the wx-config-2.6 symlink in
wxwindows.eclass be honored.
One possible workaround is to uninstall wxGTK-2.4 and re-emerge wxGTK-2.6 after
that - the re-emerge essentially just makes wx-config symlink and makes it
point at wx-config-2.6 (so this could be done manually instead to save time).

------- Comment #6 From Alexis Ballier 2007-01-20 19:22:04 0000 -------
mkvtoolnix 1.8.1 which went stable this week now has a configure option to tell
 wx-config path : 
use wxwindows && myconf="--with-wx-config=${WX_CONFIG}"

so I suppose this one is fixed.

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