[Pkg-pciutils-discuss] Re: compressed pci.ids issues

Matthew Wilcox matthew at wil.cx
Fri Feb 23 13:30:42 CET 2007


On Fri, Feb 23, 2007 at 04:17:46AM -0800, Matt Taggart wrote:
> Hi Martin,
> 
> I am looking at Debian pciutils bug #411314,
> 
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=411314
> 
> and it appears that there are a couple problems causing compressed pci.ids 
> files to not work as expected.

The problem is that I was trying to transition the Debian package to
support compressed pci.ids without breaking the packages linked against
libpci.  You need to delete these two lines from debian/rules:

        gunzip debian/pciutils/usr/share/misc/pci.ids.gz
        perl -pi -e 's/PCI_COMPRESSED_IDS=.*$$/PCI_COMPRESSED_IDS=/' \
		                debian/pciutils/usr/bin/update-pciids

> 2.) The file at "http://pciids.sourceforge.net/v2.2/pci.ids.gz" is not 
> gzipped.

It is.  Really.

$ wget http://pciids.sourceforge.net/v2.2/pci.ids.gz
--07:29:02--  http://pciids.sourceforge.net/v2.2/pci.ids.gz
           => `pci.ids.gz'
Resolving pciids.sourceforge.net... 66.35.250.209
Connecting to pciids.sourceforge.net|66.35.250.209|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 129,175 (126K) [text/plain]

100%[====================================>] 129,175      163.72K/s             

07:29:03 (163.26 KB/s) - `pci.ids.gz' saved [129175/129175]

$ file pci.ids.gz 
pci.ids.gz: gzip compressed data, from Unix, last modified: Sun Feb 11 21:05:02 2007

So Martin, there's nothing to worry about here.



More information about the Pkg-pciutils-discuss mailing list