Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Portage & Programming
  • Search

[Solved]Totem: fails at ./configure

Problems with emerge or ebuilds? Have a basic programming question about C, PHP, Perl, BASH or something else?
Post Reply
Advanced search
24 posts • Page 1 of 1
Author
Message
Master Shake
l33t
l33t
User avatar
Posts: 755
Joined: Sun Apr 10, 2005 9:19 pm
Location: Wilmington, Delaware

[Solved]Totem: fails at ./configure

  • Quote

Post by Master Shake » Mon Sep 21, 2009 1:08 am

Hello everyone. I'm installing gentoo on my desktop as we speak and I'm having issues with totem. Here is the output:

Code: Select all

checking GStreamer 0.10 inspection tool... yes
checking GStreamer 0.10 playbin plugin... yes
checking GStreamer 0.10 ffmpegcolorspace plugin... yes
checking GStreamer 0.10 videoscale plugin... yes
checking GStreamer 0.10 gconfaudiosink plugin... ./configure: line 20178: 26116 Aborted                 (core dumped) $gst010_inspect $good_element > /dev/null 2> /dev/null
no
configure: error:
				Cannot find required GStreamer-0.10 plugin 'gconfaudiosink'.
				It should be part of gst-plugins-good. Please install it.
			

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/media-video/totem-2.26.3-r1/work/totem-2.26.3/config.log
 * 
 * ERROR: media-video/totem-2.26.3-r1 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_configure
 *             environment, line 3631:  Called gnome2_src_configure
 *             environment, line 2442:  Called econf '--disable-scrollkeeper' '--disable-schemas-install' '--disable-static' '--disable-vala' '--with-dbus' '--with-smclient' '--enable-easy-codec-installation' '--enable-browser-plugins' 'BROWSER_PLUGIN_DIR=/usr/lib64/nsbrowser/plugins' 'PLUGINDIR=/usr/lib64/totem/plugins' '--with-plugins=properties,thumbnail,screensaver,ontop,gromit,media-player-keys,skipto,brasero-disc-recorder,screenshot,youtube,opensubtitles,jamendo,pythonconsole' '--disable-debug' '--enable-nautilus' '--enable-python' '--disable-gtk-doc'
 *               ebuild.sh, line  534:  Called die
 * The specific snippet of code:
 *   			die "econf failed"
 *  The die message:
 *   econf failed
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/media-video/totem-2.26.3-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-video/totem-2.26.3-r1/temp/environment'.
 * 

>>> Failed to emerge media-video/totem-2.26.3-r1, Log file:

>>>  '/var/tmp/portage/media-video/totem-2.26.3-r1/temp/build.log'

 * Messages for package media-video/totem-2.26.3-r1:

 * 
 * ERROR: media-video/totem-2.26.3-r1 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_configure
 *             environment, line 3631:  Called gnome2_src_configure
 *             environment, line 2442:  Called econf '--disable-scrollkeeper' '--disable-schemas-install' '--disable-static' '--disable-vala' '--with-dbus' '--with-smclient' '--enable-easy-codec-installation' '--enable-browser-plugins' 'BROWSER_PLUGIN_DIR=/usr/lib64/nsbrowser/plugins' 'PLUGINDIR=/usr/lib64/totem/plugins' '--with-plugins=properties,thumbnail,screensaver,ontop,gromit,media-player-keys,skipto,brasero-disc-recorder,screenshot,youtube,opensubtitles,jamendo,pythonconsole' '--disable-debug' '--enable-nautilus' '--enable-python' '--disable-gtk-doc'
 *               ebuild.sh, line  534:  Called die
 * The specific snippet of code:
 *   			die "econf failed"
 *  The die message:
 *   econf failed
 * 
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/media-video/totem-2.26.3-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-video/totem-2.26.3-r1/temp/environment'.
 * 
When I do a emerge -pv for gst-plugins-good I get

Code: Select all

[ebuild   R   ] media-libs/gst-plugins-good-0.10.16  USE="-debug" 0 kB
Also revdep-rebuild doesn't pick up anything currently. If it matters I'm building this system from scratch.
Last edited by Master Shake on Tue Sep 22, 2009 9:21 pm, edited 1 time in total.
System Specs:
64-bit gentoo linux
Q6600 @ 3.2Ghz
P35 Chipset
4 Gigs 800mhz 4-4-4-12
Nvidia GeForce 8800 GTX @ 630mhz
Top
Mike Hunt
Watchman
Watchman
User avatar
Posts: 5287
Joined: Sun Jul 19, 2009 11:01 pm

  • Quote

Post by Mike Hunt » Mon Sep 21, 2009 1:20 am

I would re-emerge all the gst plugins

Code: Select all

emerge -1av $(qlist -IC gst-plugins)
You need this in totem

Code: Select all

checking GStreamer 0.10 gconfaudiosink plugin... yes
Top
Master Shake
l33t
l33t
User avatar
Posts: 755
Joined: Sun Apr 10, 2005 9:19 pm
Location: Wilmington, Delaware

  • Quote

Post by Master Shake » Mon Sep 21, 2009 1:21 pm

Right now I'm building again from scratch because I found out what happens when you fsck.ext4 on a mounted ext4 filesystem. Lets just say its not pleasant. The funniest of the errors was "gentoo needs udev ... etc." then next line on boot was *starting udev*. Anyways if this happens again I'll try your advice, but hopefully starting from scratch will fix it.
System Specs:
64-bit gentoo linux
Q6600 @ 3.2Ghz
P35 Chipset
4 Gigs 800mhz 4-4-4-12
Nvidia GeForce 8800 GTX @ 630mhz
Top
Master Shake
l33t
l33t
User avatar
Posts: 755
Joined: Sun Apr 10, 2005 9:19 pm
Location: Wilmington, Delaware

[Solved]Totem: fails at ./configure

  • Quote

Post by Master Shake » Tue Sep 22, 2009 9:21 pm

Mike Hunt wrote:I would re-emerge all the gst plugins

Code: Select all

emerge -1av $(qlist -IC gst-plugins)
You need this in totem

Code: Select all

checking GStreamer 0.10 gconfaudiosink plugin... yes
I had this same problem happen when I rebuilt the system, however I followed your advice and it is now compiling. Why do you think it wouldn't build right the first time?
System Specs:
64-bit gentoo linux
Q6600 @ 3.2Ghz
P35 Chipset
4 Gigs 800mhz 4-4-4-12
Nvidia GeForce 8800 GTX @ 630mhz
Top
VoidMage
Watchman
Watchman
User avatar
Posts: 6196
Joined: Sat Oct 14, 2006 8:43 am

  • Quote

Post by VoidMage » Tue Sep 22, 2009 9:25 pm

I'm not 100% sure, but I think that check needs dbus running.
Top
gubacsek
n00b
n00b
Posts: 13
Joined: Thu Mar 19, 2009 1:07 pm

Re: [Solved]Totem: fails at ./configure

  • Quote

Post by gubacsek » Mon Aug 02, 2010 6:28 pm

Master Shake wrote:
Mike Hunt wrote:I would re-emerge all the gst plugins

Code: Select all

emerge -1av $(qlist -IC gst-plugins)
You need this in totem

Code: Select all

checking GStreamer 0.10 gconfaudiosink plugin... yes
I had this same problem happen when I rebuilt the system, however I followed your advice and it is now compiling. Why do you think it wouldn't build right the first time?

I had the same issue with totem-2.30.2, and tryed Mike's solution, but that didn't worked. I found a bug, for which the solution was a dbus tweaking. That didn't help either. Then as a last try, i recompiled media-libs/gstreamer, because this gst-inspect-0.10 file belongs to that package, and THAT solved my problem.
Top
lindegur
Apprentice
Apprentice
User avatar
Posts: 293
Joined: Sat Aug 14, 2004 10:20 pm
Location: Swiss mountains
Contact:
Contact lindegur
Website

  • Quote

Post by lindegur » Sun Aug 08, 2010 8:11 am

I recompiled media-libs/gstreamer and THAT solved my emerge totem problem too :lol:

Some months later, I run into a similar emerge totem problem

Code: Select all

 su - 
as written below or above solved it :wink:
Last edited by lindegur on Mon Feb 28, 2011 12:29 pm, edited 1 time in total.
Top
yuhu
Tux's lil' helper
Tux's lil' helper
Posts: 86
Joined: Tue Oct 17, 2006 3:22 pm

  • Quote

Post by yuhu » Sat Dec 11, 2010 6:06 pm

I run into the same problem, but my solultion is different.

Normally I run updates this way

1) Login gnome (xdm) as Normal User
2) Open gnome-terminal as Normal User
3) Write su (to become root)
4) run updates...

I got the same described problems with "totem" in this way.
checking GStreamer 0.10 gconfaudiosink plugin... ./configure: line 19220: 29284 Aborted $gst010_inspect $good_element > /dev/null 2> /dev/null
no
configure: error:
Cannot find required GStreamer-0.10 plugin 'gconfaudiosink'.
It should be part of gst-plugins-good. Please install it.
I tried all suggested ways like rebuild gst-plugins-good, gstreamer,... revdep-rebuild... but nothing could fix this.

Last i tried too login as root at the console and an emerge of totem runs without problems.

But what are the differents?

Now I tried in gnome-terminal to login as root like su - root - This makes the diffents.

Now i got
checking GStreamer 0.10 gconfaudiosink plugin... yes
and they install of totem runs without problems.
Top
alextz
n00b
n00b
Posts: 62
Joined: Wed Jan 04, 2006 8:39 pm
Location: Romania
Contact:
Contact alextz
Website

  • Quote

Post by alextz » Fri Dec 17, 2010 11:14 pm

su - root worked for me also.
Top
mario88
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 122
Joined: Fri Jul 25, 2003 12:18 pm
Location: Vienna

  • Quote

Post by mario88 » Mon Dec 27, 2010 5:23 am

Great solution!

But WHY is this working? 8O
Cyber Anarchist
Top
Leio
Developer
Developer
User avatar
Posts: 494
Joined: Thu Feb 27, 2003 3:41 pm
Location: Estonia

  • Quote

Post by Leio » Tue Dec 28, 2010 11:34 pm

"su -" gives a fresh environment, "su" doesn't. So you have your users DBus environment variables, and they get used, and root can't talk to that, etc. And GConf uses DBus since some versions ago.
http://bugs.gentoo.org/show_bug.cgi?id=332139#c25
GNOME team lead; GStreamer; MIPS/ARM64
Top
azp
Guru
Guru
Posts: 457
Joined: Sun Nov 16, 2003 5:48 pm
Location: Sweden
Contact:
Contact azp
Website

  • Quote

Post by azp » Sat Jan 22, 2011 11:54 am

Leio wrote:"su -" gives a fresh environment, "su" doesn't. So you have your users DBus environment variables, and they get used, and root can't talk to that, etc. And GConf uses DBus since some versions ago.
http://bugs.gentoo.org/show_bug.cgi?id=332139#c25
Worked for me as well, thanks!
Weeks of coding can save you hours of planning.
Top
h2sammo
Veteran
Veteran
User avatar
Posts: 1025
Joined: Wed Mar 11, 2009 2:47 am
Location: Michigan

  • Quote

Post by h2sammo » Sat Feb 26, 2011 3:20 am

thank you
Top
saturday
Apprentice
Apprentice
User avatar
Posts: 246
Joined: Mon Dec 20, 2004 3:03 pm
Location: de/munich/home

  • Quote

Post by saturday » Sat Feb 26, 2011 6:37 pm

Thank You! :)
Top
amightywind
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 137
Joined: Tue Jun 01, 2004 2:47 pm
Location: Andover, MN USA

  • Quote

Post by amightywind » Sun Feb 27, 2011 8:55 pm

Thanks a lot. Good emerge advice in general.
amightywind
Top
lifebeyondwalls
n00b
n00b
Posts: 1
Joined: Tue Mar 01, 2011 10:39 pm
Location: Virginia, USA
Contact:
Contact lifebeyondwalls
Website

  • Quote

Post by lifebeyondwalls » Tue Mar 01, 2011 10:41 pm

Exiting my root shell and typing "su - root" for a fresh root environment also worked to solve this issue for me. Thanks!
Top
MarauderFH
n00b
n00b
Posts: 2
Joined: Wed Feb 23, 2011 8:14 am

  • Quote

Post by MarauderFH » Thu Mar 03, 2011 5:22 am

sudo emerge -v totem worked for me, from my main user.
Top
trigggl
Apprentice
Apprentice
User avatar
Posts: 258
Joined: Sun Aug 26, 2007 12:40 pm
Location: Arkansas

  • Quote

Post by trigggl » Mon Mar 07, 2011 2:59 am

Thanks for this education. I'll be using 'su -' for my updates from now on.
Greg
Top
Meconiotronic
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 99
Joined: Wed Mar 14, 2007 8:32 pm

  • Quote

Post by Meconiotronic » Mon Mar 07, 2011 11:52 am

Ahaha crazyest, it worked for me in totem media-video/totem-2.32.0

Thanks
Top
Nitro_146
Apprentice
Apprentice
User avatar
Posts: 221
Joined: Wed Mar 02, 2005 8:34 pm
Location: Digne les bains, France
Contact:
Contact Nitro_146
Website

  • Quote

Post by Nitro_146 » Fri Mar 25, 2011 7:56 pm

Code: Select all

su -
worked well.

Thank for the tip !
Linux, cause booting is for adding new hardware
Top
todd93
l33t
l33t
Posts: 625
Joined: Mon Oct 30, 2006 7:53 pm
Location: Missouri

  • Quote

Post by todd93 » Tue Mar 29, 2011 3:08 pm

Hi, I have been dealing with this for quite some time and am tired of it. There is some great advice in this thread, however, it did not work for me, when I logged in using su - and emerged totem, I get the following:

Code: Select all

>>> Emerging (1 of 1) media-video/totem-2.32.0

!!! Directory does not exist: '/usr/lib/ccache/bin'
!!! Disabled FEATURES='ccache'
 * totem-2.32.0.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...                  [ ok ]
 * Package:    media-video/totem-2.32.0
 * Repository: gentoo
 * Maintainer: gnome@gentoo.org media-video@gentoo.org,gstreamer@gentoo.org
 * USE:        amd64 bluetooth elibc_glibc kernel_linux multilib nautilus python userland_GNU youtube
 * FEATURES:   sandbox
>>> Unpacking source...
>>> Unpacking totem-2.32.0.tar.bz2 to /var/tmp/portage/media-video/totem-2.32.0/work
>>> Source unpacked in /var/tmp/portage/media-video/totem-2.32.0/work
>>> Preparing source in /var/tmp/portage/media-video/totem-2.32.0/work/totem-2.32.0 ...
 * Fixing OMF Makefiles ...                                              [ ok ]
 * Running elibtoolize in: totem-2.32.0/
 *   Applying portage-2.2.patch ...
 *   Applying sed-1.5.6.patch ...
 *   Applying as-needed-2.2.6.patch ...
 * Applying totem-2.32.0-smclient-target-detection.patch ...             [ ok ]
 * Running eautoreconf in '/var/tmp/portage/media-video/totem-2.32.0/work/totem-2.32.0' ...
 * Running aclocal ...                                                   [ ok ]
 * Running libtoolize --copy --force --install --automake ...            [ ok ]
 * Running aclocal ...                                                   [ ok ]
 * Running autoconf ...                                                  [ ok ]
 * Running autoheader ...                                                [ ok ]
 * Running automake --add-missing --copy ...                             [ ok ]
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/media-video/totem-2.32.0/work/totem-2.32.0 ...
 * econf: updating totem-2.32.0/config.guess with /usr/share/gnuconfig/config.guess
 * econf: updating totem-2.32.0/config.sub with /usr/share/gnuconfig/config.sub
