Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 411549 - >=media-video/vlc-2.0.0 USE=-lua - main interface error: interface "http" initialization failed
Summary: >=media-video/vlc-2.0.0 USE=-lua - main interface error: interface "http" ini...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Alexis Ballier
URL: http://wiki.videolan.org/Web_Interface
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-11 04:06 UTC by Juan Manuel Docile
Modified: 2012-08-06 14:15 UTC (History)
2 users (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 Juan Manuel Docile 2012-04-11 04:06:01 UTC
I can't use http interface.

Show this error

<code>
[0x89ff018] main interface error: interface "http" initialization failed
</code>

My USE flags

<code>
[ebuild   R   ~] media-video/vlc-2.0.1  USE="X a52 aac alsa avahi avcodec avformat cdda cddb dbus dts dvbpsi dvd encode ffmpeg flac fontconfig gcrypt gnutls httpd kde libass live matroska mmx mp3 mpeg ncurses ogg opengl png postproc qt4 rtsp samba sdl speex sqlite sse svg swscale taglib theora truetype twolame udev v4l vlm vorbis win32codecs x264 xcb xml xosd xv -aalib (-altivec) -atmo (-audioqueue) -bidi -bluray -dc1394 -debug -dirac (-direct2d) -directfb (-directx) (-dshow) -dvb (-dxva2) -egl -fbosd -fluidsynth -gme -gnome -growl -ieee1394 (-ios-vout) -jack -kate -libcaca -libnotify -libproxy -libsamplerate -libtar -libtiger -linsys -lirc -lua (-macosx) (-macosx-audio) (-macosx-dialog-provider) (-macosx-eyetv) (-macosx-qtkit) (-macosx-quartztext) (-macosx-vout) (-media-library) -modplug -mtp -musepack (-neon) -omxil -optimisememory -oss -portaudio -projectm -pulseaudio -pvr -run-as-root -schroedinger -sdl-image -shine -shout -sid -skins -switcher -upnp -vaapi -vcdx (-waveout) (-wingdi) -wma-fixed -zvbi" 0 kB
</code>

The fix is to use LUA USE?

http://wiki.videolan.org/Web_Interface
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-04-11 14:28:39 UTC
Maybe that should be documented in metadata.xml?
Comment 2 Alexis Ballier gentoo-dev 2012-04-11 15:12:36 UTC
yes you need lua for the http interface now, the old one is gone afaik
Comment 3 Markos Chandras (RETIRED) gentoo-dev 2012-06-13 22:22:10 UTC
Maybe you should enforce the lua use flag when httpd is used? I spend quite some time trying to figure out why the Web interface does not work before I find this bug
Comment 4 Alexis Ballier gentoo-dev 2012-08-06 14:15:28 UTC
(In reply to comment #3)
> Maybe you should enforce the lua use flag when httpd is used? I spend quite
> some time trying to figure out why the Web interface does not work before I
> find this bug

yep, done that, thanks -> fixed