| Summary: | sys-cluster/slurm USE=-pam - ? | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Sergey <gentoo> |
| Component: | New packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
1) Please post your `emerge --info' output in a comment. 2) Please attach the entire build log to this bug report. |
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.