Your message dated Sun, 27 Mar 2005 14:27:37 -0500
with message-id <[EMAIL PROTECTED]>
and subject line closing per submitter request
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; 20 Feb 2005 00:22:36 +0000
>From [EMAIL PROTECTED] Sat Feb 19 16:22:36 2005
Return-path: <[EMAIL PROTECTED]>
Received: from (icarus.chaosengine.net) [210.18.205.194]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1D2ers-0002gJ-00; Sat, 19 Feb 2005 16:22:36 -0800
Received: from apathy by icarus.chaosengine.net with local (Exim 3.35 #1
(Debian))
id 1D2erl-0008EQ-00; Sun, 20 Feb 2005 10:22:29 +1000
From: apathy <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: libarch-perl: Arch::Tarball::create fails when using base_name arg
X-Mailer: reportbug 1.50
Date: Sun, 20 Feb 2005 10:22:29 +1000
Message-Id: <[EMAIL PROTECTED]>
Sender: apathy <[EMAIL PROTECTED]>
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Package: libarch-perl
Version: 0.4.2-1
Severity: normal
Tags: patch
if you use the base_name arg to Arch::Tarball::create() (like Archzoom does)
the extra directory doesn't get created.
Also the arg '-P' to cp in Arch::Util::copy_dir appears to have changed
meaning from '--no-dereference' to '--parents'.
$ dpkg -l $(dpkg -S `which cp` | cut -f1 -d:) | grep ^ii
ii fileutils 4.1-10 GNU file management
utilities
-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux icarus.chaosengine.net 2.4.18-1-686-smp #1 SMP Wed Apr 14
18:42:49 UTC 2004 i686
Locale: LANG=C, LC_CTYPE=C
Versions of packages libarch-perl depends on:
ii tla 1.3-0.backports.org.1 arch revision control system
diff -u Arch-0.4.2/Tarball.pm Arch/Tarball.pm
--- Arch-0.4.2/Tarball.pm 2005-02-20 09:44:55.000000000 +1000
+++ Arch/Tarball.pm 2005-02-20 09:38:27.000000000 +1000
@@ -54,6 +54,7 @@
if ($needed_base_name && $needed_base_name ne $base_name) {
my $temp_dir = temp_dir_name("arch-tarball");
mkdir($temp_dir, 0777) or die "Can't mkdir $temp_dir: $!\n";
+ mkdir("$temp_dir/$needed_base_name", 0777) or die "Can't mkdir
$temp_dir/$needed_base_name: $!\n";
copy_dir("$dir/$base_name", "$temp_dir/$needed_base_name");
$base_name = $needed_base_name;
$dir = $temp_dir;
diff -u Arch-0.4.2/Util.pm Arch/Util.pm
--- Arch-0.4.2/Util.pm 2005-02-20 09:44:55.000000000 +1000
+++ Arch/Util.pm 2005-02-20 09:42:38.000000000 +1000
@@ -113,7 +113,7 @@
sub copy_dir ($$) {
my $dir1 = shift;
my $dir2 = shift;
- my $out = run_cmd("/bin/cp -PRp", $dir1, $dir2);
+ my $out = run_cmd("/bin/cp --no-dereference -Rp", $dir1, $dir2);
warn $out if $out;
}
---------------------------------------
Received: (at 296070-done) by bugs.debian.org; 27 Mar 2005 19:27:38 +0000
>From [EMAIL PROTECTED] Sun Mar 27 11:27:38 2005
Return-path: <[EMAIL PROTECTED]>
Received: from acolyte.scowler.net [216.254.112.45]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DFdQA-00062q-00; Sun, 27 Mar 2005 11:27:38 -0800
Received: by acolyte.scowler.net (Postfix, from userid 1000)
id C3C8A7004D; Sun, 27 Mar 2005 14:27:37 -0500 (EST)
Date: Sun, 27 Mar 2005 14:27:37 -0500
From: Clint Adams <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: closing per submitter request
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.6+20040907i
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:
Whee.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]