Your message dated Tue, 3 Jul 2007 16:17:50 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Removed
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: list
Version: 2.0.0-1
Severity: grave
Justification: renders package unusable
Hi,
here is the problem on my system:
Setting up list (2.0.0-1) ...
chgrp: invalid group `stats'
chgrp: invalid group `stats'
dpkg: error processing list (--configure):
It is caused by this incorrect group existence test in
/var/lib/dpkg/info/list.postinst:
stats=`grep stats /etc/group 2>/dev/null`
if [ "${stats}" == "" ]; then
addgroup --system stats
fi
This test does not work on my system because /etc/group contains the
following line:
remstats:x:146:www-data
Therefore I propose that you replace the test with:
stats=`grep ^stats /etc/group 2>/dev/null`
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (100, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Versions of packages list depends on:
ii adduser 3.102 Add and remove users and groups
ii diff 2.8.7-0.2 File comparison utilities
ii grep 2.5.1.ds2-6 GNU grep, egrep and fgrep
ii python 2.4.4-2 An interactive high-level object-o
ii sed 4.1.5-1 The GNU sed stream editor
ii util-linux 2.12r-19 Miscellaneous system utilities
list recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
This package has been removed from Debian unstable. I'm therefore
closing this bug report. The package has been removed because it
is abandoned upstream.
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---