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

[BUG]: Build C++ examples in developer_guide failed in release container #1772

Closed
2 tasks done
yczhang-nv opened this issue Jun 28, 2024 · 0 comments · Fixed by #1777
Closed
2 tasks done

[BUG]: Build C++ examples in developer_guide failed in release container #1772

yczhang-nv opened this issue Jun 28, 2024 · 0 comments · Fixed by #1777
Assignees
Labels
bug Something isn't working

Comments

@yczhang-nv
Copy link
Contributor

Version

24.06

Which installation method(s) does this occur on?

Docker

Describe the bug.

  • Build release container: ./docker/build_container_release.sh
  • Run release container: ./docker/run_container_release.sh
  • Update conda env inside the container: conda env update --solver=libmamba -n morpheus --file /workspace/conda/environments/all_cuda-121_arch-x86_64.yaml
  • Run developer guide compile script: cd /workspace/examples/developer_guide/3_simple_cpp_stage && ./compile.sh

The build failed:

In file included from /opt/conda/envs/morpheus/include/cudf/column/column_view.hpp:19,
from /opt/conda/envs/morpheus/include/cudf/table/table_view.hpp:18,
from /opt/conda/envs/morpheus/include/morpheus/objects/table_info_data.hpp:20,
from /opt/conda/envs/morpheus/include/morpheus/objects/table_info.hpp:23,
from /opt/conda/envs/morpheus/include/morpheus/messages/meta.hpp:22,
from /opt/conda/envs/morpheus/include/morpheus/messages/multi.hpp:21,
from /workspace/examples/developer_guide/3_simple_cpp_stage/src/simple_cpp_stage/_lib/pass_thru.hpp:21,
from /workspace/examples/developer_guide/3_simple_cpp_stage/src/simple_cpp_stage/_lib/pass_thru.cpp:18:
/opt/conda/envs/morpheus/include/cudf/utilities/error.hpp:21:10: fatal error: cuda.h: No such file or directory
21 | #include <cuda.h>
| ^~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.

Minimum reproducible example

No response

Relevant log output

Click here to see error details

[Paste the error here, it will be hidden by default]

Full env printout

Click here to see environment details

[Paste the results of print_env.sh here, it will be hidden by default]

Other/Misc.

No response

Code of Conduct

  • I agree to follow Morpheus' Code of Conduct
  • I have searched the open bugs and have found no duplicates for this bug report
@yczhang-nv yczhang-nv added the bug Something isn't working label Jun 28, 2024
@dagardner-nv dagardner-nv changed the title [BUG]: Build C++ examples in developer_guide failed [BUG]: Build C++ examples in developer_guide failed in release container Jun 28, 2024
@dagardner-nv dagardner-nv self-assigned this Jun 28, 2024
@dagardner-nv dagardner-nv moved this from Todo to In Progress in Morpheus Boards Jun 28, 2024
@morpheus-bot-test morpheus-bot-test bot moved this from In Progress to Review - Ready for Review in Morpheus Boards Jun 28, 2024
rapids-bot bot pushed a commit that referenced this issue Jun 28, 2024
* Also update out of date version strings (refer: #1779)

Closes #1772

## By Submitting this PR I confirm:
- I am familiar with the [Contributing Guidelines](https://github.com/nv-morpheus/Morpheus/blob/main/docs/source/developer_guide/contributing.md).
- When the PR is ready for review, new or existing tests cover these changes.
- When the PR is ready for review, the documentation is up to date with these changes.

Authors:
  - David Gardner (https://github.com/dagardner-nv)

Approvers:
  - Michael Demoret (https://github.com/mdemoret-nv)

URL: #1777
@github-project-automation github-project-automation bot moved this from Review - Ready for Review to Done in Morpheus Boards Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants