Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 479450 - app-admin/salt should RDEPEND on sys-apps/pciutils
Summary: app-admin/salt should RDEPEND on sys-apps/pciutils
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick McLean
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2013-08-02 02:00 UTC by Alex Brandt (RETIRED)
Modified: 2013-08-02 17:26 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 Alex Brandt (RETIRED) gentoo-dev 2013-08-02 02:00:28 UTC
When running salt, the grain generation expects lspci to be available:

[DEBUG   ] Unexpected lspci output: '/bin/bash: lspci: command not found'
[WARNING ] Error loading grains, unexpected linux_gpu_data output, check that you have a valid shell configured and permissions to run lspci command


Reproducible: Always

Steps to Reproduce:
1. Install salt
2. Run salt with minimal configuration and debugging output
3. 
Actual Results:  
lspci grains are not loaded.

Expected Results:  
The RDEPEND pulls in lspci and the grains are correctly loaded.
Comment 1 Patrick McLean gentoo-dev 2013-08-02 17:26:30 UTC
I guess I have never tried running on a machine without pciutils before.

Fixed, thanks for pointing this out.