Your message dated Fri, 20 Nov 2009 00:32:18 +0000
with message-id <e1nbhqa-0007mn...@ries.debian.org>
and subject line Bug#557084: fixed in bld 0.3.4.1-4
has caused the Debian Bug report #557084,
regarding bld 0.3.4.1-3 fails to install: chown: cannot access `/var/run/bld': 
No such file or directory
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
557084: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557084
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: bld
Version: 0.3.4.1-3
Severity: grave
Justification: renders package unusable

fails to install due to a problem in the post installation script
chown: cannot access `/var/run/bld': No such file or directory

occurs in ubuntu as well as debian

attached is a debdiff that moves changing ownership of /var/run/bld from the 
post install script to the init script as this is where the directory is 
created now


-- System Information:
Debian Release: squeeze/sid
  APT prefers karmic-updates
  APT policy: (500, 'karmic-updates'), (500, 'karmic-security'), (500, 
'karmic-proposed'), (500, 'karmic-backports'), (500, 'karmic')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.31-15-generic (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages bld depends on:
ii  adduser                 3.110ubuntu7     add and remove users and groups
ii  libc6                   2.10.1-0ubuntu15 GNU C Library: Shared libraries

bld recommends no packages.

Versions of packages bld suggests:
pn  bld-postfix                   <none>     (no description available)
pn  bld-tools                     <none>     (no description available)

-- no debconf information
diff -u bld-0.3.4.1/debian/changelog bld-0.3.4.1/debian/changelog
--- bld-0.3.4.1/debian/changelog
+++ bld-0.3.4.1/debian/changelog
@@ -1,3 +1,11 @@
+bld (0.3.4.1-3ubuntu1) lucid; urgency=low
+
+  * debian/bld.postinst: drop creation and ownership changes of /var/run/bld,
+    this is now handled by init script
+  * debian/bld.init: add ownership change of /var/run/bld 
+
+ -- SevenMachines <sevenmachi...@yahoo.co.uk>  Tue, 17 Nov 2009 11:03:20 +0000
+
 bld (0.3.4.1-3) unstable; urgency=low
 
   * Changed priority back to optional, and changed the priority to extra
diff -u bld-0.3.4.1/debian/bld.init bld-0.3.4.1/debian/bld.init
--- bld-0.3.4.1/debian/bld.init
+++ bld-0.3.4.1/debian/bld.init
@@ -26,6 +26,7 @@
   start)
 	echo -n "Starting $DESC: "
 	mkdir -p /var/run/bld
+	chown -R $USER:$USER /var/run/bld
 	start-stop-daemon --start --quiet --pidfile /var/run/bld/$NAME.pid \
 		--exec $DAEMON --chuid $USER -- $DAEMON_OPTS
 	echo "$NAME."
diff -u bld-0.3.4.1/debian/bld.postinst bld-0.3.4.1/debian/bld.postinst
--- bld-0.3.4.1/debian/bld.postinst
+++ bld-0.3.4.1/debian/bld.postinst
@@ -15,8 +15,2 @@
 
-if ! [ -x /usr/sbin/dpkg-statoverride ] || \
-    ! dpkg-statoverride --list /var/run/$user >/dev/null
-then
-    chown -R $user:$user /var/run/$user
-fi
-
 #DEBHELPER#
diff -u bld-0.3.4.1/debian/changelog bld-0.3.4.1/debian/changelog
--- bld-0.3.4.1/debian/changelog
+++ bld-0.3.4.1/debian/changelog
@@ -1,3 +1,11 @@
+bld (0.3.4.1-3ubuntu1) lucid; urgency=low
+
+  * debian/bld.postinst: drop creation and ownership changes of /var/run/bld,
+    this is now handled by init script
+  * debian/bld.init: add ownership change of /var/run/bld 
+
+ -- SevenMachines <sevenmachi...@yahoo.co.uk>  Tue, 17 Nov 2009 11:03:20 +0000
+
 bld (0.3.4.1-3) unstable; urgency=low
 
   * Changed priority back to optional, and changed the priority to extra
diff -u bld-0.3.4.1/debian/bld.init bld-0.3.4.1/debian/bld.init
--- bld-0.3.4.1/debian/bld.init
+++ bld-0.3.4.1/debian/bld.init
@@ -26,6 +26,7 @@
   start)
 	echo -n "Starting $DESC: "
 	mkdir -p /var/run/bld
+	chown -R $USER:$USER /var/run/bld
 	start-stop-daemon --start --quiet --pidfile /var/run/bld/$NAME.pid \
 		--exec $DAEMON --chuid $USER -- $DAEMON_OPTS
 	echo "$NAME."
diff -u bld-0.3.4.1/debian/bld.postinst bld-0.3.4.1/debian/bld.postinst
--- bld-0.3.4.1/debian/bld.postinst
+++ bld-0.3.4.1/debian/bld.postinst
@@ -15,8 +15,2 @@
 
-if ! [ -x /usr/sbin/dpkg-statoverride ] || \
-    ! dpkg-statoverride --list /var/run/$user >/dev/null
-then
-    chown -R $user:$user /var/run/$user
-fi
-
 #DEBHELPER#

--- End Message ---
--- Begin Message ---
Source: bld
Source-Version: 0.3.4.1-4

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

bld-postfix_0.3.4.1-4_i386.deb
  to main/b/bld/bld-postfix_0.3.4.1-4_i386.deb
bld-tools_0.3.4.1-4_i386.deb
  to main/b/bld/bld-tools_0.3.4.1-4_i386.deb
