Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 561998 - x11-misc/lightdm-1.16.2 fails to build if sys-process/audit is not installed
Summary: x11-misc/lightdm-1.16.2 fails to build if sys-process/audit is not installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Markos Chandras (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-01 19:04 UTC by Joakim Tjernlund
Modified: 2015-10-06 16:37 UTC (History)
1 user (show)

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


Attachments
add missing #ifdef (audit.patch,1.04 KB, patch)
2015-10-01 19:04 UTC, Joakim Tjernlund
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joakim Tjernlund 2015-10-01 19:04:03 UTC
Created attachment 413458 [details, diff]
add missing  #ifdef

There is an auto probe for sys-process/audit and if not
found audit support is disabled. Needs fixing in ebuild.

However, disabling audit support fails to #ifdef some parts of the code.
Attached is a patch fixing this.
Comment 1 Markos Chandras (RETIRED) gentoo-dev 2015-10-05 16:43:15 UTC
Can you please send your patch upstream and post the URL here in order to track it?
Comment 2 Joakim Tjernlund 2015-10-06 06:37:02 UTC
(In reply to Markos Chandras from comment #1)
> Can you please send your patch upstream and post the URL here in order to
> track it?

http://lists.freedesktop.org/archives/lightdm/2015-October/000858.html

Apparently this is fixed in 1.16.3 but not mentioned in the release notes.

Then only explicit enable or disable of audit in ebuild remains.
Comment 3 Markos Chandras (RETIRED) gentoo-dev 2015-10-06 16:37:56 UTC
Thanks. I bumped to 1.16.3 and added the audit useflag.