X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@lists.alpinelinux.org Received: from mail.wtbts.no (mail.wtbts.no [213.234.126.131]) by lists.alpinelinux.org (Postfix) with ESMTP id 4318E1EB587 for ; Mon, 25 Oct 2010 08:39:37 +0000 (UTC) Received: from [10.65.65.1] (unknown [10.65.65.1]) by mail.wtbts.no (Postfix) with ESMTP id 2BBBE7E08D; Mon, 25 Oct 2010 10:32:23 +0200 (CEST) Subject: Re: [alpine-devel] [PATCH 2/2] create new package for rdiff-backup From: Natanael Copa To: Jeremy Thomerson Cc: alpine-devel@lists.alpinelinux.org In-Reply-To: <1287637719-9886-2-git-send-email-jeremy@thomersonfamily.com> References: <1287637719-9886-1-git-send-email-jeremy@thomersonfamily.com> <1287637719-9886-2-git-send-email-jeremy@thomersonfamily.com> Content-Type: text/plain; charset="UTF-8" Date: Mon, 25 Oct 2010 10:39:36 +0200 Message-ID: <1287995976.13130.17.camel@ncopa-desktop.nor.wtbts.net> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: Mime-Version: 1.0 X-Mailer: Evolution 2.32.0 Content-Transfer-Encoding: 7bit On Thu, 2010-10-21 at 05:08 +0000, Jeremy Thomerson wrote: > --- > testing/rdiff-backup/APKBUILD | 26 ++++++++++++++++++++++++++ This looks like an interesting project. Talked the other day with Timo (fabled) about simplifying updating CF installs with Alpine Linux. Currently you need to download the iso image, mount it, copy the files to CF and reboot. This can be done with the setup-bootable tool, but still, its not efficient. So we talked about alternatives. rdiff-backup might be worth look at for that purpose. > 1 files changed, 26 insertions(+), 0 deletions(-) > create mode 100644 testing/rdiff-backup/APKBUILD It fails to build: ... copying rdiff_backup/rpath.py -> build/lib.linux-i686-2.6/rdiff_backup copying rdiff_backup/log.py -> build/lib.linux-i686-2.6/rdiff_backup running build_ext error: invalid Python installation: unable to open /usr/include/python2.6/pyconfig.h (No such file or directory) ... > diff --git a/testing/rdiff-backup/APKBUILD b/testing/rdiff-backup/APKBUILD > new file mode 100644 > index 0000000..6ffd197 > --- /dev/null > +++ b/testing/rdiff-backup/APKBUILD > @@ -0,0 +1,26 @@ > +# Contributor: Jeremy Thomerson > +# Maintainer: Jeremy Thomerson > +pkgname=rdiff-backup > +pkgver=1.2.8 > +pkgrel=0 > +pkgdesc="A backup utility that maintains extra reverse diffs so that files can be restored from previous backups." > +url="http://www.gnu.org/savannah-checkouts/non-gnu/rdiff-backup/" > +license="GPL" > +depends="python" > +makedepends="librsync-dev" ^^^ It needs python-dev in makedepends Care to resend? Thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---