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: 1.43
First Submitted: 2016-11-24 10:41 (UTC)
Last Updated: 2025-01-20 12:54 (UTC)

Latest Comments

1 2 Next › Last »

intelfx commented on 2025-01-20 12:54 (UTC) (edited on 2025-01-20 12:55 (UTC) by intelfx)

Fixed, thanks for the heads-up! (I'm not using this anymore, so I've disowned the package.)

RyLoS commented on 2025-01-20 08:55 (UTC)

The latest git version is returning "0.11.rrc3.5-gad11db2" in pkgver() function so it gives error as "-" is not permitted. Maybe you can use git describe --long --tags | sed 's/^v//;s/-/./g'

Thaodan commented on 2022-07-24 23:52 (UTC)

Please add provides and conflicts to the regular bees version.

AstroProfundis commented on 2022-03-14 03:20 (UTC)

The 'markdown' makedepends should be changed to 'discount', as the latest updates of 'discount' removes its 'provides=markdown' lines.

svenstaro commented on 2021-04-18 21:48 (UTC)

codl, you could submit a package orphan request if the maintainer remains inactive.

codl commented on 2021-04-18 21:46 (UTC)

I hate to insist but please add systemd to makedeps.

codl commented on 2020-11-27 01:12 (UTC)

gcc and make are part of base-devel and do not need to be explicitly specified as makedeps

systemd however is needed as a makedep, otherwise the beesd@.service file installs to the root of the filesystem. When building a package in a clean chroot, only base-devel is preinstalled, which does not include systemd

gavinsyancey commented on 2020-09-03 07:05 (UTC)

Could you mark this as provides / conflicts with bees?

CyberShadow commented on 2020-06-14 11:14 (UTC)

This patch should fix the problem below:

https://github.com/Zygo/bees/commit/9514b89405ff5dae5721db8f611cc9c9873ff276.patch

Not sure why it hasn't been merged upstream yet.

cmonty14 commented on 2020-05-31 09:20 (UTC) (edited on 2020-05-31 09:21 (UTC) by cmonty14)

Hi, I'm getting this error during build:

fs.cc: In Elementfunktion »void crucible::BtrfsIoctlLogicalInoArgs::set_flags(uint64_t)«:
fs.cc:319:13: Fehler: Arrayindex 3 ist oberhalb der Arraygrenze von »__u64 [3]« {aka »long long unsigned int [3]«} [-Werror=array-bounds]
  319 |   reserved[3] = new_flags;
      |   ~~~~~~~~~~^
In Datei, eingebunden von ../include/crucible/btrfs.h:17,
                 von ../include/crucible/fs.h:9,
                 von fs.cc:1:
/usr/include/btrfs/ioctl.h:513:11: Anmerkung: beim Referenzieren von »btrfs_ioctl_logical_ino_args::reserved«
  513 |  __u64    reserved[3];
      |           ^~~~~~~~
fs.cc: In Elementfunktion »uint64_t crucible::BtrfsIoctlLogicalInoArgs::get_flags() const«:
fs.cc:326:20: Fehler: Arrayindex 3 ist oberhalb der Arraygrenze von »const __u64 [3]« {aka »const long long unsigned int [3]«} [-Werror=array-bounds]
  326 |   return reserved[3];
      |          ~~~~~~~~~~^
In Datei, eingebunden von ../include/crucible/btrfs.h:17,
                 von ../include/crucible/fs.h:9,
                 von fs.cc:1:
/usr/include/btrfs/ioctl.h:513:11: Anmerkung: beim Referenzieren von »btrfs_ioctl_logical_ino_args::reserved«
  513 |  __u64    reserved[3];
      |           ^~~~~~~~
fs.cc: In Elementfunktion »virtual bool crucible::BtrfsIoctlLogicalInoArgs::do_ioctl_nothrow(int)«:
fs.cc:326:20: Fehler: Arrayindex 3 ist oberhalb der Arraygrenze von »const __u64 [3]« {aka »const long long unsigned int [3]«} [-Werror=array-bounds]
  326 |   return reserved[3];
      |          ~~~~~~~~~~^
In Datei, eingebunden von ../include/crucible/btrfs.h:17,
                 von ../include/crucible/fs.h:9,
                 von fs.cc:1:
/usr/include/btrfs/ioctl.h:513:11: Anmerkung: beim Referenzieren von »btrfs_ioctl_logical_ino_args::reserved«
  513 |  __u64    reserved[3];
      |           ^~~~~~~~
cc1plus: Alle Warnungen werden als Fehler behandelt
make[1]: *** [Makefile:48: fs.o] Fehler 1
make[1]: Verzeichnis „/home/locadmin/.cache/yay/bees-git/src/bees-git/lib“ wird verlassen
make: *** [Makefile:34: lib] Fehler 2
==> FEHLER: Ein Fehler geschah in build().
    Breche ab...