You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, the previous version in which this bug was not present was: ....
There's no previous version
Description and Minimal Reproduction [REQUIRED]
Not sure if this device is available or not since there is no tag although it hasn't some much activity lately.
We're trying to use it but we find several issues.
The first one is that the command make docker doesn't work since the version target in the Makefile doesn't work properly because in the git describe there is no tag.
Additionally, if in the VERSION file we enter the 0.0.0 version (for example), the docker seems to work fine but in reality, the building is failing since the library execinfo is not included in the version 3.18 of alpine.
#16 0.570 [ 50%] Building C object CMakeFiles/device-can.dir/c/device-can.c.o
#16 0.597 /device-can/src/c/device-can.c:29:10: fatal error: execinfo.h: No such file or directory
#16 0.597 29 | #include <execinfo.h>
#16 0.597 | ^~~~~~~~~~~~
#16 0.597 compilation terminated.
Putting the alpine 3.16, adding the library and changing the SDK version to 3.1.0, the error seems to disappear.
In the Dockerfile adding:
RUN apk add --update --no-cache ...... libexecinfo-dev
🐞 Bug Report
Affected Services [REQUIRED]
The issue is located in:It's the device-can.
Is this a regression?
Yes, the previous version in which this bug was not present was: ....There's no previous version
Description and Minimal Reproduction [REQUIRED]
Not sure if this device is available or not since there is no tag although it hasn't some much activity lately.
We're trying to use it but we find several issues.
The first one is that the command make docker doesn't work since the version target in the Makefile doesn't work properly because in the git describe there is no tag.
Additionally, if in the VERSION file we enter the 0.0.0 version (for example), the docker seems to work fine but in reality, the building is failing since the library execinfo is not included in the version 3.18 of alpine.
Putting the alpine 3.16, adding the library and changing the SDK version to 3.1.0, the error seems to disappear.
In the Dockerfile adding:
In the CMakelist.txt
🔥 Exception or Error
🌍 Your Environment
Deployment Environment:
EdgeX Version [REQUIRED]: 3.1
Anything else relevant?
The text was updated successfully, but these errors were encountered: