* bcc: Update to 0.24.0
Includes 5.15+ kernel support
Signed-off-by: Chris Co <chrco@microsoft.com>
* bpftrace: Disable building bpftrace shared libs
Issues reported installing the bpftrace package.
# dnf install -y bpftrace
Last metadata expiration check: 0:29:49 ago on Wed Feb 9 21:21:25 2022.
Error:
Problem: conflicting requests
- nothing provides libast.so()(64bit) needed by bpftrace-0.13.0-1.cm2.x86_64
- nothing provides libbpftrace.so()(64bit) needed by bpftrace-0.13.0-1.cm2.x86_64
(try to add '--skip-broken' to skip uninstallable packages)
We were not packaging the shared libraries produced by bpftrace's cmake
build. Ultimately we prefer to statically compile bpftrace and tools
rather than distribute the shared libraries.
So update the cmake build options to disable shared library builds.
Signed-off-by: Chris Co <chrco@microsoft.com>
* clang/llvm: Add support for shared library builds
Issue reported where tools built like bcc or bpftrace that are built
with clang and llvm run into the following error:
# ./argdist
: CommandLine Error: Option 'use-dbg-addr' registered more than once!
LLVM ERROR: inconsistency in registered CommandLine options
Aborted (core dumped)
Root cause of issue is due to how our clang and llvm are currently being
built. The libLLVM.so and libclang-cpp.so libraries are built in a way
that both are adding the same options to the system. This causes any
tools linking against these shared libraries to fail because the option
is indeed registered more than once.
To fix this, we need to enable both LLVM_LINK_LLVM_DYLIB in our llvm
build and CLANG_LINK_CLANG_DYLIB in our clang build.
Signed-off-by: Chris Co <chrco@microsoft.com>
Setup the transport to inherit the default configuration such that the environment's proxy settings are used (if present)
Signed-off-by: Matthew Weber <matthew.weber@collins.com>
* meson: add explicit BR's & drop un-needed BR's to enable ptest
* meson: drop BR on `python3-libs` which is satisfied by `python3-devel`
* meson: manifests: bump release
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
* nss: add subpackage `nss-tools` & drop `Provides: nss-tools`
* nss: add explicit binaries in the main package instead of `*`
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
* libaio: introduce patch to fix gcc-11 bug to enable ptest
* libaio: document runing tests without `-j` flags
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
* update and test hdparm 9.63
* Update cgmanifest.json
s/http/https/
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
* fix changelog typo
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
* elfutils: bump version to 0.186 & skip a known failure to enable ptest
* elfutils: manifests: bump release
* elfutils: toolchain: update build instructions
* elfutils: nuke commented files for `%files` section
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
* upgrading mm-common 1.0.4
* Update cgmanifest.json
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
* python-mako: bump version to 1.1.5 & use `tox` to enable ptest
* python-mako: introduce macro to generate underscored version
* python-mako: update changelog
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
* mokutil: Update to 0.5.0 release
All patches were merged upstream and are present in this 0.5.0 release.
Signed-off-by: Chris Co <chrco@microsoft.com>
* mokutil: Verify license and lint spec
License is GPLv3
Signed-off-by: Chris Co <chrco@microsoft.com>