[Bug 657675] New: Circular dependency between audio and pbutils

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Aug 30 01:48:28 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=657675
  GStreamer | gst-plugins-base | 0.11.x

           Summary: Circular dependency between audio and pbutils
    Classification: Platform
           Product: GStreamer
           Version: 0.11.x
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: marvin_schmidt at gmx.net
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Trying to build current 0.11 branch (811a896 playsink: fix ts_offset
refcounting) fails with the following error:

[snip]
  CC     libgstpbutils_0.11_la-gstpluginsbaseversion.lo
  CC     libgstpbutils_0.11_la-pbutils.lo
  CC     libgstpbutils_0.11_la-codec-utils.lo
  CC     libgstpbutils_0.11_la-descriptions.lo
In file included from ../../../gst-libs/gst/audio/audio.h:27:0,
                 from descriptions.c:45:
../../../gst-libs/gst/audio/multichannel.h:21:39: fatal error:
gst/audio/audio-enumtypes.h: No such file or directory
compilation terminated.
make[1]: *** [libgstpbutils_0.11_la-descriptions.lo] Error 1


audio-enumtypes.h wasn't yet created at that point, because the audio library
is build after pbutils as it links against it

Due to
http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?h=0.11&id=c81c62d03a183eb524a88485a5a0f48d7f687588
pbutils depends on the audio and hence creating a circular dependency between
the two.

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