Hi Joseph, thank you for you swift response. I tried to do what you said, but it didn't work. make went through all directories and said Nothing to be done for `check-am'. or Nothing to be done for `check'. in each of them.
Just in case I tried 'make cookieclean', modified the Makefile again and then make make check Same result. Any idea? Or would it work to just use gst-plugins-base or gst* of garnome-2.14.3? Gratefully, Tsenle (BTW, I don't want to appear impolite, 'Kelsang' is my family name, although it's written as the first one. :) ) Joseph E. Sacco, Ph.D. wrote: > Kelsang, > > What this means is libgstaudioresample.so is trash. Now the question is > "why?". > > gst-plugins-base does support 'make check'. Maybe we will learn > something from running 'make check' > > > To insure that the GARNOME runtime environment is used when running > 'make check', do the following > > * cd desktop/gst-plugins-base > * open the GAR makefile in an editor > add the following at the bottom: > > > check: > @cd $(WORKSRC) && make check > > Note: the indentation is a TAB [this is a makefile] > > * run 'make check' > > If behavior is consistent, one or both of the audio resample tests > should fail. When they do, some clue as to "why" may be exposed. It's a > start... > > > As for totem... I did update totem in CVS the other day to version > 2.16.1. You might also want to update. > > > -Joseph > > ================================================================ > > > On Fri, 2006-09-08 at 20:14 +0200, Kelsang Tsenle wrote: > >> Hi all, >> >> my system is a Mandriva 2006 currently running garnome-2.14.3. >> While trying to build totem, I got the error that the gst plugin playbin >> is not installed, although it should be part of gst-plugins-base that is >> already compiled and installed. >> >> I looked at the configure file of totem and saw that it suppressed the >> output of the test program that checked for the playbin plugin. After >> removing that suppressing, configure fails like this: >> >> <snip/> >> checking for glib-mkenums... >> /home/tsenle/bin/garnome-2.16.0/bin/glib-mkenums >> checking for GST... yes >> GStreamer-0.10 >> checking GStreamer 0.10 playbin plugin... >> ERROR: Caught a segmentation fault while loading plugin file: >> /home/tsenle/bin/garnome-2.16.0/lib/gstreamer-0.10/libgstaudioresample.so >> >> Please either: >> - remove it and restart. >> - run with --gst-disable-segtrap and debug. >> >> ERROR: Caught a segmentation fault while loading plugin file: >> /home/tsenle/bin/garnome-2.16.0/lib/gstreamer-0.10/libgstaudioresample.so >> >> Please either: >> - remove it and restart. >> - run with --gst-disable-segtrap and debug. >> no >> configure: error: >> Cannot find required GStreamer-0.10 >> plugin 'playbin'. >> It should be part of gst-plugins-base. >> Please install it. >> >> make: *** [configure-work/main.d/totem-2.16.0/configure] Error 1 >> >> >> >> I tried to reinstall gst-plugins-base, but that didn't change anything. >> >> Any idea? >> >> >> Thank you for your patience and help! :) >> >> Gratefully, >> Tsenle >> -- garnome-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/garnome-list
