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

Docker Build on Ubuntu FAILS! #13

Open
dronematt opened this issue Aug 9, 2023 · 2 comments
Open

Docker Build on Ubuntu FAILS! #13

dronematt opened this issue Aug 9, 2023 · 2 comments

Comments

@dronematt
Copy link

dronematt commented Aug 9, 2023

Guess someone left out some stuff in the docker file!

11 1.197 CMake Error at /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148 (message):
11 1.197 Could NOT find CURL (missing: CURL_INCLUDE_DIR)
11 1.197 Call Stack (most recent call first):
11 1.197 /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE)
11 1.197 /usr/share/cmake-3.5/Modules/FindCURL.cmake:61 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
11 1.197 CMakeLists.txt:14 (find_package)
11 1.197
11 1.197
11 1.197 -- Configuring incomplete, errors occurred!
11 1.197 See also "/parse_flyrecord/dji-flightrecord-kit/build/Ubuntu/FRSample/CMakeFiles/CMakeOutput.log".
11 1.200 make: *** No targets specified and no makefile found. Stop.

process "/bin/sh -c sh generate.sh" did not complete successfully: exit code: 2

@roothetic
Copy link

I had the same problem. The solution was to add the following packages to the Dockerfile: libcurl4-openssl-dev zlib1g-dev

RUN apt-get install -y wget git gcc g++ make cmake libcurl4-openssl-dev zlib1g-dev

@dji-dev
Copy link

dji-dev commented Aug 11, 2023

Agent comment from xiaorong.zheng in Zendesk ticket #88697:

Hello dronematt,

I hope this message finds you well! I wanted to let you know that we have successfully reproduced the issue you reported. We have taken the necessary steps to submit it to our Research and Development team for further investigation.

Thank you for bringing this to our attention, and we appreciate your patience as we work towards resolving this matter. If you have any additional information or questions, please don't hesitate to let us know. We're here to help!

Warm regards,

°°°

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

No branches or pull requests

3 participants