Richard Hastie

Results 34 comments of Richard Hastie

Yes... definitely using "multiarch/qemu-user-static" container image Search inside the article (https://medium.com/@artur.klauser/building-multi-architecture-docker-images-with-buildx-27d80f7e2408) for "Docker Image Based Installation" - You'll see the references to multiarch/qemu-user-static. I'm using this approach, however it is...

I think I've found the culprit... Building using bionic means a glibc version < 2.28, Focal is >2.28 - It appears the READDIR is returning NULL https://bugs.launchpad.net/qemu/+bug/1805913 Is there any...

Junaruga, Gist is here: https://gist.github.com/rhastie/04e5af6fa4f61e8e278a1a5ee27484f2 It is quite an involved Dockerfile inside a private repo which is using cmake to run a compile - If you share your GitHub ID...

> Now I can see `stderr.out.1.txt`. Thank you. > Is the log the output of `docker buildx ...`, right? > > I do not want to see your private repository....

@leamas @mayeut - I am seeing a very similar issue when running pip3 install cmake on RaspberryPi (armhf)/Raspbian... I've tried several workarounds (eg. install wheel first and then using --no-use-pep517...

I've finally managed to run these tests based on our compilation - I can confirm that using the container version of nmos-cpp compiled with Avahi works fine against the Riedel...

@VisualGPS FWIW - I use qemu-user-static to provide an emulation layer to build my docker containers for ARM32v7 and ARM64... This gives me cross-platform building in a consistent way. If...

@DouglasHeriot You are aware you can easily disable mDNS support for the registry in the existing setups? Just set the following in the registry JSON configuration `"pri": 2147483647`

Agustin, You don’t need a “virtual” version of nmos-cpp to create Virtual NMOS End points… All you need to do is start a new instance and bind it to a...

Yes, I agree. My issue does appear to be very similar to https://gitlab.kitware.com/cmake/cmake/-/issues/20568 I have commented on this issue and provided full logs etc. Let's see where it runs to......