Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jan 2013 10:04:37 +0000 (GMT)
From:      Robert Gogolok <robertgogolok@yahoo.de>
To:        "ruby@freebsd.org" <ruby@freebsd.org>
Subject:   Ruby 1.9 binary packe: Date.xmlschema and others not available
Message-ID:  <1358417077.84096.YahooMailNeo@web171705.mail.ir2.yahoo.com>

index | next in thread | raw e-mail

Hi,

I'm using FreeBSD 9.1 and tinderbox to build binary packages for my freebsd servers and desktop systems.
When building Ruby 1.9 locally (on the tinderbox machine) from the ports, the following code snippet works:

require 'date'
Date.xmlschema


When installing the binary package built by tinderbox, I can't access the method 'xmlschema'.

requirb(main):001:0> require 'date'
=> true
irb(main):002:0> Date.xmlschema
NoMethodError: undefined method `xmlschema' for Date:Class
from (irb):2
from /usr/local/bin/irb:12:in `<main>'


I can't find a compile time flag or sth similar that could hide xmlschema (and other methods like 'rfc2822', 'iso8601'...) from being built.
Any hints?

Robert



home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1358417077.84096.YahooMailNeo>