[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [rdiff-backup-users] OverflowError: signed integer is greater than m
From: |
Michel Le Cocq |
Subject: |
Re: [rdiff-backup-users] OverflowError: signed integer is greater than maximum |
Date: |
Sun, 17 Jan 2010 20:13:35 +0100 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
Adrian Klaver a écrit:
> On Sunday 17 January 2010 10:40:17 am Michel Le Cocq wrote:
> > I'm building a virtual machine like my save server.
> >
> > I tried rdiff-backup-devel-1.3.3 and rdiff-backup-1.2.8,1 on this
> > virtual host and I've got the same error
> >
> > So I did :
> >
> > $ pkg_add gcc45
> > $ pkg_add -r librsync
> > $ wget
> > http://savannah.nongnu.org/download/rdiff-backup/rdiff-backup-1.2.8.tar.gz
> > $ tar -zxvf rdiff-backup-1.2.8.tar.gz
> > $ cd rdiff-backup-1.2.8
> > $ cp ../cmodule.c .
> > $ python setup.py install --prefix=~/
> > --librsync-dir=/usr/local/include/librsync.h
> > --librsync-dir=/usr/local/include/librsync.h
> > running install
> > running build
> > running build_py
> > running build_ext
> > building 'rdiff_backup._librsync' extension
> > cc -fno-strict-aliasing -DNDEBUG -O2 -pipe -D__wchar_t=wchar_t
> > -DTHREAD_STACK_SIZE=0x20000 -fno-strict-aliasing -fPIC
> > -I/usr/local/include/librsync.h/include -
> > I/usr/local/include/python2.6 -c _librsyncmodule.c -o
> > build/temp.freebsd-8.0-RELEASE-amd64-2.6/_librsyncmodule.o
> > cc1: internal compiler error: Segmentation fault: 11
> > Please submit a full bug report,
> > with preprocessed source if appropriate.
> > See <URL:http://gcc.gnu.org/bugs.html> for instructions.
> > error: command 'cc' failed with exit status 1
> >
> > I think I missed something
> >
> > --
> > Michel
> >
>
> What version of librsync are you using? Also is it just a cut and paste
> error
> or are you specificing the --libsync-dir twice?
Cut past trouble :
# python setup.py install --librsync-dir=/usr/local/include/librsync.h
I use : librsync-0.9.7_2
--
M