Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] sysdig: fix build on musl
@ 2024-02-21 15:56 Calandracas606
  2024-02-21 19:08 ` [PR PATCH] [Merged]: " leahneukirchen
  0 siblings, 1 reply; 2+ messages in thread
From: Calandracas606 @ 2024-02-21 15:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1207 bytes --]

There is a new pull request by Calandracas606 against master on the void-packages repository

https://github.com/Calandracas606/void-packages sysdig
https://github.com/void-linux/void-packages/pull/48866

sysdig: fix build on musl
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64



A patch file from https://github.com/void-linux/void-packages/pull/48866.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sysdig-48866.patch --]
[-- Type: text/x-diff, Size: 1931 bytes --]

From 4dbea4074fc2dbe99bb9f4786be7b9963f8ef60b Mon Sep 17 00:00:00 2001
From: Daniel Martinez <danielmartinez@cock.li>
Date: Wed, 21 Feb 2024 10:55:20 -0500
Subject: [PATCH] sysdig: fix build on musl

---
 .../patches/falcosecurity-libs-stdint.patch   | 24 +++++++++++++++++++
 srcpkgs/sysdig/template                       |  2 +-
 2 files changed, 25 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/sysdig/patches/falcosecurity-libs-stdint.patch

diff --git a/srcpkgs/sysdig/patches/falcosecurity-libs-stdint.patch b/srcpkgs/sysdig/patches/falcosecurity-libs-stdint.patch
new file mode 100644
index 0000000000000..989c2b280d271
--- /dev/null
+++ b/srcpkgs/sysdig/patches/falcosecurity-libs-stdint.patch
@@ -0,0 +1,24 @@
+diff --git a/.xbps-falco/userspace/libsinsp/procfs_utils.h b/.xbps-falco/userspace/libsinsp/procfs_utils.h
+index f2f55e9df..bf51cd94e 100644
+--- a/.xbps-falco/userspace/libsinsp/procfs_utils.h
++++ b/.xbps-falco/userspace/libsinsp/procfs_utils.h
+@@ -2,6 +2,7 @@
+ 
+ #include <istream>
+ #include <string>
++#include <cstdint>
+ 
+ namespace libsinsp {
+ namespace procfs_utils {
+diff --git a/.xbps-falco/userspace/libsinsp/scap_open_exception.h b/.xbps-falco/userspace/libsinsp/scap_open_exception.h
+index 8c86687a6..3401c221f 100644
+--- a/.xbps-falco/userspace/libsinsp/scap_open_exception.h
++++ b/.xbps-falco/userspace/libsinsp/scap_open_exception.h
+@@ -17,6 +17,7 @@ limitations under the License.
+ */
+ #pragma once
+ 
++#include <cstdint>
+ #include "sinsp_exception.h"
+ 
+ /*!
diff --git a/srcpkgs/sysdig/template b/srcpkgs/sysdig/template
index f3f7d4b576f1e..b451f73920a4e 100644
--- a/srcpkgs/sysdig/template
+++ b/srcpkgs/sysdig/template
@@ -1,7 +1,7 @@
 # Template file for 'sysdig'
 pkgname=sysdig
 version=0.33.1
-revision=3
+revision=4
 _falcover=59fb313475b82f842e9e9bbc1e0e629428c0a4cf
 build_style=cmake
 configure_args="-DSYSDIG_VERSION=${version} -DUSE_BUNDLED_DEPS=OFF

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: sysdig: fix build on musl
  2024-02-21 15:56 [PR PATCH] sysdig: fix build on musl Calandracas606
@ 2024-02-21 19:08 ` leahneukirchen
  0 siblings, 0 replies; 2+ messages in thread
From: leahneukirchen @ 2024-02-21 19:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1043 bytes --]

There's a merged pull request on the void-packages repository

sysdig: fix build on musl
https://github.com/void-linux/void-packages/pull/48866

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-02-21 19:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-21 15:56 [PR PATCH] sysdig: fix build on musl Calandracas606
2024-02-21 19:08 ` [PR PATCH] [Merged]: " leahneukirchen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).