According to DarkSpector on IRC, this is a Nautilus Media bug. Basically, the nautilis-audio-view will simply crash with the statement that 'GStreamer: Could not create gnomevfssrc element' and die. Additionally: 'Application "nautilus-audio-view" (process 28596) has crashed due to a fatal error. (Segmentation fault)'No Other output is given. Reproducible: Always Steps to Reproduce: 1.Open Nautilus and navigate to a directory that contains music files 2.select audio view 3.Nautilus crashes Actual Results: Nautilus Crashes Expected Results: Should have provided a music view to play music Portage 2.0.48-r1 (default-x86-1.4, gcc-3.2.2, glibc-2.3.1-r4) ================================================================= System uname: 2.4.19-gentoo-r10 i686 AMD Athlon(tm) XP 1800+ GENTOO_MIRRORS=" http://mirror.clarkson.edu/pub/distributions/gentoo/ #http://www.ibiblio.org/pub/Linux/distributions/gentoo #ftp://cs.ubishops.ca/pub/gentoo ftp://sunsite.cnlab-switch.ch/mirror/gentoo/ #ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo #ftp://mirror.iawnet.sandia.gov/pub/gentoo/ #http://csociety-ftp.ecn.purdue.edu/pub/gentoo" CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/share/config /var/bind /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config /usr/share/config /opt/quake3/cpma/server.cfg" CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d" PORTDIR="/usr/portage" DISTDIR="/usr/portage/distfiles" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR_OVERLAY="" USE="x86 oss 3dnow apm avi crypt encode gif jpeg libg++ mikmod mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms xv zlib directfb gdbm berkdb slang readline arts tetex aalib nas svga ggi tcltk java guile mysql sdl gpm tcpd pam libwww ssl perl python esd imlib oggvorbis gtk motif mozilla gphoto2 cdr X gtk2 -gnome -kde -qt -alsa mmx sse sse2 cups opengl" COMPILER="gcc3" CHOST="i686-pc-linux-gnu" CFLAGS="-mcpu=athlon-xp -O3 -pipe" CXXFLAGS="-mcpu=athlon-xp -O3 -pipe" ACCEPT_KEYWORDS="x86" MAKEOPTS="-j2" AUTOCLEAN="yes" SYNC="rsync://rsync.gentoo.org/gentoo-portage" FEATURES="sandbox ccache"
Well, bug bug.. gstreamer lacks in a lot of areas and one of them is error handling. It's not like it's totally unexpected behaviour. Anyway, the error is fairly descriptive, you are missing the gnomevfssource plugin . Make sure you have all plugins registered (run gst-register-0.6 as root) and the plugins actually exists ( check for the existance of /usr/lib/gstreamer-0.6/libgstgnomevfssrc* ) . You need to have 'gnome' in USE for this plugin to build btw, so if you didn't have that then there is your problem.
Yep, that did it... working now. Thanks!
can't force USE flags on deps.
re-closing