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

Bug 836081

Summary: net-analyzer/isic: uses variables banned in scope (VariableScope)
Product: Gentoo Linux Reporter: Sam James <sam>
Component: Current packagesAssignee: Gentoo Netmon project <netmon>
Status: RESOLVED FIXED    
Severity: normal Keywords: PullRequest
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
See Also: https://github.com/gentoo/gentoo/pull/40453
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 775191    

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(+)