Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 262886 - lxde-base/lxsession-lite-0.3.6 fails to build without hal
Summary: lxde-base/lxsession-lite-0.3.6 fails to build without hal
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: LXDE team (DEFUNCT)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-18 08:42 UTC by Andrew Savchenko
Modified: 2009-03-24 21:54 UTC (History)
0 users

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


Attachments
fixed ebuild (lxsession-lite-0.3.6.ebuild,760 bytes, text/plain)
2009-03-18 08:45 UTC, Andrew Savchenko
Details
patch for the ebuild (lxsession-lite-0.3.6.ebuild.patch,616 bytes, patch)
2009-03-18 22:53 UTC, Andrew Savchenko
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Savchenko gentoo-dev 2009-03-18 08:42:26 UTC
lxde-base/lxsession-lite fails to build without hal:
checking for HAL... no
configure: error: To use HAL support, you must have developing packages of dbus-glib-1 (>=0.31), or you can use --disable-hal to disable HAL support.

The following patch fixes this making hal configurable.
Also it fixes typo: REPEND -> RDEPEND.
Comment 1 Andrew Savchenko gentoo-dev 2009-03-18 08:45:42 UTC
Created attachment 185387 [details]
fixed ebuild
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-03-18 20:50:47 UTC
Please attach diffs when you did changes to an ebuild. That would be much more
handy for our devs :)
Comment 3 Andrew Savchenko gentoo-dev 2009-03-18 22:53:00 UTC
(In reply to comment #2)

OK ;)
Comment 4 Andrew Savchenko gentoo-dev 2009-03-18 22:53:57 UTC
Created attachment 185467 [details, diff]
patch for the ebuild
Comment 5 Ben de Groot (RETIRED) gentoo-dev 2009-03-24 21:54:33 UTC
Fixed in CVS. Added hal useflag. Thanks for reporting!