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 132991 - fixes for solaris build
fixes for solaris build
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.7.3
Other Solaris
: Normal normal
: 0.7.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-01-30 18:08 UTC by Stefan Sauer (gstreamer, gtkdoc dev)
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
workaround for MAP_ANON usage (459 bytes, patch)
2004-01-30 18:08 UTC, Stefan Sauer (gstreamer, gtkdoc dev)
none Details | Review

Description Stefan Sauer (gstreamer, gtkdoc dev) 2004-01-30 18:08:02 UTC
the code in
  gstreamer-0.7.3/gst/cothreads.c
  gst-plugins-0.7.3/gst/debug/efence.c
requires MAP_ANONYMOUS or alternativly MAP_ANON to be defined. These are
glibc extensions. The attached patch fixed the dependency.
Although this ensures compilation, I am not be able to
tell, wheter this harm the functionality...
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2004-01-30 18:08:47 UTC
Created attachment 23907 [details] [review]
workaround for MAP_ANON usage
Comment 2 David Schleef 2004-01-30 21:24:55 UTC
Fixed, thanks.