Package Details: bup-git 1:0.33.r72.g50f57708-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: GPL
Conflicts: bup
Provides: bup
Submitter: mfwitten
Maintainer: edh
Last Packager: edh
Votes: 22
Popularity: 0.000000
First Submitted: 2011-04-20 17:55 (UTC)
Last Updated: 2023-12-31 16:06 (UTC)

Dependencies (14)

Required by (2)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

<deleted-account> commented on 2013-08-30 11:47 (UTC)

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.

<deleted-account> commented on 2013-08-30 09:31 (UTC)

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.

<deleted-account> commented on 2013-04-26 09:58 (UTC)

Yoa are right, found it: http://bugs.python.org/issue17547 Sorry for the trouble.

mfwitten commented on 2013-04-25 04:12 (UTC)

My first inclination is that this is a problem with the Python package itself.

<deleted-account> commented on 2013-04-24 20:43 (UTC)

Hello, this PKGBUILD seems broken. Tried it on multiple Arch Systems. In file included from /usr/include/python2.7/Python.h:126:0, from _helpers.c:6: /usr/include/python2.7/modsupport.h:27:1: Fehler: »_PyArg_ParseTuple_SizeT« ist ein nicht erkannter Formatfunktionstyp [-Werror=format=] PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); ^ Greetings maralorn

eliasson commented on 2013-02-01 17:33 (UTC)

Please add rsync to the makedepends. Without it the tests won't run properly.

mfwitten commented on 2013-01-07 03:58 (UTC)

Thanks, Lucky. I've updated it the repo URI; sorry for the delay.

Lucky commented on 2013-01-04 16:02 (UTC)

hi, please use this repo https://github.com/bup/bup because its now the offical one. see description on old repo (https://github.com/apenwarr/bup): "Please switch to using the github.com/bup/bup repo instead! https://github.com/bup/bup"

mfwitten commented on 2012-09-19 15:22 (UTC)

That is a known bug caused by developments in `git'; see here for a patch that should be making its way into the bup repo: http://article.gmane.org/gmane.comp.sysutils.backup.bup/1317