Package Details: bees-git 0.11.rc3.r5.gad11db2-1

Git Clone URL: https://aur.archlinux.org/bees-git.git (read-only, click to copy)
Package Base: bees-git
Description: Best-Effort Extent-Same, a btrfs deduplicator daemon
Upstream URL: https://github.com/Zygo/bees
Licenses: GPL-3.0-only
Conflicts: bees
Provides: bees
Submitter: Nefelim4ag
Maintainer: alex19EP
Last Packager: intelfx
Votes: 9
Popularity: 0.48
First Submitted: 2016-11-24 10:41 (UTC)
Last Updated: 2025-01-20 12:54 (UTC)

Latest Comments

« First ‹ Previous 1 2

CyberShadow commented on 2019-09-06 15:09 (UTC)

Please apply this patch to fix building in a clean chroot:

From 21751ea7988378ade6eb102d9c7fffb28a15cd3a Mon Sep 17 00:00:00 2001
From: Vladimir Panteleev <git@thecybershadow.net>
Date: Fri, 6 Sep 2019 15:07:53 +0000
Subject: [PATCH] Add missing dependency to btrfs-progs

---
 PKGBUILD | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PKGBUILD b/PKGBUILD
index [`bad3d18`](https://aur.archlinux.org/cgit/aur.git/commit/?h=bees-git&id=bad3d18)..906e20a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
 url="<https://github.com/Zygo/bees>"
 license=('GPL3')
 depends=()
-makedepends=('git' 'make' 'gcc' 'markdown')
+makedepends=('git' 'make' 'gcc' 'markdown' 'btrfs-progs')
 source=("$pkgname"::'git://github.com/zygo/bees.git#branch=master')
 md5sums=('SKIP')

-- 
2.23.0

jmylchreest commented on 2018-06-16 14:27 (UTC)

This package is also missing a dependency on btrfs-progs, required for the btrfs ioctl headers.

Nefelim4ag commented on 2017-12-21 10:53 (UTC)

@Svenstaro, https://github.com/Zygo/bees/pull/37

Thanks.

svenstaro commented on 2017-12-21 00:10 (UTC)

Yes, but the paths inside beesd refer to local build paths which is obviously incorrect.

Nefelim4ag commented on 2017-12-20 20:44 (UTC)

@Svenstaro, why you think what that path are broken? That path exists in Debian, i.e.: https://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard

svenstaro commented on 2017-12-20 14:57 (UTC)

The broken paths still exist in beesd.

Nefelim4ag commented on 2017-12-20 13:47 (UTC)

@Svenstaro, Fixed in PKGBUILD.

svenstaro commented on 2017-12-20 13:38 (UTC)

In fact there is another problem: beesd is templated and receives the path it figured out during build time! https://github.com/Zygo/bees/blob/master/scripts/beesd.in

You will have to manually set these to more sensible values after the build.

svenstaro commented on 2017-12-20 13:28 (UTC)

Of course you will then also have to change that in the systemd service file.

svenstaro commented on 2017-12-20 13:25 (UTC)

The tool installs beesd to /usr/sbin. You should move that to /usr/bin/beesd.