search for: libxapian

Displaying 20 results from an estimated 94 matches for "libxapian".

2006 Apr 06
2
build error : xapian-core-0.9.4_svn6707
...hink there is a some bug in build configration files. Can you check up the following errors and fix it? The error has no concern with UTF-8 patch. Environment : CentOS 4.3 x86_64 Sungsoo Kim ---------------------------------- [root at saturn xapian-core-0.9.4_svn6707]# make ... ... mkdir .libs/libxapian.lax/libqueryparser.a (cd .libs/libxapian.lax/libqueryparser.a && ar x /home/kiss/download/xapian-0.9.4/xapian-core-0.9.4_svn6707/queryparser/.libs/libqueryparser.a) ar cru .libs/libxapian.a dummy.o .libs/libxapian.lax/libcommon.a/omdebug.o .libs/libxapian.lax/libcommon.a/omstringstream.o...
2020 Aug 23
2
MultiDatabase shard count limitations
......................................................................................................................................................................................................... # 10.20% script/public-i libc-2.28.so [.] __memcmp_sse4_1 6.75% script/public-i libxapian.so.30.8.0 [.] Glass::compare<Glass::LeafItem, Glass::BItem> 6.49% script/public-i libxapian.so.30.8.0 [.] find_in_branch_<Glass::LeafItem> 4.31% script/public-i libxapian.so.30.8.0 [.] GlassTable::block_to_cursor 3.92% script/public-i libxapian.so.30.8.0 [.] Gla...
2020 Aug 21
2
MultiDatabase shard count limitations
Going back to the "prioritizing aggregated DBs" thread from February 2020, I've got 390 Xapian shards for 130 public inboxes I want to search against(*). There's more on the horizon (we're expecting tens of thousands of public inboxes). After bumping RLIMIT_NOFILE and running ->add_database a bunch, the actual queries seem to be taking ~30s (not good :x). Now I'm
2016 Jun 20
2
Compilation problem with a few configure option
...align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wstrict-null-sentinel -Wshadow -Wstrict-overflow=1 -Wlogical-op -Wmissing-declarations -Wdouble-promotion -Winit-self -fvisibility=hidden -g -O2 -std=gnu++11 -o bin/xapian-delve bin/xapian-delve.o libgetopt.la libxapian-1.3.la libtool: link: g++ -fshow-column -Wall -W -Wredundant-decls -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual -Wstrict-null-sentinel -Wshadow -Wstrict-overflow=1 -Wlogical-op -Wmissing-declarations -Wdouble-promotion -Win...
2020 Mar 22
0
Unable to build RPM for Centos 7
...ian-core.spec and move it and the source code in /root/rpmbuild/SPECS and SOURCE, but we have this error after run "rpmbuild -ba": [...] Elaborazione file: xapian-core-devel-1.4.15-1.x86_64 errore: File not found dal glob: /root/rpmbuild/BUILDROOT/xapian-core-1.4.15-1.x86_64/usr/lib64/libxapian*.a Errori di compilazione RPM: ??? File not found dal glob: /root/rpmbuild/BUILDROOT/xapian-core-1.4.15-1.x86_64/usr/lib64/libxapian*.a Here more line about building: make[2]: Entering directory `/root/rpmbuild/BUILD/xapian-core-1.4.15' make[3]: Entering directory `/root/rpmbuild/BUILD/xa...
2014 Feb 13
2
A beginner in "Posting list encoding improvements"
...> You want to use xapian-config-1.3 here, not xapian-config (which will be the installed version, not the trunk version you built). Oh, dear - unless the OP know _exactly_ what he's doing he should remove the distributions devel package to avoid hard-to-debug problems: sudo apt-get purge libxapian-dev > I've just built trunk (on Mac OS, admittedly), and your code compiled and linked fine, and when run created an empty database as expected. The code post4ed works fine on Debian/testing with the distributed devel packages as well. Cheers, RalfD . -------------- next part --------...
2016 Jun 20
1
Compilation problem with a few configure option
...-Woverloaded-virtual -Wstrict-null-sentinel -Wshadow -Wstrict-overflow=1 > -Wlogical-op -Wmissing-declarations -Wdouble-promotion -Winit-self > -fvisibility=hidden -g -O2 -std=gnu++11 -o bin/xapian-delve > bin/xapian-delve.o libgetopt.la <http://libgetopt.la> > libxapian-1.3.la <http://libxapian-1.3.la> > libtool: link: g++ -fshow-column -Wall -W -Wredundant-decls > -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long > -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual > -Wstrict-null-sentinel -Wshadow -Wstrict-ov...
2014 Feb 13
2
回复: A beginner in "Posting list encoding improvements"
...tualBox:/home/hurricanetong/workspace# which xapian-config /usr/local/bin/xapian-config root at hurricanetong-VirtualBox:/home/hurricanetong/workspace# xapian-config --version xapian-config - xapian-core 1.2.17 root at hurricanetong-VirtualBox:/home/hurricanetong/workspace# ls -l /usr/local/lib/libxapian* -rw-r--r-- 1 root root 37827146 2? 13 10:21 /usr/local/lib/libxapian.a -rwxr-xr-x 1 root root 944 2? 13 10:21 /usr/local/lib/libxapian.la lrwxrwxrwx 1 root root 19 2? 13 10:21 /usr/local/lib/libxapian.so -> libxapian.so.22.6.4 lrwxrwxrwx 1 root root 19 2? 13 10:21 /usr/loca...
2006 Jan 13
1
xapian-config --libs outputs libstdc++.la as a dependency
Hello, I am hearing of users having trouble linking with libxapian (on slackware and gentoo systems, and 0.9.2 I think), and I am not too sure where the problem comes from, or what the correct solution could be, so I am just asking here in case someone has a quick answer. What happens is that "xapian-config --libs" outputs libstdc++.la in the list of li...
2016 Jun 20
0
Compilation problem with a few configure option
...-Wformat-security -fno-gnu-keywords -Wundef > -Woverloaded-virtual -Wstrict-null-sentinel -Wshadow -Wstrict-overflow=1 > -Wlogical-op -Wmissing-declarations -Wdouble-promotion -Winit-self > -fvisibility=hidden -g -O2 -std=gnu++11 -o bin/xapian-delve > bin/xapian-delve.o libgetopt.la libxapian-1.3.la > libtool: link: g++ -fshow-column -Wall -W -Wredundant-decls > -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long > -Wformat-security -fno-gnu-keywords -Wundef -Woverloaded-virtual > -Wstrict-null-sentinel -Wshadow -Wstrict-overflow=1 -Wlogical-op > -Wmissing-declaration...
2019 Feb 22
0
How to build xapian 1.4.10 with MSVC2017
.... I execute configure like this: ./configure LD=link CC="cl -nologo" CXX="$PWD/compile cl -nologo" CXXFLAGS="-EHsc -Z7" AR=lib CPPFLAGS=-IC:/zlib-1.2.3-lib/include LDFLAGS="-LC:/zlib-1.2.3-lib/lib" --prefix="C:/xapian-install" >> 3.1 change libxapian.a's name to libxapian.lib; And sorry,I check again, '3.1 change libxapian.a's name to libxapian.lib;' is not necessary, can use libxapian.a directly. >> 3.2 make sure the Runtime Library is /MT, can change it at project property page, C/C++-->Code Generation-->Runtim...
2014 Feb 12
2
A beginner in "Posting list encoding improvements"
...> > hurricanetong at hurricanetong-VirtualBox:~/workspace$ g++ -L/usr/local/lib -lxapian-1.3 BuildIndexDemo.cpp Hmmm, where did you get this invocation from? This should be: g++ `xapian-config --cxxflags --libs` BuildIndexDemo.cpp xapian-config knbow how to link xapian applications (and libxapian-1.3 looks strange). > > In /usr/local/lib, there are libxapian-1.3.so, libxapian-1.3.a, libxapian-1.3.so.3, libxapian-1.3.so.3.0.0 > > > I also set LD_LIBRARY_PATH=/usr/local/lib > LD_LIBRARY_PATH and ld.so.conf.d are used by the runtime dynamic linker, _not_ by the compile...
2014 Feb 12
2
A beginner in "Posting list encoding improvements"
On 12 Feb 2014, at 08:55, Olly Betts <olly at survex.com> wrote: > For GSoC projects, I'd recommend developing on Linux, or another > Unix-like platform. I think everyone who has so far expressed an > interest in mentoring uses Linux or Mac OS X, so we're much better > placed to help with development on such platforms. If you're on Windows, the way of doing this
2005 Sep 12
2
Compiling xapian-bindings-0.9.2 on OpenBSD 3.7
...tag=CXX --mode=link g++ -Wall -Wno-unused -Wno-uninitialized -g -O2 -I/usr/local/src/xapian-core-0.9.2/include -I/usr/local/src/xapian-core-0.9.2/extra -o _xapian.la -rpath /usr/local/lib/python2.3/site-packages -avoid-version -module -no-undefined xapian_wrap.lo /usr/local/src/xapian-core-0.9.2/libxapian.la g++ -shared -fPIC -DPIC .libs/xapian_wrap.o -L/usr/local/src/xapian-core-0.9.2/.libs -lxapian -o .libs/_xapian.so creating _xapian.la (cd .libs && rm -f _xapian.la && ln -s ../_xapian.la _xapian.la) cp `test -f modern/xapian.py || echo './'`modern/xapian.py xapian.p...
2010 Jun 04
2
Xapian 1.2.0 build fails on libxapian.la target - Solaris 9 (SunOS 5.9) sun4u SPARC
...dc++.a(locale-inst.o) vtable for __cxxabiv1::__vmi_class_type_info0x0 /usr/local/gcc-3.3.2/lib/./libstdc++.a(ostream-inst.o) ld: fatal: relocations remain against allocatable but non-writable sections collect2: ld returned 1 exit status *** Error code 1 make: Fatal error: Command failed for target `libxapian.la' Current working directory /tmp/talbert/xapian-core-1.2.0 *** Error code 1 make: Fatal error: Command failed for target `all-recursive' Current working directory /tmp/talbert/xapian-core-1.2.0 *** Error code 1 make: Fatal error: Command failed for target `all'
2016 Aug 06
2
debian (1.2.22-3~bpo8+1) package build failure
...(1.2.19-1+deb8u1) works and builds fine using the same commands, however I also encountered a similar build problem in a sid chroot with 1.2.23-1 $ debian/rules build && fakeroot debian/rules binary : ...ends with the following: dh_install --sourcedir=debian/tmp --fail-missing dh_install: libxapian22 missing files (usr/lib/*/libxapian.so.*), aborting debian/rules:171: recipe for target 'install-stamp' failed make: *** [install-stamp] Error 20 There's a couple of possibly-relevant lines near the top: libtool: warning: 'libxapian.la' has not been installed in '/usr/lib...
2006 Oct 02
2
xapian-config --libs output on Suse 10.1
On Suse 10.1, xapian-config --libs outputs the following: -L/usr/lib -lxapian -L/usr/lib -lstdc++ -lm -lgcc_s -lc -lgcc_s -lm -lgcc_s -lc -lgcc_s The usual output on other linuxes seems to be like -L/where/is/lib/ -lxapian This causes a problem when trying to perform a static link with xapian, because there does not seem to exist a libgcc_s.a Actually, I am not quite sure about what
2014 Apr 13
2
Adding an external library to Xapian
I am working in Ubuntu 12.04. I have tried re-configuring the source tree too. Removing the destructor stops the error messages for the destructor but the constructor's error persist. ERROR: http://pastebin.com/r0wYNfEs On Sun, Apr 13, 2014 at 10:56 PM, James Aylett <james-xapian at tartarus.org>wrote: > On 13 Apr 2014, at 17:49, Siddhant Mutha <siddhantmutha at gmail.com>
2019 Jan 12
2
[FTS Xapian] Status & Questions
...t/lib21_fts_xapian_plugin.so </div> <div> (...) </div> <div> lib20_fts_plugin.so => /usr/lib/dovecot/lib20_fts_plugin.so </div> <div> (0x00007f25f75e0000) </div> <div> (...) </div> <div> libxapian.so.30 => /usr/lib/libxapian.so.30 (0x00007fe3a51e2000) </div> <div> <br> </div> <div> Your help very welcome </div> <div> <br> </div> <div> PENDING QUESTIONS </div> <div> &lt...
2019 Feb 21
1
How to build xapian 1.4.10 with MSVC2017
...d some Q&A I meet,may help somebody: 1. If zlib build with 32bit,should use MSVC's 'vcvars32.bat'; 2. Add '-Z7' to CXXFLAGS can release *.pdb file for VS2017 'Step Into' debug, such as: CXXFLAGS="-EHsc -Z7"; 3. If Somebody write a demo in VS2017 3.1 change libxapian.a's name to libxapian.lib; 3.2 make sure the Runtime Library is /MT, can change it at project property page, C/C++-->Code Generation-->Runtime Library; 3.3 add Rpcrt4.lib and Ws2_32.lib to linker input; 3.4 copy zlib1.dll to the demo.exe's directory, or may get some error like ...