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

Bug 836110

Summary: sci-libs/linux-gpib-modules: uses variables banned in scope (VariableScope)
Product: Gentoo Linux Reporter: Sam James <sam>
Component: Current packagesAssignee: Andreas K. Hüttel <dilfridge>
Status: RESOLVED FIXED    
Severity: normal CC: sci-electronics
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 858170    
Bug Blocks: 775191    

Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-03-26 03:42:28 UTC
This package uses variables banned in some scopes. This may stop working in future versions of Portage.

$ pkgcheck scan -k VariableScope sci-libs/linux-gpib-modules
sci-libs/linux-gpib-modules
  VariableScope: version 4.3.3-r1: variable 'D' used in 'src_compile', lines 52, 53
  VariableScope: version 4.3.4: variable 'D' used in 'src_compile', lines 52, 53
Comment 1 Larry the Git Cow gentoo-dev 2022-04-24 15:42:28 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7afec29ff20bdae5831a4ea0ac264a323114c221

commit 7afec29ff20bdae5831a4ea0ac264a323114c221
Author:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
AuthorDate: 2022-04-24 15:41:34 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
CommitDate: 2022-04-24 15:41:40 +0000

    sci-libs/linux-gpib-modules: update EAPI 6 -> 8
    
    and fix build with kernel 5.17.X
    
    Bug: https://bugs.gentoo.org/836110
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>

 .../linux-gpib-modules-4.3.4-kernel-5.17.patch     | 24 ++++++++
 .../linux-gpib-modules-4.3.4-r1.ebuild             | 69 ++++++++++++++++++++++
 2 files changed, 93 insertions(+)