Bug#396844: vbetool: FTBFS: undefined reference to `gzopen'

2006-11-27 Thread Julien Cristau
On Mon, Nov 27, 2006 at 03:51:55 +0100, Julien Cristau wrote:

 On Fri, Nov  3, 2006 at 10:43:52 +0100, Julien Danjou wrote:
 
  Another victime of pciutils-dev, see #396732.
  
 Hi,
 the attached patch fixes this FTBFS.
 
Hi, an NMU has been uploaded with the attached patch (same as previous
except for urgency=medium instead of low).

Cheers,
Julien
diff -Nru /tmp/Kr0L01zv32/vbetool-0.7/Makefile.am 
/tmp/dmaQa97eLk/vbetool-0.7/Makefile.am
--- /tmp/Kr0L01zv32/vbetool-0.7/Makefile.am 2006-07-26 03:21:31.0 
+0200
+++ /tmp/dmaQa97eLk/vbetool-0.7/Makefile.am 2006-11-27 03:37:31.0 
+0100
@@ -23,4 +23,4 @@
$(RM) Makefile.in aclocal.m4 config.h.in stamp-h.in configure
 
 AM_CFLAGS = -g -Wall -pedantic -std=gnu99
-AM_LDFLAGS = 
+AM_LDFLAGS = -lz
diff -Nru /tmp/Kr0L01zv32/vbetool-0.7/Makefile.in 
/tmp/dmaQa97eLk/vbetool-0.7/Makefile.in
--- /tmp/Kr0L01zv32/vbetool-0.7/Makefile.in 2006-07-26 03:26:30.0 
+0200
+++ /tmp/dmaQa97eLk/vbetool-0.7/Makefile.in 2006-11-27 03:37:55.0 
+0100
@@ -182,7 +182,7 @@
 noinst_HEADERS = include/lrmi.h vbetool.h
 EXTRA_DIST = vbetool.1 LRMI
 AM_CFLAGS = -g -Wall -pedantic -std=gnu99
-AM_LDFLAGS = 
+AM_LDFLAGS = -lz
 all: all-recursive
 
 .SUFFIXES:
diff -Nru /tmp/Kr0L01zv32/vbetool-0.7/debian/changelog 
/tmp/dmaQa97eLk/vbetool-0.7/debian/changelog
--- /tmp/Kr0L01zv32/vbetool-0.7/debian/changelog2006-07-26 
03:29:16.0 +0200
+++ /tmp/dmaQa97eLk/vbetool-0.7/debian/changelog2006-11-27 
03:44:03.0 +0100
@@ -1,3 +1,11 @@
+vbetool (0.7-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add zlib1g-dev to Build-Depends and -lz to LDFLAGS, as needed by newer
+pciutils (closes: #396844).
+
+ -- Julien Cristau [EMAIL PROTECTED]  Mon, 27 Nov 2006 03:43:37 +0100
+
 vbetool (0.7-1) unstable; urgency=low
 
   * Add copyright information. Closes: #375159
diff -Nru /tmp/Kr0L01zv32/vbetool-0.7/debian/control 
/tmp/dmaQa97eLk/vbetool-0.7/debian/control
--- /tmp/Kr0L01zv32/vbetool-0.7/debian/control  2005-11-23 03:53:59.0 
+0100
+++ /tmp/dmaQa97eLk/vbetool-0.7/debian/control  2006-11-27 03:43:23.0 
+0100
@@ -2,7 +2,7 @@
 Section: utils
 Priority: optional
 Maintainer: Matthew Garrett [EMAIL PROTECTED]
-Build-Depends: debhelper (= 4.0.0), pciutils-dev
+Build-Depends: debhelper (= 4.0.0), pciutils-dev, zlib1g-dev
 Standards-Version: 3.6.1
 
 Package: vbetool


signature.asc
Description: Digital signature


Bug#396844: vbetool: FTBFS: undefined reference to `gzopen'

2006-11-26 Thread Julien Cristau
tags 396844 patch
kthxbye

On Fri, Nov  3, 2006 at 10:43:52 +0100, Julien Danjou wrote:

 Another victime of pciutils-dev, see #396732.
 
Hi,
the attached patch fixes this FTBFS.

Cheers,
Julien
diff -Nru /tmp/Kr0L01zv32/vbetool-0.7/Makefile.am 
/tmp/dmaQa97eLk/vbetool-0.7/Makefile.am
--- /tmp/Kr0L01zv32/vbetool-0.7/Makefile.am 2006-07-26 03:21:31.0 
+0200
+++ /tmp/dmaQa97eLk/vbetool-0.7/Makefile.am 2006-11-27 03:37:31.0 
+0100
@@ -23,4 +23,4 @@
$(RM) Makefile.in aclocal.m4 config.h.in stamp-h.in configure
 
 AM_CFLAGS = -g -Wall -pedantic -std=gnu99
-AM_LDFLAGS = 
+AM_LDFLAGS = -lz
diff -Nru /tmp/Kr0L01zv32/vbetool-0.7/Makefile.in 
/tmp/dmaQa97eLk/vbetool-0.7/Makefile.in
--- /tmp/Kr0L01zv32/vbetool-0.7/Makefile.in 2006-07-26 03:26:30.0 
+0200
+++ /tmp/dmaQa97eLk/vbetool-0.7/Makefile.in 2006-11-27 03:37:55.0 
+0100
@@ -182,7 +182,7 @@
 noinst_HEADERS = include/lrmi.h vbetool.h
 EXTRA_DIST = vbetool.1 LRMI
 AM_CFLAGS = -g -Wall -pedantic -std=gnu99
-AM_LDFLAGS = 
+AM_LDFLAGS = -lz
 all: all-recursive
 
 .SUFFIXES:
diff -Nru /tmp/Kr0L01zv32/vbetool-0.7/debian/changelog 
/tmp/dmaQa97eLk/vbetool-0.7/debian/changelog
--- /tmp/Kr0L01zv32/vbetool-0.7/debian/changelog2006-07-26 
03:29:16.0 +0200
+++ /tmp/dmaQa97eLk/vbetool-0.7/debian/changelog2006-11-27 
03:44:03.0 +0100
@@ -1,3 +1,11 @@
+vbetool (0.7-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add zlib1g-dev to Build-Depends and -lz to LDFLAGS, as needed by newer
+pciutils (closes: #396844).
+
+ -- Julien Cristau [EMAIL PROTECTED]  Mon, 27 Nov 2006 03:43:37 +0100
+
 vbetool (0.7-1) unstable; urgency=low
 
   * Add copyright information. Closes: #375159
diff -Nru /tmp/Kr0L01zv32/vbetool-0.7/debian/control 
/tmp/dmaQa97eLk/vbetool-0.7/debian/control
--- /tmp/Kr0L01zv32/vbetool-0.7/debian/control  2005-11-23 03:53:59.0 
+0100
+++ /tmp/dmaQa97eLk/vbetool-0.7/debian/control  2006-11-27 03:43:23.0 
+0100
@@ -2,7 +2,7 @@
 Section: utils
 Priority: optional
 Maintainer: Matthew Garrett [EMAIL PROTECTED]
-Build-Depends: debhelper (= 4.0.0), pciutils-dev
+Build-Depends: debhelper (= 4.0.0), pciutils-dev, zlib1g-dev
 Standards-Version: 3.6.1
 
 Package: vbetool


Bug#396844: vbetool: FTBFS: undefined reference to `gzopen'

2006-11-03 Thread Julien Danjou
Package: vbetool
Version: 0.7-1
Severity: serious
Tags: sid

Hello,

There was a problem while autobuilding your package:

 Automatic build of vbetool_0.7-1 on avidan by sbuild/i386 98
 Build started at 20061103-1019
 **
...
 a - sys.o
 make[2]: Leaving directory `/build/buildd/vbetool-0.7/x86emu'
 make[2]: Entering directory `/build/buildd/vbetool-0.7'
 if i486-linux-gnu-gcc -DPACKAGE_NAME=\\ -DPACKAGE_TARNAME=\\ 
 -DPACKAGE_VERSION=\\ -DPACKAGE_STRING=\\ -DPACKAGE_BUGREPORT=\\ 
 -DPACKAGE=\vbetool\ -DVERSION=\0.3\ -I. -I.-g -Wall -pedantic 
 -std=gnu99 -Wall -g -O2 -MT vbetool.o -MD -MP -MF .deps/vbetool.Tpo -c -o 
 vbetool.o vbetool.c; \
   then mv -f .deps/vbetool.Tpo .deps/vbetool.Po; else rm -f 
 .deps/vbetool.Tpo; exit 1; fi
 if i486-linux-gnu-gcc -DPACKAGE_NAME=\\ -DPACKAGE_TARNAME=\\ 
 -DPACKAGE_VERSION=\\ -DPACKAGE_STRING=\\ -DPACKAGE_BUGREPORT=\\ 
 -DPACKAGE=\vbetool\ -DVERSION=\0.3\ -I. -I.-g -Wall -pedantic 
 -std=gnu99 -Wall -g -O2 -MT lrmi.o -MD -MP -MF .deps/lrmi.Tpo -c -o lrmi.o 
 lrmi.c; \
   then mv -f .deps/lrmi.Tpo .deps/lrmi.Po; else rm -f 
 .deps/lrmi.Tpo; exit 1; fi
 if i486-linux-gnu-gcc -DPACKAGE_NAME=\\ -DPACKAGE_TARNAME=\\ 
 -DPACKAGE_VERSION=\\ -DPACKAGE_STRING=\\ -DPACKAGE_BUGREPORT=\\ 
 -DPACKAGE=\vbetool\ -DVERSION=\0.3\ -I. -I.-g -Wall -pedantic 
 -std=gnu99 -Wall -g -O2 -MT x86-common.o -MD -MP -MF .deps/x86-common.Tpo 
 -c -o x86-common.o x86-common.c; \
   then mv -f .deps/x86-common.Tpo .deps/x86-common.Po; else rm -f 
 .deps/x86-common.Tpo; exit 1; fi
 i486-linux-gnu-gcc -g -Wall -pedantic -std=gnu99 -Wall -g -O2   -o vbetool  
 vbetool.o lrmi.o x86-common.o /usr/lib/libpci.a 
 /usr/lib/libpci.a(names.o): In function `pci_load_name_list':
 (.text+0x533): undefined reference to `gzopen'
 /usr/lib/libpci.a(names.o): In function `pci_load_name_list':
 (.text+0x5cd): undefined reference to `gzgets'
 /usr/lib/libpci.a(names.o): In function `.L154':
 (.text+0x6d3): undefined reference to `gzclose'
 /usr/lib/libpci.a(names.o): In function `.L154':
 (.text+0x6f8): undefined reference to `gzeof'
 /usr/lib/libpci.a(names.o): In function `.L154':
 (.text+0x788): undefined reference to `gzclose'
 /usr/lib/libpci.a(names.o): In function `.L154':
 (.text+0xb9c): undefined reference to `gzopen'
 /usr/lib/libpci.a(names.o): In function `.L155':
 (.text+0xd33): undefined reference to `gzerror'
 /usr/lib/libpci.a(names.o): In function `.L155':
 (.text+0xd53): undefined reference to `gzclose'
 collect2: ld returned 1 exit status
 make[2]: *** [vbetool] Error 1
 make[2]: Leaving directory `/build/buildd/vbetool-0.7'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/build/buildd/vbetool-0.7'
 make: *** [build-stamp] Error 2
 **
 Build finished at 20061103-1020
 FAILED [dpkg-buildpackage died]

Another victime of pciutils-dev, see #396732.

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD


signature.asc
Description: Digital signature