Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 416053 - app-admin/monit-5.4 configure fails when pam not in use
Summary: app-admin/monit-5.4 configure fails when pam not in use
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-15 09:59 UTC by Neil Bothwick
Modified: 2012-05-18 04:05 UTC (History)
0 users

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


Attachments
Patch to add pam USE flag (monit-5.4.ebuild.diff,452 bytes, text/plain)
2012-05-15 09:59 UTC, Neil Bothwick
Details
build log (app-admin:monit-5.4:20120515-093559.log,15.79 KB, text/plain)
2012-05-15 10:00 UTC, Neil Bothwick
Details
emerge --info (emerge-info.txt,4.26 KB, text/plain)
2012-05-15 10:00 UTC, Neil Bothwick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Neil Bothwick 2012-05-15 09:59:29 UTC
Created attachment 311841 [details]
Patch to add pam USE flag

Emerging app-admin/monit-5.4 on a system without pam installed give this error.

checking for PAM support... enabled
checking for pam_start in -lpam... no
configure: error: PAM enabled but headers or library not found, install the PAM development support or run configure --without-pam

The attached patch adds pam to IUSE and sends configure the correct options.
Comment 1 Neil Bothwick 2012-05-15 10:00:05 UTC
Created attachment 311843 [details]
build log
Comment 2 Neil Bothwick 2012-05-15 10:00:29 UTC
Created attachment 311845 [details]
emerge --info
Comment 3 Patrick Lauer gentoo-dev 2012-05-18 04:05:29 UTC
+  18 May 2012; Patrick Lauer <patrick@gentoo.org> +monit-5.4-r1.ebuild,
+  -monit-5.4.ebuild:
+  Adding pam useflag for #416053

Thanks :)