make fails with gmime-2.6.4

2012-01-17 Thread Mark Foxwell
Quoting Mark Foxwell (2012-01-17 07:48:27)
>Not sure if you're aware of this? 

Ignore me - I've just seen the patches for this in the list.


make fails with gmime-2.6.4

2012-01-17 Thread Mark Foxwell
Hi,

My distro, Arch Linux, has gmime-2.6.4 in their testing repo. Notmuch
(from git master branch) fails to build with the following output:

CC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector
--param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 command-line-arguments.o
CC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector
--param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 debugger.o
In file included from debugger.c:21:0:
notmuch-client.h:72:5: error: unknown type name ?GMimeSignatureValidity?
notmuch-client.h:86:5: error: unknown type name ?GMimeCipherContext?
notmuch-client.h:297:5: error: unknown type name
?GMimeSignatureValidity?
notmuch-client.h:322:3: error: unknown type name ?GMimeCipherContext?
make: *** [debugger.o] Error 1

Not sure if you're aware of this? 

Kind Regards,

Mark


Re: make fails with gmime-2.6.4

2012-01-16 Thread Mark Foxwell
Quoting Mark Foxwell (2012-01-17 07:48:27)
>Not sure if you're aware of this? 

Ignore me - I've just seen the patches for this in the list.
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


make fails with gmime-2.6.4

2012-01-16 Thread Mark Foxwell
Hi,

My distro, Arch Linux, has gmime-2.6.4 in their testing repo. Notmuch
(from git master branch) fails to build with the following output:

CC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector
--param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 command-line-arguments.o
CC -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector
--param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 debugger.o
In file included from debugger.c:21:0:
notmuch-client.h:72:5: error: unknown type name ‘GMimeSignatureValidity’
notmuch-client.h:86:5: error: unknown type name ‘GMimeCipherContext’
notmuch-client.h:297:5: error: unknown type name
‘GMimeSignatureValidity’
notmuch-client.h:322:3: error: unknown type name ‘GMimeCipherContext’
make: *** [debugger.o] Error 1

Not sure if you're aware of this? 

Kind Regards,

Mark
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


[alot] on Arch Linux

2011-12-16 Thread Mark Foxwell
Quoting Patrick Totzke (2011-12-16 09:06:44)
>Regarding your bug reports: Can anybody else running Arch confirm the problems 
>Philipp has?
>In particular that logging doesn't work and this issue:
>https://github.com/pazz/alot/issues/156 ? 
>Because I don't know how to reproduce this and having no log makes debugging 
>difficult..

I can confirm that I don't get any debug logging - have write perms and
space but no file created. 

However, I don't get any error messages when exiting.

My slight difference is that I'm running parabola (completely libre arch
linux) so my python2 package comes from parabola rather than arch. I
will investigate what the differences are.

>I'm totally surprised by Arch not shipping a default mailcap at all..

A default arch installation doesn't contain X let alone any programs for
viewing images, pdf etc. So shipping a default mailcap would not make
any sense nor could ever be workable. Arch isn't really a distro for
people who want things to 'just work' but more for tinkerers and those
that know what they want and how to do it. 

--
Mark



Re: [alot] on Arch Linux

2011-12-16 Thread Mark Foxwell
Quoting Patrick Totzke (2011-12-16 09:06:44)
>Regarding your bug reports: Can anybody else running Arch confirm the problems 
>Philipp has?
>In particular that logging doesn't work and this issue:
>https://github.com/pazz/alot/issues/156 ? 
>Because I don't know how to reproduce this and having no log makes debugging 
>difficult..

I can confirm that I don't get any debug logging - have write perms and
space but no file created. 

However, I don't get any error messages when exiting.

My slight difference is that I'm running parabola (completely libre arch
linux) so my python2 package comes from parabola rather than arch. I
will investigate what the differences are.

>I'm totally surprised by Arch not shipping a default mailcap at all..

A default arch installation doesn't contain X let alone any programs for
viewing images, pdf etc. So shipping a default mailcap would not make
any sense nor could ever be workable. Arch isn't really a distro for
people who want things to 'just work' but more for tinkerers and those
that know what they want and how to do it. 

--
Mark

___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


gui release

2011-08-13 Thread Mark Foxwell
Patrick Totzke  wrote:
> I am pleased to announce the first release of my terminal GUI named 'alot'.
> You can get it here: https://github.com/pazz/alot
> Install and usage infos are included.
> As always, feedback of all kind is very welcome.

Great! 

I'm trying to package for Arch Linux [1]. Build completes ok, but when
running alot I get the following error:

Traceback (most recent call last):
  File "/usr/bin/alot", line 19, in 
from alot.init import main
  File "/usr/lib/python2.7/site-packages/alot/init.py", line 24,
in 
from account import AccountManager
  File "/usr/lib/python2.7/site-packages/alot/account.py",
line 28, in 
from send import SendmailSender
ImportError: No module named send

I guess I'm missing a dependancy :S any ideas?

-- 
Mark


Re: gui release

2011-08-13 Thread Mark Foxwell
Patrick Totzke  wrote:
> I am pleased to announce the first release of my terminal GUI named 'alot'.
> You can get it here: https://github.com/pazz/alot
> Install and usage infos are included.
> As always, feedback of all kind is very welcome.

Great! 

I'm trying to package for Arch Linux [1]. Build completes ok, but when
running alot I get the following error:

Traceback (most recent call last):
  File "/usr/bin/alot", line 19, in 
from alot.init import main
  File "/usr/lib/python2.7/site-packages/alot/init.py", line 24,
in 
from account import AccountManager
  File "/usr/lib/python2.7/site-packages/alot/account.py",
line 28, in 
from send import SendmailSender
ImportError: No module named send

I guess I'm missing a dependancy :S any ideas?

-- 
Mark
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch