Skip to content

dbus installs one header in a weird location where it cannot find it, which breaks qt53-kde #133

@barracuda156

Description

@barracuda156

Not sure why, but one of dbus headers is installed into /opt/local/lib/dbus-1.0/include/dbus/dbus-arch-deps.h instead of a normal location. However, /opt/local/include/dbus-1.0/dbus/dbus.h has that header together with others:

#include <dbus/dbus-arch-deps.h>
#include <dbus/dbus-address.h>
#include <dbus/dbus-bus.h>
#include <dbus/dbus-connection.h>
#include <dbus/dbus-errors.h>
#include <dbus/dbus-macros.h>
#include <dbus/dbus-message.h>
#include <dbus/dbus-misc.h>
#include <dbus/dbus-pending-call.h>
#include <dbus/dbus-protocol.h>
#include <dbus/dbus-server.h>
#include <dbus/dbus-shared.h>
#include <dbus/dbus-signature.h>
#include <dbus/dbus-syntax.h>
#include <dbus/dbus-threads.h>
#include <dbus/dbus-types.h>

So nothing can find it, and configure of qt53-kde breaks down on dbus with a fatal error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions