Re: Jessie, problem compiling kernel 4.3

2015-11-06 Thread Curt Howland
I spoke too soon, someone in the ubuntu forums had the same problem, installed libssl-dev and it worked. Sorry to trouble y'all. Curt- On Fri, Nov 6, 2015 at 3:06 PM, Curt Howland wrote: > So, there I was, doing a compile of the new kernel, 4.3 > > I get the following interesting error: > > ===

Jessie, problem compiling kernel 4.3

2015-11-06 Thread Curt Howland
So, there I was, doing a compile of the new kernel, 4.3 I get the following interesting error: === scripts/extract-cert.c:21:25: fatal error: openssl/bio.h: No such file or directory #include ^ compilation terminated. === I'm accustomed to getting compile time

Re: problem compiling kernel

2009-09-03 Thread Bernard
Amax wrote: On Tue, 25 Aug 2009 00:50:10 +0200, Bernard wrote: <- snip --> The initrd.img that I have on my working system, as well as those initrd.img that 'mkinitrd' generates when requested, are not compressed files. Filenames are : initrd.img-2.6.20-16-386 for instance. No .gz b

Re: problem compiling kernel

2009-09-03 Thread Amax
On Tue, 25 Aug 2009 00:50:10 +0200, Bernard wrote: <- snip --> > The initrd.img that I have on my working system, as well as those > initrd.img that 'mkinitrd' generates when requested, are not compressed > files. Filenames are : initrd.img-2.6.20-16-386 for instance. No .gz > behind. I s

Re: problem compiling kernel

2009-08-24 Thread Emanoil Kotsev
Bernard wrote: >> >>You really could use the recent 2.6.30.4. There were different problems >>with 2.6.20 to 2.6.30. I find 2.6.30.4 the best I've had since 2.6.20. >> >> > I tried 2.6.30.4. Same result as with 2.6.26.2 : compiles without > errors, but crashes on boot. > so you are missing som

Re: problem compiling kernel

2009-08-24 Thread Bernard
Emanoil Kotsev wrote: Bernard wrote: Emanoil Kotsev wrote: Bernard wrote: Compiling md in the kernel is the right approach to boot from raided root without initrd. You can try this just skipping (deleteing the line in grub temporary) I just tried that. Raid compiled int

Re: problem compiling kernel

2009-08-23 Thread Emanoil Kotsev
Bernard wrote: > Emanoil Kotsev wrote: > >>Bernard wrote: >> >> >> >> >>Compiling md in the kernel is the right approach to boot from raided root >>without initrd. You can try this just skipping (deleteing the line in grub >>temporary) >> >> > I just tried that. Raid compiled into the kernel

Re: problem compiling kernel

2009-08-23 Thread Bernard
Emanoil Kotsev wrote: Bernard wrote: Compiling md in the kernel is the right approach to boot from raided root without initrd. You can try this just skipping (deleteing the line in grub temporary) I just tried that. Raid compiled into the kernel instead of modules. No initrd. Still cra

Re: problem compiling kernel

2009-08-22 Thread Emanoil Kotsev
Bernard wrote: > > 2.6.30.4 does compile all right, so does 2.6.26, but 2.6.20 does not. you find out why in the archives > Problem is that I still can't boot those I compiled, i.e. 2.6.26. because > the initrd.img is buggy. I did find something, still it is not enough to > get the process to w

Re: problem compiling kernel

2009-08-22 Thread Bernard
Emanoil Kotsev wrote: Emanoil Kotsev wrote: Sorry forgot to write Yes there is problem compiling the 2.6.20 with recent gcc The problem is the compiler. If you are compiling just grab the last version from kernel.org. 2.6.30.4 seems to be working fine Just to be objective the gnu

RE: problem compiling kernel

2009-08-21 Thread Kevin Ross
> From: news [mailto:n...@ger.gmane.org] On Behalf Of Emanoil Kotsev > Sent: Friday, August 21, 2009 1:55 PM > > Bernard wrote: > > > Emanoil Kotsev wrote: > > > >>Bernard wrote: > >> > >> > >> > > > > > >> > >>why not just compile it on your notebook (or copy a compiled kernel) > ?! > >> > >>you

Re: problem compiling kernel

2009-08-21 Thread Emanoil Kotsev
Bernard wrote: > Emanoil Kotsev wrote: > >>Bernard wrote: >> >> >> > > >> >>why not just compile it on your notebook (or copy a compiled kernel) ?! >> >>you also can just disable the loading of the sound modules to make it more >>simple. >> >> > > Things would be easy if all sound support

Re: problem compiling kernel

2009-08-21 Thread Bernard
Emanoil Kotsev wrote: try compiling the necessary modules _in_ the kernel. This is the way it has been done. So, I re-tried compiling after de-activating raid0 in the config, leaving only raid1... to the same end result. In the config it should be [*] not [M] if booting fro

Re: problem compiling kernel

2009-08-21 Thread Bernard
Emanoil Kotsev wrote: do you have a not raid boot partition, where you can put the initrd image? My boot partition is not raid, or, at least, even though it is mirrored, it remains in ext2fs, while the rest is in LVM2. So, the initrd image that I am trying is available at start,

Re: problem compiling kernel

2009-08-21 Thread Bernard
Emanoil Kotsev wrote: Bernard wrote: why not just compile it on your notebook (or copy a compiled kernel) ?! you also can just disable the loading of the sound modules to make it more simple. Things would be easy if all sound support were in modules. But some functions are part

Re: problem compiling kernel

2009-08-21 Thread Emanoil Kotsev
Emanoil Kotsev wrote: > Sorry forgot to write > > Yes there is problem compiling the 2.6.20 with recent gcc > > The problem is the compiler. If you are compiling just grab the last > version from kernel.org. > > 2.6.30.4 seems to be working fine > Just to be objective the gnu compiler people

Re: problem compiling kernel

2009-08-21 Thread Emanoil Kotsev
Sorry forgot to write Yes there is problem compiling the 2.6.20 with recent gcc The problem is the compiler. If you are compiling just grab the last version from kernel.org. 2.6.30.4 seems to be working fine >> >> So, upon my failures to recompile kernel 2.6.20-16-386, I tried >> downloading 2

Re: problem compiling kernel

2009-08-21 Thread Emanoil Kotsev
Bernard wrote: > Hi to Everyone, > > I need to re-compile my kernel so that it does not include sound support > inside. I am running Debian 3.1 (Sarge). My system is on RAID1. My /boot > partition is from /dev/sda1 (mirror on /dev/sdb1) installed on /dev/md0 > (ext3), while my '/' partition is fr

problem compiling kernel

2009-08-21 Thread Bernard
Hi to Everyone, I need to re-compile my kernel so that it does not include sound support inside. I am running Debian 3.1 (Sarge). My system is on RAID1. My /boot partition is from /dev/sda1 (mirror on /dev/sdb1) installed on /dev/md0 (ext3), while my '/' partition is from /dev/sda2 and /dev/sd

problem compiling kernel-headers-2.6.8-2-smp

2006-02-09 Thread Ivan Paganini
Hello everybody. I am trying to install anbd on a PIII cluster, and for that I have to compile the module that they provide. But unfortunately, I am not being capable of compile this module agaist the kernel-headers-2.6.8-2-686-smp. make menuconfig works nicely, but when I try to make or make modul

Re: Problem Compiling kernel-source-2.4.18

2004-01-14 Thread Jonathan Pietkiewicz
On Fri, Dec 05, 2003 at 10:00:48AM -0600, Hugo Vanwoerkom wrote: > >In the file included from ksym.c:50: > >/usr/src/kernel-source-2.4.18/include/asm/checksum.h:72:30: missing > >termintating " character > > If you are using gcc 3.3, which you are if you ran dist-upgrade, it > *will* complain of

Re: Problem Compiling kernel-source-2.4.18

2003-12-05 Thread Hugo Vanwoerkom
Thomas H. George wrote: My system is testing fully up-to-date. I just ran apt-get update and apt-get dist-upgrade which installed kernel-source-2.4.18.. My current kernel was built from kernel-source-2.4.22 but I have been experiencing irratic behavior - specifically many p80211/knetdev_hard-s

Problem Compiling kernel-source-2.4.18

2003-12-05 Thread Thomas H. George
My system is testing fully up-to-date. I just ran apt-get update and apt-get dist-upgrade which installed kernel-source-2.4.18.. My current kernel was built from kernel-source-2.4.22 but I have been experiencing irratic behavior - specifically many p80211/knetdev_hard-start_xinit: messages o

problem compiling kernel

2003-11-14 Thread Richard Kimber
I tried to compile a new kernel with CC=gcc-2.95 make-kpkg --added_patches=lowlatency,preempt --append-to-version=.rk1103 but got the following:- In file included from ide-cd.c:318: ide-cd.h:440: error: long, short, signed or unsigned used invalidly for `slot_tablelen' make[4]: *** [ide-cd.o] Err

lm_sensors: first problem compiling kernel

2001-09-12 Thread Julio Merino
Hi all, Here it comes my first problem... I've unpacked a freshly kernel-2.4.9 sources on /usr/src, and copied my old configuration there (.config). I've run make menuconfig and deselected the bttv drivers and i2c. (I've reviewed all the configuration and seems ok). So, I run: make-kpkg c

Problem compiling kernel

2000-09-20 Thread Georg Werthner
hi, i installed debian v2.2rc0. i have a problem compiling the kernel 2.2.17: the makefile in /usr/src/linux/arch/i386/boot wants to call as86 with options -0 -a and ld86. but as doesnt recognize the option -0 . funny thing is that bulding kernel 2.4.0test8 works. i also tried 2.2.15 but i had th

Re: dselect problem/compiling kernel

1999-02-09 Thread KTB
Thanks I have the packages installed:) I had forgotten a while back I was trying to figure out how to get kde off the extras cd and I was messing around with the access menu then and must have screwed it up so that I couldn't access the binary cd. Thanks, Kent David Stern wrote: > On Tue, 09

Re: dselect problem/compiling kernel

1999-02-09 Thread KTB
David Stern wrote: > On Tue, 09 Feb 1999 10:44:24 CST, KTB wrote: > > Hi, I'm attempting my first kernel compiling and was reading in the > > Debian User's Guide that an easy way to do this is to install, > > kernel-source and kernel-package. I have also heard there is an X > > configuration to

dselect problem/compiling kernel

1999-02-09 Thread KTB
Hi, I'm attempting my first kernel compiling and was reading in the Debian User's Guide that an easy way to do this is to install, kernel-source and kernel-package. I have also heard there is an X configuration tool for this also. Anyway I tried installing the kernel packages with dselect. I hav

Re: problem compiling kernel 2.0.34 under Debian 1.3.1

1998-07-06 Thread Patrick Olson
On Mon, 6 Jul 1998, Shaleh wrote: > > gcc: Internal compiler error: program cc1 got fatal signal 11 > > sig11 (signal 11) is often a sign of a hardware problem. Either you > machine is over/under clocked, over heating, has a memory glitch or > something. Sig 11 can also be one of the problems

Re: problem compiling kernel 2.0.34 under Debian 1.3.1

1998-07-06 Thread servis
*-Patrick Olson ( 6 Jul) | | I've been running Debian 1.3.1 with kernel 2.0.29 | | I decided to upgrade to kernel 2.0.34 but it fails during make zImage with | an error message. Can anyone help? | | Here's the error message and a few of the lines before it: | | gcc -D__KERNEL__ -I/usr/src/linu

Re: problem compiling kernel 2.0.34 under Debian 1.3.1

1998-07-06 Thread Brandon Mitchell
On Mon, 6 Jul 1998, Shaleh wrote: > > gcc: Internal compiler error: program cc1 got fatal signal 11 > > sig11 (signal 11) is often a sign of a hardware problem. Either you > machine is over/under clocked, over heating, has a memory glitch or > something. Sig 11 can also be one of the problems t

Re: problem compiling kernel 2.0.34 under Debian 1.3.1

1998-07-06 Thread Shaleh
> gcc: Internal compiler error: program cc1 got fatal signal 11 sig11 (signal 11) is often a sign of a hardware problem. Either you machine is over/under clocked, over heating, has a memory glitch or something. Sig 11 can also be one of the problems that appears and then never re-appears. --

problem compiling kernel 2.0.34 under Debian 1.3.1

1998-07-06 Thread Patrick Olson
I've been running Debian 1.3.1 with kernel 2.0.29 I decided to upgrade to kernel 2.0.34 but it fails during make zImage with an error message. Can anyone help? Here's the error message and a few of the lines before it: gcc -D__KERNEL__ -I/usr/src/linux-2.0.34/include -Wall -Wstrict-prototypes

Re: problem compiling kernel with sound

1997-09-14 Thread kestrel
On Sun, 14 Sep 1997, Oliver Elphick wrote: > In message <[EMAIL PROTECTED]>, writes: > >Has anyone had any luck with compiling a kernel on Debian? I can compile > [snip] > > I suggest that you use `make xconfig' or `make menuconfig' to set up > your kernel configuration. That should leave the

