DA bug report logs - #396844
vbetool: FTBFS: undefined reference to `gzopen'

version graph

Package: vbetool; Maintainer for vbetool is Bradley Smith <bradsmith@debian.org>; Source for vbetool is src:vbetool.

Reported by: Julien Danjou <acid@debian.org>

Date: Fri, 3 Nov 2006 09:48:07 UTC

Severity: serious

Tags: patch, sid

Found in version vbetool/0.7-1

Fixed in version vbetool/0.7-1.1

Done: Julien Cristau <julien.cristau@ens-lyon.org>

Bug is archived. No further changes may be made.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, Matthew Garrett <mjg59@srcf.ucam.org>:
Bug#396844; Package vbetool. Full text and rfc822 format available.

Acknowledgement sent to Julien Danjou <acid@debian.org>:
New Bug report received and forwarded. Copy sent to Matthew Garrett <mjg59@srcf.ucam.org>. Full text and rfc822 format available.

Message #5 received at submit@bugs.debian.org (full text, mbox):

From: Julien Danjou <acid@debian.org>
To: submit@bugs.debian.org
Subject: vbetool: FTBFS: undefined reference to `gzopen'
Date: Fri, 3 Nov 2006 10:43:52 +0100
[Message part 1 (text/plain, inline)]
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 (application/pgp-signature, inline)]

Information forwarded to debian-bugs-dist@lists.debian.org, Matthew Garrett <mjg59@srcf.ucam.org>:
Bug#396844; Package vbetool. Full text and rfc822 format available.

Acknowledgement sent to Julien Cristau <julien.cristau@ens-lyon.org>:
Extra info received and forwarded to list. Copy sent to Matthew Garrett <mjg59@srcf.ucam.org>. Full text and rfc822 format available.

Message #10 received at 396844@bugs.debian.org (full text, mbox):

From: Julien Cristau <julien.cristau@ens-lyon.org>
To: Julien Danjou <acid@debian.org>
Cc: 396844@bugs.debian.org, control@bugs.debian.org
Subject: Re: vbetool: FTBFS: undefined reference to `gzopen'
Date: Mon, 27 Nov 2006 03:51:55 +0100
[Message part 1 (text/plain, inline)]
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
[vbetool-396844.diff (text/plain, attachment)]

Tags added: patch Request was from Julien Cristau <julien.cristau@ens-lyon.org> to control@bugs.debian.org. Full text and rfc822 format available.

Reply sent to Julien Cristau <julien.cristau@ens-lyon.org>:
You have taken responsibility. Full text and rfc822 format available.

Notification sent to Julien Danjou <acid@debian.org>:
Bug acknowledged by developer. Full text and rfc822 format available.

Message #17 received at 396844-close@bugs.debian.org (full text, mbox):

From: Julien Cristau <julien.cristau@ens-lyon.org>
To: 396844-close@bugs.debian.org
Subject: Bug#396844: fixed in vbetool 0.7-1.1
Date: Mon, 27 Nov 2006 11:17:04 +0000
Source: vbetool
Source-Version: 0.7-1.1

We believe that the bug you reported is fixed in the latest version of
vbetool, which is due to be installed in the Debian FTP archive:

vbetool_0.7-1.1.dsc
  to pool/main/v/vbetool/vbetool_0.7-1.1.dsc
vbetool_0.7-1.1.tar.gz
  to pool/main/v/vbetool/vbetool_0.7-1.1.tar.gz
vbetool_0.7-1.1_i386.deb
  to pool/main/v/vbetool/vbetool_0.7-1.1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 396844@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau <julien.cristau@ens-lyon.org> (supplier of updated vbetool package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 27 Nov 2006 03:43:37 +0100
Source: vbetool
Binary: vbetool
Architecture: source i386
Version: 0.7-1.1
Distribution: unstable
Urgency: medium
Maintainer: Matthew Garrett <mjg59@srcf.ucam.org>
Changed-By: Julien Cristau <julien.cristau@ens-lyon.org>
Description: 
 vbetool    - run real-mode video BIOS code to alter hardware state
Closes: 396844
Changes: 
 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).
Files: 
 16410f417339f61db78f5ce4621797db 525 utils optional vbetool_0.7-1.1.dsc
 ec680f40101f396107c2257b3ee5ee7f 176586 utils optional vbetool_0.7-1.1.tar.gz
 d57e5db47c799ab9fe32c7cbf9ca0160 22220 utils optional vbetool_0.7-1.1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFasM6OU3FkQ7XBOoRAndPAKD2f39Xuo0nZMvHKBo7NW2Su61nvACgnUEo
le04n7lpx/OiIglTx9Esu7o=
=1rBv
-----END PGP SIGNATURE-----




Information forwarded to debian-bugs-dist@lists.debian.org, Matthew Garrett <mjg59@srcf.ucam.org>:
Bug#396844; Package vbetool. Full text and rfc822 format available.

Acknowledgement sent to Julien Cristau <julien.cristau@ens-lyon.org>:
Extra info received and forwarded to list. Copy sent to Matthew Garrett <mjg59@srcf.ucam.org>. Full text and rfc822 format available.

Message #22 received at 396844@bugs.debian.org (full text, mbox):

From: Julien Cristau <julien.cristau@ens-lyon.org>
To: 396844@bugs.debian.org
Subject: Re: Bug#396844: vbetool: FTBFS: undefined reference to `gzopen'
Date: Mon, 27 Nov 2006 13:09:35 +0100
[Message part 1 (text/plain, inline)]
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
[vbetool-396844.diff (text/plain, attachment)]
[signature.asc (application/pgp-signature, inline)]

Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Mon, 25 Jun 2007 10:34:26 GMT) Full text and rfc822 format available.

Send a report that this bug log contains spam.


Don Armstrong <don@donarmstrong.com>. Last modified: Thu Sep 2 19:30:07 2010; Machine Name: crito.ucr.edu

DA bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.