Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 836031 - app-cdr/cdrtools: uses variables banned in scope (VariableScope)
Summary: app-cdr/cdrtools: uses variables banned in scope (VariableScope)
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: Daniel Pielmeier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: forbidden-variable-use
  Show dependency tree
 
Reported: 2022-03-26 03:36 UTC by Sam James
Modified: 2022-07-01 18:28 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:23 UTC
This package uses variables banned in some scopes. This may stop working in future versions of Portage.

$ pkgcheck scan -k VariableScope app-cdr/cdrtools
app-cdr/cdrtools
  VariableScope: version 3.02_alpha09: variable 'ED' used in 'src_prepare', lines 95, 96
  VariableScope: version 3.02_alpha09-r3: variable 'ED' used in 'src_prepare', lines 106, 107
  VariableScope: version 3.02_alpha09-r4: variable 'ED' used in 'src_prepare', lines 115, 116
Comment 1 Daniel Pielmeier gentoo-dev 2022-07-01 18:28:35 UTC
I would like to resolve this, but I am not sure with what I should replace ED in this case. I am thinking about ESYSROOT. Would be great if you could confirm this or suggest something different and explain why.