Forums

Skip to content

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

[SOLVED] [GNOME-overlay] can not build clutter-gst

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Post Reply
Advanced search
15 posts • Page 1 of 1
Author
Message
mekeor
n00b
n00b
Posts: 20
Joined: Mon May 10, 2010 3:07 pm

[SOLVED] [GNOME-overlay] can not build clutter-gst

  • Quote

Post by mekeor » Thu Jul 07, 2011 2:29 pm

Hi folks.
:)

While using the gnome-overlay I can not build the package clutter-gst.
Here are some system-information and the whole build-log. (The latter is partially in german, so I should say that "Fehler" means "failure" or "error" or sth similar.)
:?

Do you have any suggestions how to solve this problem?
:?:
Last edited by mekeor on Sat Jul 09, 2011 9:08 pm, edited 1 time in total.
Top
mekeor
n00b
n00b
Posts: 20
Joined: Mon May 10, 2010 3:07 pm

Other buidling errors

  • Quote

Post by mekeor » Fri Jul 08, 2011 1:01 pm

I should probably mention that I've building issues with lots of packages currently.. That's supposably because of my overlays of which i maybe make too much usage. More precisely, I use following overlays:

Code: Select all

# layman -l
* gnome                     [Git       ] (git://git.overlays.gentoo.org/proj/gnome.git                       )
* haskell                   [Git       ] (git://github.com/gentoo-haskell/gentoo-haskell.git                 )
* keruspe                   [Git       ] (git://git.overlays.gentoo.org/user/keruspe.git                     )
* lisp                      [Git       ] (git://git.overlays.gentoo.org/proj/lisp.git                        )
* rubenqba                  [Git       ] (git://git.overlays.gentoo.org/user/rubenqba.git                    )
* suka                      [Subversion] (svn://overlays.gentoo.org/dev/suka                                 )
Furthermore, I use the unstable-tree (~amd64).

Do you think this could be a reason why my system is instable? Namely, i can't build clutter-gst, gtkmm-2.24.1, org-mode, ...
Actually, i always just try

Code: Select all

emerge -ajvuDN --keep-going world
and the result are these errors.
Top
mekeor
n00b
n00b
Posts: 20
Joined: Mon May 10, 2010 3:07 pm

Solved?

  • Quote

Post by mekeor » Fri Jul 08, 2011 1:58 pm

ok.

i could build org-mode after following command:

Code: Select all

mirrorselect -D
i could build gtkmm after this command:

Code: Select all

emerge -av dev-cpp/mm-common
and currently i'm running following and hope to have solved all my problems afterwards:

Code: Select all

revdep-rebuild

thanks anyway so far :)
Top
mekeor
n00b
n00b
Posts: 20
Joined: Mon May 10, 2010 3:07 pm

clutter-gst still doesnt work :(

  • Quote

Post by mekeor » Fri Jul 08, 2011 2:59 pm

So, everything seems to work now; except clutter-gst. I get following error:

Code: Select all

cat /var/tmp/portage/media-libs/clutter-gst-1.3.12/temp/build.log
 * Package:    media-libs/clutter-gst-1.3.12
 * Repository: gentoo
 * Maintainer: gnome@gentoo.org
 * USE:        amd64 elibc_glibc introspection kernel_linux multilib userland_GNU
 * FEATURES:   sandbox
>>> Unpacking source...
>>> Unpacking clutter-gst-1.3.12.tar.xz to /var/tmp/portage/media-libs/clutter-gst-1.3.12/work
>>> Source unpacked in /var/tmp/portage/media-libs/clutter-gst-1.3.12/work
>>> Preparing source in /var/tmp/portage/media-libs/clutter-gst-1.3.12/work/clutter-gst-1.3.12 ...
 * Fixing OMF Makefiles ...
 [ ok ]
 * Running elibtoolize in: clutter-gst-1.3.12/build/autotools/
 *   Applying portage-1.2.0.patch ...
 *   Applying sed-1.5.6.patch ...
 *   Applying as-needed-2.2.6.patch ...
 * Converting shebang in '/var/tmp/portage/media-libs/clutter-gst-1.3.12/work/clutter-gst-1.3.12/scripts/pso2h.py'
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/media-libs/clutter-gst-1.3.12/work/clutter-gst-1.3.12 ...
 * econf: updating clutter-gst-1.3.12/build/autotools/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating clutter-gst-1.3.12/build/autotools/config.guess with /usr/share/gnuconfig/config.guess
./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 --enable-introspection --disable-gtk-doc
configure: loading site script /usr/share/config.site
configure: loading site script /usr/share/crossdev/include/site/linux
configure: loading site script /usr/share/crossdev/include/site/x86_64-linux-gnu
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 build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking if building for some Win32 platform... no
checking whether make can be made more silent... yes
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 for style of include used by make... GNU
checking dependency style of x86_64-pc-linux-gnu-gcc... gcc3
checking whether x86_64-pc-linux-gnu-gcc and cc understand -c and -o together... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
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 whether ln -s works... yes
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 how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -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 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 for a sed that does not truncate output... (cached) /bin/sed
checking for bash... /bin/bash
checking if dolt supports this host... yes, replacing libtool
checking for glib-mkenums... /usr/bin/glib-mkenums
checking for glib-genmarshal... /usr/bin/glib-genmarshal
checking for ANSI C header files... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking for memset... yes
checking for munmap... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for cgc... no
checking for python... python
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 for CLUTTER_GST... yes
checking for GST... yes
checking for supported compiler flags...  -Wall -Wshadow -Wcast-align -Wno-uninitialized -Wno-strict-aliasing -Wempty-body -Wformat-security -Winit-self
checking for gtkdoc-check... /usr/bin/gtkdoc-check
checking for gtkdoc-rebase... /usr/bin/gtkdoc-rebase
checking for gtkdoc-mkpdf... /usr/bin/gtkdoc-mkpdf
checking whether to build gtk-doc documentation... no
checking for gobject-introspection... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating build/Makefile
config.status: creating build/autotools/Makefile
config.status: creating scripts/Makefile
config.status: creating clutter-gst/Makefile
config.status: creating clutter-gst/clutter-gst-version.h
config.status: creating clutter-gst/shaders/Makefile
config.status: creating tests/Makefile
config.status: creating examples/Makefile
config.status: creating doc/Makefile
config.status: creating doc/reference/Makefile
config.status: creating doc/reference/version.xml
config.status: creating clutter-gst.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands

Clutter-GST 1.3.12 (snapshot)

 • Global:
        Prefix     : /usr
        Cg compiler: no

 • Compiler options:
        Compiler flags:  -Wall -Wshadow -Wcast-align -Wno-uninitialized -Wno-strict-aliasing -Wempty-body -Wformat-security -Winit-self 
        Debug level   : yes

 • Extra:
        API documentation : no
        Introspection data: yes

>>> Source configured.
>>> Compiling source in /var/tmp/portage/media-libs/clutter-gst-1.3.12/work/clutter-gst-1.3.12 ...
make -j3 
make ` if  test "x0" = x0; then test -z "" -o "x" = x0 && echo -s; else test "x" = x0 && echo -s; fi` all-recursive
Making all in build
Making all in autotools
Making all in scripts
Making all in clutter-gst
  GEN    stamp-enum-types
  GEN    stamp-marshal
  GEN    clutter-gst-enum-types.c
Making all in shaders
  CC     clutter-gst-debug.lo
  CC     clutter-gst-video-sink.lo
  CC     clutter-gst-video-texture.lo
  CC     clutter-gst-util.lo
In file included from /usr/include/clutter-1.0/clutter/clutter-action.h:32:0,
                 from /usr/include/clutter-1.0/clutter/clutter.h:35,
                 from ./clutter-gst-video-sink.h:38,
                 from ./clutter-gst-video-sink.c:45:
/usr/include/clutter-1.0/clutter/clutter-actor-meta.h:95:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
In file included from /usr/include/clutter-1.0/clutter/clutter-action.h:32:0,
                 from /usr/include/clutter-1.0/clutter/clutter.h:35,
                 from ./clutter-gst-video-texture.h:37,
                 from ./clutter-gst-private.h:31,
                 from ./clutter-gst-video-texture.c:53:
/usr/include/clutter-1.0/clutter/clutter-actor-meta.h:95:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
In file included from /usr/include/clutter-1.0/cogl/cogl-material-compat.h:34:0,
                 from /usr/include/clutter-1.0/cogl/cogl.h:50,
                 from /usr/include/clutter-1.0/clutter/clutter-actor.h:37,
                 from /usr/include/clutter-1.0/clutter/clutter.h:36,
                 from ./clutter-gst-video-sink.h:38,
                 from ./clutter-gst-video-sink.c:45:
/usr/include/clutter-1.0/cogl/cogl-matrix.h:280:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »float«
In file included from /usr/include/clutter-1.0/cogl/cogl.h:50:0,
                 from /usr/include/clutter-1.0/clutter/clutter-actor.h:37,
                 from /usr/include/clutter-1.0/clutter/clutter.h:36,
                 from ./clutter-gst-video-sink.h:38,
                 from ./clutter-gst-video-sink.c:45:
/usr/include/clutter-1.0/cogl/cogl-material-compat.h:892:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »GList«
In file included from /usr/include/clutter-1.0/clutter/clutter-event.h:32:0,
                 from /usr/include/clutter-1.0/clutter/clutter-actor.h:40,
                 from /usr/include/clutter-1.0/clutter/clutter.h:36,
                 from ./clutter-gst-video-sink.h:38,
                 from ./clutter-gst-video-sink.c:45:
/usr/include/clutter-1.0/clutter/clutter-input-device.h:138:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
In file included from /usr/include/clutter-1.0/clutter/clutter-actor.h:40:0,
                 from /usr/include/clutter-1.0/clutter/clutter.h:36,
                 from ./clutter-gst-video-sink.h:38,
                 from ./clutter-gst-video-sink.c:45:
/usr/include/clutter-1.0/clutter/clutter-event.h:433:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »ClutterEvent«
In file included from /usr/include/clutter-1.0/clutter/clutter.h:36:0,
                 from ./clutter-gst-video-sink.h:38,
                 from ./clutter-gst-video-sink.c:45:
/usr/include/clutter-1.0/clutter/clutter-actor.h:429:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
In file included from /usr/include/clutter-1.0/clutter/clutter-animation.h:34:0,
                 from /usr/include/clutter-1.0/clutter/clutter-animatable.h:32,
                 from /usr/include/clutter-1.0/clutter/clutter.h:40,
                 from ./clutter-gst-video-sink.h:38,
                 from ./clutter-gst-video-sink.c:45:
/usr/include/clutter-1.0/clutter/clutter-interval.h:157:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »GValue«
In file included from /usr/include/clutter-1.0/cogl/cogl-material-compat.h:34:0,
                 from /usr/include/clutter-1.0/cogl/cogl.h:50,
                 from /usr/include/clutter-1.0/clutter/clutter-actor.h:37,
                 from /usr/include/clutter-1.0/clutter/clutter.h:36,
                 from ./clutter-gst-video-texture.h:37,
                 from ./clutter-gst-private.h:31,
                 from ./clutter-gst-video-texture.c:53:
/usr/include/clutter-1.0/cogl/cogl-matrix.h:280:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »float«In file included from /usr/include/clutter-1.0/clutter/clutter.h:42:0,
                 from ./clutter-gst-video-sink.h:38,
                 from ./clutter-gst-video-sink.c:45:
/usr/include/clutter-1.0/clutter/clutter-animator.h:164:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«

In file included from /usr/include/clutter-1.0/cogl/cogl.h:50:0,
                 from /usr/include/clutter-1.0/clutter/clutter-actor.h:37,
                 from /usr/include/clutter-1.0/clutter/clutter.h:36,
                 from ./clutter-gst-video-texture.h:37,
                 from ./clutter-gst-private.h:31,
                 from ./clutter-gst-video-texture.c:53:
/usr/include/clutter-1.0/cogl/cogl-material-compat.h:892:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »GList«
In file included from /usr/include/clutter-1.0/clutter/clutter-event.h:32:0,
                 from /usr/include/clutter-1.0/clutter/clutter-actor.h:40,
                 from /usr/include/clutter-1.0/clutter/clutter.h:36,
                 from ./clutter-gst-video-texture.h:37,
                 from ./clutter-gst-private.h:31,
                 from ./clutter-gst-video-texture.c:53:
/usr/include/clutter-1.0/clutter/clutter-input-device.h:138:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
In file included from /usr/include/clutter-1.0/clutter/clutter-actor.h:40:0,
                 from /usr/include/clutter-1.0/clutter/clutter.h:36,
                 from ./clutter-gst-video-texture.h:37,
                 from ./clutter-gst-private.h:31,
                 from ./clutter-gst-video-texture.c:53:
/usr/include/clutter-1.0/clutter/clutter-event.h:433:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »ClutterEvent«
In file included from /usr/include/clutter-1.0/clutter/clutter.h:36:0,
                 from ./clutter-gst-video-texture.h:37,
                 from ./clutter-gst-private.h:31,
                 from ./clutter-gst-video-texture.c:53:
/usr/include/clutter-1.0/clutter/clutter-actor.h:429:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
In file included from /usr/include/clutter-1.0/clutter/clutter-stage.h:33:0,
                 from /usr/include/clutter-1.0/clutter/clutter-device-manager.h:32,
                 from /usr/include/clutter-1.0/clutter/clutter-backend.h:36,
                 from /usr/include/clutter-1.0/clutter/clutter.h:43,
                 from ./clutter-gst-video-sink.h:38,
                 from ./clutter-gst-video-sink.c:45:
/usr/include/clutter-1.0/clutter/clutter-color.h:143:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »ClutterColor«
/usr/include/clutter-1.0/clutter/clutter-color.h:257:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »ClutterColor«
In file included from /usr/include/clutter-1.0/clutter/clutter-device-manager.h:32:0,
                 from /usr/include/clutter-1.0/clutter/clutter-backend.h:36,
                 from /usr/include/clutter-1.0/clutter/clutter.h:43,
                 from ./clutter-gst-video-sink.h:38,
                 from ./clutter-gst-video-sink.c:45:
/usr/include/clutter-1.0/clutter/clutter-stage.h:221:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
In file included from /usr/include/clutter-1.0/clutter/clutter-animation.h:34:0,
                 from /usr/include/clutter-1.0/clutter/clutter-animatable.h:32,
                 from /usr/include/clutter-1.0/clutter/clutter.h:40,
                 from ./clutter-gst-video-texture.h:37,
                 from ./clutter-gst-private.h:31,
                 from ./clutter-gst-video-texture.c:53:
/usr/include/clutter-1.0/clutter/clutter-interval.h:157:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »GValue«
In file included from /usr/include/clutter-1.0/clutter/clutter.h:42:0,
                 from ./clutter-gst-video-texture.h:37,
                 from ./clutter-gst-private.h:31,
                 from ./clutter-gst-video-texture.c:53:
/usr/include/clutter-1.0/clutter/clutter-animator.h:164:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
In file included from /usr/include/clutter-1.0/clutter/clutter-stage.h:33:0,
                 from /usr/include/clutter-1.0/clutter/clutter-device-manager.h:32,
                 from /usr/include/clutter-1.0/clutter/clutter-backend.h:36,
                 from /usr/include/clutter-1.0/clutter/clutter.h:43,
                 from ./clutter-gst-video-texture.h:37,
                 from ./clutter-gst-private.h:31,
                 from ./clutter-gst-video-texture.c:53:
/usr/include/clutter-1.0/clutter/clutter-color.h:143:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »ClutterColor«
/usr/include/clutter-1.0/clutter/clutter-color.h:257:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »ClutterColor«
In file included from /usr/include/clutter-1.0/clutter/clutter.h:52:0,
                 from ./clutter-gst-video-sink.h:38,
                 from ./clutter-gst-video-sink.c:45:
/usr/include/clutter-1.0/clutter/clutter-binding-pool.h:101:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«In file included from /usr/include/clutter-1.0/clutter/clutter-device-manager.h:32:0,
                 from /usr/include/clutter-1.0/clutter/clutter-backend.h:36,
                 from /usr/include/clutter-1.0/clutter/clutter.h:43,
                 from ./clutter-gst-video-texture.h:37,
                 from ./clutter-gst-private.h:31,
                 from ./clutter-gst-video-texture.c:53:
/usr/include/clutter-1.0/clutter/clutter-stage.h:221:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«

In file included from /usr/include/clutter-1.0/clutter/clutter.h:52:0,
                 from ./clutter-gst-video-texture.h:37,
                 from ./clutter-gst-private.h:31,
                 from ./clutter-gst-video-texture.c:53:
/usr/include/clutter-1.0/clutter/clutter-binding-pool.h:101:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
In file included from /usr/include/clutter-1.0/clutter/clutter-list-model.h:35:0,
                 from /usr/include/clutter-1.0/clutter/clutter.h:82,
                 from ./clutter-gst-video-texture.h:37,
                 from ./clutter-gst-private.h:31,
                 from ./clutter-gst-video-texture.c:53:
/usr/include/clutter-1.0/clutter/clutter-model.h:229:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
In file included from /usr/include/clutter-1.0/clutter/clutter-scriptable.h:34:0,
                 from /usr/include/clutter-1.0/clutter/clutter.h:92,
                 from ./clutter-gst-video-texture.h:37,
                 from ./clutter-gst-private.h:31,
                 from ./clutter-gst-video-texture.c:53:
/usr/include/clutter-1.0/clutter/clutter-script.h:171:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
In file included from /usr/include/clutter-1.0/clutter/clutter.h:92:0,
                 from ./clutter-gst-video-texture.h:37,
                 from ./clutter-gst-private.h:31,
                 from ./clutter-gst-video-texture.c:53:
/usr/include/clutter-1.0/clutter/clutter-scriptable.h:94:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
In file included from /usr/include/clutter-1.0/clutter/clutter-shader.h:32:0,
                 from /usr/include/clutter-1.0/clutter/clutter.h:95,
                 from ./clutter-gst-video-texture.h:37,
                 from ./clutter-gst-private.h:31,
                 from ./clutter-gst-video-texture.c:53:
/usr/include/clutter-1.0/clutter/clutter-shader-types.h:87:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gfloat«
/usr/include/clutter-1.0/clutter/clutter-shader-types.h:89:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gint«
/usr/include/clutter-1.0/clutter/clutter-shader-types.h:91:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gfloat«
In file included from /usr/include/clutter-1.0/clutter/clutter.h:95:0,
                 from ./clutter-gst-video-texture.h:37,
                 from ./clutter-gst-private.h:31,
                 from ./clutter-gst-video-texture.c:53:
/usr/include/clutter-1.0/clutter/clutter-shader.h:120:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
/usr/include/clutter-1.0/clutter/clutter-shader.h:121:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
In file included from /usr/include/clutter-1.0/clutter/clutter.h:102:0,
                 from ./clutter-gst-video-texture.h:37,
                 from ./clutter-gst-private.h:31,
                 from ./clutter-gst-video-texture.c:53:
/usr/include/clutter-1.0/clutter/clutter-state.h:141:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
/usr/include/clutter-1.0/clutter/clutter-state.h:155:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
/usr/include/clutter-1.0/clutter/clutter-state.h:156:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
/usr/include/clutter-1.0/clutter/clutter-state.h:157:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
In file included from /usr/include/clutter-1.0/clutter/clutter.h:105:0,
                 from ./clutter-gst-video-texture.h:37,
                 from ./clutter-gst-private.h:31,
                 from ./clutter-gst-video-texture.c:53:
/usr/include/clutter-1.0/clutter/clutter-text.h:106:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
/usr/include/clutter-1.0/clutter/clutter-text.h:117:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
In file included from /usr/include/clutter-1.0/clutter/clutter.h:109:0,
                 from ./clutter-gst-video-texture.h:37,
                 from ./clutter-gst-private.h:31,
                 from ./clutter-gst-video-texture.c:53:
/usr/include/clutter-1.0/clutter/clutter-units.h:184:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »ClutterUnits«
In file included from /usr/include/clutter-1.0/clutter/clutter-list-model.h:35:0,
                 from /usr/include/clutter-1.0/clutter/clutter.h:82,
                 from ./clutter-gst-video-sink.h:38,
                 from ./clutter-gst-video-sink.c:45:
/usr/include/clutter-1.0/clutter/clutter-model.h:229:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
In file included from /usr/include/clutter-1.0/clutter/clutter-action.h:32:0,
                 from /usr/include/clutter-1.0/clutter/clutter.h:35,
                 from ./clutter-gst-util.c:98:
/usr/include/clutter-1.0/clutter/clutter-actor-meta.h:95:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
make[4]: *** [clutter-gst-video-texture.lo] Fehler 1
make[4]: *** Warte auf noch nicht beendete Prozesse...
In file included from /usr/include/clutter-1.0/clutter/clutter-scriptable.h:34:0,
                 from /usr/include/clutter-1.0/clutter/clutter.h:92,
                 from ./clutter-gst-video-sink.h:38,
                 from ./clutter-gst-video-sink.c:45:
/usr/include/clutter-1.0/clutter/clutter-script.h:171:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
In file included from /usr/include/clutter-1.0/clutter/clutter.h:92:0,
                 from ./clutter-gst-video-sink.h:38,
                 from ./clutter-gst-video-sink.c:45:
/usr/include/clutter-1.0/clutter/clutter-scriptable.h:94:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
In file included from /usr/include/clutter-1.0/clutter/clutter-shader.h:32:0,
                 from /usr/include/clutter-1.0/clutter/clutter.h:95,
                 from ./clutter-gst-video-sink.h:38,
                 from ./clutter-gst-video-sink.c:45:
/usr/include/clutter-1.0/clutter/clutter-shader-types.h:87:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gfloat«
/usr/include/clutter-1.0/clutter/clutter-shader-types.h:89:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gint«
/usr/include/clutter-1.0/clutter/clutter-shader-types.h:91:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gfloat«
In file included from /usr/include/clutter-1.0/clutter/clutter.h:95:0,
                 from ./clutter-gst-video-sink.h:38,
                 from ./clutter-gst-video-sink.c:45:
/usr/include/clutter-1.0/clutter/clutter-shader.h:120:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
/usr/include/clutter-1.0/clutter/clutter-shader.h:121:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
In file included from /usr/include/clutter-1.0/clutter/clutter.h:102:0,
                 from ./clutter-gst-video-sink.h:38,
                 from ./clutter-gst-video-sink.c:45:
/usr/include/clutter-1.0/clutter/clutter-state.h:141:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
/usr/include/clutter-1.0/clutter/clutter-state.h:155:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
/usr/include/clutter-1.0/clutter/clutter-state.h:156:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
/usr/include/clutter-1.0/clutter/clutter-state.h:157:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
In file included from /usr/include/clutter-1.0/clutter/clutter.h:105:0,
                 from ./clutter-gst-video-sink.h:38,
                 from ./clutter-gst-video-sink.c:45:
/usr/include/clutter-1.0/clutter/clutter-text.h:106:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
/usr/include/clutter-1.0/clutter/clutter-text.h:117:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
In file included from /usr/include/clutter-1.0/clutter/clutter.h:109:0,
                 from ./clutter-gst-video-sink.h:38,
                 from ./clutter-gst-video-sink.c:45:
/usr/include/clutter-1.0/clutter/clutter-units.h:184:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »ClutterUnits«
In file included from /usr/include/clutter-1.0/cogl/cogl-material-compat.h:34:0,
                 from /usr/include/clutter-1.0/cogl/cogl.h:50,
                 from /usr/include/clutter-1.0/clutter/clutter-actor.h:37,
                 from /usr/include/clutter-1.0/clutter/clutter.h:36,
                 from ./clutter-gst-util.c:98:
/usr/include/clutter-1.0/cogl/cogl-matrix.h:280:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »float«
In file included from /usr/include/clutter-1.0/cogl/cogl.h:50:0,
                 from /usr/include/clutter-1.0/clutter/clutter-actor.h:37,
                 from /usr/include/clutter-1.0/clutter/clutter.h:36,
                 from ./clutter-gst-util.c:98:
/usr/include/clutter-1.0/cogl/cogl-material-compat.h:892:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »GList«
In file included from /usr/include/clutter-1.0/clutter/clutter-event.h:32:0,
                 from /usr/include/clutter-1.0/clutter/clutter-actor.h:40,
                 from /usr/include/clutter-1.0/clutter/clutter.h:36,
                 from ./clutter-gst-util.c:98:
/usr/include/clutter-1.0/clutter/clutter-input-device.h:138:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
In file included from /usr/include/clutter-1.0/clutter/clutter-actor.h:40:0,
                 from /usr/include/clutter-1.0/clutter/clutter.h:36,
                 from ./clutter-gst-util.c:98:
/usr/include/clutter-1.0/clutter/clutter-event.h:433:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »ClutterEvent«
In file included from /usr/include/clutter-1.0/clutter/clutter.h:36:0,
                 from ./clutter-gst-util.c:98:
/usr/include/clutter-1.0/clutter/clutter-actor.h:429:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
In file included from /usr/include/clutter-1.0/clutter/clutter-animation.h:34:0,
                 from /usr/include/clutter-1.0/clutter/clutter-animatable.h:32,
                 from /usr/include/clutter-1.0/clutter/clutter.h:40,
                 from ./clutter-gst-util.c:98:
/usr/include/clutter-1.0/clutter/clutter-interval.h:157:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »GValue«
In file included from /usr/include/clutter-1.0/clutter/clutter.h:42:0,
                 from ./clutter-gst-util.c:98:
/usr/include/clutter-1.0/clutter/clutter-animator.h:164:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
In file included from /usr/include/clutter-1.0/clutter/clutter-stage.h:33:0,
                 from /usr/include/clutter-1.0/clutter/clutter-device-manager.h:32,
                 from /usr/include/clutter-1.0/clutter/clutter-backend.h:36,
                 from /usr/include/clutter-1.0/clutter/clutter.h:43,
                 from ./clutter-gst-util.c:98:
/usr/include/clutter-1.0/clutter/clutter-color.h:143:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »ClutterColor«
/usr/include/clutter-1.0/clutter/clutter-color.h:257:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »ClutterColor«
In file included from /usr/include/clutter-1.0/clutter/clutter-device-manager.h:32:0,
                 from /usr/include/clutter-1.0/clutter/clutter-backend.h:36,
                 from /usr/include/clutter-1.0/clutter/clutter.h:43,
                 from ./clutter-gst-util.c:98:
/usr/include/clutter-1.0/clutter/clutter-stage.h:221:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
In file included from /usr/include/clutter-1.0/clutter/clutter.h:52:0,
                 from ./clutter-gst-util.c:98:
/usr/include/clutter-1.0/clutter/clutter-binding-pool.h:101:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
make[4]: *** [clutter-gst-video-sink.lo] Fehler 1
In file included from /usr/include/clutter-1.0/clutter/clutter-list-model.h:35:0,
                 from /usr/include/clutter-1.0/clutter/clutter.h:82,
                 from ./clutter-gst-util.c:98:
/usr/include/clutter-1.0/clutter/clutter-model.h:229:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
In file included from /usr/include/clutter-1.0/clutter/clutter-scriptable.h:34:0,
                 from /usr/include/clutter-1.0/clutter/clutter.h:92,
                 from ./clutter-gst-util.c:98:
/usr/include/clutter-1.0/clutter/clutter-script.h:171:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
In file included from /usr/include/clutter-1.0/clutter/clutter.h:92:0,
                 from ./clutter-gst-util.c:98:
/usr/include/clutter-1.0/clutter/clutter-scriptable.h:94:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
In file included from /usr/include/clutter-1.0/clutter/clutter-shader.h:32:0,
                 from /usr/include/clutter-1.0/clutter/clutter.h:95,
                 from ./clutter-gst-util.c:98:
/usr/include/clutter-1.0/clutter/clutter-shader-types.h:87:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gfloat«
/usr/include/clutter-1.0/clutter/clutter-shader-types.h:89:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gint«
/usr/include/clutter-1.0/clutter/clutter-shader-types.h:91:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gfloat«
In file included from /usr/include/clutter-1.0/clutter/clutter.h:95:0,
                 from ./clutter-gst-util.c:98:
/usr/include/clutter-1.0/clutter/clutter-shader.h:120:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
/usr/include/clutter-1.0/clutter/clutter-shader.h:121:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
In file included from /usr/include/clutter-1.0/clutter/clutter.h:102:0,
                 from ./clutter-gst-util.c:98:
/usr/include/clutter-1.0/clutter/clutter-state.h:141:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
/usr/include/clutter-1.0/clutter/clutter-state.h:155:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
/usr/include/clutter-1.0/clutter/clutter-state.h:156:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
/usr/include/clutter-1.0/clutter/clutter-state.h:157:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
In file included from /usr/include/clutter-1.0/clutter/clutter.h:105:0,
                 from ./clutter-gst-util.c:98:
/usr/include/clutter-1.0/clutter/clutter-text.h:106:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
/usr/include/clutter-1.0/clutter/clutter-text.h:117:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »gchar«
In file included from /usr/include/clutter-1.0/clutter/clutter.h:109:0,
                 from ./clutter-gst-util.c:98:
/usr/include/clutter-1.0/clutter/clutter-units.h:184:16: Fehler: expected »=«, »,«, »;«, »asm« or »__attribute__« before »ClutterUnits«
make[4]: *** [clutter-gst-util.lo] Fehler 1
make[3]: *** [all-recursive] Fehler 1
make[2]: *** [all] Fehler 2
make[1]: *** [all-recursive] Fehler 1
make: *** [all] Fehler 2
emake failed
 * ERROR: media-libs/clutter-gst-1.3.12 failed (compile phase):
 *   emake failed
 * 
 * Call stack:
 *     ebuild.sh, line  56:  Called src_compile
 *   environment, line 5689:  Called die
 * The specific snippet of code:
 *       emake || die "emake failed"
 * 
 * If you need support, post the output of 'emerge --info =media-libs/clutter-gst-1.3.12',
 * the complete build log and the output of 'emerge -pqv =media-libs/clutter-gst-1.3.12'.
 * The complete build log is located at '/var/tmp/portage/media-libs/clutter-gst-1.3.12/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-libs/clutter-gst-1.3.12/temp/environment'.
 * S: '/var/tmp/portage/media-libs/clutter-gst-1.3.12/work/clutter-gst-1.3.12'
Any ideas how to solve this?
Top
mekeor
n00b
n00b
Posts: 20
Joined: Mon May 10, 2010 3:07 pm

No ideas?

  • Quote

Post by mekeor » Sat Jul 09, 2011 12:10 pm

Don't you have any suggestions or ideas?
I mean, all opinions would help me currently in my desperate situation.

So, again, my problem is that I can not build clutter-gst which emerge tries to build when i run revdep-rebuild. Moreover, my world-update (emerge -ajvuDN world) fails, too, since it also tries to install clutter-gst.

Here are some information:
  • emerge --info =media-libs/clutter-gst-1.3.12
  • the complete build log
  • the ebuild environment file
Thanks in advance.
Top
nothingisreal
n00b
n00b
Posts: 11
Joined: Thu May 05, 2011 12:56 pm

  • Quote

Post by nothingisreal » Sat Jul 09, 2011 9:02 pm

I had the very same problem, but resolved it by trial and error - reemerging lots of libraries like gtk+, glib, libgdata, clutter. changing (un)masking of packeges from the keruspe overlay, and suddenly it worked. But unfortunately I can't write down the exact steps I have taken.

At the moment gnome3 is running, but it's buggy as hell.
And evolution-data-server-3.0.2.1 and totem won't compile.
Top
mekeor
n00b
n00b
Posts: 20
Joined: Mon May 10, 2010 3:07 pm

solved!

  • Quote

Post by mekeor » Sat Jul 09, 2011 9:08 pm

Thank you(, although i did it without your help, but exactly as you said! :D)

Yea, I got it working:

My /etc/portage/profile/use.mask :

Code: Select all

-introspection
Er, yes.. actually that's all I had to do. oO
Top
gruemelmonster
n00b
n00b
User avatar
Posts: 4
Joined: Tue Oct 05, 2004 5:26 pm

  • Quote

Post by gruemelmonster » Sun Jul 10, 2011 7:39 pm

I allready had the -introspection usemask. But I do have ther very same Problem, i can not build either clutter-gst-1.3.12 or 1.3.10.
I am struggling with this for 2 days now...

I rebuilt glib, gstreamer, clutter, and quiet a vew others without any success.

Can you tell me what versions of glib gtk+ clutter you have?

I'll keep on trying...
Top
mekeor
n00b
n00b
Posts: 20
Joined: Mon May 10, 2010 3:07 pm

sorry

  • Quote

Post by mekeor » Tue Jul 12, 2011 1:05 pm

first of all, sorry for the late answer.

i can suggest you to use also the introspection-use-flag, that's what i did iirc.

well, and, don't think it makes sense to give you my package-versions since GNOME3 doesnt work for me yet. -- It [b]only[/b] compiles. :(

i'll give you more information when it works, and please give [i]me[/i] information if it works for you :)
Top
jorgeinglessis
n00b
n00b
Posts: 52
Joined: Sat Nov 04, 2006 4:46 pm
Location: Merida, Venezuela

  • Quote

Post by jorgeinglessis » Tue Aug 02, 2011 3:00 pm

Hi ther, how did you solve the problem?
Top
taryk
n00b
n00b
Posts: 1
Joined: Sat Oct 15, 2011 8:30 am
Location: Ukraine, Lviv

  • Quote

Post by taryk » Sat Oct 15, 2011 10:13 am

I also have this problem. No ideas.
Top
jubajuba
n00b
n00b
User avatar
Posts: 28
Joined: Mon Apr 21, 2003 5:32 pm
Location: Trondheim, Norway
Contact:
Contact jubajuba
Website

  • Quote

Post by jubajuba » Mon Oct 15, 2012 2:49 pm

I'm have the same problem.
The last part of the attempted merge:

Code: Select all

./clutter-gst-video-texture.c: In function ‘clutter_gst_video_texture_set_idle_material’:
./clutter-gst-video-texture.c:673:7: warning: implicit declaration of function ‘cogl_material_get_color’
make[4]: *** [clutter-gst-video-sink.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
 * ERROR: media-libs/clutter-gst-1.4.6 failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=media-libs/clutter-gst-1.4.6'`,
 * the complete build log and the output of `emerge -pqv '=media-libs/clutter-gst-1.4.6'`.
 * The complete build log is located at '/var/tmp/portage/media-libs/clutter-gst-1.4.6/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-libs/clutter-gst-1.4.6/temp/environment'.
 * Working directory: '/var/tmp/portage/media-libs/clutter-gst-1.4.6/work/clutter-gst-1.4.6'
 * S: '/var/tmp/portage/media-libs/clutter-gst-1.4.6/work/clutter-gst-1.4.6'

>>> Failed to emerge media-libs/clutter-gst-1.4.6, Log file:
Build log http://pastebin.com/9U66Vy6R
emerge --info

Code: Select all

pallas ~ # emerge emerge --info '=media-libs/clutter-gst-1.4.6'
Portage 2.1.11.9 (default/linux/x86/10.0/desktop/gnome, gcc-4.5.4, glibc-2.15-r2, 3.5.3-ck i686)
=================================================================
                         System Settings
=================================================================
System uname: Linux-3.5.3-ck-i686-Intel-R-_Core-TM-_i7-3770_CPU_@_3.40GHz-with-gentoo-2.1
Timestamp of tree: Mon, 15 Oct 2012 07:15:01 +0000
app-shells/bash:          4.2_p37
dev-lang/python:          2.7.3-r2, 3.2.3
dev-util/cmake:           2.8.9
dev-util/pkgconfig:       0.27.1
sys-apps/baselayout:      2.1-r1
sys-apps/openrc:          0.9.8.4
sys-apps/sandbox:         2.5
sys-devel/autoconf:       2.13, 2.68
sys-devel/automake:       1.11.6
sys-devel/binutils:       2.22-r1
sys-devel/gcc:            4.5.4
sys-devel/gcc-config:     1.7.3
sys-devel/libtool:        2.4-r1
sys-devel/make:           3.82-r3
sys-kernel/linux-headers: 3.4 (virtual/os-headers)
sys-libs/glibc:           2.15-r2
Repositories: gentoo
ACCEPT_KEYWORDS="x86"
ACCEPT_LICENSE="* -@EULA"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=native -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -march=native -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -march=i686 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles news parallel-fetch parse-eapi-ebuild-head protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch"
FFLAGS="-O2 -march=i686 -pipe"
GENTOO_MIRRORS="http://ftp.df.lth.se/pub/gentoo/"
LANG="nb_NO.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.se.gentoo.org/gentoo-portage"
USE="X a52 aac acl acpi alsa bash-completion berkdb bluetooth branding bzip2 cairo cdda cdr cli consolekit cracklib crypt cups cxx dbus dri dts dvd dvdr eds emboss encode exif fam firefox flac fortran gdbm gif gnome gnome-keyring gnome-online-accounts gpm gstreamer gtk iconv introspection ipv6 jpeg lcms ldap libnotify mad mng modules mp3 mp4 mpeg mudflap nautilus ncurses nls nptl offensive ogg opengl openmp pam pango pcre pdf png policykit ppds pppd pulseaudio qt3support qt4 readline sdl session socialweb spell ss3 ssl startup-notification svg tcpd threads tiff truetype udev udisks unicode upnp upower usb vorbis wxwidgets x264 x86 xcb xml xv xvid zlib zsh-completion" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" PHP_TARGETS="php5-3" PYTHON_TARGETS="python3_2 python2_7" RUBY_TARGETS="ruby18 ruby19" USERLAND="GNU" VIDEO_CARDS="fbdev glint intel mach64 mga neomagic nouveau nv r128 radeon savage sis tdfx trident vesa via vmware dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
emerge -qpv

Code: Select all

pallas ~ # emerge -pqv '=media-libs/clutter-gst-1.4.6'
[ebuild  N    ] media-libs/clutter-gst-1.4.6  USE="introspection -debug -doc -examples"
Top
Thistled
Guru
Guru
User avatar
Posts: 572
Joined: Thu Jan 06, 2011 6:57 pm
Location: Scotland
Contact:
Contact Thistled
Website

  • Quote

Post by Thistled » Mon Oct 15, 2012 10:23 pm

I get the impression you are experiencing these build failures because you are probably waiting on an update of other packages.
You are likely to encounter these problems as long as gnome is in the overlay.

I initially pulled in Gnome-3.2 from the overlay, and was left with a broken system for about 2 months.
A lesson learned for me I would say.

I am currently using Gnome-3.4 and have absolutely no intention of going anywhere near the overlay, and will wait until 3.6 appears in portage.

I would suggest you all do the same.
Whatever you do, do it properly!
Top
jamesm
n00b
n00b
Posts: 22
Joined: Fri Jun 13, 2003 10:37 am

  • Quote

Post by jamesm » Fri Nov 09, 2012 4:03 am

jubajuba wrote:I'm have the same problem.
The last part of the attempted merge:

Code: Select all

./clutter-gst-video-texture.c: In function ‘clutter_gst_video_texture_set_idle_material’:
./clutter-gst-video-texture.c:673:7: warning: implicit declaration of function ‘cogl_material_get_color’
make[4]: *** [clutter-gst-video-sink.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
I have been trying to build cinnamon-1.6 and had this failure with clutter-gst as well.

Instead I emerged the unstable clutter-gst and it appears to be working.
Top
omerkh
n00b
n00b
User avatar
Posts: 49
Joined: Thu Feb 08, 2007 8:42 pm
Location: Politecnico di Torino
Contact:
Contact omerkh
Website

  • Quote

Post by omerkh » Tue Apr 08, 2014 6:57 am

Old Topic but answering to help others venturing on same problem.

My solution was to build the dependency tree manually. They are:

Code: Select all

emerge glib clutter cogl gstreamer gst-plugins-bad gst-plugins-base gobject-introspection gst-plugins-good gtk-doc-am
Emerge just took < 2-3 minutes
Top
Post Reply

15 posts • Page 1 of 1

Return to “Unsupported Software”

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