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.


-- 
Orion Poplawski
Technical Manager                     303-415-9701 x222
NWRA/CoRA Division                    FAX: 303-415-9702
3380 Mitchell Lane                  or...@cora.nwra.com
Boulder, CO 80301              http://www.cora.nwra.com

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to