./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --disable-scrollkeeper --disable-schemas-install --disable-static --disable-vala --with-dbus --with-smclient --enable-easy-codec-installation --disable-browser-plugins BROWSER_PLUGIN_DIR=/usr/lib64/nsbrowser/plugins PLUGINDIR=/usr/lib64/totem/plugins --with-plugins=properties,thumbnail,screensaver,ontop,gromit,media-player-keys,skipto,brasero-disc-recorder,screenshot,chapters,bemused,opensubtitles,jamendo,pythonconsole,dbus-service,youtube --disable-debug --enable-nautilus --enable-python --disable-gtk-doc
checking whether to enable maintainer-specific portions of Makefiles... no
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking dependency style of x86_64-pc-linux-gnu-gcc... gcc3
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... /usr/bin/gmsgfmt
checking for xgettext... /usr/bin/xgettext
checking whether NLS is requested... yes
checking for intltool >= 0.40.0... 0.41.1 found
checking for intltool-update... /usr/bin/intltool-update
checking for intltool-merge... /usr/bin/intltool-merge
checking for intltool-extract... /usr/bin/intltool-extract
checking for xgettext... (cached) /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for gmsgfmt... (cached) /usr/bin/gmsgfmt
checking for perl... /usr/bin/perl
checking for perl >= 5.8.1... 5.12.2
checking for XML::Parser... ok
checking whether ln -s works... yes
checking for x86_64-pc-linux-gnu-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking gnome-doc-utils >= 0.3.2... yes
checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes
checking dependency style of x86_64-pc-linux-gnu-g++... gcc3
checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes
checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes
checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking how to run the C++ preprocessor... x86_64-pc-linux-gnu-g++ -E
checking for ld used by x86_64-pc-linux-gnu-g++... /usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for x86_64-pc-linux-gnu-g++ option to produce PIC... -fPIC -DPIC
checking if x86_64-pc-linux-gnu-g++ PIC flag -fPIC -DPIC works... yes
checking if x86_64-pc-linux-gnu-g++ static flag -static works... yes
checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... yes
checking if x86_64-pc-linux-gnu-g++ supports -c -o file.o... (cached) yes
checking whether the x86_64-pc-linux-gnu-g++ linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
configure: creating ./config.lt
config.lt: creating libtool
checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for glib-genmarshal... /usr/bin/glib-genmarshal
checking for glib-mkenums... /usr/bin/glib-mkenums
checking whether to enable easy codec installation support... yes
checking for MISSING_PLUGINS... yes
checking for GST... yes
checking GStreamer 0.10 inspection tool... yes
checking GStreamer 0.10 playbin2 plugin... yes
checking GStreamer 0.10 ffmpegcolorspace plugin... yes
checking GStreamer 0.10 videoscale plugin... yes
checking GStreamer 0.10 gconfaudiosink plugin... yes
checking GStreamer 0.10 gconfvideosink plugin... yes
checking GStreamer 0.10 goom plugin... yes
checking which smclient backend to use... xsmp
checking for SMCLIENT... yes
checking for DEPENDENCY... yes
checking for MM... yes
checking for GTK... yes
checking for UNIQUE... yes
checking for X... libraries , headers 
checking for XTestFakeKeyEvent in -lXtst... yes
checking for XVIDMODE... yes
checking for X11 XFree86 headers... yes
checking whether Python plugin support is requested... yes
checking for a Python interpreter with version >= 2.3... python
checking for python... /usr/bin/python
checking for python version... 2.6
checking for python platform... linux2
checking for python script directory... ${prefix}/lib64/python2.6/site-packages
checking for python extension module directory... ${exec_prefix}/lib64/python2.6/site-packages
checking for PYGTK... yes
checking for pygtk defs... /usr/share/pygtk/2.0/defs
checking for pygtk codegen... /usr/bin/python /usr/lib64/python2.6/site-packages/gtk-2.0/codegen/codegen.py
checking for pygtk h2def... /usr/bin/python /usr/lib64/python2.6/site-packages/gtk-2.0/codegen/h2def.py
checking whether x86_64-pc-linux-gnu-gcc understands -fno-strict-aliasing... yes
checking whether Vala plugin support is requested... no
checking for GLIB... yes
checking for SCREENSAVER... yes
checking for MEDIA_PLAYER_KEYS... yes
checking for DISC_RECORDER... yes
checking for CHAPTERS... yes
checking for BEMUSED... yes
checking for LIBGDATA... yes
checking for LIBGDATA_0_7... yes
checking for LIBSOUP... yes
checking GStreamer 0.10 souphttpsrc plugin... yes
checking which plugins to compile...  properties thumbnail screensaver ontop gromit media-player-keys skipto brasero-disc-recorder screenshot chapters bemused opensubtitles jamendo pythonconsole dbus-service youtube
checking whether to compile the browser plugins... no
checking for NAUTILUS... yes
configure: installing nautilus plugin in /usr/lib64/nautilus/extensions-2.0
checking for DBUS... yes
checking for gconftool-2... /usr/bin/gconftool-2
Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
Using $(sysconfdir)/gconf/schemas as install directory for schema files
checking whether gcc understands -Wno-sign-compare... yes
checking what warning flags to pass to the C compiler... -Wall -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wno-sign-compare
checking what language compliance flags to pass to the C compiler... 
checking what warning flags to pass to the C++ compiler... -Wall -Wno-unused
checking what language compliance flags to pass to the C++ compiler... 
checking for gtkdoc-check... no
checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase
checking for gtkdoc-mkpdf... no
checking whether to build gtk-doc documentation... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating totem.spec
config.status: creating lib/Makefile
config.status: creating src/Makefile
config.status: creating src/plugins/Makefile
config.status: creating src/plugins/bemused/Makefile
config.status: creating src/plugins/coherence_upnp/Makefile
config.status: creating src/plugins/dbus-service/Makefile
config.status: creating src/plugins/screensaver/Makefile
config.status: creating src/plugins/screenshot/Makefile
config.status: creating src/plugins/ontop/Makefile
config.status: creating src/plugins/galago/Makefile
config.status: creating src/plugins/gromit/Makefile
config.status: creating src/plugins/iplayer/Makefile
config.status: creating src/plugins/lirc/Makefile
config.status: creating src/plugins/media-player-keys/Makefile
config.status: creating src/plugins/mythtv/Makefile
config.status: creating src/plugins/opensubtitles/Makefile
config.status: creating src/plugins/properties/Makefile
config.status: creating src/plugins/sidebar-test/Makefile
config.status: creating src/plugins/skipto/Makefile
config.status: creating src/plugins/sample-python/Makefile
config.status: creating src/plugins/sample-vala/Makefile
config.status: creating src/plugins/thumbnail/Makefile
config.status: creating src/plugins/totem/Makefile
config.status: creating src/plugins/tracker/Makefile
config.status: creating src/plugins/youtube/Makefile
config.status: creating src/plugins/pythonconsole/Makefile
config.status: creating src/plugins/publish/Makefile
config.status: creating src/plugins/jamendo/Makefile
config.status: creating src/plugins/brasero-disc-recorder/Makefile
config.status: creating src/plugins/chapters/Makefile
config.status: creating src/backend/Makefile
config.status: creating browser-plugin/Makefile
config.status: creating data/Makefile
config.status: creating data/totem.desktop.in.in
config.status: creating data/icons/Makefile
config.status: creating data/icons/16x16/Makefile
config.status: creating data/icons/22x22/Makefile
config.status: creating data/icons/24x24/Makefile
config.status: creating data/icons/32x32/Makefile
config.status: creating data/icons/48x48/Makefile
config.status: creating data/icons/scalable/Makefile
config.status: creating po/Makefile.in
config.status: creating help/Makefile
config.status: creating bindings/Makefile
config.status: creating bindings/python/Makefile
config.status: creating bindings/vala/Makefile
config.status: creating docs/Makefile
config.status: creating docs/reference/Makefile
config.status: creating docs/reference/version.xml
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: executing libtool commands
config.status: executing po/stamp-it commands
configure: Totem was configured with the following options:
configure: ** Using the GStreamer-0.10 backend
configure: ** Easy codec installation support enabled
configure: ** Python binding support enabled
configure:    Vala binding support disabled
configure: ** thumbnail plugin enabled
configure: ** screensaver plugin enabled
configure: ** ontop plugin enabled
configure:    galago plugin disabled
configure: ** gromit plugin enabled
configure:    lirc plugin disabled
configure: ** media-player-keys plugin enabled
configure:    mythtv plugin disabled
configure: ** properties plugin enabled
configure:    sidebar-test plugin disabled
configure: ** skipto plugin enabled
configure:    sample-python plugin disabled
configure:    sample-vala plugin disabled
configure: ** bemused plugin enabled
configure: ** youtube plugin enabled
configure:    publish plugin disabled
configure:    tracker plugin disabled
configure: ** pythonconsole plugin enabled
configure: ** jamendo plugin enabled
configure: ** opensubtitles plugin enabled
configure: ** screenshot plugin enabled
configure: ** brasero-disc-recorder plugin enabled
configure:    coherence_upnp plugin disabled
configure: ** dbus-service plugin enabled
configure:    iplayer plugin disabled
configure: ** chapters plugin enabled
configure:    Browser plugin disabled
configure: ** Nautilus properties page enabled
configure: ** XTest (legacy screensaver) support enabled
configure: ** D-Bus (gnome-screensaver) support enabled
configure: ** XVidmode support enabled
configure: ** XFree86 multimedia keys support enabled
configure: ** SM client support enabled
configure: End options
>>> Source configured.
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE "/var/log/sandbox/sandbox-30840.log"

VERSION 1.0
FORMAT: F - Function called
FORMAT: S - Access Status
FORMAT: P - Path as passed to function
FORMAT: A - Absolute Path (not canonical)
FORMAT: R - Canonical Path
FORMAT: C - Command Line

F: open_wr
S: deny
P: /etc/gconf/gconf.xml.mandatory/.testing.writeability
A: /etc/gconf/gconf.xml.mandatory/.testing.writeability
R: /etc/gconf/gconf.xml.mandatory/.testing.writeability
C: /usr/libexec/gconfd-2 

F: unlink
S: deny
P: /etc/gconf/gconf.xml.mandatory/.testing.writeability
A: /etc/gconf/gconf.xml.mandatory/.testing.writeability
R: /etc/gconf/gconf.xml.mandatory/.testing.writeability
C: /usr/libexec/gconfd-2 

F: open_wr
S: deny
P: /etc/gconf/gconf.xml.system/.testing.writeability
A: /etc/gconf/gconf.xml.system/.testing.writeability
R: /etc/gconf/gconf.xml.system/.testing.writeability
C: /usr/libexec/gconfd-2 

F: unlink
S: deny
P: /etc/gconf/gconf.xml.system/.testing.writeability
A: /etc/gconf/gconf.xml.system/.testing.writeability
R: /etc/gconf/gconf.xml.system/.testing.writeability
C: /usr/libexec/gconfd-2 

