Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 885995 - portage 3.0.41 gives wrong output with -s(earch)
Summary: portage 3.0.41 gives wrong output with -s(earch)
Status: UNCONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-14 21:24 UTC by Kees Bergwerf
Modified: 2022-12-15 00:45 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 Kees Bergwerf 2022-12-14 21:24:22 UTC
To compile sci-libs/opencascade-7.6.3 I had to downgrade sci-libs/vtk from 9.2.2 to 9.1.0-r4 so I masked sci-libs/vtk-9.2.2, emerged vtk-9.1.0-r4 and now opencascade-7.6.3 emerged just fine.
But now.. when I do
[code]emerge -s vtk
it shows:
*  sci-libs/vtk
      Latest version available: 9.1.0-r4
      Latest version installed: 9.2.2
      Size of files: 1.214.083 KiB
      Homepage:      https://www.vtk.org/
      Description:   The Visualization Toolkit
      License:       BSD LGPL-2[/code]
and that I don't understand because the latest version installed is vtk-9.1.0-r4
So portage does something wrong here.



Reproducible: Always

Steps to Reproduce:
1. emerge -s vtk
2.
3.
Actual Results:  
see above

Expected Results:  

[code]*  sci-libs/vtk
      Latest version available: 9.1.0-r4
      Latest version installed: 9.1.0-r4
      Size of files: 1.214.083 KiB
      Homepage:      https://www.vtk.org/
      Description:   The Visualization Toolkit
      License:       BSD LGPL-2[/code]
Comment 1 John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2022-12-15 00:21:05 UTC
Shouldn't it be expected that the "latest version available" is 9.2.2 and the "latest version installed" is 9.1.0-r4?
Comment 2 Zac Medico gentoo-dev 2022-12-15 00:32:38 UTC
Please attach the content of /var/cache/edb/vdb_metadata_delta.json.
Comment 3 Kees Bergwerf 2022-12-15 00:42:55 UTC
/var/cache/edb/vdb_metadata_delta.json:

{"version": "1", "timestamp": 1671040022.7187288, "deltas": [{"event": "add", "package": "mail-client/thunderbird-bin", "version": "102.6.0", "slot": "0", "counter": "27033"}, {"event": "add", "package": "media-video/pipewire", "version": "0.3.62-r1", "slot": "0", "counter": "27034"}, {"event": "add", "package": "sci-libs/vtk", "version": "9.1.0-r4", "slot": "0", "counter": "27035"}, {"event": "add", "package": "sci-libs/opencascade", "version": "7.6.3", "slot": "0", "counter": "27036"}]}
Comment 4 Kees Bergwerf 2022-12-15 00:45:22 UTC
@John Helmert III

vtk-9.2.2 is masked so it should not be available.