Public bug reported: Binary package hint: pciutils-dev
Although this specific case is not supported, there seems to be a greater underlying issue, here is what happens... While trying to build the mactel macbook pro backlight control app I get the following error messages --- snip --- [EMAIL PROTECTED]:~/Projects/macbook-backlight$ make gcc -Wall -g -Wextra -DVERSION=\"0.1.1\" backlight.c -o backlight -lpci /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib/libpci.a(names.o): In function `pci_load_name_list': (.text+0x538): undefined reference to `gzopen' /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib/libpci.a(names.o): In function `pci_load_name_list': (.text+0x5d1): undefined reference to `gzgets' /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib/libpci.a(names.o): In function `.L154': (.text+0x6d6): undefined reference to `gzclose' /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib/libpci.a(names.o): In function `.L154': (.text+0x6f8): undefined reference to `gzeof' /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib/libpci.a(names.o): In function `.L154': (.text+0x795): undefined reference to `gzclose' /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib/libpci.a(names.o): In function `.L154': (.text+0xbdb): undefined reference to `gzopen' /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib/libpci.a(names.o): In function `.L157': (.text+0xd78): undefined reference to `gzerror' /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../lib/libpci.a(names.o): In function `.L157': (.text+0xd9b): undefined reference to `gzclose' collect2: ld returned 1 exit status make: *** [backlight] Error 1 --- snip --- Some digging turned up this stack of debian bugs which seem to also apply to feisty since we are using the same version of pciutils. The list of debian bugs is at: http://bugs.debian.org/cgi-bin/pkgreport.cgi?which=pkg&data=pciutils- dev&archive=no&version=&dist=unstable ** Affects: pciutils (Ubuntu) Importance: Undecided Status: Unconfirmed -- pciutils-dev possibly somewhat broken in feisty? https://launchpad.net/bugs/87436 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
