Freja Nordsiek

Results 17 comments of Freja Nordsiek

I just tested what would happen if Apptainer 1.1.16 is given a SIF that has zstd compression. In short, it will not run it. It instead gives the error `while...

Thank you for this. I took a quick look and this would likely be some serious reverse engineering sadly.

Given how the recent xz backdoor was put in an M4 file and how many fewer people can actually check M4 files and configure scripts (let alone actually check them)...

> Maybe [lake](https://github.com/takagi/lake) (make like build utility in Common Lisp) could be of interest here? This seems to do the building, but doesn't have much for finding dependencies and configuring...

Looking at the output, `B` is an object array. For object arrays, `0` is the same as `NULL`. A null pointer. So, I think this is working as it should.

Yes, that is definitely an issue. I will put in something that still works and will continue to work for a while while still falling back to the current options...

The problem is fixed. I ended up implementing a very simple version comparison directly without using distutils or setuptools which did just enough. Unfortunately, I can't test CPython >= 3.9...