Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 836038 - app-misc/linux-logo: uses variables banned in scope (VariableScope)
Summary: app-misc/linux-logo: 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: Bernard Cafarelli
URL:
Whiteboard:
Keywords:
Depends on: 865441
Blocks: forbidden-variable-use
  Show dependency tree
 
Reported: 2022-03-26 03:36 UTC by Sam James
Modified: 2022-08-18 16:21 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:36:54 UTC
This package uses variables banned in some scopes. This may stop working in future versions of Portage.

$ pkgcheck scan -k VariableScope app-misc/linux-logo
app-misc/linux-logo
  VariableScope: version 5.11-r4: variable 'ED' used in 'src_configure', line 37
  VariableScope: version 5.11-r5: variable 'ED' used in 'src_configure', line 45
  VariableScope: version 6.0: variable 'D' used in 'src_configure', line 45
Comment 1 Larry the Git Cow gentoo-dev 2022-03-26 17:27:00 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6837cb886b9135dc51319fdfe40f546dab20515f

commit 6837cb886b9135dc51319fdfe40f546dab20515f
Author:     Bernard Cafarelli <voyageur@gentoo.org>
AuthorDate: 2022-03-26 17:26:40 +0000
Commit:     Bernard Cafarelli <voyageur@gentoo.org>
CommitDate: 2022-03-26 17:26:58 +0000

    app-misc/linux-logo: update configure call
    
    Bug: https://bugs.gentoo.org/836038
    Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>

 app-misc/linux-logo/linux-logo-6.0.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
Comment 2 Bernard Cafarelli gentoo-dev 2022-03-26 17:28:02 UTC
6.0 is now good to go, I will make a stable req for it so we can clean old versions and completely fix this bug
Comment 3 Larry the Git Cow gentoo-dev 2022-08-18 16:21:52 UTC
The bug has been closed via the following commit(s):

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

commit e90d528782405cd4d082ce9a3229d4b0ca02b140
Author:     Bernard Cafarelli <voyageur@gentoo.org>
AuthorDate: 2022-08-18 16:21:40 +0000
Commit:     Bernard Cafarelli <voyageur@gentoo.org>
CommitDate: 2022-08-18 16:21:40 +0000

    app-misc/linux-logo: drop 5.11-r4, 5.11-r5
    
    Closes: https://bugs.gentoo.org/836038
    Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>

 app-misc/linux-logo/Manifest                       |  1 -
 .../linux-logo-5.11-add-aarch64-support.patch      | 13 ----
 .../files/linux-logo-5.11-configure.patch          | 78 ---------------------
 app-misc/linux-logo/linux-logo-5.11-r4.ebuild      | 78 ---------------------
 app-misc/linux-logo/linux-logo-5.11-r5.ebuild      | 80 ----------------------
 5 files changed, 250 deletions(-)