[gstreamer-bugs] [Bug 596877] New: New internal libcheck breaks the Solaris build

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Sep 30 07:00:34 PDT 2009


https://bugzilla.gnome.org/show_bug.cgi?id=596877
  GStreamer | gstreamer (core) | 0.10.25

           Summary: New internal libcheck breaks the Solaris build
    Classification: Desktop
           Product: GStreamer
           Version: 0.10.25
        OS/Version: Linux
            Status: NEW
          Severity: blocker
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: thaytan at mad.scientist.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


The current pre-release tarball doesn't build on Solaris. The problem is with
the line that extracts the symbols list for libgstcheck-0.10.so in
libs/gst/check/Makefile.am.

sed -n -e
's/^..*CK_EXPORT[[:space:]][[:space:]]*\([[:alnum:]_][[:alnum:]_]*\)..*$$/\1/p'
@top_srcdir@/libs/gst/check/libcheck/check.h.in

This doesn't work with the sed on Solaris, so none of those symbols end up
exported.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list