On Fri, Apr 21, 2017 at 01:03:53AM +0300, Adrian Bunk wrote: > Source: yade > Version: 2017.01a-8 > Severity: important > > https://buildd.debian.org/status/package.php?p=yade > > ... > make[1]: Entering directory '/<<PKGBUILDDIR>>' > dpkg-query: package 'python-sphinx' is not installed and no information is > available > Use dpkg --info (= dpkg-deb --info) to examine archive files, > and dpkg --contents (= dpkg-deb --contents) to list their contents. > dpkg-query: package 'python-sphinx' is not installed and no information is > available > Use dpkg --info (= dpkg-deb --info) to examine archive files, > and dpkg --contents (= dpkg-deb --contents) to list their contents. > echo 'This architecture is not supported, exiting' > This architecture is not supported, exiting > exit 2 > debian/rules:30: recipe for target 'override_dh_auto_configure' failed > make[1]: *** [override_dh_auto_configure] Error 2
Looking closer, this is coming from debian/rules: override_dh_auto_configure: ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf mips mipsel)) echo 'This architecture is not supported, exiting' exit 2 endif If yade is not building on these architectures, a better solution would be to change all "Architecture: any" in debian/control to a list of supported architectures. cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed