[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#256323: dpkg-architecture: bogus warning about gcc system type



On Sat, 2004-06-26 at 07:07 +0200, Matthias Klose wrote:

> dpkg-architecture: warning: Unknown gcc system type i486-linux-gnu, falling back to
> default (native compilation)
> 
What this means is that it ran gcc -dumpmachine, got "i486-linux-gnu"
and tried to rewrite that into a triplet that dpkg understands, and
failed.

> the default _is_ i486-linux-gnu, for gcc-3.4, on sparc it will
> be sparc64-linux-gnu and powerpc64-linux-gnu, although the code
> generated is for 32bit.
> 
Ugh.

Ok...  I'm not sure how to resolve this without tripping up the Hurd
check, I guess we could just sanitize (.*linux) to (.*linux(?:-gnu)?)
but that's still evil.

Scott
-- 
Have you ever, ever felt like this?
Had strange things happen?  Are you going round the twist?

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: