Search Criteria
Package Details: bup-git 1:0.32.r0.g3b052c63-1
Git Clone URL: | https://aur.archlinux.org/bup-git.git (read-only, click to copy) |
---|---|
Package Base: | bup-git |
Description: | Efficient file backup system based on the git packfile format |
Upstream URL: | https://bup.github.io/ |
Keywords: | backup dev git packfile system |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | mfwitten |
Maintainer: | edh |
Last Packager: | edh |
Votes: | 22 |
Popularity: | 0.001917 |
First Submitted: | 2011-04-20 17:55 |
Last Updated: | 2021-01-09 23:22 |
Dependencies (14)
- acl (acl-git)
- attr (attr-git)
- git (git-git)
- par2cmdline (par2cmdline-tbb, par2cmdline-git)
- python-fuse
- python-pyxattr
- readline (readline-athame-git, readline-git)
- python-pytest (check)
- rsync (rsync-git) (check)
- pandoc (pandoc-bin, pandoc-sile-git) (make)
- par2cmdline (par2cmdline-tbb, par2cmdline-git) (optional) – error correction
- python-pytest-xdist (optional) – parallel tests
- python-tornado (python-tornado5, python-tornado-4) (optional) – launch a web server to examine backup sets
- readline (readline-athame-git, readline-git) (optional) – FTP access
Required by (3)
- bupper-git (requires bup)
- bups (requires bup)
- thesafe (requires bup)
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
bfr commented on 2013-12-14 02:24
I can confirm it's working now. Don't know what went wrong the last time, I can't reproduce it.
Sorry to bother you. :-)
mfwitten commented on 2013-12-14 01:47
Commit 5a7fd007e89bb343ab2024d9a87d54bbee997bbf seems to build/test/install just fine via makepkg. Does your current working directory path use a symlink? There have at least been historical bugs related to that, and those bugs may still exist.
bfr commented on 2013-12-10 23:09
make test
works from cloned git repo, but not when called from makepkg. Does anyone know why?
bfr commented on 2013-12-03 20:42
Please switch to using the github.com/bup/bup repo instead, see the notice on https://github.com/apenwarr/bup.
mfwitten commented on 2013-11-05 20:18
Thanks, LongHairedHacker. I just added `t/lib.sh' directly to the relevant command line, as I'd rather be conservative about such things.
LongHairedHacker commented on 2013-11-04 21:34
Hey
just short notice your sed commands miss one occurrence of python.
There is one in t/lib.sh.
So
sed -i -e 's/python\b -c/python2 -c/' t/*.sh
instead of
sed -i -e 's/python\b -c/python2 -c/' t/test-meta.sh
should fix that.
bfr commented on 2013-09-21 16:41
I get an error on building, see http://pastebin.com/iD9cctcC .
PKGBUILD only works when I add
sed -i -e 's/-Werror//g' Makefile
to prepare()
mfwitten commented on 2013-09-02 04:24
This one updates how git is accessed, as per `man PKGBUILD'. Sorry for any trouble this may cause people.
Anonymous comment on 2013-08-30 11:47
Hmmm. so make test doesn't work on tmpfs it seems, so yaourt will fail to build it. Hand rolling works though. I've sent a msg to the mailing list, might get a change to look at it over the weekend.
Anonymous comment on 2013-08-30 09:31
Broken on current git, needs the following change:
--- old 2013-08-30 10:25:34.240928254 +0100
+++ new 2013-08-30 10:26:14.419835249 +0100
@@ -100,6 +100,7 @@
sed -i -e 's/acLookFor python\b/acLookFor python2/' \
-e 's/MF_PATH_INCLUDE PYTHON python\b/MF_PATH_INCLUDE PYTHON python2/' \
+ -e 's/bup_find_prog python/bup_find_prog python2/' \
config/configure
sed -i -e 's/PYTHON=python\b/PYTHON=python2/' -e '/docs-available/d' Makefile
Tests are also failing, but that is probably a different issue with my filesystem.