I have been trying to do an 'emerge -e world' for a few days now. It is getting closer but it still do not work.
When it is time to compile gstreamer i get:
This also happens when compiling 'wget' but there I choosed to 'emerge --resume --skip-first'. But now I want to get to the bottom with this 'clock_gettime'-errors. I have FEATURES="-confcache" in my /etc/make.conf.../gst/.libs/libgstreamer-0.10.so: undefined reference to `clock_gettime'
collect2: ld returned 1 exit status
make[2]: *** [gst-xmllaunch-0.10] Error 1
make[2]: *** Waiting for unfinished jobs....
x86_64-pc-linux-gnu-gcc -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pipe -march=nocona -msse3 -O2 -o .libs/gst-launch-0.10 -pthread gst_launch_0.10-gst-launch.o ../gst/.libs/libgstreamer-0.10.so /usr/lib64/libgobject-2.0.so /usr/lib64/libgthread-2.0.so /usr/lib64/libgmodule-2.0.so -ldl /usr/lib64/libglib-2.0.so
../gst/.libs/libgstreamer-0.10.so: undefined reference to `clock_gettime'
collect2: ld returned 1 exit status
make[2]: *** [gst-launch-0.10] Error 1
make[2]: Leaving directory `/var/tmp/portage/media-libs/gstreamer-0.10.17/work/gstreamer-0.10.17/tools'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/media-libs/gstreamer-0.10.17/work/gstreamer-0.10.17'
make: *** [all] Error 2
*
* ERROR: media-libs/gstreamer-0.10.17 failed.
* Call stack:
* ebuild.sh, line 49: Called src_compile
* environment, line 464: Called die
* The specific snippet of code:
* emake || die "emake failed."
* The die message:
* emake 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-libs/gstreamer-0.10.17/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/media-libs/gstreamer-0.10.17/temp/environment'.
*
Another solution would be to remove gstreamer but as it keeps ketting installed I guess some other package is depending on it... How do I check that?
Thanks in advance!


