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
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
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
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";
>
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
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
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
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
8 matches
Mail list logo