Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 836109 - sci-libs/linux-gpib: uses variables banned in scope (VariableScope)
Summary: sci-libs/linux-gpib: uses variables banned in scope (VariableScope)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Andreas K. Hüttel
URL:
Whiteboard:
Keywords:
Depends on: 857141
Blocks: forbidden-variable-use
  Show dependency tree
 
Reported: 2022-03-26 03:42 UTC by Sam James
Modified: 2022-07-29 10:55 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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(+)