Re: make-kpkg problem

2006-10-06 Thread Wayne Topa
Michelle Konzack([EMAIL PROTECTED]) is reported to have said: > Am 2006-10-03 17:47:26, schrieb Wayne Topa: > > Hi all > > > > I have been trying to find the answer to this problem on and off for > > a month or so. I can't compile a kernel using kpkg without getting > > these errors: > >

Re: make-kpkg problem

2006-10-06 Thread Michelle Konzack
Am 2006-10-03 17:47:26, schrieb Wayne Topa: > Hi all > > I have been trying to find the answer to this problem on and off for > a month or so. I can't compile a kernel using kpkg without getting > these errors: > I have also tried different version of the kernel-package. > kernel-package

Re: make-kpkg problem (Updated info)

2006-10-04 Thread Wayne Topa
Wayne Topa([EMAIL PROTECTED]) is reported to have said: > Hi all > > I have been trying to find the answer to this problem on and off for > a month or so. I can't compile a kernel using kpkg without getting > these errors: > > VT3 root-3-ETCH:/usr/src/linux-source-2.6.17# make-kpkg --revis

Re: make-kpkg problem

2006-10-03 Thread Mumia W..
On 10/03/2006 09:35 PM, Wayne Topa wrote: Mumia W..([EMAIL PROTECTED]) is reported to have said: On 10/03/2006 04:47 PM, Wayne Topa wrote: Hi all I have been trying to find the answer to this problem on and off for a month or so. I can't compile a kernel using kpkg without getting these er

Re: make-kpkg problem

2006-10-03 Thread Wayne Topa
Mumia W..([EMAIL PROTECTED]) is reported to have said: > On 10/03/2006 04:47 PM, Wayne Topa wrote: > >Hi all > > > > I have been trying to find the answer to this problem on and off for > > a month or so. I can't compile a kernel using kpkg without getting > > these errors: > >[...] > > Quick

Re: make-kpkg problem

2006-10-03 Thread Mumia W..
On 10/03/2006 04:47 PM, Wayne Topa wrote: Hi all I have been trying to find the answer to this problem on and off for a month or so. I can't compile a kernel using kpkg without getting these errors: [...] Quick question: did you do a "make-kpkg clean" first? -- [EMAIL PROTECTED] --

Re: make-kpkg problem

2004-03-10 Thread Steve Mayer
> From: Steve Mayer <[EMAIL PROTECTED]> > > To: Ritesh Raj Sarraf <[EMAIL PROTECTED]> > > Cc: Debian User List <[EMAIL PROTECTED]> > > Subject: Re: make-kpkg problem > > Resent-Date: Wed, 10 Mar 2004 15:15:29 -0600 (CST) > > Resent-From: [EMAIL PRO

Re: make-kpkg problem

2004-03-10 Thread Ritesh Raj Sarraf
ian User List <[EMAIL PROTECTED]> > Subject: Re: make-kpkg problem > Resent-Date: Wed, 10 Mar 2004 15:15:29 -0600 (CST) > Resent-From: [EMAIL PROTECTED] > > Ritesh, > > Edit your /etc/kernel-pkg.conf file and add the following: > > do_clean:=No > > Stev

Re: make-kpkg problem

2004-03-10 Thread Steve Mayer
Ritesh, Edit your /etc/kernel-pkg.conf file and add the following: do_clean:=No Steve On Thu, Mar 11, 2004 at 01:16:50AM +0530, Ritesh Raj Sarraf wrote: > Hello all, > One generic problem. I use make-kpkg to recompile kernels and get my kernel > images in .deb . Now everytime the ker

Re: make-kpkg problem

2002-06-26 Thread Joel
Colin Watson wrote: On Wed, Jun 26, 2002 at 09:25:28AM +0800, Joel wrote: Colin Watson wrote: That looks like gcc isn't installed. $ gcc --version 3.0.2 thanks anyway. Do you have the environment variable $CC set to something else? What does the following print? ${CC

Re: make-kpkg problem

2002-06-26 Thread Colin Watson
On Wed, Jun 26, 2002 at 09:25:28AM +0800, Joel wrote: > Colin Watson wrote: > >That looks like gcc isn't installed. > > $ gcc --version > 3.0.2 > > thanks anyway. Do you have the environment variable $CC set to something else? What does the following print? ${CC:-gcc} --print-libgcc-file-name

Re: make-kpkg problem

2002-06-25 Thread Joel
Colin Watson wrote: That looks like gcc isn't installed. $ gcc --version 3.0.2 thanks anyway. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: make-kpkg problem

2002-06-25 Thread Joel
Ulf Rompe wrote: Your architecture seems to be misrecognized. do you have any idea how do I correct this? $ dpkg --print-architecture i386 If you aren't able to figure out why, you may want to force a correct name by setting it yourself: make-kpkg --arch i386 clean [x] ulf ok. but

Re: make-kpkg problem

2002-06-25 Thread Colin Watson
On Tue, Jun 25, 2002 at 07:51:52PM +0800, Joel wrote: > i tried to compile package a custom built kernel and encountered this error. > > - - - - - - - start > > [EMAIL PROTECTED]:/usr/src/kernel-dev/linux-2.5.6/linux$ make-kpkg clean > dpkg: warning, architecture `i386-none' not in remapping tabl

Re: make-kpkg problem

2002-06-25 Thread Ulf Rompe
Joel <[EMAIL PROTECTED]> writes: > i tried to compile package a custom built kernel and encountered > this error. [...] > [EMAIL PROTECTED]:/usr/src/kernel-dev/linux-2.5.6/linux$ make-kpkg clean > dpkg: warning, architecture `i386-none' not in remapping table Your architecture seems to be misreco

Re: make-kpkg problem?

2002-06-19 Thread Lance Simmons
On Tue, Jun 18, 2002 at 06:31:17PM -0700, Sean 'Shaleh' Perry wrote: > > try doing a make-kpkg clean and then starting it again. Remember that > after a clean you must run it with the --revision switch if you want > to add a revision (and you do want to add a revision). Thanks. I had done the ma

RE: make-kpkg problem?

2002-06-18 Thread Sean 'Shaleh' Perry
> > Does anyone know what this means? I've been using make-kpkg for over a > year with no problems, but this started happening a week or so ago. > try doing a make-kpkg clean and then starting it again. Remember that after a clean you must run it with the --revision switch if you want to add a

Re: make-kpkg problem

1997-07-18 Thread Manoj Srivastava
Hi, Yes, this is th expected behaviour. make-kpkg clean should always be done before building a new kernel, and make-kpkg makes sure to always re-institute the include/asm link during the build. make-kpkg dep is not required (it is not a valid argument anyway). Why wou

Re: make-kpkg problem

1997-07-18 Thread Buddha Buck
> > I extracted kernel-source-2.0.30_2.0.30-7.deb so that I can home-brew a > kernel. There is a problem in that when I do a "make-kpkg clean" it > actually does a "make mrproper" and amongst other things I lose my > include/asm link. A "make clean" works as expected. What include/asm link? If