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

Re: lintian goes wild?



Christian T. Steigies wrote:
> main::(/usr/lib/perl/5.6.1/asm/unistd.ph:114):
> 114:        eval 'sub __NR_iopl () { &not  &supported;}' unless defined(&__NR_iopl);

On i386, this line is:

    eval 'sub __NR_iopl () {110;}' unless defined(&__NR_iopl);

Hypothesis: on m68k, iopl() is not supported, or asm/unistd.h doesn't
define __NR_iopl, or it misdefines it. I'll bet the "not supported"
comes from either a configure script output or that is what __NR_iopl is
(wackily) defined as on m68k in <asm/unistd.h>.

-- 
see shy jo



Reply to: