On 2015-02-06 13:49-0700 Orion Poplawski wrote:

> On 08/07/2013 04:54 PM, Orion Poplawski wrote:
>> I'm trying to rebuild the Fedora plplot package for Fedora 20 and am
>> getting the following error:
>>
>>        Start 10: examples_lua
>> 10: Test command: /usr/bin/bash "-c"
>> "EXAMPLES_DIR=/builddir/build/BUILD/plplot-5.9.9/fedora/examples
>> SRC_EXAMPLES_DIR=/builddir/build/BUILD/plplot-5.9.9/examples
>> ./plplot-test.sh --verbose --device=psc --front-end=lua"
>> 10: Test timeout computed to be: 1500
>> 10: Testing front-end lua
>> 10: x00
>> 10: x01
>> 10: x02
>> 10: x03
>> 10: x04
>> 10: /usr/bin/lua: x04.lua:59: attempt to call field 'log10' (a nil value)
>> 10: stack traceback:
>> 10:  x04.lua:59: in function 'plot1'
>> 10:  x04.lua:182: in main chunk
>> 10:  [C]: in ?
>> 10/16 Test #10: examples_lua .....................***Failed    0.06 sec
>>
>> This is with svn 12281 which is what is currently in Fedora.  Current
>> svn fails with the Ada issue mentioned earlier.
>>
>> Looks like math.log10 was removed in lua 5.2 (we have lua 5.2.2 in F20),
>> to be replaced with "math.log(x,10)".  I suppose we are going to need
>> grow some conditionals here.  No idea how to handle that in lua.
>
> Also still carrying this in Fedora.

Thanks for reminding us of that issue again.  I have just fixed
that (commit id 3ac49a4 on master).  See the commit message for
the reasons we don't need to bother with Lua versions older than
5.2.

Alan
__________________________
Alan W. Irwin

Astronomical research affiliation with Department of Physics and Astronomy,
University of Victoria (astrowww.phys.uvic.ca).

Programming affiliations with the FreeEOS equation-of-state
implementation for stellar interiors (freeeos.sf.net); the Time
Ephemerides project (timeephem.sf.net); PLplot scientific plotting
software package (plplot.sf.net); the libLASi project
(unifont.org/lasi); the Loads of Linux Links project (loll.sf.net);
and the Linux Brochure Project (lbproject.sf.net).
__________________________

Linux-powered Science
__________________________

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to