On Fri, Jun 10, 2016 at 08:58:20PM +0200, Thorsten Alteholz wrote: > > thanks for your report. Is there really an i386 architecture > available in Ubuntu?
There is indeed. It happens to also be i686 right now, as Debian is, but from the dpkg archtable point of view, all i?86 is i386, hence my regex. > > * Drop build_core/conf/linux/arm to stop misconfiguration on arm{el,hf} > > But if you just remove those files during the clean target, you can > not build this package twice in a row, right? Why would you say that? You always clean before a first build, and once the files are gone, they're gone. Like I said in the bug report, that arm target has no relevance at all to Debian, so shipping those bits in the -dev packages (as you do), is asking for trouble. People configuring with CPU=arm should get a sane result on Debian, IMO. I'm not hugely picky on the matter, though. If you prefer to keep the incorrect cross/ARMv6t2 configs there for reasons unexplained, so long as everything still builds and works, meh. It's just "wrong". :P ... Adam