Bug#502823: iodine: piuparts test fails: /var/lib/dpkg/info/iodine.postinst: line 27: ./MAKEDEV: No such file or directory

2008-10-26 Thread Adeodato Simó
* gregor herrmann [Thu, 23 Oct 2008 16:35:00 +0200]: On Mon, 20 Oct 2008 19:20:54 +0200, gregor herrmann wrote: And a question to the release team: The postinst and the bug are the same for 0.4.2-1 in sid and 0.4.1-4 in lenny; do you prefer to unblock the version in sid or should a

Bug#502823: iodine: piuparts test fails: /var/lib/dpkg/info/iodine.postinst: line 27: ./MAKEDEV: No such file or directory

2008-10-23 Thread gregor herrmann
On Mon, 20 Oct 2008 19:20:54 +0200, gregor herrmann wrote: And a question to the release team: The postinst and the bug are the same for 0.4.2-1 in sid and 0.4.1-4 in lenny; do you prefer to unblock the version in sid or should a prepare a 0.4.1-4lenny1 version with distribution testing, too?

Bug#502823: iodine: piuparts test fails: /var/lib/dpkg/info/iodine.postinst: line 27: ./MAKEDEV: No such file or directory

2008-10-22 Thread Adeodato Simó
* gregor herrmann [Mon, 20 Oct 2008 19:20:54 +0200]: Index: debian/postinst === --- debian/postinst (revision 1469) +++ debian/postinst (working copy) @@ -23,8 +23,11 @@ case $1 in configure) # we need a

Bug#502823: iodine: piuparts test fails: /var/lib/dpkg/info/iodine.postinst: line 27: ./MAKEDEV: No such file or directory

2008-10-22 Thread gregor herrmann
On Wed, 22 Oct 2008 11:58:37 +0200, Adeodato Simó wrote: -echo Creating device /dev/net/tun ... -cd /dev ./MAKEDEV tun +if [ ! -c /dev/net/tun ] [ -x /dev/MAKEDEV ] ; then +echo Creating device /dev/net/tun ... +cd /dev +

Bug#502823: iodine: piuparts test fails: /var/lib/dpkg/info/iodine.postinst: line 27: ./MAKEDEV: No such file or directory

2008-10-22 Thread Adeodato Simó
* gregor herrmann [Wed, 22 Oct 2008 19:03:23 +0200]: On Wed, 22 Oct 2008 11:58:37 +0200, Adeodato Simó wrote: -echo Creating device /dev/net/tun ... -cd /dev ./MAKEDEV tun +if [ ! -c /dev/net/tun ] [ -x /dev/MAKEDEV ] ; then +echo Creating

Bug#502823: iodine: piuparts test fails: /var/lib/dpkg/info/iodine.postinst: line 27: ./MAKEDEV: No such file or directory

2008-10-22 Thread gregor herrmann
On Wed, 22 Oct 2008 19:07:04 +0200, Adeodato Simó wrote: And (4) MAKEDEV would fail nevertheless because udev is active. MAKEDEV does not fail even if udev is active, so I can't see what's the problem with the above snippet/patch? I tried it and it did fail. Method: * Depends: on udev,

Bug#502823: iodine: piuparts test fails: /var/lib/dpkg/info/iodine.postinst: line 27: ./MAKEDEV: No such file or directory

2008-10-22 Thread Adeodato Simó
* gregor herrmann [Wed, 22 Oct 2008 19:33:58 +0200]: I tried it and it did fail. Setting up iodine (0.4.2-2) ... Creating device /dev/net/tun ... .udevdb or .udev presence implies active udev. Aborting MAKEDEV invocation. This is just a warning, but it exits with 0 status, so it does

Bug#502823: iodine: piuparts test fails: /var/lib/dpkg/info/iodine.postinst: line 27: ./MAKEDEV: No such file or directory

2008-10-22 Thread gregor herrmann
On Wed, 22 Oct 2008 19:45:49 +0200, Adeodato Simó wrote: Setting up iodine (0.4.2-2) ... Creating device /dev/net/tun ... .udevdb or .udev presence implies active udev. Aborting MAKEDEV invocation. This is just a warning, but it exits with 0 status, so it does not fail. (Hm,

Bug#502823: iodine: piuparts test fails: /var/lib/dpkg/info/iodine.postinst: line 27: ./MAKEDEV: No such file or directory

2008-10-20 Thread gregor herrmann
On Mon, 20 Oct 2008 07:28:07 +0200, Lucas Nussbaum wrote: During tests using piuparts of all packages in lenny, I ran into the following problem: Thanks for your tests and the bug report! Setting up udev (0.125-7) ... unable to open device '/class/net/*' A chroot environment has

Bug#502823: iodine: piuparts test fails: /var/lib/dpkg/info/iodine.postinst: line 27: ./MAKEDEV: No such file or directory

2008-10-20 Thread Alexander Wirt
gregor herrmann schrieb am Monday, den 20. October 2008: On Mon, 20 Oct 2008 07:28:07 +0200, Lucas Nussbaum wrote: During tests using piuparts of all packages in lenny, I ran into the following problem: Thanks for your tests and the bug report! Setting up udev (0.125-7) ...

Bug#502823: iodine: piuparts test fails: /var/lib/dpkg/info/iodine.postinst: line 27: ./MAKEDEV: No such file or directory

2008-10-20 Thread Lucas Nussbaum
On 20/10/08 at 19:20 +0200, gregor herrmann wrote: On Mon, 20 Oct 2008 07:28:07 +0200, Lucas Nussbaum wrote: During tests using piuparts of all packages in lenny, I ran into the following problem: Thanks for your tests and the bug report! Setting up udev (0.125-7) ... unable

Bug#502823: iodine: piuparts test fails: /var/lib/dpkg/info/iodine.postinst: line 27: ./MAKEDEV: No such file or directory

2008-10-20 Thread gregor herrmann
On Mon, 20 Oct 2008 19:28:31 +0200, Alexander Wirt wrote: +if [ ! -c /dev/net/tun ] [ -x /dev/MAKEDEV ] ; then +echo Creating device /dev/net/tun ... +cd /dev +./MAKEDEV tun || true +fi Any comments on the patch? if [ -d

Bug#502823: iodine: piuparts test fails: /var/lib/dpkg/info/iodine.postinst: line 27: ./MAKEDEV: No such file or directory

2008-10-20 Thread gregor herrmann
On Mon, 20 Oct 2008 19:43:53 +0200, Lucas Nussbaum wrote: Ah, fun with udev in a chroot. But unconditionally calling MAKEDEV in postinst is of course no good idea ... Couldn't you depend on makedev? Sure, that's the other possibility, but I thought udev | makedev would be more correct as

Bug#502823: iodine: piuparts test fails: /var/lib/dpkg/info/iodine.postinst: line 27: ./MAKEDEV: No such file or directory

2008-10-19 Thread Lucas Nussbaum
Package: iodine Version: 0.4.1-4 Severity: serious User: [EMAIL PROTECTED] Usertags: piuparts-20081020 piuparts Hi, During tests using piuparts of all packages in lenny, I ran into the following problem: Reading package lists... Building dependency tree... Reading state information...