Re: strange error compiling kernel 4.19.0-6-amd64

2019-09-30 Thread deloptes
John Covici wrote: > I am trying to do something very simple, with the config file supplied > from Debian, I need to do a make bzImage and possible a make modules, > how can dI do this?  Do I need to change the config in some way in > order to do this? be patient and start reading - free means

Re: strange error compiling kernel 4.19.0-6-amd64

2019-09-30 Thread John Covici
On Mon, 30 Sep 2019 16:47:29 -0400, deloptes wrote: > > John Covici wrote: > > > Google did not give me that at all.  I am not trying to build a Debian > > package,just trying to compile the kernel. > > Then just do > > make deb-pkg > > You could read more about the make system used by the

Re: strange error compiling kernel 4.19.0-6-amd64

2019-09-30 Thread deloptes
John Covici wrote: > I am doing a straight makebzImage not trying to build a deb package. > In Debian 9, I could do this with no problem. Obviously you are trying to build the kernel from debian source. You have to use the original source, without the debian directory. IF there is debian

Re: strange error compiling kernel 4.19.0-6-amd64

2019-09-30 Thread deloptes
John Covici wrote: > Google did not give me that at all.  I am not trying to build a Debian > package,just trying to compile the kernel. Then just do make deb-pkg You could read more about the make system used by the kernel https://www.kernel.org/doc/html/latest/ or in the directory $ less

Re: strange error compiling kernel 4.19.0-6-amd64

2019-09-30 Thread Reco
On Mon, Sep 30, 2019 at 04:20:53PM -0400, John Covici wrote: > > On Mon, Sep 30, 2019 at 04:10:27PM -0400, John Covici wrote: > > > So, how do I turn this off so I can compile the thing? > > > > "dpkg-buildpackage -b" considers it a warning and skips it. > > At least it does so for me. > > I am

Re: strange error compiling kernel 4.19.0-6-amd64

2019-09-30 Thread John Covici
On Mon, 30 Sep 2019 16:05:16 -0400, deloptes wrote: > > John Covici wrote: > > > debian/certs/debian-uefi-certs.pem > > https://wiki.debian.org/BuildADebianKernelPackage > > I hope you can read - also find a good search engine - first hit > > Google did not give me that at all. I am not

Re: strange error compiling kernel 4.19.0-6-amd64

2019-09-30 Thread John Covici
On Mon, 30 Sep 2019 16:15:38 -0400, Reco wrote: > > Please do not top post. > > On Mon, Sep 30, 2019 at 04:10:27PM -0400, John Covici wrote: > > So, how do I turn this off so I can compile the thing? > > "dpkg-buildpackage -b" considers it a warning and skips it. > At least it does so for me.

Re: strange error compiling kernel 4.19.0-6-amd64

2019-09-30 Thread Reco
Please do not top post. On Mon, Sep 30, 2019 at 04:10:27PM -0400, John Covici wrote: > So, how do I turn this off so I can compile the thing? "dpkg-buildpackage -b" considers it a warning and skips it. At least it does so for me. Reco

Re: strange error compiling kernel 4.19.0-6-amd64

2019-09-30 Thread John Covici
So, how do I turn this off so I can compile the thing? On Mon, 30 Sep 2019 16:02:02 -0400, Reco wrote: > > Hi. > > On Mon, Sep 30, 2019 at 03:46:41PM -0400, John Covici wrote: > > Hi. I am getting an error while compiling the kernel 4.19-0-6-amd64. > > > > CC kernel/rseq.o > >

Re: strange error compiling kernel 4.19.0-6-amd64

2019-09-30 Thread deloptes
John Covici wrote: > debian/certs/debian-uefi-certs.pem https://wiki.debian.org/BuildADebianKernelPackage I hope you can read - also find a good search engine - first hit

Re: strange error compiling kernel 4.19.0-6-amd64

2019-09-30 Thread Sven Joachim
On 2019-09-30 15:46 -0400, John Covici wrote: > Hi. I am getting an error while compiling the kernel 4.19-0-6-amd64. > > CC kernel/rseq.o > AR kernel/built-in.a > make[1]: *** No rule to make target > 'debian/certs/debian-uefi-certs.pem', needed by >

Re: strange error compiling kernel 4.19.0-6-amd64

2019-09-30 Thread Reco
Hi. On Mon, Sep 30, 2019 at 03:46:41PM -0400, John Covici wrote: > Hi. I am getting an error while compiling the kernel 4.19-0-6-amd64. > > CC kernel/rseq.o > AR kernel/built-in.a > make[1]: *** No rule to make target > 'debian/certs/debian-uefi-certs.pem',

strange error compiling kernel 4.19.0-6-amd64

2019-09-30 Thread John Covici
Hi. I am getting an error while compiling the kernel 4.19-0-6-amd64. CC kernel/rseq.o AR kernel/built-in.a make[1]: *** No rule to make target 'debian/certs/debian-uefi-certs.pem', needed by 'certs/x509_certificate_list'. Stop. What package do I need to fix this

error compiling kernel: undefined reference to `local symbols

2002-09-23 Thread Marcio Roberto Teixeira
Hi. I was compiling the kernel (Debian way) and: (root)$ make-kpkg kernel_image cut make[3]: Leaving directory `/usr/src/kernel-source-2.4.16/arch/i386/lib' make[2]: Leaving directory `/usr/src/kernel-source-2.4.16/arch/i386/lib' ld -m elf_i386 -T

Error compiling kernel 2.4.13

2001-12-16 Thread Daniel Toffetti
Hi all ! I'm getting the following error: dereferencing pointer to incomplete type when compiling kernel 2.4.13. This error appears in many functions in the files fs.h and locks.h. I've configured the kernel for supporting NFS. Before exhaustively trying to check in/out each NFSs option and

Re: Error compiling kernel 2.4.6 with kernel-package

2001-07-14 Thread Manoj Srivastava
Jan == Jan Tammen [EMAIL PROTECTED] writes: Jan Hi, Jan I'm trying to compile kernel version 2.4.6 with the latest Jan 'kernel-package' [7.50]. Here's the program's output: Jan tarawa:/usr/src/linux# make-kpkg kernel_image Jan [compiling fine ... snipped] Jan install: cannot stat

Error compiling kernel 2.4.6 with kernel-package

2001-07-13 Thread Jan Tammen
Hi, I'm trying to compile kernel version 2.4.6 with the latest 'kernel-package' [7.50]. Here's the program's output: tarawa:/usr/src/linux# make-kpkg kernel_image [compiling fine ... snipped] install: cannot stat `debian/README.Debian': No such file or directory

Error compiling kernel 2.4.2

2001-03-28 Thread mauro
I'm not able to compile de kernel, exactly when I do the make bzImage command I obtain this error: o bbootsect.s as -o bbootsect.o bbootsect.s bbootsect.s: Assembler messages: bbootsect.s:253: Warning: indirect lcall without `*' ld -m elf_i386 -Ttext 0x0 -s -oformat binary bbootsect.o

Re: Error compiling kernel 2.4.2

2001-03-28 Thread Vinh Truong
you will need to replace all occurences of -oformat in the Makefile in /usr/src/linux-2.4.2/arch/i386/boot with --oformat HTH Vinh * mauro [EMAIL PROTECTED] [010328 11:47]: I'm not able to compile de kernel, exactly when I do the make bzImage command I obtain this error: o bbootsect.s

RE: Error compiling kernel 2.4.2

2001-03-28 Thread Jason P. Holland
have you upgraded all the necessary packages as listed in /usr/src/linux-2.4.2/Documentation/Changes?? it looks like binutils is not up to date. Jason you will need to replace all occurences of -oformat in the Makefile in /usr/src/linux-2.4.2/arch/i386/boot with --oformat HTH Vinh *

Error compiling kernel

2000-09-07 Thread Gutierrez Family
Hi everyone, I tried to re-compile the kernel (to include generic SCSI support for my scanner) and ran into problems. Here's what I did - as far as I can remember (following the instructions in the README file found in the kernel source directory): 1) logged in as root 1) ran the xconfig

Re: Error compiling kernel

2000-09-07 Thread Eric G . Miller
apt-get install bin86 kernel-package # cd kernel source dir # make [config | menuconfig | xconfig] # make-kpkg clean # make-kpkg --revision=[epoch:]version kernel_image # dpkg -i ../kernel-image*.deb See man make-kpkg (really is easier, and dpkg will know about your kernel). On Wed, Sep 06,

Re: Error compiling kernel

2000-09-07 Thread ktb
On Wed, 06 Sep 2000, Eric G . Miller wrote: apt-get install bin86 kernel-package # cd kernel source dir # make [config | menuconfig | xconfig] # make-kpkg clean # make-kpkg --revision=[epoch:]version kernel_image # dpkg -i ../kernel-image*.deb See man make-kpkg (really is easier, and

RE: Error compiling kernel

2000-09-07 Thread CHEONG, Shu Yang \[Patrick\]
e-mail: mailto:[EMAIL PROTECTED] Visit us at: http://www.astro.com.my -Original Message- From: Gutierrez Family [SMTP:[EMAIL PROTECTED] Sent: Thursday, September 07, 2000 12:46 PM To: debian-user@lists.debian.org Subject: Error compiling kernel Hi everyone, I tried to re

RE: Error compiling kernel

2000-09-07 Thread CHEONG, Shu Yang \[Patrick\]
Subject: RE: Error compiling kernel Hi Gutierrez Family...(and List), Hey...I got the same error messsage too while attempting to compile the patched 2.2.17 kernelI downloaded the patches for 2.2.16 and 2.2.17 and applied those to my 2.2.15 source tree in /usr/src/linux (- /usr

Re: Error compiling kernel

2000-09-07 Thread Glyn Millington
On Wed, Sep 06, 2000 at 09:46:06PM -0700, thus spake Gutierrez Family: Hi everyone, I tried to re-compile the kernel (to include generic SCSI support for my scanner) and ran into problems. Here's what I did - as far as I can remember (following the instructions in the README file found in

Re: Error compiling kernel

2000-09-07 Thread mcclosk
make[1]: Entering directory = `/usr/src/kernel-source-2.2.17/arch/i386/boot' as86 -0 -a -o bootsect.o bootsect.s make[1]: as86: Command not found make[1]: *** [bootsect.o] Error 127 make[1]: Leaving directory = `/usr/src/kernel-source-2.2.17/arch/i386/boot' make: ***

RE: Error compiling kernel

2000-09-07 Thread Jason Holland
PM To: debian-user@lists.debian.org Subject: Error compiling kernel Hi everyone, I tried to re-compile the kernel (to include generic SCSI support for my scanner) and ran into problems. Here's what I did - as far as I can remember (following the instructions in the README file found

RE: Error compiling kernel

2000-09-07 Thread Jason Holland
oops, my bad. you need the bin86 package. sorry about that. jason -Original Message- From: Jason Holland [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2000 6:18 AM To: Gutierrez Family; debian-user@lists.debian.org Subject: RE: Error compiling kernel Hi, You need

Error compiling Kernel

1998-08-17 Thread Hank Fay
Hi all, I was recompiling the Kernel for the current stable Hamm (d/l'd from the FTP site this weekend, along with the rest of my system), just setting some IP flags etc. for IPMasq, and got the following error: *** output of make zImage 2errormsg In file included from