Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 135330 - media-video/vlc-0.8.5 stopping and lib error
Summary: media-video/vlc-0.8.5 stopping and lib error
Status: VERIFIED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: Diego Elio Pettenò (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-02 16:53 UTC by Stefan de Konink
Modified: 2006-11-30 22:45 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 Stefan de Konink 2006-06-02 16:53:02 UTC
The last problem is probably the easyest one and is the most reproducable:

tv tv # vlc -v --reset-plugins-cache
VLC media player 0.8.5 Janus
starting VLC root wrapper... using UID 0 (root)
***************************************
* Running VLC as root is discouraged. *
***************************************

 It is potentially dangerous, and might not even work properly.
[00000001] main vlc warning: config file /root/.vlc/vlcrc does not exist yet
[00000001] main vlc warning: cannot load module `/usr/lib/vlc/stream_out/libstream_out_switcher_plugin.so' (/usr/lib/vlc/stream_out/libstream_out_switcher_plugin.so: undefined symbol: avcodec_init)
[00000001] main vlc warning: config file /root/.vlc/vlcrc does not exist yet
Remote control interface initialized. Type `help' for help.
signal 2 received, terminating vlc - do it again in case it gets stuck
status change: ( stop state: 0 )
status change: ( quit )


My first problem is that dl.so 'sometimes' complains about 'RT_CONSISTENT' and makes vlc stop. I'm trying to figure out what goes wrong. But no real solution found yet.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-06-03 00:09:21 UTC
emerge --info missing.
Comment 2 Stefan de Konink 2006-06-03 00:33:30 UTC
Portage 2.1_rc3-r5 (default-linux/x86/2006.0, gcc-3.4.6, glibc-2.4-r3, 2.6.16-gentoo-r7 i686)
=================================================================
System uname: 2.6.16-gentoo-r7 i686 Intel(R) Pentium(R) 4 CPU 1.70GHz
Gentoo Base System version 1.12.0
ccache version 2.4 [enabled]
dev-lang/python:     2.3.5, 2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r1
dev-util/confcache:  0.4.2-r1
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r5
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse,387 -msse2 -mmmx"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse,387 -msse2 -mmmx"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache confcache distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo/ ftp://ftp.easynet.nl/mirror/gentoo/"
LDFLAGS="-Wl,-O1"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.nl.gentoo.org/gentoo-portage"
USE="x86 X a52 alsa apm avi bitmap-fonts bzip2 bzlib cli crypt cups dri dts dv eds emboss encode ffmpeg flac font-server foomaticdb freetype gif gimpprint glitz gstreamer gtk2 httpd ieee1394 imlib ipv6 isdnlog jpeg libg++ libwww mad mikmod mmx mng mod mp3 mpeg ncurses nls nptl nptlonly ogg oggvorbis opengl pam pcre pdflib pic png pppd quicktime readline reflection screen session sndfile speex spell spl sse sse2 ssl svg tcpd theora threads tiff truetype truetype-fonts type1-fonts udev userlocales v4l v4l2 vcd vorbis wmf x264 xinerama xml xml2 xorg xprint xsl xv xvid yv12 zlib elibc_glibc input_devices_mouse input_devices_keyboard input_devices_void kernel_linux userland_GNU video_cards_nvidia"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LINGUAS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-06-29 11:42:33 UTC
Can you try rebuilding ffmpeg and vlc, if it's still reproducible?
If it is, can you give me the output of

scanelf -n /usr/lib/vlc/stream_out/libstream_out_switcher_plugin.so

? Thanks.
Comment 4 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-11-30 18:42:53 UTC
I need the above info to continue.
Comment 5 Stefan de Konink 2006-11-30 22:45:45 UTC
Cannot reproduce this again.