Jeremy Lorelli created a merge request: https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/merge_requests/122
Project:Branches: jjl77/rtems-libbsd:pr-fix-rpc-headers to rtems/pkg/rtems-libbsd:7-freebsd-14 Author: Jeremy Lorelli ## Summary rpcb_clnt.h includes rpcb_prot.h, which is supposed to be generated by rpcgen. Since that is disabled by default, the header is never installed, as it doesn't exist. This copies the generated header from freebsd/sys/rpc/rpcb_prot.h to freebsd/include/rpc/rpcb_prot.h where the new generated one should live. I tried generating a header with rpcgen (with the --enable-auto-regen configure option) but it didn't seem to compile. This fix will need to be ported to main when merged. If there is a better way to fix this without requiring `--enable-auto-regen`, please let me know. ## Generative AI <!-- If you have used AI please use the "AI Contribution" template otherwise leave this blank see our fulls statement at https://www.rtems.org/generative-ai/--> <!-- Default settings, if it is a dropdown it will set after submission --> -- View it on GitLab: https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/merge_requests/122 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
