search for: error_map

Displaying 5 results from an estimated 5 matches for "error_map".

Did you mean: err_map
2019 Dec 04
4
Dovecot 2.3.9 fails on FreeBSD
...cks.) Ok. That was easy. I'm going to get the following patch reviewed and committed. Jeff. diff --git a/src/lib/net.c b/src/lib/net.c --- a/src/lib/net.c +++ b/src/lib/net.c @@ -1068,13 +1068,17 @@ enum net_hosterror_type net_get_hosterro int error; enum net_hosterror_type type; } error_map[] = { +#ifdef EAI_ADDRFAIMILY /* Obsoleted by RFC 2553bis-02 */ { EAI_ADDRFAMILY, NET_HOSTERROR_TYPE_NOT_FOUND }, +#endif { EAI_AGAIN, NET_HOSTERROR_TYPE_NAMESERVER }, { EAI_BADFLAGS, NET_HOSTERROR_TYPE_INTERNAL_ERROR }, { EAI_FAIL, NET_HOSTERROR_TYPE_NAMESERVER }, { EAI_FAMILY, NET_...
2019 Dec 04
0
Dovecot 2.3.9 fails on FreeBSD
...; committed. > > Jeff. > > diff --git a/src/lib/net.c b/src/lib/net.c > --- a/src/lib/net.c > +++ b/src/lib/net.c > @@ -1068,13 +1068,17 @@ enum net_hosterror_type net_get_hosterro > int error; > enum net_hosterror_type type; > } error_map[] = { > +#ifdef EAI_ADDRFAIMILY /* Obsoleted by RFC 2553bis-02 */ > { EAI_ADDRFAMILY, NET_HOSTERROR_TYPE_NOT_FOUND }, > +#endif > { EAI_AGAIN, NET_HOSTERROR_TYPE_NAMESERVER }, > { EAI_BADFLAGS, NET_HOSTERROR_TYPE_INTERNAL_ERROR }, >...
2019 Dec 04
4
Dovecot 2.3.9 fails on FreeBSD
Hi I've just tried to build the latest Dovecot 2.3.9 on FreeBSD 11.3. Without success...It fails on the following commit which was introduced in 2.3.9: https://github.com/dovecot/core/commit/c85f1bc3ce612c736c9d2c468cc08306db1b5851 Following output is the build log: https://pastebin.com/3nvSeDn8 So I guess it has to do with some changes FreeBSD made: https://reviews.freebsd.org/D18630
2019 Dec 16
4
[PATCH 0/2] Move ocaml-augeas copy to libguestfs repo
ocaml-augeas is used only by virtlibguestfs, so move it to this repository, instead of having it around in the common submodule. The removal from common will happen later. Pino Toscano (2): Bundle the ocaml-augeas library for use by libguestfs build: switch embedded copy of ocaml-augeas .gitignore | 1 + 3rdparty/ocaml-augeas/COPYING.LIB | 515
2019 May 30
5
[PATCH 0/5] RFC: switch augeas APIs to OCaml
This synchronizes the embedded ocaml-augeas copy, and reimplements the augeas APIs using it (dropping all the C code). The behaviour seems unchanged, although I may have not tested all the various corner cases. Pino Toscano (5): common/mlaugeas: Synchronize with latest ocaml-augeas daemon: fix/enhance error reporting of Augeas exceptions Revert "Revert "daemon: implement