Bug#559371: Acknowledgement (git-core: gnutls_handshake() fail when using https:// over a proxy)

2009-12-04 Thread opter_l
Oh, I have forgotten to mention that I was using `-t lenny-backports' with apt-get in my procedure to build git. Best Regards -- Louis Opter -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#559497: Acknowledgement (libluabind-dev: Dependancy problem with libboost-dev)

2009-12-04 Thread opter_l
I have forced the installation of libluabind-dev. Unfortunately, libluabind-dev : 0.7.dfsg-5 doesn't works with boost 1.34 due to #ifdefs problems in luabind/detail/policy.hpp But I think that something could be done to clarify dependancies. Best Regards -- Louis Opter -- To UNSUBSCRIBE,

Bug#542640: hpijs: segfault can't use my HP Deskjet 5940

2009-10-03 Thread opter_l
Hi, Actually, the printer was simply broken. A new HP printer has solved my problem. Of course, the segfault still need to be corrected. Best Regards -- Louis Opter -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#542640: hpijs: segfault can't use my HP Deskjet 5940

2009-08-21 Thread opter_l
Hi, I have corrected the segfault in hpijs : --- hplip-2.8.6.b-orig/prnt/hpijs/hpijs.cpp 2008-07-23 03:33:17.0 +0200 +++ hplip-2.8.6.b/prnt/hpijs/hpijs.cpp 2009-08-21 22:25:07.761506689 +0200 @@ -58,7 +58,7 @@ if ((n = vsnprintf(buf, 256, fmt, args)) == -1) buf[255] = 0;

Bug#538194: fdm doesn't handle EXDEV when linking files.

2009-07-25 Thread opter_l
As discussed here and on IRC. I have replaced the link() call in deliver-maildir.c by a call to a new `safemove()' function. This function move a file with link() + unlink() or if it fails on EXDEV by using rename(). The patch is joined with this mail. I have tested it on AFS and ext3; the

Bug#538194: fdm doesn't handle EXDEV when linking files.

2009-07-24 Thread opter_l
On Thu, 23 Jul 2009 23:38:08 +0100, Nicholas Marriott nicholas.marri...@gmail.com wrote: Hi Thanks for the report. This isn't really an fdm bug per se, the point of maildirs is to allow delivery to happen safely without locking. On AFS you are probably best using mboxes which have flaws