Github messages for voidlinux
 help / color / mirror / Atom feed
From: ericonr <ericonr@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: fuse3: update to 3.10.1.
Date: Sat, 12 Dec 2020 16:08:15 +0100	[thread overview]
Message-ID: <20201212150815.34G64K5CvyhRVtXz9MbTnvdrXQidpdDlED1V_ApNb14@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27107@inbox.vuxu.org>

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27107#issuecomment-743768697

Comment:
Might make sense to apply this, not sure

```diff
diff --git a/srcpkgs/fuse3/template b/srcpkgs/fuse3/template
index 7a857d1d25..296bc604d6 100644
--- a/srcpkgs/fuse3/template
+++ b/srcpkgs/fuse3/template
@@ -4,9 +4,10 @@ version=3.10.1
 revision=1
 wrksrc="fuse-${version}"
 build_style=meson
-configure_args="--sbindir=bin -Db_lto=false -Dexamples=false -Duseroot=false"
+configure_args="--sbindir=bin -Db_lto=false -Duseroot=false"
 hostmakedepends="pkg-config"
 makedepends="eudev-libudev-devel"
+checkdepends="python3-pytest which"
 short_desc="Filesystem in Userspace 3.x"
 maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
@@ -15,6 +16,16 @@ distfiles="https://github.com/libfuse/libfuse/releases/download/fuse-${version}/
 checksum=d82d74d4c03e099f806e4bb31483955637c69226576bf0ca9bd142f1d50ae451
 conf_files="/etc/fuse.conf"
 
+if [ "$XBPS_CHECK_PKGS" ]; then
+	configure_args+=" -Dexamples=true"
+else
+	configure_args+=" -Dexamples=false"
+fi
+
+do_check() {
+	: # XXX: tests fail due to permission issues
+}
+
 post_install() {
 	chmod u+s ${DESTDIR}/usr/bin/fusermount3
 	rm ${DESTDIR}/etc/init.d/fuse3
```

Otherwise, tested locally and seems to be working.

  parent reply	other threads:[~2020-12-12 15:08 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-12 12:40 [PR PATCH] " ailiop-git
2020-12-12 15:03 ` ericonr
2020-12-12 15:08 ` ericonr [this message]
2020-12-17 18:06 ` [PR PATCH] [Closed]: " ahesford

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=20201212150815.34G64K5CvyhRVtXz9MbTnvdrXQidpdDlED1V_ApNb14@z \
    --to=ericonr@users.noreply.github.com \
    --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).