F: open_wr
S: deny
P: /etc/gconf/gconf.xml.defaults/.testing.writeability
A: /etc/gconf/gconf.xml.defaults/.testing.writeability
R: /etc/gconf/gconf.xml.defaults/.testing.writeability
C: /usr/libexec/gconfd-2 

F: unlink
S: deny
P: /etc/gconf/gconf.xml.defaults/.testing.writeability
A: /etc/gconf/gconf.xml.defaults/.testing.writeability
R: /etc/gconf/gconf.xml.defaults/.testing.writeability
C: /usr/libexec/gconfd-2 
--------------------------------------------------------------------------------
Not sure what the failure is here, hopefully someone can help me out!

Thanks!!

Todd
Top
anthonyk
n00b
n00b
Posts: 47
Joined: Mon Nov 21, 2005 11:07 am

  • Quote

Post by anthonyk » Sat Apr 09, 2011 2:11 pm

todd93 wrote:Hi, I have been dealing with this for quite some time and am tired of it. There is some great advice in this thread, however, it did not work for me, when I logged in using su - and emerged totem, I get the following:

Not sure what the failure is here, hopefully someone can help me out!

Thanks!!

Todd
Hi Todd I had that problem as well. I don't know whats going on, but I just re-emerged gstreamer and gst-plugins-good and it worked fine

Code: Select all

emerge -1 gstreamer gst-plugins-good
emerge -1 totem
Top
todd93
l33t
l33t
Posts: 625
Joined: Mon Oct 30, 2006 7:53 pm
Location: Missouri

  • Quote

Post by todd93 » Sat Apr 09, 2011 2:13 pm

anthonyk wrote:
todd93 wrote:Hi, I have been dealing with this for quite some time and am tired of it. There is some great advice in this thread, however, it did not work for me, when I logged in using su - and emerged totem, I get the following:

Not sure what the failure is here, hopefully someone can help me out!

Thanks!!

Todd
Hi Todd I had that problem as well. I don't know whats going on, but I just re-emerged gstreamer and gst-plugins-good and it worked fine

Code: Select all

emerge -1 gstreamer gst-plugins-good
emerge -1 totem
Cool, thanks, worked well!!
Last edited by todd93 on Sun Apr 17, 2011 8:28 pm, edited 1 time in total.
Top
spy20
Tux's lil' helper
Tux's lil' helper
Posts: 140
Joined: Tue Nov 02, 2010 1:35 pm

  • Quote

Post by spy20 » Sun Apr 17, 2011 3:56 pm

It was so so hard :'(.

That what I do.

Close all your session shell.
Then re-opened one and do this in order.


su -
emerge -1 gstreamer gst-plugins-good
emerge -1 totem

and oh yes it's work well

sry for up this post
Top
Post Reply

24 posts • Page 1 of 1

Return to “Portage & Programming”

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