Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 830204

Summary: app-portage/genlop-0.30.10-r2: wrong output when compiled the same package with different slots
Product: Gentoo Linux Reporter: Bogdan <bogdan.pylypenko107>
Component: Current packagesAssignee: Portage Tools Team <tools-portage>
Status: RESOLVED DUPLICATE    
Severity: normal CC: ostroffjh, perl
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Bogdan 2021-12-29 06:21:51 UTC
The genlop program shows the wrong version of the second package, if at the same time two different packages are compiled with the same name, but with different versions (from different slots).

Reproducible: Always

Steps to Reproduce:
I need to rebuild all exiv packages.
I try:
  emerge -1 exiv2 gexiv2 openexr:0 openexr:3 darktable
Then I monitor compilation process in second terminal:
  watch genlop -cn
I see, thet genlop program incorrectly show package version - show the same version in two different lines.
Actual Results:  
>>> Emerging (2 of 5) media-libs/openexr-3.1.3::gentoo
>>> Emerging (3 of 5) media-libs/openexr-2.5.7::gentoo
─────────────────────────────────────────────────────────
Every 2,0s: genlop -cn    ???: Wed Dec 29 08:04:44 2021


 Currently merging 3 out of 5

 * media-libs/openexr-2.5.7

       current merge time: 1 minute and 5 seconds.
       ETA: less than a minute.

 Currently merging 3 out of 5

 * media-libs/openexr-2.5.7

       current merge time: 1 minute and 5 seconds.
       ETA: less than a minute.

Expected Results:  
>>> Emerging (2 of 5) media-libs/openexr-3.1.3::gentoo
>>> Emerging (3 of 5) media-libs/openexr-2.5.7::gentoo
─────────────────────────────────────────────────────────
Every 2,0s: genlop -cn    ???: Wed Dec 29 08:04:44 2021


 Currently merging 3 out of 5

 * media-libs/openexr-3.1.3

       current merge time: 1 minute and 5 seconds.
       ETA: less than a minute.

 Currently merging 3 out of 5

 * media-libs/openexr-2.5.7

       current merge time: 1 minute and 5 seconds.
       ETA: less than a minute.
Comment 1 Bogdan 2021-12-29 06:23:54 UTC
Also, genlop show the same line twice:
  Currently merging 3 out of 5
Comment 2 Oliver Koch 2022-09-27 13:44:15 UTC
Just noticed the same effect:

 Currently merging 263 out of 273

 * dev-lang/php-7.4.30 

       current merge time: 41 minutes and 19 seconds.
       ETA: any time now.

 Currently merging 263 out of 273

 * dev-lang/php-7.4.30 

       current merge time: 41 minutes and 19 seconds.
       ETA: any time now.

when it should be 262/273 php-8.1 and 263/273 php-7.4
Comment 3 Jack 2023-04-28 22:52:15 UTC
Duplicate of Bug 601462?
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-07-18 22:12:39 UTC

*** This bug has been marked as a duplicate of bug 325711 ***