Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 223737 - media-video/mkvtoolnix does build against x11-libs/wxGTK-2.8*
Summary: media-video/mkvtoolnix does build against x11-libs/wxGTK-2.8*
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-26 18:27 UTC by zombie83p
Modified: 2008-06-24 12:48 UTC (History)
1 user (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 zombie83p 2008-05-26 18:27:17 UTC
mkvtoolnix with the "wxwindows" USE flag currently requires wxGTK-2.6 but builds correctly and functions as expected against wxGTK-2.8. wxGTK bump in ebuild requested.

Reproducible: Always

Steps to Reproduce:
1. emerge mkvtoolnix
2. observe dependency on old wx
3. cry

Actual Results:  
Uses wxGTK 2.6

Expected Results:  
Uses wxGTK 2.8
Comment 1 Alexis Ballier gentoo-dev 2008-06-21 09:35:10 UTC
2.2.0-r1 now uses 2.8, thanks for reporting it.
Comment 2 Joël 2008-06-24 09:32:30 UTC
I think it doesn't build when both wxGTK 2.6 and 2.8 are installed:

(...)
    LINK  src/mmg/mmg
/usr/X11R6/lib/libwx_gtk2u_html-2.8.so: undefined reference to `wxColour::IsOk() const'
collect2: ld returned 1 exit status
Comment 3 Ben de Groot (RETIRED) gentoo-dev 2008-06-24 10:13:37 UTC
(In reply to comment #2)
> I think it doesn't build when both wxGTK 2.6 and 2.8 are installed:

works fine here on ~x86
Comment 4 Joël 2008-06-24 12:48:06 UTC
Thanks for your response !

You are right, it was my fault: caused by building wxGTK-2.8 with -fvisibility-inlines-hidden in CXXFLAGS. This was preventing (at least) proper build of mkvtoolnix and xchm on my system.

Now everything's fine. Thanks again :-)