[Bug 561432] Re: Improper undefined method error

Andres Rodriguez andreserl at ubuntu-pe.org
Sat Apr 17 19:06:50 BST 2010


After reviewing the debdiff I saw that ruby1.8 is using a patch system.
Please, when the package has a patchsystem please using it instead of
patching the source directly. More information in [1], and follow the
guidelines in [2]:

Unsubscribing from ubuntu-sponsors for now.

[1]: https://wiki.ubuntu.com/PackagingGuide/PatchSystems
[2]: https://wiki.ubuntu.com/UbuntuDevelopment/PatchTaggingGuidelines


** Changed in: ruby1.8 (Ubuntu)
       Status: Confirmed => Incomplete

-- 
Improper undefined method error
https://bugs.launchpad.net/bugs/561432
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is a direct subscriber.

Status in Ruby - Object Oriented Scripting Language: Fix Released
Status in “ruby1.8” package in Ubuntu: Incomplete

Bug description:
Binary package hint: ruby1.8

Package is libruby1.8
libruby1.8:
  Installed: 1.8.7.249-2
  Candidate: 1.8.7.249-2
  Version table:
 *** 1.8.7.249-2 0
        500 http://ie.archive.ubuntu.com/ubuntu/ lucid/main Packages
        100 /var/lib/dpkg/status
Running : 
lil_cain at carbon:~$ cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.04
DISTRIB_CODENAME=lucid
DISTRIB_DESCRIPTION="Ubuntu lucid (development branch)"


---

Issue is the same as http://redmine.ruby-lang.org/issues/show/2708
I'm getting a NoMethodError exception, instead of the Errno::ECONNREFUSED exception I should be getting with the following code : 

  require 'net/http'
  n = Net::HTTP.new('127.0.0.1', 1234) # or any other unused port
  n.request_head('/')


The linked page includes a patch to fix this issue.





More information about the Ubuntu-sponsors mailing list