Skip to content

[BUG]: examples/developer_guide/3_simple_cpp_stage fails to build in release container #2149

@dagardner-nv

Description

@dagardner-nv

Version

25.02

Which installation method(s) does this occur on?

Docker

Describe the bug.

This fails to build as a stand-alone package (not with -DMORPHEUS_BUILD_EXAMPLES=ON).

Minimum reproducible example

./docker/run_container_release.sh
conda env update --solver=libmamba -n morpheus --file /workspace/conda/environments/dev_cuda-125_arch-$(arch).yaml
cd examples/developer_guide/3_simple_cpp_stage
./compile.sh

Relevant log output

Click here to see error details
/opt/conda/envs/morpheus/include/glog/logging.h:711:25: error: 'MakeCheckOpValueString' was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  711 |   MakeCheckOpValueString(comb.ForVar2(), v2);
      |   ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
ninja: build stopped: subcommand failed.

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

Status

Review - Ready for Review

Relationships

None yet

Development

No branches or pull requests

Issue actions