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

Bug 479450

Summary: app-admin/salt should RDEPEND on sys-apps/pciutils
Product: Gentoo Linux Reporter: Alex Brandt (RETIRED) <alunduil>
Component: Current packagesAssignee: Patrick McLean <chutzpah>
Status: RESOLVED FIXED    
Severity: normal Keywords: InVCS
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.