Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] liburing: update to 0.2.
Date: Sat, 26 Oct 2019 19:21:17 +0200	[thread overview]
Message-ID: <20191026172117.1OvW7yuCVvqpPHa44CVKg4bPzbqQf5N7NhqAT5b82sQ@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-15805@inbox.vuxu.org>

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

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

https://github.com/ailiop-git/void-packages liburing
https://github.com/void-linux/void-packages/pull/15805

liburing: update to 0.2.


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

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

From 0dd640a1fc798f0a363bdf6c9d7187199fbb2286 Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Sat, 26 Oct 2019 12:07:53 +0200
Subject: [PATCH] liburing: update to 0.2.

---
 ...s-disable-compilation-of-ucontext-cp.patch | 28 +++++++++++++++++++
 srcpkgs/liburing/template                     |  6 ++--
 2 files changed, 31 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/liburing/patches/0001-liburing-examples-disable-compilation-of-ucontext-cp.patch

diff --git a/srcpkgs/liburing/patches/0001-liburing-examples-disable-compilation-of-ucontext-cp.patch b/srcpkgs/liburing/patches/0001-liburing-examples-disable-compilation-of-ucontext-cp.patch
new file mode 100644
index 00000000000..2faa3d6b1f2
--- /dev/null
+++ b/srcpkgs/liburing/patches/0001-liburing-examples-disable-compilation-of-ucontext-cp.patch
@@ -0,0 +1,28 @@
+From 74782fe227819eeadc9768bd9ffb10ee81ef60e1 Mon Sep 17 00:00:00 2001
+From: Anthony Iliopoulos <ailiop@altatus.com>
+Date: Sat, 26 Oct 2019 12:45:46 +0200
+Subject: [PATCH] liburing/examples: disable compilation of ucontext-cp example
+
+the code leverages ucontext.h functionality which is not implemented in
+musl libc and thus fails compilation. the example code is anyway not
+part of the final package, so just remove it from compilation.
+---
+ examples/Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git examples/Makefile examples/Makefile
+index 6fe3ac3..61a2b56 100644
+--- examples/Makefile
++++ examples/Makefile
+@@ -4,7 +4,7 @@ override CFLAGS += -Wall -D_GNU_SOURCE -L../src/ -I../src/include/
+ 
+ include ../Makefile.quiet
+ 
+-all_targets += io_uring-test io_uring-cp link-cp ucontext-cp
++all_targets += io_uring-test io_uring-cp link-cp
+ 
+ all: $(all_targets)
+ 
+-- 
+2.23.0
+
diff --git a/srcpkgs/liburing/template b/srcpkgs/liburing/template
index 061f29d1525..7277a3453c5 100644
--- a/srcpkgs/liburing/template
+++ b/srcpkgs/liburing/template
@@ -1,8 +1,8 @@
 # Template file for 'liburing'
 pkgname=liburing
-version=0.1
+version=0.2
 revision=1
-archs="i686* x86_64*"
+archs="i686* x86_64* aarch64*"
 build_style=configure
 configure_args="--mandir=/usr/share/man"
 short_desc="Linux-native io_uring I/O access library"
@@ -10,7 +10,7 @@ maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="LGPL-2.1-only"
 homepage="http://git.kernel.dk/cgit/liburing/"
 distfiles="${homepage}/snapshot/${pkgname}-${version}.tar.xz"
-checksum=a018ca58d38d5d4b544bfaa539f8dba60ed30e74ffae91ffbc8bea70d304fc5e
+checksum=9e971105a376dc71feb76efe3e2a708e7da28b662edca77f8d230f000debde01
 
 liburing-devel_package() {
 	short_desc+=" - development files"

  parent reply	other threads:[~2019-10-26 17:21 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-26 10:08 [PR PATCH] " voidlinux-github
2019-10-26 11:02 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-26 11:02 ` voidlinux-github
2019-10-26 16:42 ` voidlinux-github
2019-10-26 17:21 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-26 17:21 ` voidlinux-github [this message]
2019-10-26 17:22 ` voidlinux-github
2019-10-26 18:59 ` [PR PATCH] [Merged]: " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20191026172117.1OvW7yuCVvqpPHa44CVKg4bPzbqQf5N7NhqAT5b82sQ@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).