Port details on branch 2024Q3 |
- opentelemetry-cpp OpenTelemetry C++ client
- 1.14.2 devel =0 1.14.2Version of this port present on the latest quarterly branch.
- Maintainer: osa@FreeBSD.org
- Port Added: 2024-09-08 17:51:06
- Last Update: 2024-09-08 17:48:08
- Commit Hash: 66edcb8
- License: APACHE20
- WWW:
- https://github.com/open-telemetry/opentelemetry-cpp
- Description:
- The C++ OpenTelemetry client.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- opentelemetry-cpp>0:devel/opentelemetry-cpp
- To install the port:
- cd /usr/ports/devel/opentelemetry-cpp/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/opentelemetry-cpp
- pkg install opentelemetry-cpp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: opentelemetry-cpp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1709745099
SHA256 (open-telemetry-opentelemetry-cpp-v1.14.2_GH0.tar.gz) = c7e7801c9f6228751cdb9dd4724d0f04777ed53f524c8828e73bf4c9f894e0bd
SIZE (open-telemetry-opentelemetry-cpp-v1.14.2_GH0.tar.gz) = 818836
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- Library dependencies:
-
- libgtest.so : devel/googletest
- libcurl.so : ftp/curl
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_opentelemetry-cpp
- USES:
- cmake compiler:c++14-lang cpe
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.14.2 08 Sep 2024 17:48:08 |
Dimitry Andric (dim) |
devel/opentelemetry-cpp: fix build with clang 19
Clang 19 now implements CWG 96 [1], which requires a template argument
list after a 'template' keyword, resulting in errors similar to:
/wrkdirs/usr/ports/devel/opentelemetry-cpp/work/opentelemetry-cpp-1.16.1/api/include/opentelemetry/logs/logger_type_traits.h:169:69:
error: a template argument list is expected after a name prefixed by the
template keyword [-Wmissing-template-arg-list-after-template-kw]
169 | return LogRecordSetterTrait<common::KeyValueIterable>::template
Set(
|
^
/wrkdirs/usr/ports/devel/opentelemetry-cpp/work/opentelemetry-cpp-1.16.1/api/include/opentelemetry/logs/logger.h:76:89:
error: a template argument list is expected after a name prefixed by the
template keyword [-Wmissing-template-arg-list-after-template-kw]
76 | detail::LogRecordSetterTrait<typename
std::decay<ArgumentType>::type>::template Set(
|
^
/wrkdirs/usr/ports/devel/opentelemetry-cpp/work/opentelemetry-cpp-1.16.1/api/include/opentelemetry/logs/event_logger.h:69:89:
error: a template argument list is expected after a name prefixed by the
template keyword [-Wmissing-template-arg-list-after-template-kw]
69 | detail::LogRecordSetterTrait<typename
std::decay<ArgumentType>::type>::template Set(
|
^
In these cases, appending "<>" is enough to satisfy the constraint.
PR: 281359
Approved by: osa (maintainer)
MFH: 2024Q3
(cherry picked from commit 676864fd474bdd6ec1d74496d0a58d9a5a046601) |
Number of commits found: 1
|