From owner-freebsd-questions@FreeBSD.ORG Tue Oct 24 10:08:39 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70CEE16A416 for ; Tue, 24 Oct 2006 10:08:39 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from unsane.co.uk (unsane.co.uk [62.140.220.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF22843D53 for ; Tue, 24 Oct 2006 10:08:38 +0000 (GMT) (envelope-from jhary@unsane.co.uk) Received: from [192.168.10.217] (150.117-84-212.staticip.namesco.net [212.84.117.150]) (authenticated bits=0) by unsane.co.uk (8.13.7/8.13.3) with ESMTP id k9OA8UCR047050 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 24 Oct 2006 11:08:32 +0100 (BST) (envelope-from jhary@unsane.co.uk) Message-ID: <453DE613.3000604@unsane.co.uk> Date: Tue, 24 Oct 2006 11:08:19 +0100 From: Vince User-Agent: Thunderbird 1.5.0.7 (X11/20061017) MIME-Version: 1.0 To: Noah References: <453D47D5.9060007@enabled.com> In-Reply-To: <453D47D5.9060007@enabled.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: building rdiff-backup 1.1.15 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Oct 2006 10:08:39 -0000 Noah wrote: > Hi there, > > I am wondering if somebody can help me here. I am attempting to build > rdiff-backup 1.1.15 on my freebsd server. anybody had any success or > provide a hand into figuring out how to get it installed? > install the ports tree if you havent, update it to the latest if you have. then either cd /usr/ports/sysutils/rdiff-backup-devel make && make install && make clean or if you have portupgrade installed. portinstall sysutils/rdiff-backup-devel Vince > > # python -V > Python 2.4.3 > typhoon# python setup.py install > running install > running build > running build_py > running build_ext > building 'rdiff_backup._librsync' extension > cc -fno-strict-aliasing -DNDEBUG -O -pipe -march=pentiumpro > -D__wchar_t=wchar_t -D_THREAD_SAFE -DTHREAD_STACK_SIZE=0x20000 -fPIC > -I/usr/local/include/python2.4 -c _librsyncmodule.c -o > build/temp.freebsd-4.11-RELEASE-p3-i386-2.4/_librsyncmodule.o > _librsyncmodule.c:25: librsync.h: No such file or directory > _librsyncmodule.c:32: syntax error before `result' > _librsyncmodule.c: In function `_librsync_seterror': > _librsyncmodule.c:35: `result' undeclared (first use in this function) > _librsyncmodule.c:35: (Each undeclared identifier is reported only once > _librsyncmodule.c:35: for each function it appears in.) > _librsyncmodule.c:35: `location' undeclared (first use in this function) > _librsyncmodule.c: At top level: > _librsyncmodule.c:46: syntax error before `rs_job_t' > _librsyncmodule.c: In function `_librsync_new_sigmaker': > _librsyncmodule.c:62: structure has no member named `sig_job' > _librsyncmodule.c:63: `RS_DEFAULT_STRONG_LEN' undeclared (first use in > this function) > _librsyncmodule.c: In function `_librsync_sigmaker_dealloc': > _librsyncmodule.c:70: structure has no member named `sig_job' > _librsyncmodule.c: In function `_librsync_sigmaker_cycle': > _librsyncmodule.c:84: syntax error before `buf' > _librsyncmodule.c:90: `buf' undeclared (first use in this function) > _librsyncmodule.c:96: `result' undeclared (first use in this function) > _librsyncmodule.c:96: structure has no member named `sig_job' > _librsyncmodule.c:98: `RS_DONE' undeclared (first use in this function) > _librsyncmodule.c:98: `RS_BLOCKED' undeclared (first use in this function) > _librsyncmodule.c: At top level: > _librsyncmodule.c:171: syntax error before `rs_job_t' > _librsyncmodule.c: In function `_librsync_new_deltamaker': > _librsyncmodule.c:182: `rs_job_t' undeclared (first use in this function) > _librsyncmodule.c:182: `sig_loader' undeclared (first use in this function) > _librsyncmodule.c:183: `rs_signature_t' undeclared (first use in this > function) > _librsyncmodule.c:183: `sig_ptr' undeclared (first use in this function) > _librsyncmodule.c:184: syntax error before `buf' > _librsyncmodule.c:196: `buf' undeclared (first use in this function) > _librsyncmodule.c:201: `result' undeclared (first use in this function) > _librsyncmodule.c:203: `RS_DONE' undeclared (first use in this function) > _librsyncmodule.c:212: structure has no member named `sig_ptr' > _librsyncmodule.c:213: structure has no member named `delta_job' > _librsyncmodule.c: In function `_librsync_deltamaker_dealloc': > _librsyncmodule.c:221: `rs_signature_t' undeclared (first use in this > function) > _librsyncmodule.c:221: `sig_ptr' undeclared (first use in this function) > _librsyncmodule.c:221: structure has no member named `sig_ptr' > _librsyncmodule.c:224: structure has no member named `delta_job' > _librsyncmodule.c: In function `_librsync_deltamaker_cycle': > _librsyncmodule.c:238: syntax error before `buf' > _librsyncmodule.c:244: `buf' undeclared (first use in this function) > _librsyncmodule.c:250: `result' undeclared (first use in this function) > _librsyncmodule.c:250: structure has no member named `delta_job' > _librsyncmodule.c:251: `RS_DONE' undeclared (first use in this function) > _librsyncmodule.c:251: `RS_BLOCKED' undeclared (first use in this function) > _librsyncmodule.c: At top level: > _librsyncmodule.c:324: syntax error before `rs_job_t' > _librsyncmodule.c: In function `_librsync_new_patchmaker': > _librsyncmodule.c:350: structure has no member named `patch_job' > _librsyncmodule.c:350: `rs_file_copy_cb' undeclared (first use in this > function) > _librsyncmodule.c: In function `_librsync_patchmaker_dealloc': > _librsyncmodule.c:360: structure has no member named `patch_job' > _librsyncmodule.c: In function `_librsync_patchmaker_cycle': > _librsyncmodule.c:374: syntax error before `buf' > _librsyncmodule.c:380: `buf' undeclared (first use in this function) > _librsyncmodule.c:386: `result' undeclared (first use in this function) > _librsyncmodule.c:386: structure has no member named `patch_job' > _librsyncmodule.c:387: `RS_DONE' undeclared (first use in this function) > _librsyncmodule.c:387: `RS_BLOCKED' undeclared (first use in this function) > _librsyncmodule.c: In function `init_librsync': > _librsyncmodule.c:477: `RS_DEFAULT_BLOCK_LEN' undeclared (first use in > this function) > error: command 'cc' failed with exit status 1 > > cheers, > > Noah > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"