Bug#410605: dpkg: bzip2 code in compression.c incorrectly uses zlib define (Z_ERRNO)

2007-02-12 Thread Mike Frysinger
On Sunday 11 February 2007, Steve Langasek wrote: On Sun, Feb 11, 2007 at 08:34:53PM -0500, Mike Frysinger wrote: Justification: no longer builds from source Huh? This bug doesn't describe a build failure. yes it does ... build on a system that lacks zlib or force disable zlib support -

Bug#410605: dpkg: bzip2 code in compression.c incorrectly uses zlib define (Z_ERRNO)

2007-02-12 Thread Steve Langasek
On Mon, Feb 12, 2007 at 05:14:08AM -0500, Mike Frysinger wrote: On Sunday 11 February 2007, Steve Langasek wrote: On Sun, Feb 11, 2007 at 08:34:53PM -0500, Mike Frysinger wrote: Justification: no longer builds from source Huh? This bug doesn't describe a build failure. yes it does ...

Bug#410605: dpkg: bzip2 code in compression.c incorrectly uses zlib define (Z_ERRNO)

2007-02-12 Thread Mike Frysinger
On Monday 12 February 2007, Steve Langasek wrote: On Mon, Feb 12, 2007 at 05:14:08AM -0500, Mike Frysinger wrote: On Sunday 11 February 2007, Steve Langasek wrote: On Sun, Feb 11, 2007 at 08:34:53PM -0500, Mike Frysinger wrote: Justification: no longer builds from source Huh? This

Bug#410605: dpkg: bzip2 code in compression.c incorrectly uses zlib define (Z_ERRNO)

2007-02-11 Thread Mike Frysinger
Package: dpkg Version: 1.13.25 Severity: serious Justification: no longer builds from source in the decompress_cat() function in the compression.c file, you can see the bzip2 code comparing the results of BZ2_bzerror() to the zlib define Z_ERRNO ... that should prob be comparing err to some BZ_

Bug#410605: dpkg: bzip2 code in compression.c incorrectly uses zlib define (Z_ERRNO)

2007-02-11 Thread Steve Langasek
severity 410605 important thanks On Sun, Feb 11, 2007 at 08:34:53PM -0500, Mike Frysinger wrote: Justification: no longer builds from source Huh? This bug doesn't describe a build failure. in the decompress_cat() function in the compression.c file, you can see the bzip2 code comparing the