ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:37464] [Ruby 1.9 - Bug #4485][Assigned] Gem.bin_path('rake') does not return the path of the system-installed rake
       [not found] <redmine.issue-4485.20110309101536@ruby-lang.org>
@ 2011-06-26  9:25 ` Yui NARUSE
  2011-06-26  9:46 ` [ruby-core:37482] [Ruby 1.9 - Bug #4485] " Hiroshi NAKAMURA
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Yui NARUSE @ 2011-06-26  9:25 UTC (permalink / raw
  To: ruby-core


Issue #4485 has been updated by Yui NARUSE.

Status changed from Open to Assigned
Assignee set to Eric Hodel


----------------------------------------
Bug #4485: Gem.bin_path('rake') does not return the path of the system-installed rake
http://redmine.ruby-lang.org/issues/4485

Author: Erik Hollensbe
Status: Assigned
Priority: Normal
Assignee: Eric Hodel
Category: 
Target version: 
ruby -v: 1.9.2


=begin
Please see subject. You can see this evident in rubygems-test version 0.3.8 and lower, where bin_path is used to retrieve the rake path. In systems where a suffix is appended to the ruby version (e.g., ruby19/rake19/gem19), you will see that it is unable to locate the path via bin_path.
=end



-- 
http://redmine.ruby-lang.org

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [ruby-core:37482] [Ruby 1.9 - Bug #4485] Gem.bin_path('rake') does not return the path of the system-installed rake
       [not found] <redmine.issue-4485.20110309101536@ruby-lang.org>
  2011-06-26  9:25 ` [ruby-core:37464] [Ruby 1.9 - Bug #4485][Assigned] Gem.bin_path('rake') does not return the path of the system-installed rake Yui NARUSE
@ 2011-06-26  9:46 ` Hiroshi NAKAMURA
  2011-07-08 23:47 ` [ruby-core:37902] " Eric Hodel
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Hiroshi NAKAMURA @ 2011-06-26  9:46 UTC (permalink / raw
  To: ruby-core


Issue #4485 has been updated by Hiroshi NAKAMURA.

Target version set to 1.9.3


----------------------------------------
Bug #4485: Gem.bin_path('rake') does not return the path of the system-installed rake
http://redmine.ruby-lang.org/issues/4485

Author: Erik Hollensbe
Status: Assigned
Priority: Normal
Assignee: Eric Hodel
Category: 
Target version: 1.9.3
ruby -v: 1.9.2


=begin
Please see subject. You can see this evident in rubygems-test version 0.3.8 and lower, where bin_path is used to retrieve the rake path. In systems where a suffix is appended to the ruby version (e.g., ruby19/rake19/gem19), you will see that it is unable to locate the path via bin_path.
=end



-- 
http://redmine.ruby-lang.org

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [ruby-core:37902] [Ruby 1.9 - Bug #4485] Gem.bin_path('rake') does not return the path of the system-installed rake
       [not found] <redmine.issue-4485.20110309101536@ruby-lang.org>
  2011-06-26  9:25 ` [ruby-core:37464] [Ruby 1.9 - Bug #4485][Assigned] Gem.bin_path('rake') does not return the path of the system-installed rake Yui NARUSE
  2011-06-26  9:46 ` [ruby-core:37482] [Ruby 1.9 - Bug #4485] " Hiroshi NAKAMURA
@ 2011-07-08 23:47 ` Eric Hodel
  2011-07-21 14:09   ` [ruby-core:38336] " Nobuyoshi Nakada
  2011-07-21  5:34 ` [ruby-core:38305] " Motohiro KOSAKI
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 7+ messages in thread
From: Eric Hodel @ 2011-07-08 23:47 UTC (permalink / raw
  To: ruby-core


Issue #4485 has been updated by Eric Hodel.

File rbinstall.rb.gem_executables.diff added

The attached patch adds executables to the stub gemspecs and installs a copy of bin/rake into the gem directory.

Can I have it reviewed?
----------------------------------------
Bug #4485: Gem.bin_path('rake') does not return the path of the system-installed rake
http://redmine.ruby-lang.org/issues/4485

Author: Erik Hollensbe
Status: Assigned
Priority: Normal
Assignee: Eric Hodel
Category: 
Target version: 1.9.3
ruby -v: 1.9.2


=begin
Please see subject. You can see this evident in rubygems-test version 0.3.8 and lower, where bin_path is used to retrieve the rake path. In systems where a suffix is appended to the ruby version (e.g., ruby19/rake19/gem19), you will see that it is unable to locate the path via bin_path.
=end



-- 
http://redmine.ruby-lang.org

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [ruby-core:38305] [Ruby 1.9 - Bug #4485] Gem.bin_path('rake') does not return the path of the system-installed rake
       [not found] <redmine.issue-4485.20110309101536@ruby-lang.org>
                   ` (2 preceding siblings ...)
  2011-07-08 23:47 ` [ruby-core:37902] " Eric Hodel
@ 2011-07-21  5:34 ` Motohiro KOSAKI
  2011-07-22  4:28 ` [ruby-core:38379] " Eric Hodel
  2011-07-22  4:29 ` [ruby-core:38380] [Ruby 1.9 - Bug #4485][Closed] " Eric Hodel
  5 siblings, 0 replies; 7+ messages in thread
From: Motohiro KOSAKI @ 2011-07-21  5:34 UTC (permalink / raw
  To: ruby-core


Issue #4485 has been updated by Motohiro KOSAKI.


Nobu, please review Eric's patch soon. We don't have much time.
----------------------------------------
Bug #4485: Gem.bin_path('rake') does not return the path of the system-installed rake
http://redmine.ruby-lang.org/issues/4485

Author: Erik Hollensbe
Status: Assigned
Priority: Normal
Assignee: Eric Hodel
Category: 
Target version: 1.9.3
ruby -v: 1.9.2


=begin
Please see subject. You can see this evident in rubygems-test version 0.3.8 and lower, where bin_path is used to retrieve the rake path. In systems where a suffix is appended to the ruby version (e.g., ruby19/rake19/gem19), you will see that it is unable to locate the path via bin_path.
=end



-- 
http://redmine.ruby-lang.org

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [ruby-core:38336] Re: [Ruby 1.9 - Bug #4485] Gem.bin_path('rake') does not return the path of the system-installed rake
  2011-07-08 23:47 ` [ruby-core:37902] " Eric Hodel
@ 2011-07-21 14:09   ` Nobuyoshi Nakada
  0 siblings, 0 replies; 7+ messages in thread
From: Nobuyoshi Nakada @ 2011-07-21 14:09 UTC (permalink / raw
  To: ruby-core

Hi,

At Sat, 9 Jul 2011 08:47:13 +0900,
Eric Hodel wrote in [ruby-core:37902]:
> The attached patch adds executables to the stub gemspecs and installs a copy of bin/rake into the gem directory.

It seems a half of the path is unconcerned in this issue but
just renaming of a local variable, right?

In the last part, it could be simply:

  execs = execs.map {|exec| File.join(srcdir, 'bin', exec)}
  install(execs, bin_dir, :mode => $prog_mode)

Totally, it seems nice.
-- 
Nobu Nakada

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [ruby-core:38379] [Ruby 1.9 - Bug #4485] Gem.bin_path('rake') does not return the path of the system-installed rake
       [not found] <redmine.issue-4485.20110309101536@ruby-lang.org>
                   ` (3 preceding siblings ...)
  2011-07-21  5:34 ` [ruby-core:38305] " Motohiro KOSAKI
@ 2011-07-22  4:28 ` Eric Hodel
  2011-07-22  4:29 ` [ruby-core:38380] [Ruby 1.9 - Bug #4485][Closed] " Eric Hodel
  5 siblings, 0 replies; 7+ messages in thread
From: Eric Hodel @ 2011-07-22  4:28 UTC (permalink / raw
  To: ruby-core


Issue #4485 has been updated by Eric Hodel.


The install of tool/rbinstall.rb only allows one source item per call so I couldn't take full advantage of your suggestion.
----------------------------------------
Bug #4485: Gem.bin_path('rake') does not return the path of the system-installed rake
http://redmine.ruby-lang.org/issues/4485

Author: Erik Hollensbe
Status: Assigned
Priority: Normal
Assignee: Eric Hodel
Category: 
Target version: 1.9.3
ruby -v: -


=begin
Please see subject. You can see this evident in rubygems-test version 0.3.8 and lower, where bin_path is used to retrieve the rake path. In systems where a suffix is appended to the ruby version (e.g., ruby19/rake19/gem19), you will see that it is unable to locate the path via bin_path.
=end



-- 
http://redmine.ruby-lang.org

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [ruby-core:38380] [Ruby 1.9 - Bug #4485][Closed] Gem.bin_path('rake') does not return the path of the system-installed rake
       [not found] <redmine.issue-4485.20110309101536@ruby-lang.org>
                   ` (4 preceding siblings ...)
  2011-07-22  4:28 ` [ruby-core:38379] " Eric Hodel
@ 2011-07-22  4:29 ` Eric Hodel
  5 siblings, 0 replies; 7+ messages in thread
From: Eric Hodel @ 2011-07-22  4:29 UTC (permalink / raw
  To: ruby-core


Issue #4485 has been updated by Eric Hodel.

Status changed from Assigned to Closed
% Done changed from 0 to 100


----------------------------------------
Bug #4485: Gem.bin_path('rake') does not return the path of the system-installed rake
http://redmine.ruby-lang.org/issues/4485

Author: Erik Hollensbe
Status: Closed
Priority: Normal
Assignee: Eric Hodel
Category: 
Target version: 1.9.3
ruby -v: -


=begin
Please see subject. You can see this evident in rubygems-test version 0.3.8 and lower, where bin_path is used to retrieve the rake path. In systems where a suffix is appended to the ruby version (e.g., ruby19/rake19/gem19), you will see that it is unable to locate the path via bin_path.
=end



-- 
http://redmine.ruby-lang.org

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-07-22  4:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <redmine.issue-4485.20110309101536@ruby-lang.org>
2011-06-26  9:25 ` [ruby-core:37464] [Ruby 1.9 - Bug #4485][Assigned] Gem.bin_path('rake') does not return the path of the system-installed rake Yui NARUSE
2011-06-26  9:46 ` [ruby-core:37482] [Ruby 1.9 - Bug #4485] " Hiroshi NAKAMURA
2011-07-08 23:47 ` [ruby-core:37902] " Eric Hodel
2011-07-21 14:09   ` [ruby-core:38336] " Nobuyoshi Nakada
2011-07-21  5:34 ` [ruby-core:38305] " Motohiro KOSAKI
2011-07-22  4:28 ` [ruby-core:38379] " Eric Hodel
2011-07-22  4:29 ` [ruby-core:38380] [Ruby 1.9 - Bug #4485][Closed] " Eric Hodel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).