We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Was building on:
DISTRIB_ID=Ubuntu DISTRIB_RELEASE=21.04 DISTRIB_CODENAME=hirsute DISTRIB_DESCRIPTION="Ubuntu 21.04"
Building error log part:
[BUILD] bin-arm64-efi/flexboot_nodnic.o drivers/infiniband/flexboot_nodnic.c: In function ‘flexboot_nodnic_create_qp’: drivers/infiniband/flexboot_nodnic.c:368:53: error: implicit conversion from ‘enum ib_queue_pair_type’ to ‘nodnic_queue_pair_type’ [-Werror=enum-conversion] 368 | status = nodnic_port_create_qp(&port->port_priv, qp->type, | ~~^~~~~~ drivers/infiniband/flexboot_nodnic.c: In function ‘flexboot_nodnic_destroy_qp’: drivers/infiniband/flexboot_nodnic.c:409:45: error: implicit conversion from ‘enum ib_queue_pair_type’ to ‘nodnic_queue_pair_type’ [-Werror=enum-conversion] 409 | nodnic_port_destroy_qp(&port->port_priv, qp->type, | ~~^~~~~~ cc1: all warnings being treated as errors make[1]: *** [Makefile.housekeeping:946: bin-arm64-efi/flexboot_nodnic.o] Error 1 make[1]: Leaving directory '/var/local/acp/pipxe/ipxe/src' make: *** [Makefile:46: ipxe/src/bin-arm64-efi/rpi.efi] Error 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Was building on:
Building error log part:
The text was updated successfully, but these errors were encountered: