[Gstreamer-bugs] [Bug 106097] Changed - Build fails on SPARC64 running Linux 2.4.20 SMP

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Tue Feb 25 10:53:21 PST 2003


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=106097

Changed by jochen.kmietsch at tu-clausthal.de.

--- shadow/106097	Mon Feb 24 07:19:05 2003
+++ shadow/106097.tmp.2302	Tue Feb 25 13:53:21 2003
@@ -1,11 +1,11 @@
 Bug#: 106097
 Product: GStreamer
-Version: 0.6.0
+Version: cvs
 OS: Linux
-OS Details: SuSE 7.3 on a SPARC64 with SMP-Kernel
+OS Details: Debian 3.0 on a SPARC64 with SMP-Kernel
 Status: NEEDINFO   
 Resolution: 
 Severity: normal
 Priority: Normal
 Component: gstreamer (core)
 AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
@@ -110,6 +110,40 @@
 
 ------- Additional Comments From Uraeus at linuxrising.org  2003-02-24 07:19 -------
 Sparc support disabled? Considering Brian is working on Sparc Solaris
 support I would think that getting GStreamer to compile on Linux for
 Sparc should be possible. Jochen, does CVS head compile on your SPARC
 machine? 
+
+------- Additional Comments From jochen.kmietsch at tu-clausthal.de  2003-02-25 13:53 -------
+Side note, s.b. should fix config.h:
+
+/* Define if the target CPU is a PPC */
+#define HAVE_CPU_SPARC 1
+
+It's a SPARC, not a PPC :)
+
+CVS (snapshot.sh, autogen.sh) fails at
+
+gstatomic_impl.h:384:2: #warning consider putting your architecture
+specific atomic implementations here
+make[4]: *** [libgstreamer_0.7_la-gstatomic.lo] Error 1
+
+b/c gcc is running with -Werror.  So I removed that from the Makefile
+in gst/ which made it compile, SPARC was commented out, as mentioned
+before, though.  When I remove the "&& 0" in gstatomic_impl.h I still get
+
+gcc -g -O2 -o .libs/gst-launch gst_launch-gst-launch.o -pthread
+-Wl,--export-dynamic  -L/ofc/xdt2/sys/lib -L/usr/X11R6/lib
+../gst/.libs/libgstreamer-0.7.so /ofc/xdt2/sys/lib/libxml2.so -lz -lm
+/ofc/xdt2/sys/lib/libgobject-2.0.so
+/ofc/xdt2/sys/lib/libgthread-2.0.so -lpthread
+/ofc/xdt2/sys/lib/libgmodule-2.0.so -ldl
+/ofc/xdt2/sys/lib/libglib-2.0.so /usr/lib/libpopt.so -Wl,--rpath
+-Wl,/ofc/xdt2/sys/lib
+../gst/.libs/libgstreamer-0.7.so: undefined reference to `___atomic_sub'
+../gst/.libs/libgstreamer-0.7.so: undefined reference to `___atomic_add'
+collect2: ld returned 1 exit status
+make[2]: *** [gst-launch] Error 1
+
+Oh, Dist is a Debian 3.0 now but the Kernel is the same as before.
+Any other info I can provide?





More information about the Gstreamer-bugs mailing list