Bug#420045: efibootmgr: FTBFS: In function `pci_load_name_list': undefined reference to `gzopen'

2007-04-19 Thread Matt_Domsch
merge 420045 396640 
thanks



Bug#420045: efibootmgr: FTBFS: In function `pci_load_name_list': undefined reference to `gzopen'

2007-04-19 Thread Matt_Domsch
reassign 420045 pciutils-dev
merge 420045 396640 

> Package: efibootmgr
> Version: 0.5.3-2
> Severity: serious
> Justification: FTBFS on i386, very likely to fail everywhere else
> Usertags: grid5000 rebuild

This is due to a bug in pciutils-dev already known to affect a number of
packages including efobootmgr.

Thanks,
Matt

--
Matt Domsch
Software Architect
Dell Linux Solutions linux.dell.com & www.dell.com/linux
Linux on Dell mailing lists @ http://lists.us.dell.com



Bug#389923: pciutils-dev now includes typedef u64, drop that part of debian patch

2006-09-28 Thread Matt_Domsch
As pciutils-dev include/pci/types.h now includes a typedef for u64, this
hunk of the Debian-specific patch needs to be dropped.

--- efibootmgr-0.5.3.orig/src/lib/efi.c
+++ efibootmgr-0.5.3/src/lib/efi.c
@@ -18,6 +18,10 @@
 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307  USA
  */

+#define _FILE_OFFSET_BITS 64
+
+typedef unsigned long long u64;   /* hack to allow include of
ethtool.h */
+
 #include 
 #include 
 #include 



Thanks,
Matt

--
Matt Domsch
Software Architect
Dell Linux Solutions linux.dell.com & www.dell.com/linux
Linux on Dell mailing lists @ http://lists.us.dell.com