Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 15406] New: hal cannot use compressed pci.ids from pciutils

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 15406] New: hal cannot use compressed pci.ids from pciutils
  • Date: 11 Sep 2009 04:21:17 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=15406

Summary: hal cannot use compressed pci.ids from pciutils
Product: Codex
Version: test grimoire
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: utils
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: sandalle AT sourcemage.org


The new pciutils installs pci.ids.gz, which hal cannot read.

$ gaze version pciutils hwdata hal
Grimoire Section Spell Grimoire Version Installed Version
-------- ------- ----- ---------------- -----------------
test utils pciutils 3.1.4 -
test utils hwdata git -
test utils hal 0.5.13 -

$ sorcery -v
1.14.3

# cast hal
...
hal has an optional dependency on hwdata (for PNP hardware data)
Do you want to cast hwdata? [n]
hal has an optional dependency on some PCIIDS (for PCI hardware data).
(0) [none]
(1) hwdata
(2) pciutils (installed)

Which one do you want? [2]
hal has an optional dependency on some USBIDS (for USB hardware data).
(0) [none]
(1) hwdata
(2) usbutils (installed)

Which one do you want? [2]
hal has an optional dependency on pciutils (for MacBook Pro utils)
Do you want to use pciutils? [y]
...
checking for sys/inotify.h... yes
checking for /usr/share/hwdata/pci.ids... no
checking for /usr/share/misc/pci.ids... no
checking for /usr/share/pci.ids... no
checking for /var/lib/misc/pci.ids... no
configure: error: cannot find pci.ids. Use --with-pci-ids to specify location

pciutils creates pci.ids.gz if ZLIB is enabled. If I use hwdata instead, hal
works with the pci.ids provided by it.

$ find /usr -name "pci.ids*"
/usr/share/hwdata/pci.ids
/usr/share/pci.ids.gz

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




Archive powered by MHonArc 2.6.24.

Top of Page