-
Notifications
You must be signed in to change notification settings - Fork 296
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
[ARMHF] make test is failing when libyang built for arm 32bit arch armhf #1283
Comments
new context creation is failing at "urn:ietf:params:xml:ns:yang:yin:1" Stmt not exepcted here,
|
Please do not run the tests via |
Yes, I checked the FAQ before raising issue on setting plugins path. I used ctest to check the LIBRARY paths are proper or not, as per verbos log, the paths are properly set Even I manually set those paths too..
make test output
|
That is a bit strange, but please try using a more recent version, 1.0.74 is quite old. |
I have tried tags/v1.0.184, with that too I see same issue. |
Does this give any hint to debug further? |
$ cmake --version cmake version 3.13.4 CMake suite maintained and supported by Kitware (kitware.com/cmake). |
I would say the problem is specific to your platform so I am not sure how can it be reproduced to fix it. |
Issue is seen only in Debian buster with cmake 3.13.4 ARMHF (32 bit). |
Right, then we are not able to help you. You can try debugging it yourself if you really want but the problem will likely not be easy to discover. |
$ uname -a
Linux 9c9e26b49ab4 4.15.0-76-generic #86-Ubuntu SMP Fri Jan 17 17:24:28 UTC 2020 armv7l GNU/Linux
$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 10 (buster)
Release: 10
Codename: buster
Libyang Source Version:
Same issue seen in both git tags tags/v1.0-r4 and tags/v1.0.184
Build Environment: Docker multiarch/debian-debootstrap:armhf-buster
Error:-
cmake ..
make build-deb
ctest --output-on-failure
The text was updated successfully, but these errors were encountered: