Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 878487 - app-portage/eix fails to tag for downgrade
Summary: app-portage/eix fails to tag for downgrade
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mikle Kolyada (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-28 00:37 UTC by CaptainBlood
Modified: 2022-11-06 21:43 UTC (History)
2 users (show)

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 CaptainBlood 2022-10-28 00:37:35 UTC
luc@amd64 ~ $ eix  dev-java/msv
[?] dev-java/msv
     Available versions:  2022.7^t {doc source test}
     Installed versions:  20130601(19:21:03 24/08/2022)(-doc -source)
     Homepage:            https://github.com/xmlark/msv/msv-core
     Description:         Multi-Schema Validator Core package

whereas portage tag for downgrade:

mrgp -v dev-java/msv
 * Failed to change nice value to '-9'
 * [Errno 1] Operation not permitted


These are the packages that would be merged, in reverse order:

Calculating dependencies  ... ... .. .... done!
[ebuild     UD ] dev-java/msv-2022.7::gentoo [20130601::gentoo] USE="-doc -source -test%" 0 KiB

Total: 1 package (1 downgrade), Size of downloads: 0 KiBs



Reproducible: Always
Comment 1 Martin Väth 2022-11-06 07:02:46 UTC
The D symbol was intentionally changed to ? because it used to confuse people:
eix is not a package manager (in particular, it has no dependency resolution), and the symbol merily means that the current version could not be re-installed without a configuration change, and that there is no newer version instead which can. This can also mean, e.g., that the whole package should be uninstalled.
Comment 2 CaptainBlood 2022-11-06 21:43:08 UTC
Fair enough,
Let's close it.