Your message dated Wed, 09 Nov 2005 20:02:14 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#336937: fixed in rake 0.6.2-2
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; 1 Nov 2005 21:38:48 +0000
>From [EMAIL PROTECTED] Tue Nov 01 13:38:48 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mailfe02.tele2.fr (swip.net) [212.247.154.44]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EX3qC-0000J3-00; Tue, 01 Nov 2005 13:38:48 -0800
X-T2-Posting-ID: a6gNYiD+t7eF8MP++Tx4V9mkrRvwM0CRrjGOCtWy98c=
Received: from [80.170.16.15] (HELO blop.lucas.in)
by mailfe02.swip.net (CommuniGate Pro SMTP 4.3.8)
with ESMTP id 3205455; Tue, 01 Nov 2005 22:39:02 +0100
Received: by blop.lucas.in (Postfix, from userid 1000)
id 22CD32FE4D; Tue, 1 Nov 2005 22:38:04 +0100 (CET)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Lucas Nussbaum <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: rake: Rake's PackageTask doesn't work
X-Mailer: reportbug 3.17
Date: Tue, 01 Nov 2005 22:38:03 +0100
Message-Id: <[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-Level:
X-Spam-Status: No, hits=-7.5 required=4.0 tests=BAYES_00,HAS_PACKAGE,
RCVD_IN_SORBS autolearn=no version=2.60-bugs.debian.org_2005_01_02
Package: rake
Version: 0.6.2-1
Severity: grave
Justification: renders package unusable
Hi,
Rake's PackageTask doesn't work even with a simple Rakefile such as this
one :
------------- cut here -----------------
require 'rake'
require 'rake/packagetask'
task :default => [:package]
Rake::PackageTask.new("rakefile", "1.2.3") do |p|
p.need_tar = true
p.package_files.include("Rakefile")
end
------------- cut here -----------------
(Directly inspired from Rake's doc)
[EMAIL PROTECTED]:/tmp% rake -t
(1)
(in /tmp)
** Invoke default (first_time)
** Invoke package (first_time)
** Invoke pkg/rakefile-1.2.3.tgz (first_time)
** Invoke pkg/rakefile-1.2.3 (first_time, not_needed)
** Invoke Rakefile (first_time, not_needed)
** Invoke Rakefile (not_needed)
** Execute pkg/rakefile-1.2.3.tgz
rake aborted!
no such option: noop
/usr/lib/ruby/1.8/fileutils.rb:1422:in `fu_check_options'
/usr/lib/ruby/1.8/fileutils.rb:119:in `chdir'
/usr/lib/ruby/1.8/rake.rb:640:in `chdir'
/usr/lib/ruby/1.8/rake/packagetask.rb:116:in `define'
/usr/lib/ruby/1.8/rake.rb:202:in `execute'
/usr/lib/ruby/1.8/rake.rb:202:in `execute'
/usr/lib/ruby/1.8/rake.rb:180:in `invoke'
/usr/lib/ruby/1.8/rake.rb:179:in `invoke'
/usr/lib/ruby/1.8/rake.rb:827:in `each'
/usr/lib/ruby/1.8/rake.rb:179:in `invoke'
/usr/lib/ruby/1.8/rake.rb:179:in `invoke'
/usr/lib/ruby/1.8/rake.rb:827:in `each'
/usr/lib/ruby/1.8/rake.rb:179:in `invoke'
/usr/lib/ruby/1.8/rake.rb:1454:in `run'
/usr/lib/ruby/1.8/rake.rb:1454:in `run'
/usr/bin/rake:4
I couldn't determine whether it was ruby1.8 fileutils' fault or rake's
fault. The same rakefile works without problem on sarge and ubuntu
breezy.
Thank you,
Lucas
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (990, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13.2
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages rake depends on:
ii ruby 1.8.2-1 An interpreter of object-oriented
rake recommends no packages.
-- no debconf information
---------------------------------------
Received: (at 336937-close) by bugs.debian.org; 10 Nov 2005 04:12:01 +0000
>From [EMAIL PROTECTED] Wed Nov 09 20:12:01 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
id 1Ea3de-0002yf-PJ; Wed, 09 Nov 2005 20:02:14 -0800
From: Adam Majer <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#336937: fixed in rake 0.6.2-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 09 Nov 2005 20:02:14 -0800
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-Level:
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
autolearn=no version=2.60-bugs.debian.org_2005_01_02
Source: rake
Source-Version: 0.6.2-2
We believe that the bug you reported is fixed in the latest version of
rake, which is due to be installed in the Debian FTP archive:
rake_0.6.2-2.diff.gz
to pool/main/r/rake/rake_0.6.2-2.diff.gz
rake_0.6.2-2.dsc
to pool/main/r/rake/rake_0.6.2-2.dsc
rake_0.6.2-2_all.deb
to pool/main/r/rake/rake_0.6.2-2_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Adam Majer <[EMAIL PROTECTED]> (supplier of updated rake package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Wed, 9 Nov 2005 21:41:16 -0600
Source: rake
Binary: rake
Architecture: source all
Version: 0.6.2-2
Distribution: unstable
Urgency: low
Maintainer: Adam Majer <[EMAIL PROTECTED]>
Changed-By: Adam Majer <[EMAIL PROTECTED]>
Description:
rake - a ruby build program
Closes: 336937
Changes:
rake (0.6.2-2) unstable; urgency=low
.
* Apply an upstream patch to fix a problem with current Ruby fileutils and
removal of noop option. Thanks to Lucas Nussbaum for pointing this out
and finding the patch. (closes: #336937)
Files:
4d70025921c1d597b3294e9f3eaf836d 599 devel optional rake_0.6.2-2.dsc
d27c5c6886a40154cc913034930fcb51 5053 devel optional rake_0.6.2-2.diff.gz
103b3b571edc6caefb0179a5473c4faf 93252 devel optional rake_0.6.2-2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
iD8DBQFDcsHY73/bNdaAYUURAoOHAKDpDKta/y8AG1NX0JX43tSY7kWLggCcCPdz
/xHreyjWg1x48F2sNyFQJ00=
=Ntqd
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]