Closed rzalamena closed 4 years ago
I guess this can be closed?
Yes, I think so. I don't think it is useful to spend energy on this unless someone wants to use it.
I think it is useful to have this documented so if someone stumbles in this error message the person has an idea what is going on. Other than that I don't want to spend time fixing this if nobody is using.
I tried to build
net-misc/frr-7.1-r1
but it is failing in my Gentoo stable.Compilation error message:
This problem was recently fixed in upstream (related frrouting/frr#6208 , frrouting/frr#6209). Basically json-c upstream removed some macro booleans and some code in FRR was expecting it, the FRR fix was to migrate all booleans to
stdbool
format but I think the PRs are scattered.I'm not sure how to fix this: patch files, downgrade json-c or just wait for new FRR ebuild...