Damien Elmes

Results 241 comments of Damien Elmes

Could it perhaps be related to the change mentioned here? https://github.com/indygreg/python-build-standalone/issues/95#issuecomment-1127021925

> oxidized_importer exposes enough APIs to Python where you can build your own packed resources files. See https://pyoxidizer.readthedocs.io/en/latest/oxidized_importer_freezing_applications.html for example docs. > In addition, the pyembed crate allows you to...

Here's how I work around it: https://github.com/indygreg/PyOxidizer/pull/466

I ran into this at one point, and it was because make and autoconf were not installed.

Hmm, the new code doesn't seem to work for me on a pyoxidized Python 3.9: ``` File "jsonschema", line 29, in File "jsonschema.validators", line 349, in File "jsonschema._utils", line 60,...

For what it's worth, this was one of the two issues I faced in our build when trying to switch over to n2 from ninja. Our build generator would define...

Might be worth waiting around to see if anyone else hits this - it was fairly easy to work around in our case, and we may be an outlier. Doing...

I might be missing something. Here's an example: ``` builddir = /home/dae/Local/build/anki runner = $builddir/rust/release/runner rule CargoBuild command = $runner run cargo build $release_arg $target_arg --locked $extra_args restat = 1...