[systemd-bugs] [Bug 69966] New: libsystemd-login needs to link against libsystemd-label

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Sep 30 07:07:25 PDT 2013


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

          Priority: medium
            Bug ID: 69966
          Assignee: systemd-bugs at lists.freedesktop.org
           Summary: libsystemd-login needs to link against
                    libsystemd-label
        QA Contact: systemd-bugs at lists.freedesktop.org
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: mgorny at gentoo.org
          Hardware: Other
            Status: NEW
           Version: unspecified
         Component: general
           Product: systemd

Created attachment 86850
  --> https://bugs.freedesktop.org/attachment.cgi?id=86850&action=edit
Patch fixing the issue

It seems that this is hard to reproduce but few of our users are hitting this
repeatedly.

libsystemd-login.la uses cg_create() that currently seems to be a part of
libsystemd-label.la. However, it doesn't link against that library and it seems
that none of the (unconditional) libraries it uses do. In the end, people end
up getting «undefined reference to `cg_create'» when trying to build e.g. dbus.

Applying the attached patch seems to fix the issue. However, I'm not entirely
sure if we aren't missing something.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20130930/23b54a01/attachment.html>


More information about the systemd-bugs mailing list