multimedia/vlc: no graphical interface on FreeBSD 9 and 10

2011-11-27 Thread O. Hartmann
Since a while, vlc on my FreeBSD 10 and FreeBSD 9 boxes do not show a
graphical interface anymore. Compiling multimedia/vlc works, either with
the legacy gcc or clang. But either way I compile vlc, the result is
always the same: no GUI. Instead, I receive the below show message:


VLC media player 1.1.12 The Luggage (revision exported)
Blocked: call to unsetenv(DBUS_ACTIVATION_ADDRESS)
Blocked: call to unsetenv(DBUS_ACTIVATION_BUS_TYPE)
[0x802080a70] main interface error: no suitable interface module
[0x8020691b0] main libvlc error: interface globalhotkeys,none
initialization failed
[0x8020691b0] main libvlc: Running vlc with the default interface. Use
'cvlc' to use vlc without interface.
[0x802080a70] main interface error: option qt-volume-complete does not exist
[0x802080a70] skins2 interface error: no suitable dialogs provider found
(hint: compile the qt4 plugin, and make sure it is loaded properly)
[0x802080a70] skins2 interface error: cannot instanciate qt4 dialogs
provider


I tried several times to recompile everything vlc depends on, but with
not success. I also tried to delete every configuration file vlc created
in the past and my now suffer from legzy options, but that hadn't any
effect - as far as I could catch each config file.

Is anybody out here having had the same or similar problem and solved it?

Regards,
Oliver



signature.asc
Description: OpenPGP digital signature


Re: multimedia/vlc: no graphical interface on FreeBSD 9 and 10

2011-11-27 Thread Garrett Cooper
On Sun, Nov 27, 2011 at 7:40 AM, O. Hartmann
ohart...@zedat.fu-berlin.de wrote:
 Since a while, vlc on my FreeBSD 10 and FreeBSD 9 boxes do not show a
 graphical interface anymore. Compiling multimedia/vlc works, either with
 the legacy gcc or clang. But either way I compile vlc, the result is
 always the same: no GUI. Instead, I receive the below show message:

That means one or more plugins crashed the system. vlc is lowsy
when it comes to diagnostic messages and it isn't overly apparent what
the root cause is when running ldd because it dl_open's a bunch of
libraries. Try running vlc -vv or ktrace'ing the binary.
Cheers,
-Garrett

PS Please don't cross-post.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org