Re: kernel compiling problem

2001-08-07 Thread David Turetsky
On Tue, Aug 07, 2001 at 12:29:44PM -0300, GARGIULO Eduardo INGDESI muttered: --> > > > I'd performed a clean woody installation from CDs and added --> > > > kernel-package to compile 2.4.4 kernel. I'd followed the Care to mention a few good and inexpensive web sites for ordering a woody CD? --

RE: kernel compiling problem

2001-08-07 Thread GARGIULO Eduardo INGDESI
> > > I'd performed a clean woody installation from CDs and added > > > kernel-package to compile 2.4.4 kernel. I'd followed the > steps from > > > kernel-package documentation and after make-kpkg without > errors, there > > > was not any .deb file!!??? Which could be my error? How > can I solve

Re: kernel compiling problem

2001-08-07 Thread Eric G. Miller
On Tue, Aug 07, 2001 at 08:47:39AM -0500, Brendon Colby wrote: > On Tue, Aug 07, 2001 at 09:17:21AM -0300, GARGIULO Eduardo INGDESI wrote: > > Hi all. > > > > I'd performed a clean woody installation from CDs and added > > kernel-package to compile 2.4.4 kernel. I'd followed the steps from > > ker

Re: kernel compiling problem

2001-08-07 Thread P Kirk
>kernel-package documentation and after make-kpkg without errors, there >was not any .deb file!!??? Which could be my error? How can I solve it? > In a lot of ways, the boring old make..make bzlilo way of doing kernels offers an easier way because every linux howto on the web covers it. Patrick

Re: kernel compiling problem

2001-08-07 Thread Brendon Colby
On Tue, Aug 07, 2001 at 09:17:21AM -0300, GARGIULO Eduardo INGDESI wrote: > Hi all. > > I'd performed a clean woody installation from CDs and added > kernel-package to compile 2.4.4 kernel. I'd followed the steps from > kernel-package documentation and after make-kpkg without errors, there > was n

kernel compiling problem

2001-08-07 Thread GARGIULO Eduardo INGDESI
Hi all. I'd performed a clean woody installation from CDs and added kernel-package to compile 2.4.4 kernel. I'd followed the steps from kernel-package documentation and after make-kpkg without errors, there was not any .deb file!!??? Which could be my error? How can I solve it? --ejg:wq!

Re: Kernel compiling problem

1999-11-10 Thread Shaul Karl
> Hello Debian GeeKs ! > > I have such a problem : > weak machine i486/8MB RAM/2x200MB HDD/3com905B/512Kb video > > I want to change the kernel on my slink machine from 2.0.36 -> 2.0.38 and as > a result of make menuconfig i have the following: > lfxdialog.o no such file or directory somethi

Re: Kernel compiling problem

1999-11-10 Thread John Pearson
On Tue, Nov 09, 1999 at 12:50:21PM +0200, Denis J. Cirulis wrote > Hello Debian GeeKs ! > > I have such a problem : > weak machine i486/8MB RAM/2x200MB HDD/3com905B/512Kb video > > I want to change the kernel on my slink machine from 2.0.36 -> 2.0.38 and as > a result of make menuconfig i ha

Kernel compiling problem

1999-11-09 Thread Denis J. Cirulis
Hello Debian GeeKs ! I have such a problem : weak machine i486/8MB RAM/2x200MB HDD/3com905B/512Kb video I want to change the kernel on my slink machine from 2.0.36 -> 2.0.38 and as a result of make menuconfig i have the following: lfxdialog.o no such file or directory something like that. T

Slink - kernel compiling problem (2.0.36)

1999-07-23 Thread Tadeusz Bak
Hi, I've just tried to compile a new kernel in my Debian slink (upgraded from hamm). The command 'make-kpkg kernel_image' finished with the following message: dpkg-gencontrol -pkernel-image-2.0.36 -Pdebian/tmp-image/ dpkg-gencontrol: error: package kernel-image-2.0.36 not in control info make: **

Re: Kernel Compiling Problem

1999-06-22 Thread Gertjan Klein
On Tue, 22 Jun 1999 14:52:18 -0500 (CDT), Brad <[EMAIL PROTECTED]> wrote: >Have you tried running "make-kpkg clean" or removing the stamp-configure >file? The problem you describe sounds exactly like the problem solved by >these two solutions, as given in the make-kpkg manpage. ... which makes

Re: Kernel Compiling Problem

1999-06-22 Thread Brad
On Mon, 14 Jun 1999, richard wrote: > A problem has recently started compliling custom kerenels. I had to > rebuild my machine (long story) > and now the custom kernels are't build properly. The line I use to build > them is > > make-kpkg --revision=custom.X.Y kernel_image > > where X is usually

Re: Kernel Compiling Problem

1999-06-22 Thread Chris Flipse
On Mon, Jun 14, 1999 at 10:13:17PM +0100, richard wrote: >where X is usually a major change number and Y is a tweak number. eg >custom.0.1 >Unfortunately ALL my kernels are now building with the custom number of >.0.1 as if I'm issuing >the line > >make-kpkg --revision=custom.0.1 kernel_image make

Kernel Compiling Problem

1999-06-22 Thread richard
A problem has recently started compliling custom kerenels. I had to rebuild my machine (long story) and now the custom kernels are't build properly. The line I use to build them is make-kpkg --revision=custom.X.Y kernel_image where X is usually a major change number and Y is a tweak number. eg cu