-
Notifications
You must be signed in to change notification settings - Fork 1.3k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
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
Getting below error while make frr. #14816
Comments
me same |
I solved the problem by updating libyang to v2.0.0 to v2.1.80. If you are using Ubuntu, please check following lines in
|
@ponedo Let me try and update you ! |
after change version getting below error now. Traceback (most recent call last): |
Looks like required python dependencies are not installed in your environment. If you are using ubuntu and contunue to encounter new dependency problems, you can follow commands in |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
root@vbngvij1:
/libyang/build/frr/lib# make/libyang/build/frr/lib#git suffix: -gc599ed56f-dirty
git branches: local:master, github/frrouting/frr.git/master
Files lib/gitversion.h.tmp and lib/gitversion.h are identical
CC lib/northbound.lo
lib/northbound.c: In function ‘nb_candidate_validate_yang’:
lib/northbound.c:874:27: error: ‘LYD_VALIDATE_MULTI_ERROR’ undeclared (first use in this function)
874 | uint32_t options =LYD_VALIDATE_MULTI_ERROR ;
| ^~~~~~~~~~~~~~~~~~~~~~~~
lib/northbound.c:874:27: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [Makefile:10608: lib/northbound.lo] Error 1
make: *** [Makefile:2: all] Error 2
root@vbngvij1:
The text was updated successfully, but these errors were encountered: