Jorge Villatoro

Results 43 comments of Jorge Villatoro

I wasn't sure which tag to file this under, maybe bug is more appropriate?

@WyattBlue This seems at minimum like a bug. The current pyav distribution includes pxd files which are impossible to use, so they should either be removed or fixed. *edit: the...

We have run into this one actually, but a generally ok solution seems to be to just run the program once to force the venv generation. An alternative here might...

I have been able to reproduce the error in a similar build and can confirm that this patch fixes my error, which also was due to the `--sysroot` flag being...

Clearly this naive approach won't work on windows, I guess we could detect the OS write an OS specific script? This all feels pretty messy so i'm hoping someone out...

One idea for a different approach would be to use a symlink named something like `builder-cc` and have the builder inspect `os.Argv[0]` to set the command.

I've changed this to use a symlink approach instead of a script which seems to be more portable.

Sure, I will do both. I honestly think even if an upstream issue is fixed there is still technically a bug here, we just won't hit the bug for sysroots...

It looks like someone else already filed an issue relating to this: https://github.com/golang/go/issues/69350

@fmeum I've added a test. I think the test most likely only works on platforms with gcc-ish compilers (I have no idea if this bug really even exists on windows...