On Sunday 24 August 2014 19:19:49, Breno Leitao wrote: > Currently apr-util fails to build on new arches, mainly in ppc64el > as shown in: > https://buildd.debian.org/status/fetch.php?pkg=apr-util&arch=ppc64e > l&ver=1.5.3-2&stamp=1408904038 > > This patch fixes the problem in accordance with > https://wiki.debian.org/qa.debian.org/FTBFS#A2014-01-21_using_dh-aut > oreconf_during_the_build
Have you actually tested that the patch fixes the FTBFS? I would find that surprising because apr-util already runs buildconf during build, which AFAICS does what autoreconf does. Maybe the problem is that libmysqlclient-dev is missing during the build? At least configure does not seem to be able to detect the library. checking for mysql.h... yes checking for mysql_init in -lmysqlclient_r... no checking for my_global.h... yes checking for mysql_init in -lmysqlclient_r... (cached) no checking for my_sys.h... yes checking for mysql_init in -lmysqlclient_r... (cached) no checking for mysql/mysql.h... yes checking for mysql_init in -lmysqlclient_r... (cached) no checking for mysql/my_global.h... yes checking for mysql_init in -lmysqlclient_r... (cached) no checking for mysql/my_sys.h... yes checking for mysql_init in -lmysqlclient_r... (cached) no checking sqlite3.h usability... yes checking sqlite3.h presence... yes It seems libmariadbclient-dev provides libmysqlclient-dev but is not a plug-in replacement. Do you have any idea what needs to be changed to make it work? -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/1515369.ZkN9aA9EQ5@k

