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 333422 - cvs fails to build -- `GST_RESOURCE_ERROR_NO_SPACE_LEFT' undeclared
cvs fails to build -- `GST_RESOURCE_ERROR_NO_SPACE_LEFT' undeclared
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-03-05 00:18 UTC by Elijah Newren
Modified: 2006-03-05 23:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Elijah Newren 2006-03-05 00:18:32 UTC
gst-plugins-base fails to build with:

gstgnomevfssink.c: In function `gst_gnome_vfs_sink_render':
gstgnomevfssink.c:555: error: `GST_RESOURCE_ERROR_NO_SPACE_LEFT' undeclared (first use in this function)
gstgnomevfssink.c:555: error: (Each undeclared identifier is reported only once
gstgnomevfssink.c:555: error: for each function it appears in.)
make[3]: *** [libgstgnomevfs_la-gstgnomevfssink.lo] Error 1
make[3]: Leaving directory `/export/home/b/newrenTemp/gnome/gst-plugins-base/ext/gnomevfs'
make[2]: *** [all-recursive] Error 1
Comment 1 Elijah Newren 2006-03-05 00:51:40 UTC
I think I messed my build up when spot updating CVS/Root files to get the updated repository locations while a build was running.  Anyway, after rebuilding gstreamer and gst-plugins-base, this seems to be fixed so I guess it was just a PEBKAC problem.

Sorry for the noise.
Comment 2 Tim-Philipp Müller 2006-03-05 23:07:46 UTC
This enumeration value was added to the core yesterday. The configure script in -bsae can only check for 'GStreamer core CVS', but not for 'GStreamer core CVS later than date xyz', so if you just update -base CVS but not core CVS you might occasionally run into things like this. Just update things in the right order (core, -base, good, ...) if you're running GStreamer from CVS.