Closed apinsard closed 5 years ago
I tested all of the object files that make up tplang and none of them lack the .note.GNU-stack
symbol so the problem must be in one of the libraries linked to tplang. The Javascript library is the only library unique to tplang. CAMotics can use either v8 (Google) or Chakra (Microsoft) Javascript libraries. I suspect Chakra is the problem. Try linking to libv8 instead.
Hi,
I'm currently packaging CAMotics for Funtoo (derivative from Gentoo) and the QA system reports an issue with "executable stack markings" in tplang.
I must say I have no idea what it is, but according to Gentoo wiki here: https://wiki.gentoo.org/wiki/Hardened/GNU_stack_quickstart I think it's an upstream issue.
Here is the output of
scanelf -qeR .
after compilation phase:And here is the full build log, if this may help: