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>
next in thread | raw e-mail | index | archive | help
Hi,=0A=0AI'm using FreeBSD 9.1 and tinderbox to build=A0binary packages for= my freebsd servers and desktop systems.=0AWhen building Ruby 1.9 locally (= on the tinderbox machine) from the ports, the following code snippet works:= =0A=0Arequire 'date'=0ADate.xmlschema=0A=0A=0AWhen installing the binary pa= ckage built by tinderbox, I can't access the method 'xmlschema'.=0A=0Arequi= rb(main):001:0> require 'date'=0A=3D> true=0Airb(main):002:0> Date.xmlschem= a=0ANoMethodError: undefined method `xmlschema' for Date:Class=0Afrom (irb)= :2=0Afrom /usr/local/bin/irb:12:in `<main>'=0A=0A=0AI can't find a compile = time flag or sth similar that could hide xmlschema (and other methods like = 'rfc2822', 'iso8601'...) from being built.=0AAny hints?=0A=0ARobert=0A
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1358417077.84096.YahooMailNeo>