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

Bug 836109

Summary: sci-libs/linux-gpib: 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: 857141    
Bug Blocks: 775191    

Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-03-26 03:42:23 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
sci-libs/linux-gpib
  VariableScope: version 4.3.4: variable 'D' used in 'src_compile', lines 75, 76
Comment 1 Larry the Git Cow gentoo-dev 2022-05-19 14:47:32 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=158682377921343a90268ded06c7726bf1ca2056

commit 158682377921343a90268ded06c7726bf1ca2056
Author:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
AuthorDate: 2022-05-19 14:44:34 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan@gentoo.org>
CommitDate: 2022-05-19 14:47:25 +0000

    sci-libs/linux-gpib: update EAPI 6 -> 8, enable py3.{10,11}
    
    - Removed ED form compile phase
    - Fixed python install, we need --root not --prefix
    - Fixed Access Denied when installing perl stuff
    - Upgraded firmware tarball
    
    Bug: https://bugs.gentoo.org/836109
    Closes: https://bugs.gentoo.org/846269
    Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>

 sci-libs/linux-gpib/Manifest                   |   1 +
 sci-libs/linux-gpib/linux-gpib-4.3.4-r1.ebuild | 181 +++++++++++++++++++++++++
 2 files changed, 182 insertions(+)