Patrick Colp

Results 7 comments of Patrick Colp

Thanks for the review! I keep forgetting about %q, I'll go through and change to using that. In a previous version I introduced error variables, but wasn't sure if that...

I'm happy to do a talk at OSFC. Is it possible to do a pre-recording? I'm planning to be in Europe/UK end of September/start of October, but it depends when...

Yes, I'd like to get this in. There's even more stuff after this too :-) I've been adding some more tests, not sure I'm doing it 100% the best way,...

I've been having this same issue. For reference, I'm trying to build it on Oracle Linux 7. As best I can tell, what's happening (or not happening) is that the...

Digging into it a bit more, it makes no difference whether I include `libraries=libs` or not, so I think the issue is indeed something to do with it not including...

Unfortunately I don't have a Dockerfile, but this is just running `python3 setup.py build`, which calls `libvmi_build.py`. I've been mucking about in that file trying to chase this down --...

I just tried compiling it on an OL8 box and that worked fine. It could just be an issue with the python packages on OL7.