Your message dated Thu, 28 Sep 2006 03:47:08 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#387341: fixed in snownews 1.5.7-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: snownews
Version: 1.5.7-1
Severity: important
Justification: fails to build from source

Build log follows:
-------------------------------------------------------------------
Trying to build snownews
Leyendo lista de paquetes...
Creando árbol de dependencias...
Necesito descargar 178kB de archivos fuente.
Des:1 http://localhost testing/main snownews 1.5.7-1 (dsc) [650B]
Des:2 http://localhost testing/main snownews 1.5.7-1 (tar) [162kB]
Des:3 http://localhost testing/main snownews 1.5.7-1 (diff) [15.4kB]
dpkg-source: extracting snownews in snownews-1.5.7
dpkg-source: unpacking snownews_1.5.7.orig.tar.gz
dpkg-source: applying ./snownews_1.5.7-1.diff.gz
Descargados 178kB en 6s (28.7kB/s)
debian/control:
Source: snownews
Section: net
Priority: optional
Maintainer: Joe Nahmias <[EMAIL PROTECTED]>
Uploaders: Nico Golde <[EMAIL PROTECTED]>
Build-Depends: debhelper (>= 4.0.0), libxml2-dev, libncursesw5-dev, gettext, 
dpatch
Standards-Version: 3.7.2

Package: snownews
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: libxml-libxml-perl, libxml-libxslt-perl
Description: Text mode RSS newsreader
 Snownews is a text mode RSS/RDF newsreader (similar to what lynx is for
 web-browsing). It supports RSS 1.0 feeds that comply with the W3C RDF
 specification and also supports Radio Userland's RSS 0.91 and 2.0 versions.
 It also includes the following additional features:
 .
    + HTTP proxy support
    + Correctly handles HTTP 301, 304, and gzip/deflate Content-Encodings.
    + Imports OPML (Outline Processor Markup Language) subscription lists
    + Fully customizable key bindings
    + Customizable color support
 .
 Homepage: http://snownews.kcore.de

debian/rules:
#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
# GNU copyright 1997 to 1999 by Joey Hess.

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

# include dpatch support
include /usr/share/dpatch/dpatch.make
PACKAGE=snownews

# CFLAGS handling required for debian policy
EXTRA_CFLAGS = -Wall -g
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
        EXTRA_CFLAGS += -O0
else
        EXTRA_CFLAGS += -O2
endif
export EXTRA_CFLAGS

config.status:
        dh_testdir
        ./configure --charset=UTF-8

build: build-stamp

build-stamp: config.status patch-stamp
        dh_testdir

        # Add here commands to compile the package.
        $(MAKE) all

        touch build-stamp

clean: unpatch
        dh_testdir
        dh_testroot
        rm -f build-stamp

        # Add here commands to clean up after the build process.
        -$(MAKE) clean

        dh_clean 

install: build
        dh_testdir
        dh_testroot
        dh_clean -k 
        dh_installdirs

        # Add here commands to install the package into debian/snownews.
        $(MAKE) install PREFIX=$(CURDIR)/debian/snownews/usr


# Build architecture-independent files here.
binary-indep: build install
# We have nothing to do by default.

# Build architecture-dependent files here.
binary-arch: build install
        dh_testdir
        dh_testroot
        dh_installchangelogs Changelog
        dh_installdocs
        dh_installexamples
        dh_installmenu
#       dh_installmime
        dh_link usr/bin/opml2snow usr/bin/snow2opml 
usr/share/man/man1/opml2snow.1 usr/share/man/man1/snow2opml.1
        dh_strip
        dh_compress
        dh_fixperms
        dh_installdeb
        dh_shlibdeps
        dh_gencontrol
        dh_md5sums
        dh_builddeb

binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install

dpkg-checkbuilddeps: Unmet build dependencies: libxml2-dev libncursesw5-dev
W: Unmet build-dependency in source
dpkg-buildpackage: source package is snownews
dpkg-buildpackage: source version is 1.5.7-1
dpkg-buildpackage: source changed by Nico Golde <[EMAIL PROTECTED]>
dpkg-buildpackage: source version without epoch 1.5.7-1
 fakeroot debian/rules clean
