[gstreamer-bugs] [Bug 598297] New: make check fails when any --disable option which changes the API has been used

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Oct 13 08:47:32 PDT 2009


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

           Summary: make check fails when any --disable option which
                    changes the API has been used
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: pkj at axis.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Created an attachment (id=145362)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=145362)
Suggested solution to let make check work with --disable options

Since make check causes make check-exports to be run, any changes to the API
due to the use of any --disable option, e.g., --disable-loadsave, will cause
the check test to fail. 

The attached patch is a suggested solution to this. It disables check-exports
from being run by make check if either of --disable-loadsave,
--disable-registry and --disable-trace has been used (those were the --disable
options I could find which change the API; there may be more).

-- 
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