bld_0.3.4.1-4.diff.gz
  to main/b/bld/bld_0.3.4.1-4.diff.gz
bld_0.3.4.1-4.dsc
  to main/b/bld/bld_0.3.4.1-4.dsc
bld_0.3.4.1-4_i386.deb
  to main/b/bld/bld_0.3.4.1-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 557...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Martin Meredith <m...@debian.org> (supplier of updated bld 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 ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 20 Nov 2009 00:18:56 +0000
Source: bld
Binary: bld bld-postfix bld-tools
Architecture: source i386
Version: 0.3.4.1-4
Distribution: unstable
Urgency: low
Maintainer: Martin Meredith <m...@debian.org>
Changed-By: Martin Meredith <m...@debian.org>
Description: 
 bld        - Black List Daemon, automatically build blacklists
 bld-postfix - Postfix tools for the Black List Daemon
 bld-tools  - Generic tools for Black List Daemon
Closes: 557084
Changes: 
 bld (0.3.4.1-4) unstable; urgency=low
 .
   [ SevenMachines ]
   * debian/bld.postinst: drop creation and ownership changes of /var/run/bld,
     this is now handled by init script (Closes: #557084)
   * debian/bld.init: add ownership change of /var/run/bld
 .
   [ Martin Meredith ]
   * Sponsored Upload for SevenMachines <sevenmachi...@yahoo.co.uk>
   * Bumped Standards Version
   * Added README.source (from /usr/share/doc/dpatch/README.source.gz)
Checksums-Sha1: 
 0df818ad7835bf5be71e9e6d7bf1c29f92e410d1 1633 bld_0.3.4.1-4.dsc
 f15f1bacc386078ab537fcd2a2bc2a4a18136cfb 6562 bld_0.3.4.1-4.diff.gz
 c4ac259f022a447c69531f6ccbdb503d74e134e0 30802 bld_0.3.4.1-4_i386.deb
 66cfbfae6498037cb067441936c4d20712aee540 12800 bld-postfix_0.3.4.1-4_i386.deb
 1e7b2f67a395bccd922a4866e8b889ce302bcda1 14336 bld-tools_0.3.4.1-4_i386.deb
Checksums-Sha256: 
 f272ca999ca5e527ba1971c3e71565ea9b556d6c773a7caf6ce5f33ef1bf6522 1633 
bld_0.3.4.1-4.dsc
 bb56741af8007931886d41a2b51f2589ba825691da275f435b91ca5ec793d906 6562 
bld_0.3.4.1-4.diff.gz
 b52c441196342b359a3b1dcf69fd1f8ac92630866c9dc94c9352d8ce8a5cea2e 30802 
bld_0.3.4.1-4_i386.deb
 5ab70ad969ebe1557f1b875e5dd9a14cc578ff9351c169872e1bc098e54e554c 12800 
bld-postfix_0.3.4.1-4_i386.deb
 e8e13cc02e73a99ee68a98d97591997afce56de255bdc8f670787058bbe3fb3a 14336 
bld-tools_0.3.4.1-4_i386.deb
Files: 
 0ccc10db803adf86162e82811ea32619 1633 admin optional bld_0.3.4.1-4.dsc
 dee716296a14d9ad28a1a0f6ac7f0e7d 6562 admin optional bld_0.3.4.1-4.diff.gz
 f289c3cf7ca653e7d778955dd07abef2 30802 admin optional bld_0.3.4.1-4_i386.deb
 2f5433289e9cd712f3a97e330b32898f 12800 admin extra 
bld-postfix_0.3.4.1-4_i386.deb
 3d55c2c9c8fea6ec1423c2d498bbfd6b 14336 admin optional 
bld-tools_0.3.4.1-4_i386.deb

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

iQIcBAEBCAAGBQJLBeHYAAoJECr71n/RM6xu11kP+wZv2UVvpkzYyjcnvE4glqtU
i7hPq2z0lYxrYgSeZZEgExHrmq0vf752kZlEZTYn3AgkwwSlm7dEK2pOywE82YS8
vxod2uQiFLwUuBLjOpVd3StTqUULS+iZG7sgBX2jutMHa/gq1bhmMJvu3D5ZjQVb
B/q/qAXb0lCJHNdOL1kMvDTNvyYUFEcYliUFlp7GRfG3DLp2J/q/vkRPTL9kkq6P
VLa25YRtp0DoqIEQEAvlWlx1OAO1zJKv+CTzF6gpHg6vjPC8uNQx9ISNAD/ZNqoc
mywChR61Fb83PttNunRusyezPdo2UzhCg+3icwf3bDuGvrr7QaitJDTIUAfmEoYa
HPEY0gtQVJnjnGd9LgVjm6EcdHz++rRSLxUnHtFeEQ9Ch5I+oaa2TbRJa84d1/0f
C+MBMv7bqPcbIQPPp1nhJXxHTOjnVToofTDwt6Th+1pcHQ2WTqbTy/HDulvmEGUr
oOA8ic/aTxXeIw/FUTbyb8BgAPauZYYEGKW8sJbqliRQzj6rXk1UQBWJ5zdZAOx1
u8SQ7VDNk6gIaHeQA2WmLe1JSX0LK9xd1/PPEXuHRG+fP+RP1a87w5z2vwFe7lbS
KmSWu78csnAuli2J1qOlN73kXW3gKO1A+uFQK1NP+xLmKmVGyT2JHzzwGUDUPkPm
eZe2DIz+LM2gj3c7UC/7
=+YaX
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to