On 23 jan 2009, at 15.46, jerry via RT wrote:
Show quoted text> Queue: JavaScript
> Ticket <URL:
https://rt.cpan.org/Ticket/Display.html?id=42653 >
>
> On Thu Jan 22 10:16:23 2009, jerrysievert wrote:
>> On Thu Jan 22 03:15:13 2009, claes@versed.se wrote:
>>> Hi,
>>>
>>> what version of JavaScript.pm does ubuntu package and what version
>> of
>>> SpiderMonkey does it link against?
>>>
>>> your testscript works fine on OS X using SM 1.7 and JavaScript.pm
>> 1.11
>>>
>>
>> also works fine on redhat with sm 1.7 and javascript.pm 1.11.
>>
>> ubuntu ships with javascript.pm 1.08, and links against mozlla
>> javascript 1.8.1.
>
>
> followed up - also fails in javascript.pm 1.11 with mozilla
> javascript 1.8.1.
Officially I only support the standalone spidermonkey releases from
Mozilla which at the date 1.7 is the latest. 1.8.1 is something
they've got with FF probably. The dists Makefile.PL does contain some
checks to see if SM has been installed by some package manager but
this will go away in some future version as it causes me to much hassle.
Could you download, build and test against the official SM release
from mozilla (
http://ftp.mozilla.org/pub/mozilla.org/js/
js-1.7.0.tar.gz) ?
If it still fails using JavaScript.pm 1.11 and SM 1.7 I'll take a look
at it otherwise I'll close this as not a bug and you should report it
to ubuntu or debian instead.
Thanks,
Claes