Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 362857 - =app-accessibility/brltty-4.2 fails ./configure if dbus not installed
Summary: =app-accessibility/brltty-4.2 fails ./configure if dbus not installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-10 13:03 UTC by Christopher Brannon (RETIRED)
Modified: 2011-04-11 21:39 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christopher Brannon (RETIRED) gentoo-dev 2011-04-10 13:03:02 UTC
This was reported to me on #gentoo-dev a few minutes ago, by
Blackb|rd.  ./configure fails if dbus is not installed.

In the econf call, we have this:
		--with-screen-driver=-a2 \

If dbus is not available, a2 is not in the list of known screen drivers,
so it cannot be enabled or disabled.
At this point, there is a hard build-time dependency on
sys-apps/dbus, just for the configure script.  It isn't an RDEPEND, because
we never actually link against dbus libraries.
The short-term fix is to add sys-apps/dbus to DEPEND.
The long-term fix is to patch the build system and send the patch upstream.
Comment 1 William Hubbs gentoo-dev 2011-04-11 21:39:27 UTC
I applied a patch from upstream that fixes this issue.