Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Multimedia
  • Search

gstreamer/gconf issues in compiling totem,gnome-media

Help with creation, editing, or playback of sounds, images, or video. Amarok, audacious, mplayer, grip, cdparanoia and anything else that makes a sound or plays a video.
Post Reply
Advanced search
8 posts • Page 1 of 1
Author
Message
Indech
n00b
n00b
Posts: 22
Joined: Mon Jan 10, 2005 4:58 pm

gstreamer/gconf issues in compiling totem,gnome-media

  • Quote

Post by Indech » Sat Mar 10, 2007 8:13 am

With compiling totem and gnome-media (and possibly other programs that use similar gstreamer checks) I end up with memory leaks when the compile is checking whether gstreamer is installed.

Totem compiles to this point:

Code: Select all

checking for glib-mkenums... /usr/bin/glib-mkenums
checking for GST... yes
GStreamer-0.10
checking GStreamer 0.10 playbin plugin...
at which point it stalls and using 'ps aux' shows the process "/usr/bin/gst-inspect-0.10 playbin" endlessly eating memory till I kill the emerge, or kill the command, which results in

Code: Select all

configure: error:
Cannot find required GStreamer-0.10 plugin 'playbin'.
It should be part of gst-plugins-base. Please install it.
When checking the output of 'gst-inspect-0.10 playbin' by itself it works with no error.


With gnome-media it stalls at the same point:

Code: Select all

checking whether to enable IPv6... checking for VUMETER... yes
checking for GSR... yes
checking for GStreamer 0.10 playbin plugin... 
at which point the process "/usr/libexec/gconfd-2 8" leaks. If I kill that process and then "gst-inspect-0.10 playbin" (gst-inspect-0.10 doesn't leak with gnome-media it's just forever stalled after killing gconf-2)

Code: Select all

configure: WARNING:
                     Cannot find required GStreamer-0.10 plugin 'playbin'.
                     It should be part of gst-plugins-base. Please install it.
                     You need it installed for the sound recorder to work
It still compiles and each time before killing gst-inspect-0.10 audioconvert, gst-inspect-0.10 audioresample, gst-inspect-0.10 gconfaudiosink, and gst-inspect-0.10 gconfaudiosrc I kill a new leaking "/usr/libexec/gconfd-2 8" process. After that gnome-media will succesfully compile.

emerge --info:

Code: Select all

Portage 2.1.2.2 (default-linux/x86/2006.1, gcc-4.1.2, glibc-2.5-r0, 2.6.19-gentoo-r5.030807.1 i686)
=================================================================
System uname: 2.6.19-gentoo-r5.030807.1 i686 Intel(R) Pentium(R) 4 CPU 3.20GHz
Gentoo Base System release 1.12.9
Timestamp of tree: Sat, 10 Mar 2007 06:50:01 +0000
dev-java/java-config: 1.3.7, 2.0.31-r4
dev-lang/python:     2.4.4
dev-python/pycrypto: 2.0.1-r5
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=pentium4 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O3 -march=pentium4 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="not needed"
LINGUAS="ja en"
MAKEOPTS="-j3"
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 --filter=H_**/files/digest-*"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="not needed"
USE="X a52 acl alsa anthy audiofile bash-completion berkdb bitmap-fonts boost bzip2 cairo cdparanoia cdr cjk cli cracklib crypt cups curl dbus dri dts dvd dvdr esd exif expat faad fam fbcon ffmpeg firefox flac foomaticdb fortran gdbm glut gnome gpm gstreamer gtk2 gtkhtml guile hal iconv idn imagemagick immqt-bc isdnlog jack java javascripts jpeg lcms ldap libcaca libg++ lua mad matroska midi mng mono mp3 mpeg mplayer musepack mysql ncurses nls nptl nptlonly nsplugin offensive ogg openal opengl oss pam pcre pdf perl png ppds pppd python qt3 qt4 quicktime rar readline reflection ruby samba scanner sdl session spell spl sqlite sse ssl svg svga swig tcl tcpd tetex theora tiff tk truetype truetype-fonts type1-fonts unicode usb userlocales vorbis win32codecs wmf wxwindows x264 x86 xine xml xorg xosd xv xvid zlib" ALSA_CARDS="emu10k1" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="ja en" USERLAND="GNU" VIDEO_CARDS="radeon vesa"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Of note I originally had this issue with gcc 3.4.6-r2, and I've also tried doing "emerge -e totem" with CFLAGS="-O" with the same result. Anyone have any idea where the problem is coming from?
Top
krinn
Watchman
Watchman
User avatar
Posts: 7476
Joined: Fri May 02, 2003 6:14 am

  • Quote

Post by krinn » Sat Mar 10, 2007 10:32 am

you can at least check that you're gst-inspect is working & that playbin is present

Code: Select all

gst-inspect-0.10 | grep playbin
playbin:  playbin: Player Bin
Top
Indech
n00b
n00b
Posts: 22
Joined: Mon Jan 10, 2005 4:58 pm

  • Quote

Post by Indech » Sun Mar 11, 2007 8:38 am

krinn wrote:you can at least check that you're gst-inspect is working & that playbin is present

Code: Select all

gst-inspect-0.10 | grep playbin
playbin:  playbin: Player Bin
I've already tested gst-inspect-0.10 with playbin and all the others and they are found and work fine.

When doing further testing, I tried unarchiving totem and configured and compiled manually, which went fine. And after stripping all optimizations/configuration options from make.conf the problem still occurs when trying to compile the ebuild. So it seems somehow emerge is screwing it up somewhere, possibly somewhere in an eclass that totem inherits? Any ideas?
Top
Liox
n00b
n00b
Posts: 20
Joined: Wed Apr 07, 2004 5:47 pm

  • Quote

Post by Liox » Tue Jun 05, 2007 9:35 pm

I had the same problem today.
An

Code: Select all

emerge -a gst-plugins-base
helps for me.

By Liox
Top
s1n
n00b
n00b
User avatar
Posts: 36
Joined: Sat Jan 03, 2004 4:28 pm
Contact:
Contact s1n
Website

Still a problem

  • Quote

Post by s1n » Fri Jun 22, 2007 3:40 am

I have been trying to get totem installed lately and I'm running into the exact same problem. I run ~amd64 and I've recompiled my entire system once, updated and recompiled with what I could, including all of the gstreamer packages.

I have been tracking a few bugs that seem to be related: #179678, #180931, and #143810.

Any ideas would be appreciated.
Top
p3ctu5
n00b
n00b
Posts: 9
Joined: Mon Dec 05, 2005 10:27 am

+1

  • Quote

Post by p3ctu5 » Thu May 08, 2008 10:38 pm

Same prob here with AMD 64bits

- following bug: http://bugs.gentoo.org/show_bug.cgi?id=201867

Anyone solved this yet ?

Best regards
Top
eMxyzptlk
n00b
n00b
Posts: 19
Joined: Fri Nov 02, 2007 10:53 pm

  • Quote

Post by eMxyzptlk » Sun Jun 08, 2008 10:39 pm

I'm having the same problem too and I can't get passed it, any workarounds or solution for that matter ??

I don't use NFS, just normal FS...

Thx
Top
razamatan
Apprentice
Apprentice
User avatar
Posts: 160
Joined: Fri Feb 28, 2003 8:51 am
Contact:
Contact razamatan
Website

  • Quote

Post by razamatan » Sun Mar 22, 2009 2:47 am

i'm getting stuck on this now, but the versions in play are totem-2.24.3 and gst-plugins*-0.10.20....

exactly the same issue from 2007... :/ i've rebuilt liboil, gstreamer, gst-plugins-base, gst-plugins-gio
a razamatan doth speaketh,
"Never attribute to malice, that which can be adequately explained by stupidity"
Top
Post Reply

8 posts • Page 1 of 1

Return to “Multimedia”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic