Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 637348

Summary: sys-cluster/slurm-17.02.9 : * !!! newinitd: does not exist
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Alexey Shvetsov <alexxy>
Status: RESOLVED FIXED    
Severity: normal CC: cluster, dennis.lissov, scott
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge-info.txt
emerge-history.txt
environment
etc.portage.tbz2
logs.tbz2
sys-cluster:slurm-17.02.9:20171112-220911.log
temp.tbz2

Description Toralf Förster gentoo-dev 2017-11-13 18:48:30 UTC
/var/tmp/portage/sys-cluster/slurm-17.02.9/temp/environment: line 4124: prefixify_ro: command not found
 * ERROR: sys-cluster/slurm-17.02.9::gentoo failed (install phase):
 *   !!! newinitd:  does not exist
 * 
 * If you need support, post the output of `emerge --info '=sys-cluster/slurm-17.02.9::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=sys-cluster/slurm-17.02.9::gentoo'`.

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop_20171102-174725

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-6.4.0 *

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python3.6 (fallback)
  [3]   python2.7 (fallback)
  [4]   pypy3 (fallback)
  [5]   pypy (fallback)
Available Ruby profiles:
  [1]   ruby22 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
1)	IcedTea JDK 3.6.0 [icedtea-8]
2)	IcedTea JDK 7.2.6.11 [icedtea-bin-7]
*)	IcedTea JDK 3.6.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-8 
  [2]   icedtea-bin-7 
  [3]   icedtea-bin-8  system-vm

emerge -qpv sys-cluster/slurm
[ebuild     U ] sys-cluster/slurm-17.02.9 [17.02.6] USE="munge pam ssl -debug -lua -multiple-slurmd -mysql -perl -static-libs -torque"
Comment 1 Toralf Förster gentoo-dev 2017-11-13 18:48:33 UTC
Created attachment 503880 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-11-13 18:48:36 UTC
Created attachment 503882 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2017-11-13 18:48:40 UTC
Created attachment 503884 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2017-11-13 18:48:43 UTC
Created attachment 503886 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2017-11-13 18:48:46 UTC
Created attachment 503888 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-11-13 18:48:50 UTC
Created attachment 503890 [details]
sys-cluster:slurm-17.02.9:20171112-220911.log
Comment 7 Toralf Förster gentoo-dev 2017-11-13 18:48:53 UTC
Created attachment 503892 [details]
temp.tbz2
Comment 8 Tom Daff 2017-11-14 16:01:54 UTC
Working if prefix is added back to inherits:

--- /usr/portage/sys-cluster/slurm/slurm-17.02.9.ebuild 2017-11-12 19:56:28.000000000 +0000
+++ slurm-17.02.9.ebuild        2017-11-14 15:43:22.039326551 +0000
@@ -22,7 +22,7 @@
        S="${WORKDIR}/${MY_P}"
 fi
 
-inherit autotools eutils pam perl-module user ${INHERIT_GIT}
+inherit autotools eutils pam perl-module user prefix ${INHERIT_GIT}
 
 DESCRIPTION="A Highly Scalable Resource Manager"
 HOMEPAGE="https://www.schedmd.com"
Comment 9 Larry the Git Cow gentoo-dev 2017-11-26 17:17:17 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c498216e49c0e314b54f01fc80fcd72fb8ccfb2

commit 4c498216e49c0e314b54f01fc80fcd72fb8ccfb2
Author:     Justin Lecher <jlec@gentoo.org>
AuthorDate: 2017-11-26 16:50:40 +0000
Commit:     Justin Lecher <jlec@gentoo.org>
CommitDate: 2017-11-26 17:17:06 +0000

    sys-cluster/slurm: Add missing prefix.eclass
    
    Closes: https://bugs.gentoo.org/638744
    Closes: https://bugs.gentoo.org/637348
    
    Package-Manager: Portage-2.3.14, Repoman-2.3.6
    Signed-off-by: Justin Lecher <jlec@gentoo.org>

 sys-cluster/slurm/slurm-16.05.11.ebuild | 2 +-
 sys-cluster/slurm/slurm-17.02.9.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)