Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [WIP] New package: crun-0.13
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20212@inbox.vuxu.org>
@ 2020-03-25 22:14 ` Noah-Huppert
  2020-03-28 15:02 ` natrys
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: Noah-Huppert @ 2020-03-25 22:14 UTC (permalink / raw)
  To: ml

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

New comment by Noah-Huppert on void-packages repository

https://github.com/void-linux/void-packages/pull/20212#issuecomment-604115453

Comment:
All the failing test have the error: `clone: Operation not permitted`.

I wonder if there is some namespace call that crun can't access b/c it is in chroot?

Full test error log here: https://gist.github.com/Noah-Huppert/7c080aa8c2372bddeb9a5fa9769068c8

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

* Re: New package: crun-0.13
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20212@inbox.vuxu.org>
  2020-03-25 22:14 ` [WIP] New package: crun-0.13 Noah-Huppert
@ 2020-03-28 15:02 ` natrys
  2020-03-31 11:10 ` [PR PATCH] [Updated] " natrys
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: natrys @ 2020-03-28 15:02 UTC (permalink / raw)
  To: ml

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

New comment by natrys on void-packages repository

https://github.com/void-linux/void-packages/pull/20212#issuecomment-605459083

Comment:
Sorry, I was down with fever. Yeah tests in crossbuild being wonky aside, I tried the official(?) package in my Fedora box and not all tests passed there too anyway. Perhaps it's good enough that I can verify the cross build works (e.g. in Podman) in i686/aarch64 and in musl, so I am marking it done.

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

* Re: [PR PATCH] [Updated] New package: crun-0.13
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20212@inbox.vuxu.org>
  2020-03-25 22:14 ` [WIP] New package: crun-0.13 Noah-Huppert
  2020-03-28 15:02 ` natrys
@ 2020-03-31 11:10 ` natrys
  2020-07-09  1:27 ` [PR REVIEW] " sgn
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: natrys @ 2020-03-31 11:10 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by natrys against master on the void-packages repository

https://github.com/natrys/void-packages crun-0.13
https://github.com/void-linux/void-packages/pull/20212

New package: crun-0.13


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

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

From 00c16f6636c16b5af905f81ec902aecffd9d2846 Mon Sep 17 00:00:00 2001
From: Imran Khan <imrankhan@teknik.io>
Date: Thu, 19 Mar 2020 18:15:37 +0600
Subject: [PATCH] New package: crun-0.13

---
 srcpkgs/crun/template | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 srcpkgs/crun/template

diff --git a/srcpkgs/crun/template b/srcpkgs/crun/template
new file mode 100644
index 00000000000..3fb761caa66
--- /dev/null
+++ b/srcpkgs/crun/template
@@ -0,0 +1,26 @@
+# Template file for 'crun'
+pkgname=crun
+version=0.13
+revision=1
+build_style=configure
+configure_args="--prefix=/usr --enable-dynamic --disable-systemd"
+hostmakedepends="pkg-config libtool python3 go-md2man"
+makedepends="libcap-devel libseccomp-devel yajl-devel"
+short_desc="Lightweight OCI runtime written in C"
+maintainer="Imran Khan <imrankhan@teknik.io>"
+license="GPL-2.0-or-later, LGPL-2.1-or-later"
+homepage="https://github.com/containers/crun"
+distfiles="https://github.com/containers/crun/releases/download/${version}/crun-${version}.tar.gz"
+checksum=a7a9f458fa4c13fc63f8e74c6ce660f9c439022cd50b4a00902c258ef08e75ff
+
+if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
+	makedepends+=" argp-standalone"
+fi
+
+if [ "$CROSS_BUILD" ]; then
+	configure_args+=" --host=${XBPS_CROSS_TRIPLET}"
+fi
+
+post_install() {
+	rm -f ${DESTDIR}/usr/lib/*.a
+}

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

* Re: [PR REVIEW] New package: crun-0.13
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20212@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2020-03-31 11:10 ` [PR PATCH] [Updated] " natrys
@ 2020-07-09  1:27 ` sgn
  2020-07-09 12:41 ` [PR PATCH] [Updated] " natrys
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: sgn @ 2020-07-09  1:27 UTC (permalink / raw)
  To: ml

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

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/20212#discussion_r451911911

