Bug 28973

Summary: Systemd compilation failed(ambiguous reference between `GLib.Bus' and `DBus.Bus')
Product: systemd Reporter: bay <bay>
Component: generalAssignee: Lennart Poettering <lennart>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: medium CC: ojab
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

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.