Bugs item #28839, was opened at 2011-01-09 06:07
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=575&aid=28839&group_id=126

Category: other
Group: v1.4.x
Status: Closed
Resolution: None
Priority: 3
Submitted By: Daniel Berger (djberg96)
Assigned to: Ryan Davis (zenspider)
Summary: File not found: README when upgrading to 1.4.2

Initial Comment:
I saw this warning when I updated from rubygems 1.3.5 to 1.4.2 on FreeBSD 7, 
with ruby 1.8.6:

File not found: README

Regards,

Dan



----------------------------------------------------------------------

Comment By: Mike Bailey (deprecated)
Date: 2011-05-06 01:12

Message:
This exits with an error condition on lucid 32bit.
This is causing Capistrano to bomb out.

root@ct-lucid32:/usr/local/src/rubygems-1.4.2# sudo -p 'sudo password: ' ruby 
setup.rb;
RubyGems 1.4.2 installed
File not found: README
root@ct-lucid32:/usr/local/src/rubygems-1.4.2# echo $?
1


# My environment
root@ct-lucid32:/usr/local/src/rubygems-1.4.2# ruby --version
ruby 1.8.7 (2011-02-18 patchlevel 334) [i686-linux], MBARI 0x8770, Ruby 
Enterprise Edition 2011.03
root@ct-lucid32:/usr/local/src/rubygems-1.4.2# gem --version
1.4.2
root@ct-lucid32:/usr/local/src/rubygems-1.4.2# cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.04
DISTRIB_CODENAME=lucid
DISTRIB_DESCRIPTION="Ubuntu 10.04.2 LTS"


----------------------------------------------------------------------

Comment By: Ryan Davis (zenspider)
Date: 2011-01-09 19:10

Message:
OK. The problem is that the 1.3.7 and below had README and we switched up to 
README.rdoc in 1.4.0. 

4123 % gem spec rubygems-update -v 1.3.5 | grep README
- README
- README
4124 % gem spec rubygems-update -v 1.3.7 | grep README
- README
- README
4125 % gem spec rubygems-update -v 1.4.2 | grep README
- README.rdoc
- README.rdoc
- README.rdoc
4129 % gem update --system
Updating RubyGems
Updating rubygems-update
Successfully installed rubygems-update-1.4.2
Updating RubyGems to 1.4.2
Installing RubyGems 1.4.2
RubyGems 1.4.2 installed
File not found: README
4130 % echo $?
0

Since this is just a warning and only for rdoc (it won't affect RI info), I'm 
gonna go ahead and close this bug. Feel free to reopen if you feel I'm missing 
something.

----------------------------------------------------------------------

Comment By: Ryan Davis (zenspider)
Date: 2011-01-09 19:05

Message:
rdoc problem

Installing RDoc documentation for rubygems-update-1.3.7...
Could not find main page README
Could not find main page README
Could not find main page README
Could not find main page README


----------------------------------------------------------------------

You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=575&aid=28839&group_id=126
_______________________________________________
Rubygems-developers mailing list
http://rubyforge.org/projects/rubygems
Rubygems-developers@rubyforge.org
http://rubyforge.org/mailman/listinfo/rubygems-developers

Reply via email to