Bug#376868: dpkg-dev: dpkg-parsechangelog fails with a signal 13 on tail

2006-07-14 Thread Simon Raven
Le ven 2006-07-14 a 18:09:10 -0400, Nicolas François <[EMAIL PROTECTED]> a dit: > Hello, > > Thanks to Simone's answers on jabber, we could identify a possible cause > for this bug. > > It seems this issue is related to using getpwnam on an LDAP system. > > perl -e 'open(STDIN,"< debian/cha

Bug#376868: dpkg-dev: dpkg-parsechangelog fails with a signal 13 on tail

2006-07-14 Thread Nicolas François
Hello, Thanks to Simone's answers on jabber, we could identify a possible cause for this bug. It seems this issue is related to using getpwnam on an LDAP system. perl -e 'open(STDIN,"< debian/changelog") || die "error1"; open(P,"tail -n 40 |") || die "error2"; cl

Bug#376868: dpkg-dev: dpkg-parsechangelog fails with a signal 13 on tail

2006-07-11 Thread Nicolas François
hello, On Tue, Jul 11, 2006 at 02:49:23PM +0200, Simone Piccardi wrote: > Nicolas François wrote: > > > > Then, does: > > > > perl -e 'open(STDIN,"< debian/changelog") || die "error1"; > > open(P,"tail -n 40 |") || die "error2"; > > while() { } close(P); print "statu

Bug#376868: dpkg-dev: dpkg-parsechangelog fails with a signal 13 on tail

2006-07-11 Thread Simone Piccardi
Nicolas François wrote: > Hello, > > On Thu, Jul 06, 2006 at 03:58:53PM +0200, Simone Piccardi wrote: >> Nicolas François wrote: >>> Does "cat debian/changelog | tail -n 40" works nicely? >> Yes, fine, [...] > > Then, does: > > perl -e 'open(STDIN,"< debian/changelog") || die "error1"; >

Bug#376868: dpkg-dev: dpkg-parsechangelog fails with a signal 13 on tail

2006-07-08 Thread Nicolas François
Hello, On Thu, Jul 06, 2006 at 03:58:53PM +0200, Simone Piccardi wrote: > Nicolas François wrote: > > > > Does "cat debian/changelog | tail -n 40" works nicely? > Yes, fine, [...] Then, does: perl -e 'open(STDIN,"< debian/changelog") || die "error1"; open(P,"tail -n 40 |") || d

Bug#376868: dpkg-dev: dpkg-parsechangelog fails with a signal 13 on tail

2006-07-06 Thread Simone Piccardi
Nicolas François wrote: > I can't reproduce this build failure (with the same dpkg-dev and the same > dependencies) I did some more check, and the problem arises only when giving the command as normal user. If I use it as root no problem. But I do not understand why I have to be root to build a pa

Bug#376868: dpkg-dev: dpkg-parsechangelog fails with a signal 13 on tail

2006-07-05 Thread Nicolas François
Hello, On Wed, Jul 05, 2006 at 05:07:48PM +0200, Simone Piccardi wrote: > > When I try to do a debuild or when I launch it directly > dpkg-parsechangelog fails with the following error: > > dpkg-parsechangelog: failure: tail of debian/changelog died from signal 13 > > I'm getting this both with

Bug#376868: dpkg-dev: dpkg-parsechangelog fails with a signal 13 on tail

2006-07-05 Thread Simone Piccardi
Package: dpkg-dev Version: 1.13.22 Severity: important When I try to do a debuild or when I launch it directly dpkg-parsechangelog fails with the following error: dpkg-parsechangelog: failure: tail of debian/changelog died from signal 13 I'm getting this both with my personal development packag