#49481: cardpeek @0.8.4 - crashes immediately -----------------------+--------------------------- Reporter: nb@… | Owner: db_macports@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: cardpeek | -----------------------+--------------------------- Comment (by nb@…): Replying to [comment:2 ryandesign@…]:
Sounds like cardpeek may not be compatible with lua 5.3. Or it may just need a rebuild.
Hi, I finally found: au 5.3 uses luaL_checkinteger not luaL_checkint So I did the following: {{{ wget http://lil.fr.distfiles.macports.org/cardpeek/cardpeek-0.8.4.tar.gz tar zxfp cardpeek-0.8.4.tar.gz cd cardpeek-0.8.4 replaced luaL_checkint by luaL_checkinteger in lua_bytes.c ./configure make ./cardpeek }}} And all was ok. Who can correct the file in the package? Is it to Macport team to do that, or do I have to fill a bug report at cardpeek github issue page ? In the meantime, I'll use my freshly compiles cardpeek. Thanks for your help. -- Ticket URL: <https://trac.macports.org/ticket/49481#comment:4> MacPorts <https://www.macports.org/> Ports system for OS X