Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 836081 - net-analyzer/isic: uses variables banned in scope (VariableScope)
Summary: net-analyzer/isic: 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
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: forbidden-variable-use
  Show dependency tree
 
Reported: 2022-03-26 03:40 UTC by Sam James
Modified: 2025-02-10 09:43 UTC (History)
0 users

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:40:18 UTC
This package uses variables banned in some scopes. This may stop working in future versions of Portage.

$ pkgcheck scan -k VariableScope net-analyzer/isic
net-analyzer/isic
  VariableScope: version 0.07-r2: variable 'D' used in 'src_configure', line 32
Comment 1 Larry the Git Cow gentoo-dev 2025-02-10 09:43:03 UTC
The bug has been closed via the following commit(s):

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

commit 7dcd5fded7966a1c18b179addb6e00841a4bdb48
Author:     NHOrus <jy6x2b32pie9@yahoo.com>
AuthorDate: 2025-02-05 16:55:07 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-02-10 09:41:32 +0000

    net-analyzer/isic: fix configure for modern C
    
    Straight-up autoreconf fails, autoupdate produces non-viable configure.
    Also make build system respect our DESTDID, which also replaces sed
    with a patch
    
    Closes: https://bugs.gentoo.org/874531
    Closes: https://bugs.gentoo.org/899938
    Closes: https://bugs.gentoo.org/836081
    Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
    Closes: https://github.com/gentoo/gentoo/pull/40453
    Signed-off-by: Sam James <sam@gentoo.org>

 net-analyzer/isic/files/isic-0.07-configure.patch | 39 +++++++++++++++++++++++
 net-analyzer/isic/isic-0.07-r3.ebuild             | 35 ++++++++++++++++++++
 2 files changed, 74 insertions(+)