Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 119027 - VLC wxwindows mode (gui) not working
Summary: VLC wxwindows mode (gui) not working
Status: RESOLVED DUPLICATE of bug 105189
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Diego Elio Pettenò (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-14 14:23 UTC by Michael Ploujnikov
Modified: 2006-01-29 23:09 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (e.info,1.98 KB, text/plain)
2006-01-14 14:24 UTC, Michael Ploujnikov
Details
equery depgraph vlc output (vlc.deps,8.08 KB, text/plain)
2006-01-14 14:25 UTC, Michael Ploujnikov
Details
vlc -list output (vlc.list,12.04 KB, text/plain)
2006-01-14 14:25 UTC, Michael Ploujnikov
Details
emerge -vp vlc output (vlc.emerge,586 bytes, text/plain)
2006-01-14 14:27 UTC, Michael Ploujnikov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Ploujnikov 2006-01-14 14:23:56 UTC
I am unable to start VLC in the gui mode, even if I force it with "vlc -I wx{windows}"
Comment 1 Michael Ploujnikov 2006-01-14 14:24:50 UTC
Created attachment 77114 [details]
emerge --info
Comment 2 Michael Ploujnikov 2006-01-14 14:25:18 UTC
Created attachment 77115 [details]
equery depgraph vlc output
Comment 3 Michael Ploujnikov 2006-01-14 14:25:47 UTC
Created attachment 77116 [details]
vlc -list output
Comment 4 Michael Ploujnikov 2006-01-14 14:27:35 UTC
Created attachment 77117 [details]
emerge -vp vlc output
Comment 5 Michael Ploujnikov 2006-01-14 14:28:35 UTC
- see attachments for some relevant info
- the problem seems to persist with vlc 0.8.2 as well as 0.8.4
Comment 6 Michael Ploujnikov 2006-01-14 14:38:05 UTC
I forgot to mention that no errors are being reported when I try to get into the GUI mode. VLC just drops me to the commandline version (not even ncurses, which works if I do "vlc -I ncurses")
Comment 7 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-01-14 15:28:28 UTC
Did you try rebuilding wxGTK?
Comment 8 Michael Ploujnikov 2006-01-14 20:10:00 UTC
Ok, I just confirmed that installing wxGTK-2.6.2-r1 (~x68 testing) followed by re-compilation of vlc-0.8.4a (~x68 testing) actually made wx gui to work.
However, the latest non-testing versions do not work no matter how many times I recompile any of them.
Comment 9 joern 2006-01-19 06:29:20 UTC
Same problem for mee too.
I figured out that dev-libs/libcdio-0.73 is needed to work with wxWidgeds.
libcdio-0.73 provides /usr/lib/libcdio.so.5 which seems to be needed.
Note that you need to recompile vlc after downgrading to libcdio-0.73.

Hope that helps.
Comment 10 Axel Dyks 2006-01-24 18:15:19 UTC
libcdio???

My finding is that this bug is related to the "pango_x_get_context"
bug (#105189).
Running "vlc -v --reset-config --reset-plugins-cache"
-- as suggested on the VideoLAN Forums -- gave me
  [00000001] main vlc warning: cannot load module 
  /usr/lib/vlc/gui/libwxwidgets_plugin.so
  (/usr/lib/libwx_gtk2u_core-2.6.so.0: undefined symbol: pango_x_get_context)
which made me bump into the "pango/wxGTK"-bug.
 
Emerging "wxGTK-2.6.2-r1" (~x86) solves the issue -- as already pointed out
by Michael -- though emerging "unstable base libs" is something I'm really
trying to avoid ... except if required for VERY, VERY good reasons ... like
watching DVDs on my notebook.

:-) Axel  

Comment 11 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-01-29 23:09:06 UTC

*** This bug has been marked as a duplicate of 105189 ***