Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 661886 - app-portage/gentoolkit-0.4.2-r1: epkginfo stops if the first package is not found
Summary: app-portage/gentoolkit-0.4.2-r1: epkginfo stops if the first package is not f...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-23 14:45 UTC by Pacho Ramos
Modified: 2022-07-10 16:43 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 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.