[debian-mysql] Bug#837369: Bug#837369: mariadb-10.0: FTBFS on hppa

Kristian Nielsen knielsen at knielsen-hq.org
Sun Sep 11 09:24:37 UTC 2016


John David Anglin <dave.anglin at 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 at 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.



More information about the pkg-mysql-maint mailing list