[Gstreamer-bugs] [Bug 112607] New - fails to build gstgetbits_i386.s on Solaris x86 w/o gas

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Thu May 8 17:49:05 PDT 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=112607

Changed by hidetoshi.tajima at sun.com.

--- shadow/112607	Thu May  8 20:49:05 2003
+++ shadow/112607.tmp.18481	Thu May  8 20:49:05 2003
@@ -0,0 +1,43 @@
+Bug#: 112607
+Product: GStreamer
+Version: 0.6.0
+OS: SunOS
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: gstreamer (core)
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: hidetoshi.tajima at sun.com               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: 0.6.x
+URL: 
+Summary: fails to build gstgetbits_i386.s on Solaris x86 w/o gas
+
+Using TBRANCH-GSTREAMER-0_6 of gstreamer, gstreamer build fails on a
+Soalris x86 where no GNU assember(gas) is installed.
+
+% cc -O -I/usr/include -I/gnome/head/INSTALL/include -I/usr/sfw/include -c
+gstgetbits_i386.s  -KPIC -DPIC -o gstgetbits_i386.o
+Assembler:
+        "gstgetbits_i386.s", line 1 : Illegal mnemonic
+        "gstgetbits_i386.s", line 1 : Syntax error
+        "gstgetbits_i386.s", line 27 : Illegal mnemonic
+        "gstgetbits_i386.s", line 27 : Syntax error
+        "gstgetbits_i386.s", line 48 : Illegal mnemonic
+        "gstgetbits_i386.s", line 48 : Syntax error
+        "gstgetbits_i386.s", line 65 : Illegal mnemonic
+        "gstgetbits_i386.s", line 65 : Syntax error
+        "gstgetbits_i386.s", line 87 : Illegal mnemonic
+        "gstgetbits_i386.s", line 87 : Syntax error
+        "gstgetbits_i386.s", line 102 : Illegal mnemonic
+        "gstgetbits_i386.s", line 102 : Syntax error
+cc: assembler failed for gstgetbits_i386.s
+make: *** [gstgetbits_i386.lo] Error 1
+
+This can be avoided by s/.p2align 4,,7/.align 16/g.
+
+I'll attach a sample patch. Perhaps, it would be
+better to add HAVE_GNU_AS configure check to
+decide which of .p2align or .aligh can be used.





More information about the Gstreamer-bugs mailing list