M. Greyson Christoforo

Results 89 comments of M. Greyson Christoforo

I think the root issue is https://github.com/CadQuery/cadquery/issues/1099 This PR and the associated issue were my attempt at making things as consistent as I could in the case that root issue...

Sorry, maybe I'm looking in the wrong place, but I can't see the details of the failure. All I can see is ``` Check failure on line 1059 in Build...

x86-64 host. arm64 guest image, qemu-user-static 8.2.0-3 - The guest image boots in Ubuntu 23.10 today - The guest image booted on Arch Linux ~3 months ago - The guest...

Understood. I'll work on getting some better debugging going to hopefully pinpoint a possible qemu syscall regression as the cause here. I want to stress that these arm64 guest images...

@DaanDeMeyer this is a regression. Can you provide any sort of guidance I can follow to show evidence that this is a QEMU regression and not a systemd one? I'm...

Sorry, I missed your earlier comment. I'm packaging for Arch. For many reasons, when I package stuff I strive to fetch the source tarball I build from from as close...

The reason I prefer to grab the source from here is that way I can be sure that the content of the source tarball I get matches what people have...

Got it. I'll try to say on top of ensuring the stable Arch package matches the commit where you bumped the version number in `setup.py` then.

Yep, that should work. Thanks!

Unfortunately, pre-built external binaries (like would come out of your Travis CI) aren't so useful for the Arch package. Our packaging system needs to fetch and build the source. I'm...