Date: Wed, 29 Jun 2005 20:50:54 -0400 From: Michael Johnson <ahze@FreeBSD.org> To: Kris Kennaway <kris@obsecurity.org> Cc: ports@FreeBSD.org Subject: Re: vlc no longer giving X interface Message-ID: <655AC111-E581-4476-8E61-AD0281647A27@FreeBSD.org> In-Reply-To: <20050629233818.GE93979@xor.obsecurity.org> References: <20050629233818.GE93979@xor.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Jun 29, 2005, at 7:38 PM, Kris Kennaway wrote: > I upgraded vlc and it worked, then I removed some ports that were not > registered as dependencies and it broke. Rebuilding vlc, or using the > previous 0.8.1 package no longer gives me the X gui, only the text: > > >> vlc > <<---snip-->> > > However, vlc is not linked to any X libraries: > > /usr/X11R6/bin/vlc: > libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x28158000) > libavformat.so => /usr/local/lib/libavformat.so (0x28248000) > libz.so.2 => /lib/libz.so.2 (0x2829e000) > libavcodec.so => /usr/local/lib/libavcodec.so (0x282af000) > libm.so.3 => /lib/libm.so.3 (0x2850d000) > libstdc++.so.4 => /usr/lib/libstdc++.so.4 (0x28528000) > libpthread.so.1 => /usr/lib/libpthread.so.1 (0x28605000) > libc.so.5 => /lib/libc.so.5 (0x2862b000) > libfaac.so.0 => /usr/local/lib/libfaac.so.0 (0x28718000) > libpostproc.so.0 => /usr/local/lib/libpostproc.so.0 > (0x28728000) > libmp3lame.so.0 => /usr/local/lib/libmp3lame.so.0 (0x28730000) > libvorbis.so.3 => /usr/local/lib/libvorbis.so.3 (0x287c8000) > libvorbisenc.so.2 => /usr/local/lib/libvorbisenc.so.2 > (0x287ef000) > libmp4v2.so.0 => /usr/local/lib/libmp4v2.so.0 (0x288ed000) > libogg.so.5 => /usr/local/lib/libogg.so.5 (0x289c5000) > the vlc binary loads plugins and the plugins do the X stuff, I had this problem once with vlc 0.8.0 and I've seen others on the vlc mailing list with the same problem. I personally rm -rf ~/.vlc and it worked but if you have preferences in ~/.vlc you want to save you could try vlc --reset-plugins-cache then run the following: vlc --intf wxgtk or wxvlc Hope that fixes it, please tell me if it does. Cheers, Michael > Attached is the build typescript. > > Kris > > <out.bz2> >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?655AC111-E581-4476-8E61-AD0281647A27>