[python] segfaults at Message.get_date

2011-06-19 Thread Dmitry Kurochkin
Hi Sebastian, Patrick. On Sat, 18 Jun 2011 12:30:01 +0200, Sebastian Spaeth wrote: > On Fri, 17 Jun 2011 17:10:24 +0100, Patrick Totzke : > > #0 0x006eb87d in Xapian::Document::Internal::get_value(unsigned int) const > > () from /usr/lib/sse2/libxapian.so.22 > > #1 0x006eb952 in Xapian::Docum

[python] segfaults at Message.get_date

2011-06-19 Thread Sebastian Spaeth
ck had it several times but he can't reliably reproduce either. Sebastian -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/att

[PATCH] Build debian package for python-bindings.

2011-06-19 Thread da...@tethera.net
From: David Bremner This uses dh_python2 (included with sufficiently recent versions of the python/python-all packages). python-all brings in all of the supported versions of python. The double calls to dh_auto_install are to avoid looping over python versions ourselves. --- debian/control | 1

No subject

2011-06-19 Thread da...@tethera.net
Bah, my previous attempt didn't build cleanly in a chroot, so I had to patch setup.py.

[PATCH 1/2] Build debian package for python-bindings.

2011-06-19 Thread da...@tethera.net
From: David Bremner This uses dh_python2 (included with sufficiently recent versions of the python/python-all packages). python-all brings in all of the supported versions of python. The double calls to dh_auto_install are to avoid looping over python versions ourselves. --- debian/control

[PATCH 2/2] Do not import notmuch in setup.py.

2011-06-19 Thread da...@tethera.net
From: David Bremner Importing notmuch loads the notmuch shared library. When building without a system install of notmuch, this requires e.g. setting LD_LIBRARY_PATH for building and fails completely for cleaning. --- bindings/python/setup.py | 17 - 1 files changed, 16 inserti

[PATCH] debian: break up build-depends on separate lines

2011-06-19 Thread Jameson Graef Rollins
For clarity and cleaner future diffs. --- debian/control | 12 +--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index fa5f762..8ffa22b 100644 --- a/debian/control +++ b/debian/control @@ -3,9 +3,15 @@ Section: mail Priority: extra Main

[python] segfaults at Message.get_date

2011-06-19 Thread Austin Clements
On Sun, Jun 19, 2011 at 5:45 AM, Dmitry Kurochkin wrote: > Hi Sebastian, Patrick. > > On Sat, 18 Jun 2011 12:30:01 +0200, Sebastian Spaeth SSpaeth.de> wrote: >> On Fri, 17 Jun 2011 17:10:24 +0100, Patrick Totzke : >> > #0 ?0x006eb87d in Xapian::Document::Internal::get_value(unsigned int) >> > co

Turn Turnsole into a generic mail client

2011-06-19 Thread Vivien Didelot
imitations I didn't think about? -- Vivien Didelot, vivien.didelot.org -- next part -- An HTML attachment was scrubbed... URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110619/4c41b27c/attachment.html>

Turn Turnsole into a generic mail client

2011-06-19 Thread William Morgan
Hi Vivien, Reformatted excerpts from Vivien Didelot's message of 2011-06-19: > As Turnsole is a great mail interface, I was thinking about having it > generic to multiple servers or mail sources, to fit many use cases. > > Explicitely, the Turnsole::Client class ( > https://github.com/wmorgan/tur

Re: [python] segfaults at Message.get_date

2011-06-19 Thread Dmitry Kurochkin
Hi Sebastian, Patrick. On Sat, 18 Jun 2011 12:30:01 +0200, Sebastian Spaeth wrote: > On Fri, 17 Jun 2011 17:10:24 +0100, Patrick Totzke : > > #0 0x006eb87d in Xapian::Document::Internal::get_value(unsigned int) const > > () from /usr/lib/sse2/libxapian.so.22 > > #1 0x006eb952 in Xapian::Docum

Re: [python] segfaults at Message.get_date

2011-06-19 Thread Sebastian Spaeth
On Sun, 19 Jun 2011 13:45:07 +0400, Dmitry Kurochkin wrote: > Sebastian, are you able to reproduce the issue? A python script that > triggers the bug, perhaps? I would look at this if I can reproduce the > problem. No, not reproducable at all. I only had it twice actually. Patrick had it several

[PATCH] Build debian package for python-bindings.

2011-06-19 Thread david
From: David Bremner This uses dh_python2 (included with sufficiently recent versions of the python/python-all packages). python-all brings in all of the supported versions of python. The double calls to dh_auto_install are to avoid looping over python versions ourselves. --- debian/control | 1

[no subject]

2011-06-19 Thread david
Bah, my previous attempt didn't build cleanly in a chroot, so I had to patch setup.py. ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/mailman/listinfo/notmuch

[PATCH 1/2] Build debian package for python-bindings.

2011-06-19 Thread david
From: David Bremner This uses dh_python2 (included with sufficiently recent versions of the python/python-all packages). python-all brings in all of the supported versions of python. The double calls to dh_auto_install are to avoid looping over python versions ourselves. --- debian/control

[PATCH 2/2] Do not import notmuch in setup.py.

2011-06-19 Thread david
From: David Bremner Importing notmuch loads the notmuch shared library. When building without a system install of notmuch, this requires e.g. setting LD_LIBRARY_PATH for building and fails completely for cleaning. --- bindings/python/setup.py | 17 - 1 files changed, 16 inserti

[PATCH] debian: break up build-depends on separate lines

2011-06-19 Thread Jameson Graef Rollins
For clarity and cleaner future diffs. --- debian/control | 12 +--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index fa5f762..8ffa22b 100644 --- a/debian/control +++ b/debian/control @@ -3,9 +3,15 @@ Section: mail Priority: extra Main

Re: [python] segfaults at Message.get_date

2011-06-19 Thread Austin Clements
On Sun, Jun 19, 2011 at 5:45 AM, Dmitry Kurochkin wrote: > Hi Sebastian, Patrick. > > On Sat, 18 Jun 2011 12:30:01 +0200, Sebastian Spaeth > wrote: >> On Fri, 17 Jun 2011 17:10:24 +0100, Patrick Totzke : >> > #0  0x006eb87d in Xapian::Document::Internal::get_value(unsigned int) >> > const () fr