amdei
amdei
Although in this MR I made attempt to solve the issue via `pip wheel`, not via `build` module from PyPA, as suggested in https://github.com/jordansissel/fpm/issues/2040.
> My main issue that I'm looking into at the moment is the boot-strapping of the PEP 517 build environments for `pip wheel` @cwegener could you please elaborate, what is...
> Nevertheless, I still have not managed to build an `openai` package, but I think that might just be an issue on my side. Just checked - built seamlessly. Could...
See #1982 Unfortunately the work is stale by lack of feedback/reviewers
Issue seems to be the same. Although in https://github.com/jordansissel/fpm/pull/1982 I made attempt to solve it via ```pip wheel```, not via ```build``` module from PyPA, as suggested in https://github.com/jordansissel/fpm/issues/2040.
@agentzh Thanks a lot for clarification! Ok, let's leave stack-protector aside then. With your generous help in #90, following configuration passed all tests on both Debian 9&10 x64 for me:...
I've tried to add `-DLUAJIT_ENABLE_LUA52COMPAT`, as sugested in #87, but result is the same.
@agentzh Thanks a lot for a prompt reply! Seems you're right - something was wrong with my system... Tried with other two different fresh and clean Debian 9&10 VMs. Unable...
BTW, after adding of `LUA52=1` to my initial sript: ``` export LUAJIT_XCFLAGS="$LUAJIT_COMMON_XCFLAGS" LUA52=1 ``` all test has passed on machine, where they failed in the first place. So, complete "working...