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

Bug 778803

Summary: kernel-build.eclass: uses ${ED} in kernel-build_src_test
Product: Gentoo Linux Reporter: Sam James <sam>
Component: EclassesAssignee: Distribution Kernel Project <dist-kernel>
Status: RESOLVED FIXED    
Severity: normal CC: mgorny
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 775191    

Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-03-27 22:43:12 UTC
Uses ${ED} in src_test. We can probably just drop that parameter into emake.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2021-03-27 23:22:08 UTC
Yeah, probably a copy-paste error.
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-04-12 04:56:54 UTC
commit 57efa0596a2c2522d1f312a92cc2df6cba2f1d7c
Author: Michał Górny <mgorny@gentoo.org>
Date:   Wed Jun 16 19:38:22 2021 +0200

    kernel-build.eclass: Do not pass INSTALL_PATH in src_test

    Signed-off-by: Michał Górny <mgorny@gentoo.org>