Displaying 20 results from an estimated 2000 matches similar to: "SVN trunk"
2007 Feb 12
1
Build problems
I'm getting remotetest and apitest failing for me on ixion on SVN
HEAD-ish. I can't find a link to tinderbox anywhere obvious (I
expected it to be linked from bleeding edge, and possibly the bugzilla
start page), so I don't know if it's something dumb I've done to my
setup and checkout, or a genuine problem.
Any ideas?
J
--
2004 Oct 22
1
Re: [Xapian-commits] Changes in xapian/xapian-bindings/ xapian/xapian-bindings/python/docs/
On Thu, Oct 21, 2004 at 05:45:42PM +0100, Olly Betts wrote:
> Log message:
> python/docs/bindings.html: Remove documentation explicitly saying
> how we wrap Xapian::QueryParser and Xapian::Stem since we wrap them
> exactly as we wrap everything else we don't mention! Also mention
> simpleexpand example.
The point of this comment was to highlight that they exist within the
2004 Sep 29
1
Tinderbox
We've lost tinderbox (last build 25th), which is presumably why the
following wasn't caught:
----------------------------------------------------------------------
/s1/james/projects/xapian/xapian/xapian-core/extra/queryparser.yy: In
function
`int yylex()':
/s1/james/projects/xapian/xapian/xapian-core/extra/queryparser.yy:443:
`class
std::basic_string<char,
2007 Jun 23
1
Test failures
Tinderbox is showing failures in Search::Xapian on atreus with g++ 4.1
(which looks like tests out of date at a *very* cursory examination,
and in any case everyone should know about); I'm also getting
different test failures on the same system -- valgrind (I assume) is
finding potential memory leaks for every test against the remotetcp
backend.
(Incidentally, I've just installed
2005 Feb 16
2
Subversion?
I've been wondering if we should consider migrating from CVS to
Subversion (aka SVN) for version control. There's a utility (cvs2svn)
to convert a CVS repository while keeping full history. And SVN is
supported by viewcvs (as used by http://cvs.xapian.org/)
The main motivations are:
* CVS doesn't really handle renaming files well. Either you "cvs rm"
then "cvs
2007 Jul 21
0
Website
I've had to move the website onto a different partition on ixion. It
should all be running happily off the new one, and existing scripts
etc. should work fine. Let me know if there are any problems.
J
--
/--------------------------------------------------------------------------\
James Aylett xapian.org
james at tartarus.org
2006 Jan 03
2
Debian Package Installation
Hi:
I've successfully installed Xapian under Ubuntu Linux using APT but when I
tried it on an older Debian machine I got a broken package error:
------------------------------------------
# apt-get install libxapian8
Reading Package Lists... Done
Building Dependency Tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are
2004 Nov 22
3
Test builds for CYGWIN and IRIX?
I'm starting to prepare the next release. Since 0.8.3 I've made a
number of changes to get working builds working on HPUX and OSF, and
made some of the Windows specific bits more robust. I'd like to check
that these haven't broken CYGWIN or IRIX builds, but I don't have
access to these platforms. If you are able to test, it'd be most
appreciated if you could. Download a
2004 May 26
1
PHP4 bindings
Question for people who have successfully used these bindings - how do
I create a database object? I can't use open(), because it doesn't
like the number of arguments, presumably because it's an overloaded
method and hence we should rename it in PHP.
So how do others do it? Or am I the only person trying to create a
writable database object in PHP? :)
J
--
2007 Jul 29
0
Xapian::DatabaseModifiedError caused withintransaction
Please keep conversations on-list so that everyone can help and
benefit :-)
On Sun, Jul 29, 2007 at 09:15:01PM +0800, Hightman(???) wrote:
> James Aylett,???
>
> Even if I split the two operator into different transaction one
> after another, It cause DatabaseModifiedError Also ... It seems
> that if I update one document by unique term frequently (within
>
2003 Aug 09
28
[releng_4 tinderbox] failure on alpha/alpha
TB --- 2003-08-09 16:00:11 - starting RELENG_4 tinderbox run for alpha/alpha
TB --- 2003-08-09 16:00:11 - checking out the source tree
TB --- cd /home/des/tinderbox/RELENG_4/alpha/alpha
TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_4 src
TB --- 2003-08-09 16:00:11 - /usr/bin/cvs returned exit code 1
TB --- 2003-08-09 16:00:11 - ERROR: unable to check out the source tree
TB ---
2003 Aug 09
13
[releng_4 tinderbox] failure on i386/pc98
TB --- 2003-08-09 16:00:12 - starting RELENG_4 tinderbox run for i386/pc98
TB --- 2003-08-09 16:00:12 - checking out the source tree
TB --- cd /home/des/tinderbox/RELENG_4/i386/pc98
TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_4 src
TB --- 2003-08-09 16:00:12 - /usr/bin/cvs returned exit code 1
TB --- 2003-08-09 16:00:12 - ERROR: unable to check out the source tree
TB ---
2003 Aug 09
18
[releng_4 tinderbox] failure on i386/i386
TB --- 2003-08-09 16:00:11 - starting RELENG_4 tinderbox run for i386/i386
TB --- 2003-08-09 16:00:11 - checking out the source tree
TB --- cd /home/des/tinderbox/RELENG_4/i386/i386
TB --- /usr/bin/cvs -f -R -q -d/home/ncvs update -Pd -rRELENG_4 src
TB --- 2003-08-09 16:00:11 - /usr/bin/cvs returned exit code 1
TB --- 2003-08-09 16:00:11 - ERROR: unable to check out the source tree
TB ---
2004 May 26
1
Bindings and overloading
This is going to be a problem. I don't appear to be able to rename a
method once it's declared. So if the core bindings file declares some
overloaded operators, functions or constructors, it's impossible to
move them out of the way in only some of the bindings.
Since Python supports overloading, I can't think of any solution to
this other than maintaining two different xapian.i
2005 Mar 20
1
Bindings
Hi - I've been fixing up the bindings to match the latest API. Should
be able to commit later today or tomorrow. The smoketest on PHP isn't
working any more, apparently because the inmemory backend isn't
accessible (I haven't looked in detail - I fixed them for something I
was doing).
(Also some more magic iterators for the Python bindings.)
J
--
2005 Jun 22
1
Solaris (and stuff) build issue
Can't configure on Solaris 9 Sparc, on a volume mounted over NFS from
Debian 3.0 linux 2.2 IA32. For some reason, cc1plus thinks
_versionh.cc is a directory.
Changing the ``ln -s'' to a ``cp'' solves this problem. Is there any
reason not to cp?
Solaris->Solaris NFS, and Solaris local file system are both quite
happy without this change.
J
--
2005 Jun 24
1
Solaris bindings
There are various other situations where we create symlinks instead of
copying, and as some of these are used in libtool I've given up trying
to build in the way I was doing. It's a little unfortunate, but as
it's probably a bug in the linux NFS server, which isn't the best in
the world anyway, let's just ignore everything there for the time
being.
However ``make
2007 Jun 04
0
Patch to enable python bindings in absence of docs build
As discussed on IRC. The naming conventions aren't ideal, but the
intent feels right and it works for me.
J
--
/--------------------------------------------------------------------------\
James Aylett xapian.org
james at tartarus.org uncertaintydivision.org
-------------- next part --------------
Index:
2007 Jun 27
0
Out of order messages
Periodically I notice something caught in the spam filter for one of
the lists, and go through and dig out all the things that look like
genuine email. There usually aren't that many, but there are a few
this time going back to May. I thought it'd be better to push them all
out, even thought some may not be relevant any more, and some may have
been reposted by people who have since joined
2007 Jun 27
0
Out of order messages
Periodically I notice something caught in the spam filter for one of
the lists, and go through and dig out all the things that look like
genuine email. There usually aren't that many, but there are a few
this time going back to May. I thought it'd be better to push them all
out, even thought some may not be relevant any more, and some may have
been reposted by people who have since joined