Package Details: bedup 0.10.1-1

Git Clone URL: https://aur.archlinux.org/bedup.git (read-only, click to copy)
Package Base: bedup
Description: Offline deduplication utility for the BTRFS filesystem
Upstream URL: https://github.com/g2p/bedup
Licenses: GPL
Conflicts: bedup-git
Submitter: omgold
Maintainer: gpol
Last Packager: gpol
Votes: 42
Popularity: 0.000000
First Submitted: 2013-04-27 09:47 (UTC)
Last Updated: 2016-06-27 01:16 (UTC)

Latest Comments

1 2 Next › Last »

gonciarz commented on 2023-06-29 07:52 (UTC)

Actually, building bedup in an isolated virtual python env also fails:

  1. source bin/activate
  2. pip install cffi
  3. pip install bedup

gonciarz commented on 2023-06-29 07:42 (UTC)

There is a compilation error:

bedup/platform/pycache/_cffi__x60defbacxcd6ff1fb.c: In function ‘_cffi_layout_struct_fiemap’: bedup/platform/pycache/_cffi__x60defbacxcd6ff1fb.c:524:11: error: invalid application of ‘sizeof’ to incomplete type ‘struct fiemap_extent[]’ 524 | sizeof(((struct fiemap )0)->fm_extents), | ^ Traceback (most recent call last): File "/usr/lib/python3.11/site-packages/setuptools/_distutils/unixccompiler.py", line 185, in _compile self.spawn(compiler_so + cc_args + [src, '-o', obj] + extra_postargs) File "/usr/lib/python3.11/site-packages/setuptools/_distutils/ccompiler.py", line 1041, in spawn spawn(cmd, dry_run=self.dry_run, *kwargs) File "/usr/lib/python3.11/site-packages/setuptools/_distutils/spawn.py", line 70, in spawn raise DistutilsExecError( distutils.errors.DistutilsExecError: command '/usr/bin/gcc' failed with exit code 1

gcc --version gcc (GCC) 13.1.1 20230429

erkexzcx commented on 2019-09-10 14:09 (UTC)

Hi. Can you change from

arch=('i686' 'x86_64' 'aarch64')

to

arch=('any')

because it works just fine on any architecture?

G2P commented on 2016-10-26 16:26 (UTC)

It looks like the headers shipped by btrfs-progs have changed recently. The git version ships them as a submodule, and the PyPI archive includes them as well; that should work better.

Enverex commented on 2016-10-26 15:08 (UTC)

Build fails pretty badly here - http://www.hastebin.com/ecofoguyux.rb

Crazyachmed commented on 2016-06-04 21:13 (UTC)

please add aarch64 to supported list. seems to work for me ;)

darkbasic commented on 2016-05-18 09:27 (UTC)

Sorry I wanted to comment on python-editor, not bedup. Anyway I confirm that 0.10.1 fixed the build issue.

G2P commented on 2016-05-18 07:34 (UTC)

The error fryfrog reports is fixed in https://github.com/g2p/bedup/commit/579c05a9df15fc9f32c2e9482459f7bb7f51a7eb. I just pushed a point release with the fix.

darkbasic commented on 2016-05-18 07:16 (UTC)

==> Removing existing $pkgdir/ directory... ==> Starting build()... Traceback (most recent call last): File "setup.py", line 1, in <module> from setuptools import setup ImportError: No module named 'setuptools' ==> ERROR: A failure occurred in build().

fryfrog commented on 2016-05-11 05:56 (UTC)

Should one still use this? I tried to build it, but it fails. https://ptpb.pw/_NOL Maybe gcc has had some big changes since this was last released by the source? :/