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

Bug 661886

Summary: app-portage/gentoolkit-0.4.2-r1: epkginfo stops if the first package is not found
Product: Gentoo Linux Reporter: Pacho Ramos <pacho>
Component: Current packagesAssignee: Portage Tools Team <tools-portage>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Pacho Ramos gentoo-dev 2018-07-23 14:45:22 UTC
If I try to run epkginfo with a list of packages, if the first one is not existing, it stops there without continuing with the others, on the other hand, if the first one exists, it works normally reporting the info for existing packages and warning about the non-existing ones:

$ epkginfo -km sys-firmware/iwl6000-ucode sys-firmware/iwl6005-ucode sys-firmware/iwl6030-ucode
!!! No packages matching 'sys-firmware/iwl6000-ucode'
$

$ epkginfo -km sys-firmware/iwl6005-ucode sys-firmware/iwl6030-ucode sys-firmware/iwl6000-ucode
 * sys-firmware/iwl6005-ucode [gentoo]
chainsaw@gentoo.org
17.168.5.3:0: ~amd64 ~x86
18.168.6.1:1: ~amd64 ~x86

!!! No packages matching 'sys-firmware/iwl6000-ucode'
 * sys-firmware/iwl6030-ucode [gentoo]
chainsaw@gentoo.org
17.168.5.2:0: ~amd64 ~x86
18.168.6.1:1: ~amd64 ~x86
$

Thanks
Comment 1 Brian Dolbec (RETIRED) gentoo-dev 2022-07-10 16:43:57 UTC
This error appears to be fixed in current code.

Re-open if you find a failing case.