GithubHelp home page GithubHelp logo

Comments (9)

edubart avatar edubart commented on August 10, 2024

Just that test failed? Can you paste the test suite summary (last line)?

from nelua-lang.

tankf33der avatar tankf33der commented on August 10, 2024

Just that test failed? Can you paste the test suite summary (last line)?

Only this failed.

493 successes / 1 failures / 13.244206 seconds

from nelua-lang.

edubart avatar edubart commented on August 10, 2024

Looks like the test failed to capture outputs from stderr, I will have to get hands on a Fedora box later to debug that. This should be a minor issue though, and probably only that test is affected, not the language.

from nelua-lang.

tankf33der avatar tankf33der commented on August 10, 2024

ArchLinux and Debian SID fully passed, Solaris SPARC failed to start test suite.

from nelua-lang.

edubart avatar edubart commented on August 10, 2024

ArchLinux and Debian SID fully passed, Solaris SPARC failed to start test suite.

Share the error on SPARC then, I've tested Solaris x86_64 a few weeks ago, and everything was passing. Just SPARC fails?

from nelua-lang.

tankf33der avatar tankf33der commented on August 10, 2024
$ uname  -a
SunOS landau 5.11 11.4.35.94.4 sun4v sparc sun4v
$ gmake test
./nelua-lua spec/init.lua
luainit.lua: bad binary format (integer format mismatch)./nelua-lua: spec/init.lua:1: module 'nelua.thirdparty.lester' not found:
        no field package.preload['nelua.thirdparty.lester']
        no file '/usr/local/share/lua/5.4/nelua/thirdparty/lester.lua'
        no file '/usr/local/share/lua/5.4/nelua/thirdparty/lester/init.lua'
        no file '/usr/share/lua/5.4/nelua/thirdparty/lester.lua'
        no file '/usr/share/lua/5.4/nelua/thirdparty/lester/init.lua'
        no file '/usr/local/lib/lua/5.4/nelua/thirdparty/lester.lua'
        no file '/usr/local/lib/lua/5.4/nelua/thirdparty/lester/init.lua'
        no file '/usr/lib/lua/5.4/nelua/thirdparty/lester.lua'
        no file '/usr/lib/lua/5.4/nelua/thirdparty/lester/init.lua'
        no file './nelua/thirdparty/lester.lua'
        no file './nelua/thirdparty/lester/init.lua'
        no file '/usr/local/lib/lua/5.4/nelua/thirdparty/lester.so'
        no file '/usr/local/lib/lua/5.4/loadall.so'
        no file './nelua/thirdparty/lester.so'
        no file '/usr/lib/lua/5.4/nelua/thirdparty/lester.so'
        no file '/usr/lib/lua/5.4/loadall.so'
        no file './nelua/thirdparty/lester.so'
        no file ''
        no file '/usr/local/lib/lua/5.4/nelua.so'
        no file '/usr/local/lib/lua/5.4/loadall.so'
        no file './nelua.so'
        no file '/usr/lib/lua/5.4/nelua.so'
        no file '/usr/lib/lua/5.4/loadall.so'
        no file './nelua.so'
        no file ''
stack traceback:
        [C]: in function 'require'
        spec/init.lua:1: in main chunk
        [C]: in ?
gmake: *** [Makefile:138: test] Error 1
$

from nelua-lang.

edubart avatar edubart commented on August 10, 2024
$ uname  -a
SunOS landau 5.11 11.4.35.94.4 sun4v sparc sun4v
$ gmake test
./nelua-lua spec/init.lua
luainit.lua: bad binary format (integer format mismatch)

I've fixed that error in commit c99f3bf, it happened because I've started to use some bytecode compiled Lua scripts, and now I've noticed that Lua bytecode is not portable across systems with different endianness, so I've removed the use of bytecode scripts, all tests are passing now for me on Debian s390x (which is big-endian like SPARC). Thanks for reporting.

make test failed in Fedora Rawhide

I could not reproduce the failing test on Fedora Rawhide, I've booted it's live image Fedora-Workstation-Live-x86_64-Rawhide-20210911.n.0.iso and all tests passed for me, I will try to actually install and update it to see if can reproduce.

from nelua-lang.

edubart avatar edubart commented on August 10, 2024

After installing Fedora Rawhide and updating it I am still unable to reproduce, all tests are passing, I guess is something with your setup, like could be the terminal or shell, provide more details on the shell/terminal/system.

from nelua-lang.

tankf33der avatar tankf33der commented on August 10, 2024

Thanks.

from nelua-lang.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.