Skip to content
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

CMake configuration errors with -Duse_installed_depencenceis:BOOL=On #416

Closed
truschival opened this issue Mar 15, 2018 · 3 comments
Closed
Assignees

Comments

@truschival
Copy link

  • OS and version used: Debian Stretch, CMake 3.7.2-->

  • SDK version used: 1.2.0 (master) 76e5700

Description of the issue:

Building revision 76e5700 with the flag
-Duse_installed_depencenceis:BOOL=On fails.

short analysis

provisioning_client/CMakelists.txt tries to use access a non-existent file

Steps to reproduce

cmake -DCMAKE_VERBOSE_MAKEFILE:BOOL=OFF -Duse_amqp:BOOL=ON -Duse_http:BOOL=ON -Duse_mqtt:BOOL=OFF -Drun_e2e_tests:BOOL=OFF -Drun_unittests:BOOL=OFF -Drun_longhaul_tests:BOOL=OFF -Dskip_samples:BOOL=ON -Dbuild_service_client:BOOL=ON -Dbuild_python:STRING="OFF" -Dbuild_javawrapper:STRING="OFF" -Ddont_use_uploadtoblob:BOOL=ON -Dno_logging:BOOL=OFF -Duse_installed_dependencies:BOOL=ON -Dbuild_as_dynamic:BOOL=ON -Dbuild_network_e2e:BOOL=OFF -Dwip_use_c2d_amqp_methods:BOOL=OFF -Dnuget_e2e_tests:BOOL=OFF -Duse_prov_client:BOOL=ON -Dhsm_custom_lib=/home/me/lib/libx509filecerts.a

Console log of the issue:

...
-- IoT Client SDK Version = 1.2.0
-- Provisioning SDK Version = 1.2.0
-- iothub architecture: x86_64
CMake Error: File /home/me/platform/firmware/.builds/festo_native_iotgw/azure-iot-sdk/azure-iot-sdk-2018-03-14/provisioning_client/configs/azure_iot_sdksConfig.cmake does not exist.
CMake Error at provisioning_client/CMakeLists.txt:289 (configure_file):
  configure_file Problem configuring file
@jebrando jebrando self-assigned this Mar 19, 2018
@jebrando
Copy link
Contributor

There is an issue in the installing of the provisioning client. I will see about addressing this and get a fix complete.

@jebrando
Copy link
Contributor

jebrando commented Apr 6, 2018

@truschival we believe that this should be fixed now in master. If you have any more issues with this let us know and reopen the issue.

@jebrando jebrando closed this as completed Apr 6, 2018
@tameraw
Copy link
Contributor

tameraw commented Apr 23, 2018

@truschival thank you for your contribution to our open-sourced project!  Please help us improve by filling out this 2-minute customer satisfaction survey.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants