search for: oligarchy

Displaying 20 results from an estimated 61 matches for "oligarchy".

2012 Nov 16
4
[LLVMdev] code-owner sporks
...ry. All other CODE_OWNER.TXT files would contain a git URI pointing to the code owner's spork. I'd make a Pull Request and hope for a review from the owner and/or anyone else monitoring that spork. Once the owner accepts the Pull Request, it'd be between the members of the code-owner oligarchy how and when the patch is upstreamed to the central repository. Thoughts? Thanks, Greg -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121115/b3b2ac8a/attachment.html>
2007 Apr 28
1
bootstrap: macro `AM_CXXFLAGS' not found in library
Folks, I get this when I try to run 'bootstrap' to rebuild Xapian from scratch. This is the current revision from the svn repository today (8400). Any suggestions on what other package may be needed (both gcc and g++ are installed). ken@mercury:~/sandbox/xapian/trunk$ ./bootstrap Bootstrapping `xapian-core' aclocal: configure.ac: 130: macro `AM_CXXFLAGS' not found in library
2018 Apr 03
3
how to build 64bit xapian using MSVC2017?
...I builds are green there too: https://ci.appveyor.com/project/ojwb/xapian/build/44 These changes will be in 1.4.6 once released. Meanwhile snapshots from here should work (you'll want 1.4.5_git268 or later which is currently being generated as I write so should be there shortly): https://oligarchy.co.uk/xapian/RELEASE/1.4/ I've also added some notes on building with autotools and MSVC to xapian-core's INSTALL file. I'd love it if we could eliminate the various remaining problems - patches would be great, but at least working out what's going wrong would be useful. Cheer...
2006 Sep 07
9
LiteSpeed
Yo Zed, Just curious -- what do you think of the LiteSpeed server? Is it better than Lighty? Does it (gasp!) also serve Rails apps like Mongrel? I think I read that LiteSpeed doesn''t have proxying support. Thanks, Joe __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
2018 Jul 10
2
Xapian 1.4.5 "Db block overwritten - are there multiple writers?" with Glass
...he attached patch reset this cursor each time commit() is called, and > that fixes my C++ reproducer, though I think this ought to work as-is > and the real bug is at a lower level. I've dug deeper and that was indeed the case. Here's a patch which addresses the root cause: https://oligarchy.co.uk/xapian/patches/glass-cursor-rebuild-fix.patch For the curious, the bug was in some code to rebuild the cursor when the underlying table changes in ways which require that. That's a fairly rare occurrence (with my C++ reproducer it happens 99 times out of 5000 commits). In chert the equ...
2009 Sep 15
1
can´t build ruby bindings with msvc (xapian 1.1.2)
...pretty sure my SWIG-path is set correctly in config.mak; i couldn?t find any xapian_wrap.* file in the repository, i suppose those should be generated by SWIG? does someone know what i could do or try to get it working? any help would be real nice. PS i?ve also tried revision 13512 from http://oligarchy.co.uk/xapian/trunk/, gave me (after some warnings)the error ...\_xapian.so : fatal error LNK 1120: 1 unresolved externals. NMAKE : fatal error U1077: ""D:\Programme\Microsoft Visual Studio 9.0\VC\BIN\lin k.exe"": return code "0x460" Stop. PPS i?ve send another email...
2008 Jul 16
3
Xapian 1.0.7 released
I've uploaded Xapian 1.0.7, which as usual you can download from: http://xapian.org/download This release fixes an assortment of bugs, and improves efficiency in a few cases. It's intended to be a relatively safe incremental update over 1.0.6. For a more detailed overview see: http://trac.xapian.org/wiki/ReleaseOverview/1.0.7 The full lists of user-visible changes are linked to from
2012 Nov 16
0
[LLVMdev] code-owner sporks
...CODE_OWNER.TXT files would contain a git URI pointing to the > code owner's spork. I'd make a Pull Request and hope for a review from the > owner and/or anyone else monitoring that spork. Once the owner accepts the > Pull Request, it'd be between the members of the code-owner oligarchy how > and when the patch is upstreamed to the central repository. > > Thoughts? > > Doesn't sound useful for the code owners. Barrier to entry on submitting patches to llvm or clang is almost never the version control scheme so I don't see what the community gains either othe...
2007 May 23
1
Debian etch packages of php5-xapians have old style flat function interface
I'm running Debian stable (etch) on a server, and have the following Xapian packages installed. root@seagrass:/etc/php5/apache# dpkg -l | grep xap ii libxapian-dev 0.9.9-1 Development files for Xapian search engine l ii libxapian13 0.9.9-1 Search engine library ii php4-xapian
2018 Mar 20
2
how to build 64bit xapian using MSVC2017?
On Tue, Mar 20, 2018 at 06:30:07PM +0000, Olly Betts wrote: > https://lists.xapian.org/pipermail/xapian-discuss/2018-January/009585.html Related to this, the appveyor build is currently failing on git master. Unfortunately the change at which is started to fail was the addition of the new "honey" backend, which doesn't narrow things down to a useful degree. I've checked over
2018 Apr 30
5
Need support to build xapian on Windows with Microsoft compiler
...g to create > your own build system from scratch. > > There's support in git master and the tip of the RELEASE/1.4 branch for > building xapian-core with MSVC. This support will be in 1.4.6 once that > is released. You can use snapshots from here until then: > > https://oligarchy.co.uk/xapian/RELEASE/1.4/ > > For instructions, see: > > https://trac.xapian.org/browser/git/xapian-core/INSTALL?rev=RELEASE/1.4#L54 > > Currently only xapian-core is known to work. It would be great to > extend that to omega and the bindings, and to add those to the existi...
2018 Apr 29
2
Need support to build xapian on Windows with Microsoft compiler
Dear XAPIAN developers, I think your code is devoted also to be compiled on Windows with Microsoft compiler. I think so because 1. There are many #ifdef _MSC_VER like code 2. And if I remember correctly the xapian documentation, xapian has also C# bindings. I need the xapian library for Windows Microsoft compiler. I created visual studio 2015 project and included almost all source
2016 Jan 01
2
Xapian 1.3.4 development snapshot released
...mega-1.3.4/NEWS http://xapian.org/docs/xapian-bindings-1.3.4/NEWS Note that 1.3.4 includes all relevant changes that were in 1.2.22. As always, if you encounter problems, please report them here, or to the bug-tracker: http://xapian.org/bugs The source tarballs are available from here: http://oligarchy.co.uk/xapian/1.3.4/ A big thankyou to the following people for helping to make this release a reality: Richard Boulton, coventry, Philip Neustrom, James Aylett, Will Greenberg, Emmanuel Engelhart, Dylan Griffith, Jorge C. Leit?o, UsusDei, boomboo, Charles Atkinson, Brian Burton, Gaurav Arora, Marc...
2007 Jun 19
2
Deleted documents not deleted
I seem to be seeing cases where I call db.delete_document(somedocid) with no error, then flush() and delete the database object, but the document is still there after process exit. The write lock is normally deleted, so it appears that the database close finished normally. If I then then call delete_document(somedocid) from another command/process, this time it goes away. I've been seeing
2007 Oct 16
1
Matches estimate varies with sorting method
Hi all, I found that the figure returned by MSet::get_matches_estimated() varies depending on how results are to be sorted. For instance, in my index, value 4 contains date and time in the format "yyyymmddhhmmss". For the same query, the number of results will be estimated to 20000+ when results are first sorted by date and time with set_sort_by_value_then_relevance(4) and to only 100
2010 Sep 01
8
FIXMEs in Search::Xapian
Carrying on this conversation: http://lists.tartarus.org/pipermail/xapian-discuss/2007-March/003513.html void TermGenerator::set_stopper(stopper) Stopper * stopper CODE: // FIXME: no corresponding SvREFCNT_dec(), but a leak seems better than // a SEGV! SvREFCNT_inc(ST(1)); THIS->set_stopper(stopper); It would be good to fix these FIXMEs. A class-level HASH could be
2005 Jun 17
1
SVN trunk
This doesn't build on G++ 3.0 - are we still trying to support that? If not, I'll have to get a more recent toolchain sorted out. J -- /--------------------------------------------------------------------------\ James Aylett xapian.org james at tartarus.org uncertaintydivision.org
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 --
2007 Mar 29
1
"Bad serialised query" error
Hi all, We've struck a problem when using remote queries and hoping someone can offer some guidance. I haven't managed to get a C++ reproduction in the test suite, but I have got a demo that fails using Python: import xapian db = xapian.remote_open('localhost', 8100) qp = xapian.QueryParser() qp.set_database(db) query = qp.parse_query('test') enq =
2007 May 08
0
Tinderbox tweaks
I've tweaked the tinderbox build scripts so that they'll automatically try to build and use a private copy of zlib if it doesn't seem to be installed and to build and test the Search::Xapian perl bindings: http://www.oligarchy.co.uk/tinderbox/xapian/status.html There are still a few kinks to sort out, but hopefully this can help us catch any portability issues before the release. Cheers, Olly