Bug#483442: RFH: cvsweb - test -x fails with Perl 5.10

2008-05-30 Thread Brendan O'Dea
On Fri, May 30, 2008 at 10:10 AM, Daniel Leidert [EMAIL PROTECTED] wrote: And real and effective UID are the same. So why does -x fail? Any idea? It cannot be a general bug, because a small test script prints the correct result. Right. I've attempted pretty much every combination of user

Bug#483442: RFH: cvsweb - test -x fails with Perl 5.10

2008-05-30 Thread Daniel Leidert
Am Samstag, den 31.05.2008, 00:57 +1000 schrieb Brendan O'Dea: On Fri, May 30, 2008 at 10:10 AM, Daniel Leidert [EMAIL PROTECTED] wrote: And real and effective UID are the same. So why does -x fail? Any idea? It cannot be a general bug, because a small test script prints the correct

Bug#483442: RFH: cvsweb - test -x fails with Perl 5.10

2008-05-30 Thread Daniel Leidert
Am Freitag, den 30.05.2008, 19:59 +0200 schrieb Daniel Leidert: sub search_path($) { my ($command) = @_; print STDERR DEBUG search_path(): command=$command\n; print STDERR DEBUG search_path(): euid=$, egid=$(, ruid=$, rgid=$)\n; for my $d (@command_path) { print STDERR

Bug#483442: RFH: cvsweb - test -x fails with Perl 5.10

2008-05-30 Thread Niko Tyni
On Thu, May 29, 2008 at 04:31:11PM +0200, Daniel Leidert wrote: A user reported an issue with cvsweb in http://bugs.debian.org/483442. I was able to track it down to be in search_path(). This function takes a command as argument and tries with a list of paths, if $path/$command is executable

Bug#483442: RFH: cvsweb - test -x fails with Perl 5.10

2008-05-30 Thread Niko Tyni
clone 483442 -1 reassign -1 perl 5.10.0-10 retitle -1 -x is broken with 'use filetest q/access/' severity -1 important tag -1 = patch fixed-upstream submitter -1 ! thanks On Fri, May 30, 2008 at 11:16:27PM +0300, Niko Tyni wrote: On Thu, May 29, 2008 at 04:31:11PM +0200, Daniel Leidert wrote:

Bug#483442: RFH: cvsweb - test -x fails with Perl 5.10

2008-05-30 Thread Daniel Leidert
Am Freitag, den 30.05.2008, 23:16 +0300 schrieb Niko Tyni: On Thu, May 29, 2008 at 04:31:11PM +0200, Daniel Leidert wrote: A user reported an issue with cvsweb in http://bugs.debian.org/483442. I was able to track it down to be in search_path(). This function takes a command as argument