bug#60719: Acknowledgement (openbios-qemu-ppc fails to build on aarch64)

2023-02-20 Thread Andrew Patterson
Fixed as of 042b92edb20648c030dcbaf59acd176731550b70 -- Andrew Patterson

bug#60719: Acknowledgement (openbios-qemu-ppc fails to build on aarch64)

2023-01-16 Thread Andrew Patterson
I don't know how to fix this on guix's end, but I guess I now need to complain to upstream and hope they can work out a fix. I've submitted an issue to upstream: https://github.com/openbios/openbios/issues/11 -- Andrew Patterson

bug#60719: Acknowledgement (openbios-qemu-ppc fails to build on aarch64)

2023-01-16 Thread Andrew Patterson
From altogether too much searching around with gcc -M, it looks like the problem is that openbios has in its include directory an asm/types.h. Because things added to the header search path by -I shadow system headers and are global, this replaces the that relies on, causing the error. On