Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 589462 - dev-java/icedtea-bin: use of REPLACING_VERSIONS does not account for multiple values
Summary: dev-java/icedtea-bin: use of REPLACING_VERSIONS does not account for multiple...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal QA (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords: QAcanfix
Depends on:
Blocks: 589444
  Show dependency tree
 
Reported: 2016-07-23 12:32 UTC by Michał Górny
Modified: 2017-06-03 22:14 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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-07-23 12:32:59 UTC
See the tracker bug.

  if [[ -n ${REPLACING_VERSIONS} ]] && ! version_is_at_least 7.2.4.3 ${REPLACING_VERSIONS} ]]; then

This will fail if RV has >1 value.
Comment 1 James Le Cuirot gentoo-dev 2016-07-23 12:51:28 UTC
In this particular case, I think it would only be a single value becayse ant-core would never be slotted. We'll remove that message on the next bump (which is overdue) anyway because 1.7 was forever ago.
Comment 2 James Le Cuirot gentoo-dev 2017-06-03 22:14:39 UTC
This disappeared a while back.