Your message dated Fri, 07 Apr 2006 13:48:09 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#263979: fixed in userv 1.0.4
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: userv
Version: 1.0.3-2
Severity: serious

Hi,

trying to build the package, I got:

==============================================================================
[...]
gcc -c  -g -O2 -D_GNU_SOURCE -Wall -Wno-implicit -Wwrite-strings -Wpointer-arith
 -Wimplicit -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes  -DVERSION
='"1.0.3-2"' -DVEREXT='"std"'  lexer.c -o parserlexer.o
gcc -g -O2 -D_GNU_SOURCE -Wall -Wno-implicit -Wwrite-strings -Wpointer-arith -Wi
mplicit -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes  -DVERSION='"1
.0.3-2"' -DVEREXT='"std"'    -c -o debug.o debug.c
gcc -g -O2 -D_GNU_SOURCE -Wall -Wno-implicit -Wwrite-strings -Wpointer-arith -Wi
mplicit -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes  -DVERSION='"1
.0.3-2"' -DVEREXT='"std"'    -c -o lib.o lib.c
gcc -g -O2 -D_GNU_SOURCE -Wall -Wno-implicit -Wwrite-strings -Wpointer-arith -Wi
mplicit -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes  -DVERSION='"1
.0.3-2"' -DVEREXT='"std"'    -c -o both.o both.c
both.c: In function `xstrsave':
both.c:52: warning: implicit declaration of function `strlen'
both.c:53: warning: implicit declaration of function `strcpy'
gcc  -o daemon overlord.o process.o servexec.o parserlexer.o debug.o lib.o both.
o 
gcc -g -O2 -D_GNU_SOURCE -Wall -Wno-implicit -Wwrite-strings -Wpointer-arith -Wi
mplicit -Wnested-externs -Wmissing-prototypes -Wstrict-prototypes  -DVERSION='"1
.0.3-2"' -DVEREXT='"std"'    -c -o client.o client.c
gcc  -o client client.o both.o 
sed -e '/<version><\/version>/ s/>/&1.0.3-2/' \
        spec.sgml.in >spec.sgml.new && mv -f spec.sgml.new spec.sgml
debiandoc2ps -1 -O spec.sgml >spec.ps.new && mv spec.ps.new spec.ps
debiandoc2html spec.sgml
make[1]: Leaving directory `/tmp/buildd/userv-1.0.3'
touch build
 fakeroot debian/rules binary
test -f overlord.c -a -f lexer.l.m4 -a -f debian/rules
test root = "`whoami`"
test -f overlord.c -a -f lexer.l.m4 -a -f debian/rules
test -f overlord.c -a -f lexer.l.m4 -a -f debian/rules
rm -rf debian/tmp
install -d debian/tmp/{DEBIAN,etc/init.d} debian/tmp/usr/{sbin,bin}
install -d debian/tmp/etc/userv/{override,default}.d
install -d debian/tmp/usr/share/doc/userv/examples/
install -d debian/tmp/var/run/userv/
install -d debian/tmp/usr/share/lintian/overrides/
cp debian/{postinst,prerm,postrm,conffiles} debian/tmp/DEBIAN/.
cp: cannot stat `debian/{postinst,prerm,postrm,conffiles}': No such file or dire
ctory
make: *** [binary-arch] Error 1
==============================================================================

bye,
  Roland
  
-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.7
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (ignored: LC_ALL set to 
en_GB.UTF-8)


--- End Message ---
--- Begin Message ---
Source: userv
Source-Version: 1.0.4

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

userv_1.0.4.dsc
  to pool/main/u/userv/userv_1.0.4.dsc
userv_1.0.4.tar.gz
  to pool/main/u/userv/userv_1.0.4.tar.gz
userv_1.0.4_i386.deb
  to pool/main/u/userv/userv_1.0.4_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.
Ian Jackson <[EMAIL PROTECTED]> (supplier of updated userv 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-----

Format: 1.7
Date: Fri,  7 Apr 2006 20:04:29 +0100
Source: userv
Binary: userv
Architecture: source i386
Version: 1.0.4
Distribution: unstable
Urgency: low
Maintainer: Ian Jackson <[EMAIL PROTECTED]>
Changed-By: Ian Jackson <[EMAIL PROTECTED]>
Description: 
 userv      - `user services' - program call across trust boundaries
Closes: 244735 263979
Changes: 
 userv (1.0.4) unstable; urgency=low
 .
   Bugfixes:
   * Close client socket fd in spawned cats (avoids some service-side hangs
     when client terminates).  Thanks to report from Simon Tatham.
 .
   Minor portability fixes:
   * Missing #include <string.h> and <stdlib.h>  } Thanks to report
   * getgroups returns int, not gid_t (!).       }  from Peter Benie.
   * Dummy `check' target in Makefile.in.              } Thanks to
   * Bogus strsignal emulation for broken platforms.   } report from
   * Bogus WCOREDUMP emulation for broken platforms.   } Nelson Beebe
 .
   Packaging improvements (including Debian packaging fixes):
   * Compress uservd(8) manpage.  Closes: #244735.
   * spec.tex and spec.html are autogenerated: clean and .cvsignore them.
   * SHELL=/bin/bash in debian/rules; use of install(8).  Closes: #263979.
   * Reran autoconf/autoheader (autoconf Debian 2.13-54).
   * Updated copyright notices.
Files: 
 2efa27d3a8e0996f004c0a9023051fb0 618 admin optional userv_1.0.4.dsc
 3b725587b7cdc22abe5ff9b4b1ef8973 196377 admin optional userv_1.0.4.tar.gz
 635e914d862cf0fcda3a93bbd1befefe 128900 admin optional userv_1.0.4_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: 2.6.3ia
Charset: noconv

iQCVAwUBRDa6+MMWjroj9a3bAQG5rAP+LwEb2SsBtHJ497qRCIlWG+MygzeJya0G
tUihQlWuqv8LH14jky998cmuP+LP211rlXuSWrDYBN6gMnxytZwcwbI3afvhmm6E
w76sw1MmRPD0yBs0ilrhoiNlx2kmiVl8cCvXPtRhl6veeNNA5bVVQOsEfYiM4tK5
ddLIUPDDen4=
=znoj
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to