[Bug 1537116] Re: lsvpd: Missing package dependency

Steve Langasek steve.langasek at canonical.com
Tue Jun 13 22:34:31 UTC 2017


** Changed in: lsvpd (Ubuntu)
       Status: Triaged => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to lsvpd in Ubuntu.
https://bugs.launchpad.net/bugs/1537116

Title:
  lsvpd: Missing package dependency

Status in lsvpd package in Ubuntu:
  Fix Committed
Status in lsvpd source package in Trusty:
  Won't Fix

Bug description:
  ---Problem Description---
  lsvpd uses iprconfig to get enclosure and disk related VPD information. 
  Hence we need iprconfig (iprutils package) during runtime.
  Hence add iprutils as package dependency for lsvpd.

  Machine Type = All Power System 
   
  ---Steps to Reproduce---
    - Install lsvpd and run vpdupdate
   
  ---uname output---
  Ubuntu 16.04
   
   
  Userspace tool common name: lsvpd 

  
  Patch :
  -------
  diff  -Naurp debian/control.org debian/control
  --- debian/control.org	2016-01-21 05:56:46.030490432 -0600
  +++ debian/control	2016-01-21 05:57:01.094491365 -0600
  @@ -9,7 +9,7 @@ Homepage: http://sourceforge.net/project
   
   Package: lsvpd
   Architecture: powerpc ppc64 ppc64el
  -Depends: ${shlibs:Depends}, ${misc:Depends}
  +Depends: ${shlibs:Depends}, ${misc:Depends}, iprutils
   Description: Utility to List Device Vital Product Data (VPD)
    This utility lists device Vital Product Data (VPD), which includes the
    following information and more: vendor, version, revision level, serial

  Note that we have this issue in 14.04.04 as well. Please apply this
  patch to both 16.04 and 14.04.04.

  -Vasant

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lsvpd/+bug/1537116/+subscriptions



More information about the foundations-bugs mailing list