problem compiling kernel with sound

1997-09-14 Thread Ricardo Muggli
Has anyone had any luck with compiling a kernel on Debian? I can compile fine just as long as I don't try to compile with sound. NOTE: I did use the "make-kpkg -revision custom.1.0 kernel_image" option. This is the error I get (The same thing happens with 2.0.30 also): gcc -D__KERNEL__ -I/usr/src

Re: problem compiling kernel with sound

1997-09-14 Thread Oliver Elphick
In message <[EMAIL PROTECTED]>, writes: >Has anyone had any luck with compiling a kernel on Debian? I can compile >fine just as long as I don't try to compile with sound. NOTE: I did >use the "make-kpkg -revision custom.1.0 kernel_image" option. This is the >error I get (The same thing happ

Re: problem compiling kernel with sound

1997-09-14 Thread Shaleh
> #error You will need to configure the sound driver with > CONFIG_AUDIO option. I had to manually edit the option file in the kernel directory (Forgot its real name and am at work right now). Everytime I tried to specifiy an IRQ it told me I typed an invalid number -- even the default 7. -- TO

Problem compiling kernel

1997-05-24 Thread Seth Rutenberg
I am having difficulty compiling kernel 2.0.27 2. So I tried a compile without any of the kernel features for the sake of diagnosing the problem, and the problem persisted. It comes at the end when compiling is finished and make calls the ld command: ld: warning: cannot find entry symbol _start; d

Re: problem compiling kernel using make-kpkg

1997-01-15 Thread Brian Mays
Lawrence Chim <[EMAIL PROTECTED]> writes: > I have problem to compile the Linux kernel 2.0.28 using make-kpkg, > here is a part of the screen dump, it didn't happen when I compiled > 2.0.26 > > MIDI interface support (CONFIG_MIDI) [Y/n/?] > FM synthesizer (YM3812/OPL-3) support (CONFIG_YM3812) [

Re: problem compiling kernel using make-kpkg

1997-01-15 Thread Jon Rabone
> I have problem to compile the Linux kernel 2.0.28 using make-kpkg, > here is a part of the screen dump, it didn't happen when I compiled > 2.0.26 This is because the behaviour of GNU expr regexps in shellutils 1.14 has changed to be more POSIX-like, AND 2.0.28 has started using a different metho

problem compiling kernel using make-kpkg

1997-01-15 Thread Lawrence Chim
I have problem to compile the Linux kernel 2.0.28 using make-kpkg, here is a part of the screen dump, it didn't happen when I compiled 2.0.26 MIDI interface support (CONFIG_MIDI) [Y/n/?] FM synthesizer (YM3812/OPL-3) support (CONFIG_YM3812) [Y/n/?] I/O base for SB Check from manual of the card (