After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 343835 - 'make test' for GStreamer-0.07 fails
'make test' for GStreamer-0.07 fails
Status: RESOLVED NOTABUG
Product: gnome-perl
Classification: Bindings
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk2-perl-bugs
gtk2-perl-bugs
Depends on:
Blocks:
 
 
Reported: 2006-06-04 15:32 UTC by Sergei Steshenko
Modified: 2006-09-04 15:33 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
'make test' log file (6.34 KB, text/plain)
2006-06-04 15:33 UTC, Sergei Steshenko
Details
build log file (231.10 KB, text/plain)
2006-06-04 15:39 UTC, Sergei Steshenko
Details

Description Sergei Steshenko 2006-06-04 15:32:37 UTC
Steps to reproduce:
1. I can upload the whole build script if necessary.


Stack trace:


Other information:
There is a whole bunch of errors, I'll upload the log file.
Comment 1 Sergei Steshenko 2006-06-04 15:33:19 UTC
Created attachment 66730 [details]
'make test' log file
Comment 2 Sergei Steshenko 2006-06-04 15:39:34 UTC
Created attachment 66731 [details]
build log file

Lines directly related to GStreamer-0.07 are #197..264.

The list of libraries on which GStreamer might depend (the libraries are listed
as versioned directories):

atk-1.10.3/
audiofile-0.2.6/
Cairo-0.03/
cairo-1.0.4/
diacanvas2-0.14.4/
esound-0.2.36/
gail-1.8.11/
GConf-2.14.0/
Glib-1.120/
glib-2.10.1/
Gnome2-Canvas-1.002/
Gnome2-Dia-0.04/
Gnome2-GConf-1.021/
Gnome2-Print-0.951/
Gnome2-VFS-1.060/
Gnome2-Vte-0.05/
Gnome2-Wnck-0.12/
gnome-keyring-0.4.9/
gnome-vfs-2.8.4/
gstreamer-0.10.6/
Gtk2-1.121/
gtk+-2.8.17/
Gtk2-GladeXML-1.005/
Gtk2-Html2-0.04/
Gtk2-TrayIcon-0.04/
libart_lgpl-2.3.17/
libbonobo-2.14.0/
libbonoboui-2.14.0/
libglade-2.4.2/
libgnome-2.14.1/
libgnomecanvas-2.14.0/
libgnomeprint-2.12.1/
libgnomeprintui-2.12.1/
libgnomeui-2.8.1/
libgtkhtml-2.6.3/
libIDL-0.8.6/
libwnck-2.14.2/
libxml2-2.6.24/
ORBit2-2.14.0/
pango-1.12.1/
vte-0.12.2/
Wx-0.26/
wxGTK-2.6.3/
.
Comment 3 Torsten Schoenfeld 2006-06-05 16:17:44 UTC
Short summary: Try installing gst-plugins-base.

All these test failures seem to suggest that your libgstreamer installation lacks the alsasrc and alsasink elements.  GStreamer's test suite assumes that they are present.  I'm not sure if it's worth the effort to "robustify" the test suite so that it handles this situation gracefully -- there wouldn't really be much to test in this case.
Comment 4 Torsten Schoenfeld 2006-06-17 15:47:45 UTC
Did installing gst-plugins-base fix the problem?
Comment 5 Torsten Schoenfeld 2006-07-24 09:25:10 UTC
*** Bug 348454 has been marked as a duplicate of this bug. ***
Comment 6 Torsten Schoenfeld 2006-09-04 15:33:40 UTC
OK, this seems to be fixed now.