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

Re: quick question about dpkg-architecture



Hi!

On Tue, 2017-08-01 at 13:01:55 +0100, Sérgio Basto wrote:
> On Mon, 2017-07-31 at 14:26 +0100, Sérgio Basto wrote:
> > I am the package maintainer of dpkg and debhelper on Linux Fedora .

Yeah, we've interacted in the past. :)

> > Question, can I add to /usr/share/dpkg/ abitable|cputable|ostable
> > > tupletable , any line that remove the warning ? 

The problem is that your compiler gives a different triplet than the
one used by dpkg itself.

> BTW if you are interested still failing on armv7 
> [1] , I had report arm fail some months ago. The fail on arm is because
> dpkg-architecture -qDEB_BUILD_GNU_TYPE and dpkg-architecture
> -qDEB_HOST_GNU_TYPE have different results [2], any suggestion ?
> 
> [2]
> + dpkg-architecture -qDEB_BUILD_GNU_TYPE
> arm-linux-gnu
> + dpkg-architecture -qDEB_HOST_GNU_TYPE
> arm-linux-gnueabi

This looks indeed fishy. What's the output of:

  % dpkg --print-architecture
  % $CC -dumpmachine

Thanks,
Guillem


Reply to: