Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 836110 - sci-libs/linux-gpib-modules: uses variables banned in scope (VariableScope)
Summary: sci-libs/linux-gpib-modules: 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: 858170
Blocks: forbidden-variable-use
  Show dependency tree
 
Reported: 2022-03-26 03:42 UTC by Sam James
Modified: 2022-07-15 12:14 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: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(+)