Your message dated Thu, 24 Mar 2005 10:20:14 -0500
with message-id <[EMAIL PROTECTED]>
and subject line deb is never created when $HOME/.. is not world readable. (eg,
drwxr-x--x)
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 6 Jul 2004 23:59:04 +0000
>From [EMAIL PROTECTED] Tue Jul 06 16:59:04 2004
Return-path: <[EMAIL PROTECTED]>
Received: from (cvs.daxal.com) [205.208.245.133] (postfix)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Bhzq3-0004PN-00; Tue, 06 Jul 2004 16:59:03 -0700
Received: by cvs.daxal.com (Postfix, from userid 1018)
id CAEB414D7A; Tue, 6 Jul 2004 23:58:35 +0000 (UTC)
From: <[EMAIL PROTECTED]>
Subject: dh-make-perl: deb is never created when $HOME/.. is not world
readable. (eg, drwxr-x--x)
To: [EMAIL PROTECTED]
X-Mailer: bug 3.3.10.1
Message-Id: <[EMAIL PROTECTED]>
Date: Tue, 6 Jul 2004 23:58:35 +0000 (UTC)
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-4.9 required=4.0 tests=BAYES_10,HAS_PACKAGE,
NO_REAL_NAME autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level:
Package: dh-make-perl
Version: 0.9
Severity: normal
Just after it starts, I see:
opendir(./../..): Permission denied at /usr/bin/dh-make-perl line 88
There are multiple "blind" directories on the system I tested this on. The
workaround is to
make the directories world readable (eg, drwxr-xr-x vs drwxr-x--x)
Thanks.
ps, this email address is only occasionaly monitored for changes (too much spam
in the past, linked to BTS scrubbers)
-- System Information
Debian Release: 3.0
Kernel Version: Linux phirewall 2.4.26-pa5 #1 Mon Jun 14 00:32:51 UTC 2004
parisc unknown
Versions of the packages dh-make-perl depends on:
ii debhelper 4.0.2 helper programs for debian/rules
ii dpkg-dev 1.9.21 Package building tools for Debian
ii fakeroot 0.4.4-9.2.1 Gives a fake root environment.
ii make 3.79.1-14 The GNU version of the "make" utility.
ii perl 5.6.1-8.7 Larry Wall's Practical Extraction and Report
ii perl-modules 5.6.1-8.7 Core Perl modules.
^^^ (Provides virtual package libpod-parser-perl)
---------------------------------------
Received: (at 257980-done) by bugs.debian.org; 24 Mar 2005 15:19:33 +0000
>From [EMAIL PROTECTED] Thu Mar 24 07:19:33 2005
Return-path: <[EMAIL PROTECTED]>
Received: from csl-smtp-01.cs.uml.edu (thecsl.org) [129.63.24.84]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DEU7N-0007uN-00; Thu, 24 Mar 2005 07:19:29 -0800
Received: from localhost (localhost.localdomain [127.0.0.1])
by thecsl.org (Postfix) with ESMTP id BA6DFE4033
for <[EMAIL PROTECTED]>; Thu, 24 Mar 2005 10:18:28 -0500 (EST)
Received: from thecsl.org ([127.0.0.1])
by localhost (csl-mail-01 [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id 11753-09 for <[EMAIL PROTECTED]>;
Thu, 24 Mar 2005 10:18:21 -0500 (EST)
Received: from [10.0.0.46] (unknown [129.63.24.90])
by thecsl.org (Postfix) with ESMTP id 82459E402D
for <[EMAIL PROTECTED]>; Thu, 24 Mar 2005 10:18:20 -0500 (EST)
Message-ID: <[EMAIL PROTECTED]>
Date: Thu, 24 Mar 2005 10:20:14 -0500
From: Chris Sacca <[EMAIL PROTECTED]>
User-Agent: Debian Thunderbird 1.0 (X11/20050116)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: [EMAIL PROTECTED]
Subject: deb is never created when $HOME/.. is not world readable. (eg,
drwxr-x--x)
X-Enigmail-Version: 0.90.0.0
X-Enigmail-Supports: pgp-inline, pgp-mime
Content-Type: multipart/signed; micalg=pgp-sha1;
protocol="application/pgp-signature";
boundary="------------enig05965E32731E4E98B0FFB09B"
X-Virus-Scanned: by amavisd-maia-1.0.0-rc5 (Debian) at thecsl.org
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no
version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enig05965E32731E4E98B0FFB09B
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
I'm closing this bug because I have tested and find that it's not
reproducible.
> opendir(./../..): Permission denied at /usr/bin/dh-make-perl line 88
Line 88 of dh-make-perl 0.9 was:
my $startdir = getcwd();
To test this I setup some directories and a test script:
##############
directories:
[EMAIL PROTECTED]:~/t/tmp$ ls -la
total 12
drwx------ 2 csacca csacca 4096 2005-03-24 10:07 .
drwx--x--x 3 root csacca 4096 2005-03-24 10:07 ..
-rwxr-xr-x 1 csacca csacca 93 2005-03-24 10:10 test.pl
[EMAIL PROTECTED]:~/t/tmp$ ls -la ../
ls: ../: Permission denied
[EMAIL PROTECTED]:~/t/tmp$ sudo ls -la ../
total 12
drwx--x--x 3 root csacca 4096 2005-03-24 10:07 .
drwxr-xr-x 57 csacca csacca 4096 2005-03-24 10:06 ..
drwx------ 2 csacca csacca 4096 2005-03-24 10:07 tmp
##############
test.pl:
#!/usr/bin/perl -w
use strict;
use Cwd;
my $cwd = getcwd();
print "\n\n CWD: $cwd \n\n";
##############
result:
[EMAIL PROTECTED]:~/t/tmp$ ./test.pl
CWD: /home/csacca/t/tmp
###############
Given this, I cannot validate the bug and am closing it.
Chris
--
Christopher Sacca <[EMAIL PROTECTED]> | http://csacca.thecsl.org
Americorps CTC VISTA | http://www.cpcs.umb.edu/vista/
1024D/AFF87013 - FC21 092C 95C6 0071 6416 E79B CB46 96A4 AFF8 7013
--------------enig05965E32731E4E98B0FFB09B
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCQtq0y0aWpK/4cBMRAv2XAKCyIjZBnhJFWJzFzjJ2ZSxqby2whQCgg5GX
59OVCNiLePMt+Wp9W+p5zCw=
=0e8Y
-----END PGP SIGNATURE-----
--------------enig05965E32731E4E98B0FFB09B--
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]