[gstreamer-bugs] [Bug 322831] New: gstreamer 0.8.11 doesn't compile on OpenBSD/amd64

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Nov 30 04:59:12 PST 2005


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=322831
 GStreamer | gstreamer (core) | Ver: 0.8.11

           Summary: gstreamer 0.8.11 doesn't compile on OpenBSD/amd64
           Product: GStreamer
           Version: 0.8.11
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: soapcompany at gmx.de
         QAContact: gstreamer-bugs at lists.sourceforge.net
                CC: all-bugs at bugzilla.gnome.org


Please describe the problem:
The build on OpenBSD/amd64 stops with the following error:

In file included from cothreads.c:37:
gstarch.h:201:2: #error Need to know about this architecture, or have a generic
implementation
cothreads.c: In function `cothread_switch':
cothreads.c:654: warning: implicit declaration of function `GST_ARCH_SETUP_STACK'
cothreads.c:655: warning: implicit declaration of function `GST_ARCH_SET_SP'
cothreads.c:657: warning: implicit declaration of function `GST_ARCH_CALL'
gmake[4]: *** [libcothreads_la-cothreads.lo] Error 1


Steps to reproduce:
On an OpenBSD/amd64 machine:

1. cd /usr/ports/devel/gstreamer && make build
 


Actual results:


Expected results:


Does this happen every time?


Other information:
OpenBSD has no makecontext(2)/swacontext(2) support. Thus the GST_ARCH_SET_SP,
GST_ARCH_CALL and GST_ARCH_SETUP_STACK macros for amd64/x86_64 are needed in
gst/gstarch.h.

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list