Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 455406 - sys-cluster/slurm USE=-pam - ?
Summary: sys-cluster/slurm USE=-pam - ?
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-04 10:39 UTC by Sergey
Modified: 2013-02-12 14:28 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 Sergey 2013-02-04 10:39:23 UTC
I think at slurm-2.5.1.ebuild line 
use pam && emake DESTDIR="${D}" -C contribs/pam install || die
die happens if use pam is false.


 * ERROR: sys-cluster/slurm-2.5.1 failed (install phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  93:  Called src_install
 *   environment, line 3908:  Called die
 * The specific snippet of code:
 *       use pam && emake DESTDIR="${D}" -C contribs/pam install || die;
 * 
 * If you need support, post the output of `emerge --info '=sys-cluster/slurm-2.5.1'`,
 * the complete build log and the output of `emerge -pqv '=sys-cluster/slurm-2.5.1'`.
 * The complete build log is located at '/var/tmp/portage/sys-cluster/slurm-2.5.1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-cluster/slurm-2.5.1/temp/environment'.
 * Working directory: '/var/tmp/portage/sys-cluster/slurm-2.5.1/work/slurm-2.5.1'

If I comment such lines I have successfull build.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-02-05 12:03:09 UTC
1) Please post your `emerge --info' output in a comment.
2) Please attach the entire build log to this bug report.