Github messages for voidlinux
 help / color / mirror / Atom feed
From: sgn <sgn@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] btrfs-progs: fix check
Date: Sun, 25 Oct 2020 12:43:00 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25870@inbox.vuxu.org> (raw)

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

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

https://github.com/sgn/void-packages btrfs-progs-fix-check
https://github.com/void-linux/void-packages/pull/25870

btrfs-progs: fix check


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-btrfs-progs-fix-check-25870.patch --]
[-- Type: text/x-diff, Size: 2442 bytes --]

From 3ecc3e587aa7b01e3fe352f5abbddb87d136881c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sun, 25 Oct 2020 18:41:34 +0700
Subject: [PATCH 1/2] chroot-util-linux: build fallocate

Required for testing btrfs-progs.
---
 srcpkgs/chroot-util-linux/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/chroot-util-linux/template b/srcpkgs/chroot-util-linux/template
index 066563e52a6..d8c3f6995ce 100644
--- a/srcpkgs/chroot-util-linux/template
+++ b/srcpkgs/chroot-util-linux/template
@@ -1,14 +1,14 @@
 # Template file for 'chroot-util-linux'
 pkgname=chroot-util-linux
 version=2.32.1
-revision=2
+revision=3
 wrksrc="${pkgname/chroot-/}-${version}"
 bootstrap=yes
 build_style=gnu-configure
 configure_args="--without-ncurses --without-ncursesw --without-udev
  --without-systemd --disable-libuuid --disable-libblkid --disable-libmount
  --disable-mount --disable-losetup --disable-fsck --disable-partx --disable-uuidd
- --disable-mountpoint --disable-fallocate --disable-unshare --disable-nls
+ --disable-mountpoint --enable-fallocate --disable-unshare --disable-nls
  --disable-wall --disable-chfn-chsh-password --disable-su --disable-sulogin
  --disable-login --disable-runuser --disable-setpriv --disable-libsmartcols
  scanf_cv_alloc_modifier=as"

From f8630f57f3b59f47521707c0595c072b7a511b23 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sun, 25 Oct 2020 18:40:30 +0700
Subject: [PATCH 2/2] btrfs-progs: correct checkdepends

Don't use util-linux in checkdepends, it will conflict with
chroot-util-linux and remove files from masterdir.
---
 srcpkgs/btrfs-progs/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/btrfs-progs/template b/srcpkgs/btrfs-progs/template
index 29a66fec6c5..c387958db4f 100644
--- a/srcpkgs/btrfs-progs/template
+++ b/srcpkgs/btrfs-progs/template
@@ -8,7 +8,7 @@ make_check_target=test
 configure_args="--disable-backtrace --disable-python"
 hostmakedepends="asciidoc pkg-config xmlto"
 makedepends="acl-devel e2fsprogs-devel libzstd-devel lzo-devel"
-checkdepends="acl-progs e2fsprogs util-linux"
+checkdepends="acl-progs e2fsprogs tar xz which eudev"
 short_desc="Btrfs filesystem utilities"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-only, LGPL-3.0-or-later"

             reply	other threads:[~2020-10-25 11:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-25 11:43 sgn [this message]
2020-10-25 12:26 ` [PR PATCH] [Updated] " sgn
2020-10-25 12:47 ` [PR PATCH] [Closed]: [RFC] btrfs-progs+cryptsetup: " sgn

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25870@inbox.vuxu.org \
    --to=sgn@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).