Re: Odd dh_strip failure with some packages

2007-06-19 Thread Russ Allbery
Steve Langasek <[EMAIL PROTECTED]> writes: > On Tue, Jun 19, 2007 at 03:49:27AM -0700, Russ Allbery wrote: >> Well, unless the buildd is running with some demented umask, that's not >> happening with webauth. Everything is created with the default umask. > But "the default umask" may well be 060

Re: Odd dh_strip failure with some packages

2007-06-19 Thread Steve Langasek
On Tue, Jun 19, 2007 at 03:49:27AM -0700, Russ Allbery wrote: > Steve Langasek <[EMAIL PROTECTED]> writes: > > Actually, AFAIK it has to do with whether the *read* bit is set. I.e., > > the files are installed as a non-root user, readable only by the owner; > > then root tries to read the file in

Re: Odd dh_strip failure with some packages

2007-06-19 Thread Russ Allbery
Steve Langasek <[EMAIL PROTECTED]> writes: > Actually, AFAIK it has to do with whether the *read* bit is set. I.e., > the files are installed as a non-root user, readable only by the owner; > then root tries to read the file in the binary target, without first > changing the permissions. Well, u

Re: Odd dh_strip failure with some packages

2007-06-19 Thread Steve Langasek
On Tue, Jun 19, 2007 at 08:39:44AM +0200, Marc 'HE' Brockschmidt wrote: > This is a known problem with XFS (which is used as FS on the i386 > buildd) [1] - usually switching the order of the dh_fixperms and > dh_strip calls helps. > Footnotes: > [1] I think it was something about not stripping

Re: Odd dh_strip failure with some packages

2007-06-19 Thread Russ Allbery
Marc 'HE' Brockschmidt <[EMAIL PROTECTED]> writes: > Russ Allbery <[EMAIL PROTECTED]> writes: >> Looking at build logs on i386, the common problem for many seems to be >> variations of: >> >> dh_strip >> strip: unable to copy file >> 'debian/libwebauth-perl/usr/lib/perl5/auto/WebAuth/WebAuth.so'

Re: Odd dh_strip failure with some packages

2007-06-18 Thread Marc 'HE' Brockschmidt
Russ Allbery <[EMAIL PROTECTED]> writes: > Looking at build logs on i386, the common problem for many seems to be > variations of: > > dh_strip > strip: unable to copy file > 'debian/libwebauth-perl/usr/lib/perl5/auto/WebAuth/WebAuth.so' reason: > Permission denied > > I can't duplicate this with

Odd dh_strip failure with some packages

2007-06-18 Thread Russ Allbery
Reviewing the latest lintian findings, there are a surprising number of packages with unstripped binaries, including some that are using debhelper and dh_strip. See: http://lintian.debian.org/reports/Tunstripped-binary-or-object.html Looking at build logs on i386, the common problem for many see