dpatch  deapply-all  
60_snow2opml not applied to ./ .
50_md5_h not applied to ./ .
40_snowsync_manpage not applied to ./ .
30_manpage_dashes not applied to ./ .
15_segfaults not applied to ./ .
10_ncursesw not applied to ./ .
90_debianisms not applied to ./ .
rm -rf patch-stamp patch-stampT debian/patched
dh_testdir
dh_testroot
rm -f build-stamp
# Add here commands to clean up after the build process.
/usr/bin/make clean
make[1]: Entering directory `/tmp/automake.O10001/snownews-1.5.7'
rm -f snownews *.o
rm -f po/*.mo
rm -f doc/man/snownews.1
for L in de fr it nl ru_RU.KOI8-R; do \
                rm -f doc/man/$L/snownews.1; \
        done
rm -f platform_settings

Run ./configure before building again!
make[1]: Leaving directory `/tmp/automake.O10001/snownews-1.5.7'
dh_clean 
 dpkg-source -b snownews-1.5.7
dpkg-source: building snownews using existing snownews_1.5.7.orig.tar.gz
dpkg-source: building snownews in snownews_1.5.7-1.diff.gz
dpkg-source: warning: executable mode 0755 of 
`debian/patches/15_segfaults.dpatch' will not be represented in diff
dpkg-source: warning: executable mode 0755 of 
`debian/patches/60_snow2opml.dpatch' will not be represented in diff
dpkg-source: warning: executable mode 0755 of 
`debian/patches/40_snowsync_manpage.dpatch' will not be represented in diff
dpkg-source: warning: executable mode 0755 of 
`debian/patches/90_debianisms.dpatch' will not be represented in diff
dpkg-source: warning: executable mode 0755 of 
`debian/patches/10_ncursesw.dpatch' will not be represented in diff
dpkg-source: warning: executable mode 0755 of 
`debian/patches/30_manpage_dashes.dpatch' will not be represented in diff
dpkg-source: warning: executable mode 0755 of `debian/patches/50_md5_h.dpatch' 
will not be represented in diff
dpkg-source: warning: ignoring deletion of file platform_settings
dpkg-source: building snownews in snownews_1.5.7-1.dsc
 dpkg-genchanges -S
dpkg-genchanges: including full source code in upload
dpkg-buildpackage: source only upload (original source is included)
I: using fakeroot in build.
pbuilder-buildpackage/i386 $Id: pbuilder-buildpackage-funcs,v 1.31 2006/05/30 
23:45:45 dancer Exp $
$Id: pbuilder-buildpackage,v 1.127 2006/08/15 13:14:25 dancer Exp $

Current time: Wed Sep 13 12:28:36 CDT 2006
pbuilder-time-stamp: 1158168516
Building the build Environment
 -> extracting base tarball [/var/cache/pbuilder/base.tgz]
 -> creating local configuration
 -> copying local configuration
 -> mounting /proc filesystem
 -> mounting /dev/pts filesystem
 -> policy-rc.d already exists
Installing the build-deps
 -> Attempting to parse the build-deps : pbuilder-satisfydepends,v 1.28 
2006/05/30 23:45:45 dancer Exp $
 -> Considering  debhelper (>= 4.0.0)
   -> Trying debhelper
 -> Considering  libxml2-dev
   -> Trying libxml2-dev
 -> Considering  libncursesw5-dev
   -> Trying libncursesw5-dev
 -> Considering  gettext
   -> Trying gettext
 -> Considering  dpatch
   -> Trying dpatch
 -> Installing  debhelper libxml2-dev libncursesw5-dev gettext dpatch
Reading package lists...
Building dependency tree...
debhelper is already the newest version.
gettext is already the newest version.
The following extra packages will be installed:
  libncursesw5 libxml2
Suggested packages:
  curl libncurses5-dev
Recommended packages:
  patchutils libgpmg1 xml-core
The following NEW packages will be installed:
  dpatch libncursesw5 libncursesw5-dev libxml2 libxml2-dev
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 2267kB of archives.
After unpacking 5681kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  libncursesw5 dpatch libncursesw5-dev libxml2 libxml2-dev
Get:1 http://localhost sid/main libncursesw5 5.5-3 [320kB]
Get:2 http://localhost sid/main dpatch 2.0.20 [84.1kB]
Get:3 http://localhost sid/main libncursesw5-dev 5.5-3 [438kB]
Get:4 http://localhost sid/main libxml2 2.6.26.dfsg-3 [747kB]
Get:5 http://localhost sid/main libxml2-dev 2.6.26.dfsg-3 [678kB]
/bin/sh: /usr/sbin/dpkg-preconfigure: No such file or directory
Fetched 2267kB in 31s (71.1kB/s)
Selecting previously deselected package libncursesw5.
(Reading database ... 10206 files and directories currently installed.)
Unpacking libncursesw5 (from .../libncursesw5_5.5-3_i386.deb) ...
Selecting previously deselected package dpatch.
Unpacking dpatch (from .../archives/dpatch_2.0.20_all.deb) ...
Selecting previously deselected package libncursesw5-dev.
Unpacking libncursesw5-dev (from .../libncursesw5-dev_5.5-3_i386.deb) ...
Selecting previously deselected package libxml2.
Unpacking libxml2 (from .../libxml2_2.6.26.dfsg-3_i386.deb) ...
Selecting previously deselected package libxml2-dev.
Unpacking libxml2-dev (from .../libxml2-dev_2.6.26.dfsg-3_i386.deb) ...
Setting up libncursesw5 (5.5-3) ...

Setting up dpatch (2.0.20) ...
Setting up libncursesw5-dev (5.5-3) ...
Setting up libxml2 (2.6.26.dfsg-3) ...

Setting up libxml2-dev (2.6.26.dfsg-3) ...
 -> Finished parsing the build-deps
Reading package lists...
Building dependency tree...
debhelper is already the newest version.
fakeroot is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Copying source file
    -> copying [../snownews_1.5.7-1.dsc]
    -> copying [../snownews_1.5.7.orig.tar.gz]
    -> copying [../snownews_1.5.7-1.diff.gz]
Extracting source
su: Authentication service cannot retrieve authentication info.
(Ignored)
dpkg-source: warning: no utmp entry available and LOGNAME not defined; using 
uid of process (1234)
dpkg-source: warning: extracting unsigned source package 
(./snownews_1.5.7-1.dsc)
dpkg-source: extracting snownews in snownews-1.5.7
dpkg-source: unpacking snownews_1.5.7.orig.tar.gz
dpkg-source: applying ./snownews_1.5.7-1.diff.gz
 -> Building the package
su: Authentication service cannot retrieve authentication info.
(Ignored)
dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; 
using uid of process (1234)
debian: warning: no utmp entry available and LOGNAME not defined; using uid of 
process (1234)
dpkg-buildpackage: source package is snownews
dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; 
using uid of process (1234)
debian: warning: no utmp entry available and LOGNAME not defined; using uid of 
process (1234)
dpkg-buildpackage: source version is 1.5.7-1
dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; 
using uid of process (1234)
debian: warning: no utmp entry available and LOGNAME not defined; using uid of 
process (1234)
dpkg-buildpackage: source changed by Nico Golde <[EMAIL PROTECTED]>
dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; 
using uid of process (1234)
dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; 
using uid of process (1234)
dpkg-buildpackage: host architecture i386
dpkg-buildpackage: source version without epoch 1.5.7-1
dpkg-checkbuilddeps: warning: no utmp entry available and LOGNAME not defined; 
using uid of process (1234)
dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; 
using uid of process (1234)
dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; 
using uid of process (1234)
 fakeroot debian/rules clean
dpatch  deapply-all  
60_snow2opml not applied to ./ .
50_md5_h not applied to ./ .
40_snowsync_manpage not applied to ./ .
30_manpage_dashes not applied to ./ .
15_segfaults not applied to ./ .
10_ncursesw not applied to ./ .
90_debianisms not applied to ./ .
rm -rf patch-stamp patch-stampT debian/patched
dh_testdir
dh_testroot
rm -f build-stamp
# Add here commands to clean up after the build process.
/usr/bin/make clean
make[1]: Entering directory `/tmp/buildd/snownews-1.5.7'
rm -f snownews *.o
rm -f po/*.mo
rm -f doc/man/snownews.1
for L in de fr it nl ru_RU.KOI8-R; do \
                rm -f doc/man/$L/snownews.1; \
        done
rm -f platform_settings

Run ./configure before building again!
make[1]: Leaving directory `/tmp/buildd/snownews-1.5.7'
dh_clean 
 dpkg-source -b snownews-1.5.7
dpkg-source: warning: no utmp entry available and LOGNAME not defined; using 
uid of process (1234)
dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; 
using uid of process (1234)
debian: warning: no utmp entry available and LOGNAME not defined; using uid of 
process (1234)
dpkg-architecture: warning: no utmp entry available and LOGNAME not defined; 
using uid of process (1234)
dpkg-source: building snownews using existing snownews_1.5.7.orig.tar.gz
dpkg-source: building snownews in snownews_1.5.7-1.diff.gz
dpkg-source: warning: executable mode 0755 of 
`debian/patches/40_snowsync_manpage.dpatch' will not be represented in diff
dpkg-source: warning: executable mode 0755 of `debian/patches/50_md5_h.dpatch' 
will not be represented in diff
dpkg-source: warning: executable mode 0755 of 
`debian/patches/90_debianisms.dpatch' will not be represented in diff
dpkg-source: warning: executable mode 0755 of 
`debian/patches/60_snow2opml.dpatch' will not be represented in diff
dpkg-source: warning: executable mode 0755 of 
`debian/patches/30_manpage_dashes.dpatch' will not be represented in diff
dpkg-source: warning: executable mode 0755 of 
`debian/patches/15_segfaults.dpatch' will not be represented in diff
dpkg-source: warning: executable mode 0755 of 
`debian/patches/10_ncursesw.dpatch' will not be represented in diff
dpkg-source: warning: ignoring deletion of file platform_settings
dpkg-source: building snownews in snownews_1.5.7-1.dsc
 debian/rules build
dh_testdir
./configure --charset=UTF-8
Configuring for a Linux system... Done
test -d debian/patched || install -d debian/patched
dpatch  apply-all  
applying patch 90_debianisms to ./ ... ok.
applying patch 10_ncursesw to ./ ... ok.
applying patch 15_segfaults to ./ ... ok.
applying patch 30_manpage_dashes to ./ ... ok.
applying patch 40_snowsync_manpage to ./ ... ok.
applying patch 50_md5_h to ./ ... ok.
applying patch 60_snow2opml to ./ ... ok.
dpatch  cat-all  >>patch-stampT
mv -f patch-stampT patch-stamp
dh_testdir
# Add here commands to compile the package.
/usr/bin/make all
make[1]: Entering directory `/tmp/buildd/snownews-1.5.7'
gcc -Wall -Wno-format-y2k -O2 -DLOCALEPATH="\"/usr/local/share/locale\"" 
-DOS=\"Linux\" `xml2-config --cflags` -Wall -g -O2  -DTARGET_CHARSET=\"UTF-8\" 
-DUTF_8   -c -o main.o main.c
gcc -Wall -Wno-format-y2k -O2 -DLOCALEPATH="\"/usr/local/share/locale\"" 
-DOS=\"Linux\" `xml2-config --cflags` -Wall -g -O2  -DTARGET_CHARSET=\"UTF-8\" 
-DUTF_8   -c -o netio.o netio.c
netio.c: In function 'NetIO':
netio.c:842: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
gcc -Wall -Wno-format-y2k -O2 -DLOCALEPATH="\"/usr/local/share/locale\"" 
-DOS=\"Linux\" `xml2-config --cflags` -Wall -g -O2  -DTARGET_CHARSET=\"UTF-8\" 
-DUTF_8   -c -o interface.o interface.c
gcc -Wall -Wno-format-y2k -O2 -DLOCALEPATH="\"/usr/local/share/locale\"" 
-DOS=\"Linux\" `xml2-config --cflags` -Wall -g -O2  -DTARGET_CHARSET=\"UTF-8\" 
-DUTF_8   -c -o xmlparse.o xmlparse.c
xmlparse.c:42: warning: pointer targets in initialization differ in signedness
xmlparse.c:43: warning: pointer targets in initialization differ in signedness
xmlparse.c: In function 'parse_rdf10_channel':
xmlparse.c:84: warning: pointer targets in passing argument 2 of 'xmlStrcmp' 
differ in signedness
xmlparse.c:85: warning: pointer targets in assignment differ in signedness
xmlparse.c:95: warning: pointer targets in passing argument 2 of 'xmlStrcmp' 
differ in signedness
xmlparse.c:96: warning: pointer targets in assignment differ in signedness
xmlparse.c:105: warning: pointer targets in passing argument 2 of 'xmlStrcmp' 
differ in signedness
xmlparse.c:106: warning: pointer targets in assignment differ in signedness
xmlparse.c: In function 'parse_rdf20_channel':
xmlparse.c:150: warning: pointer targets in passing argument 2 of 'xmlStrcmp' 
differ in signedness
xmlparse.c:151: warning: pointer targets in assignment differ in signedness
xmlparse.c:161: warning: pointer targets in passing argument 2 of 'xmlStrcmp' 
differ in signedness
xmlparse.c:162: warning: pointer targets in assignment differ in signedness
xmlparse.c:171: warning: pointer targets in passing argument 2 of 'xmlStrcmp' 
differ in signedness
xmlparse.c:172: warning: pointer targets in assignment differ in signedness
xmlparse.c:174: warning: pointer targets in passing argument 2 of 'xmlStrcmp' 
differ in signedness
xmlparse.c: In function 'parse_rdf10_item':
xmlparse.c:214: warning: pointer targets in passing argument 2 of 'xmlStrcmp' 
differ in signedness
xmlparse.c:215: warning: pointer targets in assignment differ in signedness
xmlparse.c:225: warning: pointer targets in passing argument 2 of 'xmlStrcmp' 
differ in signedness
xmlparse.c:226: warning: pointer targets in assignment differ in signedness
xmlparse.c:235: warning: pointer targets in passing argument 2 of 'xmlStrcmp' 
differ in signedness
xmlparse.c:236: warning: pointer targets in assignment differ in signedness
xmlparse.c:240: warning: pointer targets in passing argument 2 of 'xmlStrcmp' 
differ in signedness
xmlparse.c:241: warning: pointer targets in assignment differ in signedness
xmlparse.c:243: warning: pointer targets in passing argument 2 of 'xmlStrcmp' 
differ in signedness
xmlparse.c:244: warning: pointer targets in assignment differ in signedness
xmlparse.c:251: warning: pointer targets in passing argument 2 of 'xmlStrcmp' 
differ in signedness
xmlparse.c:252: warning: pointer targets in assignment differ in signedness
xmlparse.c:257: warning: pointer targets in passing argument 2 of 'xmlStrcmp' 
differ in signedness
xmlparse.c:260: warning: pointer targets in passing argument 1 of 'atoi' differ 
in signedness
xmlparse.c:264: warning: pointer targets in passing argument 2 of 'xmlStrcmp' 
differ in signedness
xmlparse.c:266: warning: pointer targets in passing argument 1 of 'atoi' differ 
in signedness
xmlparse.c:269: warning: pointer targets in passing argument 2 of 'xmlStrcmp' 
differ in signedness
xmlparse.c:270: warning: pointer targets in assignment differ in signedness
xmlparse.c:272: warning: pointer targets in passing argument 2 of 'xmlStrcmp' 
differ in signedness
xmlparse.c:273: warning: pointer targets in assignment differ in signedness
xmlparse.c: In function 'DeXML':
xmlparse.c:378: warning: pointer targets in passing argument 2 of 'xmlStrcmp' 
differ in signedness
xmlparse.c:388: warning: pointer targets in passing argument 2 of 'xmlStrcmp' 
differ in signedness
xmlparse.c:390: warning: pointer targets in passing argument 2 of 'xmlStrcmp' 
differ in signedness
xmlparse.c:394: warning: pointer targets in passing argument 2 of 'xmlStrcmp' 
differ in signedness
xmlparse.c:395: warning: pointer targets in assignment differ in signedness
xmlparse.c:397: warning: pointer targets in passing argument 2 of 'xmlStrcmp' 
differ in signedness
xmlparse.c:401: warning: pointer targets in passing argument 2 of 'xmlStrcmp' 
differ in signedness
gcc -Wall -Wno-format-y2k -O2 -DLOCALEPATH="\"/usr/local/share/locale\"" 
-DOS=\"Linux\" `xml2-config --cflags` -Wall -g -O2  -DTARGET_CHARSET=\"UTF-8\" 
-DUTF_8   -c -o updatecheck.o updatecheck.c
gcc -Wall -Wno-format-y2k -O2 -DLOCALEPATH="\"/usr/local/share/locale\"" 
-DOS=\"Linux\" `xml2-config --cflags` -Wall -g -O2  -DTARGET_CHARSET=\"UTF-8\" 
-DUTF_8   -c -o conversions.o conversions.c
conversions.c: In function 'genItemHash':
conversions.c:589: warning: pointer targets in passing argument 2 of 
'MD5Update' differ in signedness
conversions.c:592: warning: pointer targets in passing argument 1 of 'CvtHex' 
differ in signedness
gcc -Wall -Wno-format-y2k -O2 -DLOCALEPATH="\"/usr/local/share/locale\"" 
-DOS=\"Linux\" `xml2-config --cflags` -Wall -g -O2  -DTARGET_CHARSET=\"UTF-8\" 
-DUTF_8   -c -o dialog.o dialog.c
gcc -Wall -Wno-format-y2k -O2 -DLOCALEPATH="\"/usr/local/share/locale\"" 
-DOS=\"Linux\" `xml2-config --cflags` -Wall -g -O2  -DTARGET_CHARSET=\"UTF-8\" 
-DUTF_8   -c -o ui-support.o ui-support.c
gcc -Wall -Wno-format-y2k -O2 -DLOCALEPATH="\"/usr/local/share/locale\"" 
-DOS=\"Linux\" `xml2-config --cflags` -Wall -g -O2  -DTARGET_CHARSET=\"UTF-8\" 
-DUTF_8   -c -o categories.o categories.c
gcc -Wall -Wno-format-y2k -O2 -DLOCALEPATH="\"/usr/local/share/locale\"" 
-DOS=\"Linux\" `xml2-config --cflags` -Wall -g -O2  -DTARGET_CHARSET=\"UTF-8\" 
-DUTF_8   -c -o about.o about.c
gcc -Wall -Wno-format-y2k -O2 -DLOCALEPATH="\"/usr/local/share/locale\"" 
-DOS=\"Linux\" `xml2-config --cflags` -Wall -g -O2  -DTARGET_CHARSET=\"UTF-8\" 
-DUTF_8   -c -o cookies.o cookies.c
gcc -Wall -Wno-format-y2k -O2 -DLOCALEPATH="\"/usr/local/share/locale\"" 
-DOS=\"Linux\" `xml2-config --cflags` -Wall -g -O2  -DTARGET_CHARSET=\"UTF-8\" 
-DUTF_8   -c -o setup.o setup.c
gcc -Wall -Wno-format-y2k -O2 -DLOCALEPATH="\"/usr/local/share/locale\"" 
-DOS=\"Linux\" `xml2-config --cflags` -Wall -g -O2  -DTARGET_CHARSET=\"UTF-8\" 
-DUTF_8   -c -o net-support.o net-support.c
gcc -Wall -Wno-format-y2k -O2 -DLOCALEPATH="\"/usr/local/share/locale\"" 
-DOS=\"Linux\" `xml2-config --cflags` -Wall -g -O2  -DTARGET_CHARSET=\"UTF-8\" 
-DUTF_8   -c -o digcalc.o digcalc.c
digcalc.c: In function 'DigestCalcHA1':
digcalc.c:60: warning: pointer targets in passing argument 2 of 'MD5Update' 
differ in signedness
digcalc.c:61: warning: pointer targets in passing argument 2 of 'MD5Update' 
differ in signedness
digcalc.c:62: warning: pointer targets in passing argument 2 of 'MD5Update' 
differ in signedness
digcalc.c:63: warning: pointer targets in passing argument 2 of 'MD5Update' 
differ in signedness
digcalc.c:64: warning: pointer targets in passing argument 2 of 'MD5Update' 
differ in signedness
digcalc.c:65: warning: pointer targets in passing argument 1 of 'MD5Final' 
differ in signedness
digcalc.c:69: warning: pointer targets in passing argument 2 of 'MD5Update' 
differ in signedness
digcalc.c:70: warning: pointer targets in passing argument 2 of 'MD5Update' 
differ in signedness
digcalc.c:71: warning: pointer targets in passing argument 2 of 'MD5Update' 
differ in signedness
digcalc.c:72: warning: pointer targets in passing argument 2 of 'MD5Update' 
differ in signedness
digcalc.c:73: warning: pointer targets in passing argument 2 of 'MD5Update' 
differ in signedness
digcalc.c:74: warning: pointer targets in passing argument 1 of 'MD5Final' 
differ in signedness
digcalc.c: In function 'DigestCalcResponse':
digcalc.c:99: warning: pointer targets in passing argument 2 of 'MD5Update' 
differ in signedness
digcalc.c:100: warning: pointer targets in passing argument 2 of 'MD5Update' 
differ in signedness
digcalc.c:101: warning: pointer targets in passing argument 2 of 'MD5Update' 
differ in signedness
digcalc.c:103: warning: pointer targets in passing argument 2 of 'MD5Update' 
differ in signedness
digcalc.c:104: warning: pointer targets in passing argument 2 of 'MD5Update' 
differ in signedness
digcalc.c:106: warning: pointer targets in passing argument 1 of 'MD5Final' 
differ in signedness
digcalc.c:111: warning: pointer targets in passing argument 2 of 'MD5Update' 
differ in signedness
digcalc.c:112: warning: pointer targets in passing argument 2 of 'MD5Update' 
differ in signedness
digcalc.c:113: warning: pointer targets in passing argument 2 of 'MD5Update' 
differ in signedness
digcalc.c:114: warning: pointer targets in passing argument 2 of 'MD5Update' 
differ in signedness
digcalc.c:117: warning: pointer targets in passing argument 2 of 'MD5Update' 
differ in signedness
digcalc.c:118: warning: pointer targets in passing argument 2 of 'MD5Update' 
differ in signedness
digcalc.c:119: warning: pointer targets in passing argument 2 of 'MD5Update' 
differ in signedness
digcalc.c:120: warning: pointer targets in passing argument 2 of 'MD5Update' 
differ in signedness
digcalc.c:121: warning: pointer targets in passing argument 2 of 'MD5Update' 
differ in signedness
digcalc.c:122: warning: pointer targets in passing argument 2 of 'MD5Update' 
differ in signedness
digcalc.c:124: warning: pointer targets in passing argument 2 of 'MD5Update' 
differ in signedness
digcalc.c:125: warning: pointer targets in passing argument 1 of 'MD5Final' 
differ in signedness
gcc -Wall -Wno-format-y2k -O2 -DLOCALEPATH="\"/usr/local/share/locale\"" 
-DOS=\"Linux\" `xml2-config --cflags` -Wall -g -O2  -DTARGET_CHARSET=\"UTF-8\" 
-DUTF_8   -c -o md5.o md5.c
gcc -Wall -Wno-format-y2k -O2 -DLOCALEPATH="\"/usr/local/share/locale\"" 
-DOS=\"Linux\" `xml2-config --cflags` -Wall -g -O2  -DTARGET_CHARSET=\"UTF-8\" 
-DUTF_8   -c -o filters.o filters.c
filters.c: In function 'FilterPipeNG':
filters.c:195: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
gcc -Wall -Wno-format-y2k -O2 -DLOCALEPATH="\"/usr/local/share/locale\"" 
-DOS=\"Linux\" `xml2-config --cflags` -Wall -g -O2  -DTARGET_CHARSET=\"UTF-8\" 
-DUTF_8   -c -o io-internal.o io-internal.c
gcc -Wall -Wno-format-y2k -O2 -DLOCALEPATH="\"/usr/local/share/locale\"" 
-DOS=\"Linux\" `xml2-config --cflags` -Wall -g -O2  -DTARGET_CHARSET=\"UTF-8\" 
-DUTF_8   -c -o os-support.o os-support.c
gcc -Wall -Wno-format-y2k -O2 -DLOCALEPATH="\"/usr/local/share/locale\"" 
-DOS=\"Linux\" `xml2-config --cflags` -Wall -g -O2  -DTARGET_CHARSET=\"UTF-8\" 
-DUTF_8   -c -o zlib_interface.o zlib_interface.c
zlib_interface.c:26:18: error: zlib.h: No such file or directory
zlib_interface.c: In function 'jg_zlib_uncompress':
zlib_interface.c:50: error: 'z_stream' undeclared (first use in this function)
zlib_interface.c:50: error: (Each undeclared identifier is reported only once
zlib_interface.c:50: error: for each function it appears in.)
zlib_interface.c:50: error: expected ';' before 'stream'
zlib_interface.c:58: error: 'stream' undeclared (first use in this function)
zlib_interface.c:70: warning: implicit declaration of function 'inflateInit2'
zlib_interface.c:70: error: 'MAX_WBITS' undeclared (first use in this function)
zlib_interface.c:82: warning: implicit declaration of function 'inflate'
zlib_interface.c:82: error: 'Z_NO_FLUSH' undeclared (first use in this function)
zlib_interface.c:84: error: 'Z_BUF_ERROR' undeclared (first use in this 
function)
zlib_interface.c:87: error: 'Z_ERRNO' undeclared (first use in this function)
zlib_interface.c:88: error: 'Z_NEED_DICT' undeclared (first use in this 
function)
zlib_interface.c:89: error: 'Z_MEM_ERROR' undeclared (first use in this 
function)
zlib_interface.c:90: error: 'Z_DATA_ERROR' undeclared (first use in this 
function)
zlib_interface.c:91: error: 'Z_VERSION_ERROR' undeclared (first use in this 
function)
zlib_interface.c:92: warning: implicit declaration of function 'inflateEnd'
zlib_interface.c:116: error: 'Z_STREAM_END' undeclared (first use in this 
function)
make[1]: *** [zlib_interface.o] Error 1
make[1]: Leaving directory `/tmp/buildd/snownews-1.5.7'
make: *** [build-stamp] Error 2
pbuilder: Failed autobuilding of package
 -> Aborting with an error
 -> unmounting dev/pts filesystem
 -> unmounting proc filesystem
 -> cleaning the build env 
    -> removing directory /var/cache/pbuilder/build//10288 and its 
subdirectories

-------------------------------------------------------------------

-- 
Rodrigo Gallardo
GPG-Fingerprint: 7C81 E60C 442E 8FBC D975  2F49 0199 8318 ADC9 BC28

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: snownews
Source-Version: 1.5.7-2

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

snownews_1.5.7-2.diff.gz
  to pool/main/s/snownews/snownews_1.5.7-2.diff.gz
snownews_1.5.7-2.dsc
  to pool/main/s/snownews/snownews_1.5.7-2.dsc
snownews_1.5.7-2_i386.deb
  to pool/main/s/snownews/snownews_1.5.7-2_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Nico Golde <[EMAIL PROTECTED]> (supplier of updated snownews 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 [EMAIL PROTECTED])


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

Format: 1.7
Date: Tue, 26 Sep 2006 19:41:31 +0200
Source: snownews
Binary: snownews
Architecture: source i386
Version: 1.5.7-2
Distribution: unstable
Urgency: low
Maintainer: Joe Nahmias <[EMAIL PROTECTED]>
Changed-By: Nico Golde <[EMAIL PROTECTED]>
Description: 
 snownews   - Text mode RSS newsreader
Closes: 387341
Changes: 
 snownews (1.5.7-2) unstable; urgency=low
 .
   * Added zlib1g-dev to Build-Depends to fix FTBFS (Closes: #387341).
   * Adjusted Description field to better fit with policy.
Files: 
 e20a23c429abb1b54aad0a98c4b5fac8 662 net optional snownews_1.5.7-2.dsc
 936c47207a472a0cace4b3f4e4f429de 15452 net optional snownews_1.5.7-2.diff.gz
 95e1264e0d0c8daad8ddab94b804c38b 147654 net optional snownews_1.5.7-2_i386.deb

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

iD8DBQFFG6ToMwsDi2xjdG0RAhx7AKD0a0lHD9/dzZ1iF1XtBcOXOvtYSACcD8EQ
05JcEjojc8Ksbeq2NbRpWjk=
=y+G7
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to