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

Bug 613116

Summary: sys-cluster/mvapich2: spits elog with ${S} in pkg_setup()
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: Gentoo Cluster Team <cluster>
Status: RESOLVED FIXED    
Severity: normal CC: treecleaner
Priority: Normal Keywords: PMASKED
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 613110    

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-03-18 14:47:14 UTC
elog "See make.mvapich2.detect in ${S} for more information."
  die "MVAPICH_HCA_TYPE undefined"

I would like to point out that files are unpacked *after* pkg_setup(), so that path will not exist when the message is spit.
Comment 1 Larry the Git Cow gentoo-dev 2020-10-24 14:50:59 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20ac3556168133c758cdf09f5fc4e63167198879

commit 20ac3556168133c758cdf09f5fc4e63167198879
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2020-10-24 14:50:49 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2020-10-24 14:50:49 +0000

    package.mask: Last rite sys-cluster/mvapich2
    
    Bug: https://bugs.gentoo.org/463188
    Bug: https://bugs.gentoo.org/531104
    Bug: https://bugs.gentoo.org/613116
    Bug: https://bugs.gentoo.org/740926
    Signed-off-by: David Seifert <soap@gentoo.org>

 profiles/package.mask | 5 +++++
 1 file changed, 5 insertions(+)
Comment 2 Larry the Git Cow gentoo-dev 2020-11-22 14:54:44 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7789551d42cdf355b81e1a2d8002a8e6cf9476bf

commit 7789551d42cdf355b81e1a2d8002a8e6cf9476bf
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2020-11-22 14:54:09 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2020-11-22 14:54:09 +0000

    sys-cluster/mvapich2: Remove last-rited package
    
    Closes: https://bugs.gentoo.org/463188
    Closes: https://bugs.gentoo.org/531104
    Closes: https://bugs.gentoo.org/613116
    Closes: https://bugs.gentoo.org/740926
    Signed-off-by: David Seifert <soap@gentoo.org>

 profiles/package.mask                    |   5 --
 sys-cluster/mvapich2/Manifest            |   1 -
 sys-cluster/mvapich2/metadata.xml        |  13 ---
 sys-cluster/mvapich2/mvapich2-1.6.ebuild | 142 -------------------------------
 4 files changed, 161 deletions(-)