question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

(triton-third-party) Azure-storage-cpplite dependency will not build with tag 0.3.0

See original GitHub issue

Description When building Triton (client) from source with Clang 11, the build will fail at the triton-third-party step because of an issue with azure-storage-cpplite.

azure-storage-cpplite/src/azure-storage-cpplite/src/base64.cpp:108:28: error: no member named 'runtime_error' in namespace 'std'

This is caused by a missing #include <stdexcept> in their repository. It has been fixed in this commit. Unfortunately, this is not covered by the tag 0.3.0 used in the third-party subrepo.

One way of circumventing the issue in my case was to update the GIT_TAG of azure-storage-cpplite dependency to origin/master.

Triton Information Building triton-inference-client from SHA f0f2b89b3b8418a0a79a8dd60329a8b99489268b.

To Reproduce Build triton-inference-client from source with Clang 11 + Ubuntu 20.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
alexraymondcommented, Mar 15, 2022

You are right. This is the way. I was able to adapt my setup to run with make cc-clients as part of the build. I can close this issue now.

0reactions
jbkyang-nvicommented, Mar 14, 2022

Hi @alexraymond can you try ^^ again. Also the README states:

...
Then use make to build the clients and examples.

$ make cc-clients python-clients java-clients
...

It is the way to build Triton client.

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found