From owner-freebsd-questions@FreeBSD.ORG Tue Oct 24 14:03:53 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 97C9B16A492 for ; Tue, 24 Oct 2006 14:03:53 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 305C543DFB for ; Tue, 24 Oct 2006 14:03:45 +0000 (GMT) (envelope-from admin2@enabled.com) Received: from [172.24.241.11] (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by typhoon.enabled.com (8.13.8/8.13.8) with ESMTP id k9OE3gTb064776 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 24 Oct 2006 07:03:43 -0700 (PDT) (envelope-from admin2@enabled.com) Message-ID: <453E1D31.8040805@enabled.com> Date: Tue, 24 Oct 2006 07:03:29 -0700 From: Noah User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909) MIME-Version: 1.0 To: Vince References: <453D47D5.9060007@enabled.com> <453DE613.3000604@unsane.co.uk> In-Reply-To: <453DE613.3000604@unsane.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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 14:03:53 -0000 thanks I found it Vince. cheers, Noah Vince wrote: > 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" >> > > _______________________________________________ > 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" >