Bug 28973 - Systemd compilation failed(ambiguous reference between `GLib.Bus' and `DBus.Bus')
Summary: Systemd compilation failed(ambiguous reference between `GLib.Bus' and `DBus.B...
Status: RESOLVED FIXED
Alias: None
Product: systemd
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Lennart Poettering
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-08 22:16 UTC by bay
Modified: 2010-08-01 04:05 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments

Description bay 2010-07-08 22:16:06 UTC
When I use vala-0.9.2 or vala-9999(from git), I get this:
src/systemadm.vala:300.23-300.25: error: `Bus' is an ambiguous reference between `GLib.Bus' and `DBus.Bus'
                bus = Bus.get(session ? BusType.SESSION : BusType.SYSTEM);
                      ^^^
Compilation failed: 1 error(s), 0 warning(s)

When I using <vala-0.9.2 compilation ends successfuly, but my distro refuses to install a package(https://bugs.freedesktop.org/show_bug.cgi?id=28961)


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.