Re: Bug: make install depends on emacs being detected during configure in 0.18

2014-06-26 Thread David Bremner
Benjamin Podszun writes: > Hi. > > As discussed on IRC, mostly to archive the issue here as well: 0.18 > fails during make install if emacs is missing, due to a missing > emacs/notmuch-version.el file (which is generated from a template, but > not if you don't _have_ emacs). > This should hopefu

Re: notmuch-0.16: realpath() compatibility issue; clang visibility problem

2014-06-26 Thread David Bremner
Thomas Klausner writes: > Hi David! > > On Tue, Apr 08, 2014 at 08:26:25AM -0300, David Bremner wrote: >> > Debugging it I found that notmuch uses a glibc extension to realpath, >> > allowing NULL as second argument. >> > >> >> This should be fixed in commit af5c3af ; I'd appreciate if you can t

Re: notmuch-0.16: realpath() compatibility issue; clang visibility problem

2014-06-26 Thread David Bremner
David Bremner writes: > Is it correct that the statically linked version (notmuch) worked OK but > the dynamically linked version (notmuch-shared) failed? That's > consistent with what I observe on Debian, it's just that here the > dynamically linked version falls back on the canonicalize_file_na

notmuch-0.18 issues [was Re: notmuch-0.16: realpath() compatibility issue; clang visibility problem]

2014-06-26 Thread Thomas Klausner
Hi David! Thanks for getting back to me about this. Currently configure (with some patches) says: Checking for Xapian development files... Yes (1.2.17). Checking for Xapian compaction support... Yes. Checking for GMime development files... Yes (gmime-2.4 ). Checking for Glib development files (>=

Re: notmuch-0.18 issues [was Re: notmuch-0.16: realpath() compatibility issue; clang visibility problem]

2014-06-26 Thread Tomi Ollila
On Thu, Jun 26 2014, Thomas Klausner wrote: > > I had some other issues with 0.18 though. > > 1. pkgsrc's copy of rst2man is called "rst2man.py". The configure test > for this fails, of course, and there is another place where rst2man is > called directly. I've changed that to rst2man.py locally,

Remote xapian database

2014-06-26 Thread admin
Hello, Xapian have remote database mode: http://xapian.org/docs/remote.html Do you plan use it in future? I have more then 8 million letters and my xapian db use 50 gb store :) If I can use remote database, I will move database to external server from my work PC (with Pentium 4) it will be very

Re: notmuch-0.18 issues [was Re: notmuch-0.16: realpath() compatibility issue; clang visibility problem]

2014-06-26 Thread David Bremner
Thomas Klausner writes: > Hi David! > > Thanks for getting back to me about this. > Currently configure (with some patches) says: > > Checking for Xapian development files... Yes (1.2.17). > Checking for Xapian compaction support... Yes. > Checking for GMime development files... Yes (gmime-2.4 ).

Re: Remote xapian database

2014-06-26 Thread Mark Walters
On Thu, 26 Jun 2014, ad...@softded.net wrote: > Hello, > > Xapian have remote database mode: > http://xapian.org/docs/remote.html > > Do you plan use it in future? I have more then 8 million letters and my > xapian db use 50 gb store :) I don't think we have any plans to do that. However, assumin

Re: Remote xapian database

2014-06-26 Thread David Bremner
ad...@softded.net writes: > Hello, > > Xapian have remote database mode: > http://xapian.org/docs/remote.html > > Do you plan use it in future? I have more then 8 million letters and my > xapian db use 50 gb store :) > > If I can use remote database, I will move database to external server > from

Bug: make install depends on emacs being detected during configure in 0.18

2014-06-26 Thread David Bremner
Benjamin Podszun writes: > Hi. > > As discussed on IRC, mostly to archive the issue here as well: 0.18 > fails during make install if emacs is missing, due to a missing > emacs/notmuch-version.el file (which is generated from a template, but > not if you don't _have_ emacs). > This should hopefu

notmuch-0.16: realpath() compatibility issue; clang visibility problem

2014-06-26 Thread David Bremner
Thomas Klausner writes: > Hi David! > > On Tue, Apr 08, 2014 at 08:26:25AM -0300, David Bremner wrote: >> > Debugging it I found that notmuch uses a glibc extension to realpath, >> > allowing NULL as second argument. >> > >> >> This should be fixed in commit af5c3af ; I'd appreciate if you can t

notmuch-0.16: realpath() compatibility issue; clang visibility problem

2014-06-26 Thread David Bremner
David Bremner writes: > Is it correct that the statically linked version (notmuch) worked OK but > the dynamically linked version (notmuch-shared) failed? That's > consistent with what I observe on Debian, it's just that here the > dynamically linked version falls back on the canonicalize_file_na

notmuch-0.18 issues [was Re: notmuch-0.16: realpath() compatibility issue; clang visibility problem]

2014-06-26 Thread Thomas Klausner
Hi David! Thanks for getting back to me about this. Currently configure (with some patches) says: Checking for Xapian development files... Yes (1.2.17). Checking for Xapian compaction support... Yes. Checking for GMime development files... Yes (gmime-2.4 ). Checking for Glib development files (>=

notmuch-0.18 issues [was Re: notmuch-0.16: realpath() compatibility issue; clang visibility problem]

2014-06-26 Thread Tomi Ollila
On Thu, Jun 26 2014, Thomas Klausner wrote: > > I had some other issues with 0.18 though. > > 1. pkgsrc's copy of rst2man is called "rst2man.py". The configure test > for this fails, of course, and there is another place where rst2man is > called directly. I've changed that to rst2man.py locally,

Remote xapian database

2014-06-26 Thread ad...@softded.net
Hello, Xapian have remote database mode: http://xapian.org/docs/remote.html Do you plan use it in future? I have more then 8 million letters and my xapian db use 50 gb store :) If I can use remote database, I will move database to external server from my work PC (with Pentium 4) it will be very

notmuch-0.18 issues [was Re: notmuch-0.16: realpath() compatibility issue; clang visibility problem]

2014-06-26 Thread David Bremner
Thomas Klausner writes: > Hi David! > > Thanks for getting back to me about this. > Currently configure (with some patches) says: > > Checking for Xapian development files... Yes (1.2.17). > Checking for Xapian compaction support... Yes. > Checking for GMime development files... Yes (gmime-2.4 ).

Remote xapian database

2014-06-26 Thread Mark Walters
On Thu, 26 Jun 2014, admin at softded.net wrote: > Hello, > > Xapian have remote database mode: > http://xapian.org/docs/remote.html > > Do you plan use it in future? I have more then 8 million letters and my > xapian db use 50 gb store :) I don't think we have any plans to do that. However, assu

Remote xapian database

2014-06-26 Thread David Bremner
admin at softded.net writes: > Hello, > > Xapian have remote database mode: > http://xapian.org/docs/remote.html > > Do you plan use it in future? I have more then 8 million letters and my > xapian db use 50 gb store :) > > If I can use remote database, I will move database to external server > fr