[Debichem-devel] Bug#831546: dpkg-dev: dpkg-architecture prints warning on armel
Graham Inggs
ginggs at debian.org
Sun Jul 17 20:47:50 UTC 2016
Hi Guillem
On 17 July 2016 at 16:20, Guillem Jover <guillem at debian.org> wrote:
> The actual problem is that you are doing this:
>
> ifeq (,$(filter $(DEB_HOST_ARCH),armel, i386))
>
> and using a comma-separated list instead of a space-separated one,
> which means the first item is “armel,” instead of “armel” and that
> does not match.
You were spot on, thanks for the explanation!
So the following message on the armel buildds is of no concern?
>> Check architectures
>> ───────────────────
>>
>> sh: 1: gcc: not found
>> sbuild: warning: couldn't determine gcc system type, falling back to
>> default (native compilation)
Regards
Graham
More information about the Debichem-devel
mailing list