Comment:
Isn't this should be set by `build_style=gnu-configure`?

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

* Re: [PR PATCH] [Updated] New package: crun-0.13
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20212@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2020-07-09  1:27 ` [PR REVIEW] " sgn
@ 2020-07-09 12:41 ` natrys
  2020-07-09 12:53 ` [PR REVIEW] " natrys
  2020-10-25 16:50 ` [PR PATCH] [Closed]: New package: crun-0.14.1 Duncaen
  6 siblings, 0 replies; 7+ messages in thread
From: natrys @ 2020-07-09 12:41 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by natrys against master on the void-packages repository

https://github.com/natrys/void-packages crun-0.13
https://github.com/void-linux/void-packages/pull/20212

New package: crun-0.13


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

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

From 8680cc8b74d2afca2fb17ed3553a74220dff225b Mon Sep 17 00:00:00 2001
From: Imran Khan <imrankhan@teknik.io>
Date: Thu, 19 Mar 2020 18:15:37 +0600
Subject: [PATCH] New package: crun-0.14.1

---
 srcpkgs/crun/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/crun/template

diff --git a/srcpkgs/crun/template b/srcpkgs/crun/template
new file mode 100644
index 00000000000..599f7075ab2
--- /dev/null
+++ b/srcpkgs/crun/template
@@ -0,0 +1,22 @@
+# Template file for 'crun'
+pkgname=crun
+version=0.14.1
+revision=1
+build_style=gnu-configure
+configure_args="--prefix=/usr --enable-dynamic --disable-systemd"
+hostmakedepends="pkg-config libtool python3 go-md2man"
+makedepends="libcap-devel libseccomp-devel yajl-devel"
+short_desc="Lightweight OCI runtime written in C"
+maintainer="Imran Khan <imrankhan@teknik.io>"
+license="GPL-2.0-or-later, LGPL-2.1-or-later"
+homepage="https://github.com/containers/crun"
+distfiles="https://github.com/containers/crun/releases/download/${version}/crun-${version}.tar.gz"
+checksum=e4424c3a3d194aac36ad79fcaa111f18c26335e35abd88b200f55bfa216df527
+
+if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
+	makedepends+=" argp-standalone"
+fi
+
+post_install() {
+	rm -f ${DESTDIR}/usr/lib/*.a
+}

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

* Re: [PR REVIEW] New package: crun-0.13
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20212@inbox.vuxu.org>
                   ` (4 preceding siblings ...)
  2020-07-09 12:41 ` [PR PATCH] [Updated] " natrys
@ 2020-07-09 12:53 ` natrys
  2020-10-25 16:50 ` [PR PATCH] [Closed]: New package: crun-0.14.1 Duncaen
  6 siblings, 0 replies; 7+ messages in thread
From: natrys @ 2020-07-09 12:53 UTC (permalink / raw)
  To: ml

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

New review comment by natrys on void-packages repository

https://github.com/void-linux/void-packages/pull/20212#discussion_r452194363

Comment:
I see. Always wondered why there is both `configure` and `gnu-configure`. Fixed and upgraded to recent upstream version, if there is interest.

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

* Re: [PR PATCH] [Closed]: New package: crun-0.14.1
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20212@inbox.vuxu.org>
                   ` (5 preceding siblings ...)
  2020-07-09 12:53 ` [PR REVIEW] " natrys
@ 2020-10-25 16:50 ` Duncaen
  6 siblings, 0 replies; 7+ messages in thread
From: Duncaen @ 2020-10-25 16:50 UTC (permalink / raw)
  To: ml

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

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

New package: crun-0.14.1
https://github.com/void-linux/void-packages/pull/20212

Description:


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

end of thread, other threads:[~2020-10-25 16:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-20212@inbox.vuxu.org>
2020-03-25 22:14 ` [WIP] New package: crun-0.13 Noah-Huppert
2020-03-28 15:02 ` natrys
2020-03-31 11:10 ` [PR PATCH] [Updated] " natrys
2020-07-09  1:27 ` [PR REVIEW] " sgn
2020-07-09 12:41 ` [PR PATCH] [Updated] " natrys
2020-07-09 12:53 ` [PR REVIEW] " natrys
2020-10-25 16:50 ` [PR PATCH] [Closed]: New package: crun-0.14.1 Duncaen

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).