Re: i386-none not in remapping table - FIXED

2002-01-12 Thread David Raeker-Jordan
David Raeker-Jordan wrote: > I have an unstable system with a 2.2.19 kernel. I am trying to compile a > 2.4.17 kernel, but I get the following error when I run "make-kpkg clean" > > claire:/usr/src/linux-2.4.17/linux# make-kpkg clean > dpkg: warning, architecture 386-none' not in remapping table

Re: Re: i386-none not in remapping table

2002-01-06 Thread Paolo Alexis Falcone
Addendum: Note you need to append the --arch=i386 to compile the kernel the Debian way. Sorry for not using postfix notation. Paolo Falcone Paolo Alexis Falcone wrote: > >David Raeker-Jordan wrote: > >>I have an

Re: i386-none not in remapping table

2002-01-06 Thread Paolo Alexis Falcone
David Raeker-Jordan wrote: >I have an unstable system with a 2.2.19 kernel. I am trying to compile a >2.4.17 kernel, but I get the following error when I run "make-kpkg clean" > >claire:/usr/src/linux-2.4.17/linux# make-kpkg clean >dpkg: warning, architecture386-none' not in remapping table >

i386-none not in remapping table

2002-01-05 Thread David Raeker-Jordan
I have an unstable system with a 2.2.19 kernel. I am trying to compile a 2.4.17 kernel, but I get the following error when I run "make-kpkg clean" claire:/usr/src/linux-2.4.17/linux# make-kpkg clean dpkg: warning, architecture 386-none' not in remapping table rm -f modules/modversions.h module

Re:during make-kpkg I get i386-none not in remapping table

2000-12-01 Thread Marvin Stodolsky
When working with these Very Recent sources, its important to have required versions of the software. After installing sources, do a grep ";" /usr/src/kernel-source-2.4.0-test11/Documentation/Changes which picks out a table relating how to test versions of critical software: o Gnu C

during make-kpkg I get i386-none not in remapping table

2000-11-18 Thread Michael Meding
Hi all, I use potato with dpkg and debhelper from woody. When I try to compile 2.4.0-test11-pre7 after configuring it and doing a make-kpkg I get an error saying that i386-none is not in remapping table and not found in arch. So I have to specify --arch=i386. Doing this I get after a while of comp