[Bug 67953] New: FTBFS as part of Gabble: incomplete dependencies

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Aug 9 08:36:06 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=67953

          Priority: medium
            Bug ID: 67953
          Keywords: patch
                CC: guillaume.desmottes at collabora.co.uk,
                    vivek at collabora.co.uk
          Assignee: simon.mcvittie at collabora.co.uk
           Summary: FTBFS as part of Gabble: incomplete dependencies
        QA Contact: telepathy-bugs at lists.freedesktop.org
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: simon.mcvittie at collabora.co.uk
          Hardware: Other
            Status: ASSIGNED
           Version: git master
         Component: General
           Product: Wocky

Created attachment 83895
  --> https://bugs.freedesktop.org/attachment.cgi?id=83895&action=edit
Fix examples' and tests' dependencies

All Automake products automatically depend on their SOURCES and
everything identifiable as a file in their LDADD, unless you set their
DEPENDENCIES, which take precedence (and have "replace", not "add",
semantics). As a result, setting DEPENDENCIES is actually harmful here:
it makes the tests and examples not depend on their own source code!

For the one test that has non-trivial extra dependencies,
use EXTRA_x_DEPENDENCIES, which has the desired semantics.

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


More information about the telepathy-bugs mailing list