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 125727 - gstreamer won't build on OSX 10.3
gstreamer won't build on OSX 10.3
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.6.4
Other Mac OS
: Normal critical
: 0.6.5
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-10-28 21:01 UTC by ebay
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.3/2.4


Attachments
build log (9.38 KB, text/plain)
2003-10-28 21:03 UTC, ebay
  Details
fix (520 bytes, patch)
2003-10-31 02:44 UTC, David Schleef
none Details | Review

Description ebay 2003-10-28 21:01:21 UTC
I get this error before the build fails:
gcc -r -keep_private_externs -nostdlib -o .libs/libgstspider.so-master.o 
libgstspider_la-gstspider.lo libgstspider_la-gstspideridentity.lo
libgstspider_la-gstsearchfuncs.lo && gcc -bundle -flat_namespace -undefined
suppress -o .libs/libgstspider.so .libs/libgstspider.so-master.o  -L/sw/lib -lc
ld: multiple definitions of symbol _gst_spider_identity_details
libgstspider_la-gstspider.lo definition of _gst_spider_identity_details in
section (__DATA,__common)
libgstspider_la-gstspideridentity.lo definition of _gst_spider_identity_details
in section (__DATA,__data)
### execution of make failed, exit code 2
Comment 1 ebay 2003-10-28 21:03:36 UTC
Created attachment 21019 [details]
build log
Comment 2 ebay 2003-10-28 21:12:37 UTC
btw I was building 0.6.4
Comment 3 David Schleef 2003-10-31 02:44:37 UTC
Created attachment 21076 [details] [review]
fix
Comment 4 David Schleef 2003-10-31 02:46:27 UTC
Applied to 0.6 CVS.