John David Anglin <dave.ang...@bell.net> writes:

> The build fails because the following two tests fail:
> rpl.rpl_drop_db binlog.binlog_database

> These two tests fail because the error number for ENOTEMPTY is 247 on hppa:
> dave@mx3210:/usr/include$ find . -name errno.h|xargs grep 247
> ./diet/errno.h:#define        ENOTEMPTY       247     /* Directory not empty 
> */
> ./hppa-linux-gnu/asm/errno.h:#define  ENOTEMPTY       247     /* Directory 
> not empty */

> Either these two tests need to skipped on hppa or the result comparison needs
> to be adjusted for different ENOTEMPTY values.

Ok. I pushed upstream a patch for this (there were already a similar
workaround for other values, presumably for other platforms).

The patch is here if you want to get this fixed immediately, or it should be
fixed with the next upstream release (hopefully, I haven't got a platform to
test this on, but the patch is simple so it should work):

  http://lists.askmonty.org/pipermail/commits/2016-September/009848.html

Hope this helps,

 - Kristian.

Reply via email to