Re: Compiling kernel for powerpc64

2005-11-08 Thread Sven Luther
On Tue, Nov 08, 2005 at 07:50:25AM -0300, Eduardo Trápani wrote: > If I simply do apt-get --build, then all powerpc architectures are compiled > and that takes forever. How can I build just the powerpc64 flavour? edit debian/arch/powerpc/defines, and remove all but the powerpc64 flavour at the t

Compiling kernel for powerpc64

2005-11-08 Thread Eduardo Trápani
If I simply do apt-get --build, then all powerpc architectures are compiled and that takes forever. How can I build just the powerpc64 flavour? I moved into the unpacked source and tried: cp /boot/config-2.6.14-1-powerpc64 .config make-kpkg --subarch powerpc64 --initrd kernel-image I get mess

Re: Compiling kernel for ppc64

2005-10-27 Thread Sven Luther
On Thu, Oct 27, 2005 at 10:43:12AM -0300, Eduardo Trápani wrote: > >Can't you just use the prebuilt kernels from : > > > > http://people.debian.org/~luther/2.6.14-rc5 > > I was trying to do that. But now I have to apply the patch from Ben for > fan control. File a bug report against those pack

Re: Compiling kernel for ppc64

2005-10-27 Thread Eduardo Trápani
Can't you just use the prebuilt kernels from : http://people.debian.org/~luther/2.6.14-rc5 I was trying to do that. But now I have to apply the patch from Ben for fan control. You can naturally do it yourself by building either a ppc32->ppc64 cross compiler, or inside a etch/sid chroot, o

Re: Compiling kernel for ppc64

2005-10-26 Thread Sven Luther
On Wed, Oct 26, 2005 at 11:41:49AM -0300, Eduardo Trápani wrote: > Hello, > > Is there a way to compile the kernel for an iMac G5 without having to > upgrade the whole box to testing? Can't you just use the prebuilt kernels from : http://people.debian.org/~luther/2.6.14-rc5 ? You will need t

Compiling kernel for ppc64

2005-10-26 Thread Eduardo Trápani
Hello, Is there a way to compile the kernel for an iMac G5 without having to upgrade the whole box to testing? Thanks, Eduardo. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: trouble compiling kernel-2.6.12-rc5

2005-06-03 Thread Jeff Green
Mike writes: I see posts of people running 2.6.12-rc5 so i am wondering what I am doing wrong, my compile quits with No rule to make target `net/ipv4/netfilter/ipt_ecn.c', needed by `net/ipv4/netfilter/ipt_ecn.o'. Stop. Any ideas Fresh 2.6.11 tree patched to 2.6.12-rc5 --Mike S I had prob

trouble compiling kernel-2.6.12-rc5

2005-06-03 Thread Mike S
I see posts of people running 2.6.12-rc5 so i am wondering what I am doing wrong, my compile quits with No rule to make target `net/ipv4/netfilter/ipt_ecn.c', needed by `net/ipv4/netfilter/ipt_ecn.o'. Stop. Any ideas Fresh 2.6.11 tree patched to 2.6.12-rc5 --Mike S -- To UNSUBSCRIBE, e

Re: Is there any how-to on cross compiling kernel for ppc on x86

2004-10-27 Thread Eric C. Cooper
On Wed, Oct 27, 2004 at 08:38:22PM -0700, Shi Jin wrote: > Couldn't even find my CPU family in the "make xconfig" menus. 1. Install the toolchain-source package and build a PPC cross-compiler. See the HOWTO in /usr/share/doc/toolchain-source. 2. make ARCH=ppc CROSS_COMPILE=powerpc-linux- xconf

Is there any how-to on cross compiling kernel for ppc on x86

2004-10-27 Thread Shi Jin
Couldn't even find my CPU family in the "make xconfig" menus. Please help me. Thanks a lot. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: error compiling kernel

2004-03-23 Thread jan . palic
Hi .. On Mon, Mar 22, 2004 at 06:43:01PM +, Alain Perry wrote: >> - the compiler (gcc-3.3.3 is very unstable and is crashing with >> segfaults and assembly-error-messages very often). > >> Is there anyone, who seen something similiar? >I had this problem when I was running a preemptible ke

Re: error compiling kernel

2004-03-22 Thread Alain Perry
> - the compiler (gcc-3.3.3 is very unstable and is crashing with > segfaults and assembly-error-messages very often). > Is there anyone, who seen something similiar? I had this problem when I was running a preemptible kernel compiled from the benh tree. Preemptible on PPC seems to be strongly

Re: error compiling kernel

2004-03-22 Thread Jan-Hendrik Palic
Hi there ... I am playing some weeks with Kernel from 2.6.3-ben2 up to 2.6.5-rc2. My best experiances (Ibook2 500Mhz) are with 2.6.3-ben2, but there are some issues: - my usb-stick (/dev/sda1) is not comming up. I am not able to mount it, but all related modules (scsi_mod, sd_mod and sg and u

Re: error compiling kernel

2004-03-21 Thread Cedric Pradalier
On this ibook, you should rather take kernel 2.6.4 from kernel.org. Everything is supported. You may also switch to a newer gcc... On Sun, 21 Mar 2004 21:32:37 +0100 (CET), Elder Guerra gracefully wrote: >hello >I´ve got debian woody on a ibook 700 12" >Linux version 2.4.18-newpmac ([EMAIL PROTEC

error compiling kernel

2004-03-21 Thread Elder Guerra
hello I´ve got debian woody on a ibook 700 12" Linux version 2.4.18-newpmac ([EMAIL PROTECTED]) (gcc version 2.95.4 20011002 (Debian prerelease)) #1 Thu Mar 14 22:44:49 EST 2002 when I do machete:~# modprobe dmasound_pmac dmasound_pmac: couldn't find a Codec we can handle /lib/modules/2.4.18-newp

Re: Compiling kernel 2.6 on sid

2004-02-13 Thread David Pye
Yeah, I know I need modules and make modules install However, the initial kernel boot should still happen with or without these (I have tried both).. David On Friday 13 February 2004 17:57, you wrote: > Hi, > > David Pye a écrit : > > Hi, > > Any idea what I'm doing wrong? > > > > A simple m

Compiling kernel 2.6 on sid

2004-02-13 Thread David Pye
Hi, I'm trying to compile the latest rsync'd benh 2.5 kernel (2.6.something) and I have no luck whatsoever. After installing my new kernel, when I try to boot it, I get an Openfirmware error, of invalid memory access, and I get dumped at a strange OF prompt, saying "type shut-down to shut down

Re: problem compiling kernel 2.6

2003-12-27 Thread Mich Lanners
On 26 Dec, this message from Lee Braiden echoed through cyberspace: > On Friday 26 Dec 2003 9:54 pm, Mich Lanners wrote: >> PlanB in 2.6 kernels is completely foobar'ed. Don't attempt to >> compile it until further notice :-) (that is until I have time fixing >> it). > > Isn't there an option in

Re: problem compiling kernel 2.6

2003-12-26 Thread Lee Braiden
On Friday 26 Dec 2003 9:54 pm, Mich Lanners wrote: > PlanB in 2.6 kernels is completely foobar'ed. Don't attempt to compile > it until further notice :-) (that is until I have time fixing it). Isn't there an option in 2.6 that needs to be specifically enabled to include non-compiling drivers? --

Re: problem compiling kernel 2.6

2003-12-26 Thread Mich Lanners
On 22 Dec, this message from Vincent Bernat echoed through cyberspace: > OoO En cette matinée ensoleillée du lundi 22 décembre 2003, vers > 09:55, Carlos Agüero <[EMAIL PROTECTED]> disait: > >> I've an error: >> CC [M] drivers/media/video/planb.o > > Do not compile this driver (remove i

Re: problem compiling kernel 2.6

2003-12-22 Thread Vincent Bernat
OoO En cette matinée ensoleillée du lundi 22 décembre 2003, vers 09:55, Carlos Agüero <[EMAIL PROTECTED]> disait: > I've an error: > CC [M] drivers/media/video/planb.o Do not compile this driver (remove it with make gconfig). -- BOFH excuse #288: Hard drive sleeping. Let it wake up on i

problem compiling kernel 2.6

2003-12-22 Thread Carlos Agüero
Hello, I've downloaded kernel 2.6 using: 'rsync -avz --delete source.mvista.com::linuxppc-2.5-benh /usr/src/benh-kernel' After make 'make gconfig' and 'make-kpkg --revision carlos.2 kernel-image' I've an error: CC [M] drivers/media/video/planb.o drivers/media/video/planb.c:94: aviso:

problems with compiling kernel

2003-09-01 Thread Grzesiek Sedek
Hi I'm trying to compile kernel on Xserve. I've rsync'ed benh kernel and issued make-kpkg kernel_image after a while I'm getting this error: Any ideas? Thaks. /usr/bin/make -C arch/ppc/lib modules_install make[3]: Entering directory `/usr/src/benh_kernel/arch/ppc/lib' make[3]: Nothing to be do

Re: compiling kernel on G4/867 12"

2003-06-06 Thread Georg Koss
Hi Nick, sorry for late answer, I'm on holidays ;)) On Wed, Jun 04, 2003 at 12:03:56PM +0100, Nick BERTRAND wrote: > > Is it a case of having to install some pcmcia related stuff - prior > to doing a make-kkkg? If you don't need that pcmcia-stuff you probably want to postpone it for the moment

RE: compiling kernel on G4/867 12"

2003-06-04 Thread Nick BERTRAND
Thanks, but I have pbs putting this into practice. >For a punt, you could just try commenting out this cp in the Makefile. What should it comment out exactly, as commenting out the the 3 lines in /usr/src/Makefile .PHONY: _modinst_post _modinst_post: _modinst_post_pcmcia if [ -r System.m

Re: compiling kernel on G4/867 12"

2003-06-03 Thread Chris Tillman
On Tue, Jun 03, 2003 at 07:51:26PM +0100, Nick BERTRAND wrote: > Dear List, > > Apologize in advance for this total newbie question (I’ve made every effort to > follow the available instructions online, and looked at lists etc., including > http://lists.debian.org/debian-powerpc/2003/debian-powerp

compiling kernel on G4/867 12"

2003-06-03 Thread Nick BERTRAND
Dear List, Apologize in advance for this total newbie question (I’ve made every effort to follow the available instructions online, and looked at lists etc., including http://lists.debian.org/debian-powerpc/2003/debian-powerpc-200303/msg00149.html) I’ve been trying to install Debian on my PowerBo

Re: Compiling kernel on ibook2: no keyboard

2002-06-10 Thread Chris Tillman
On Mon, Jun 10, 2002 at 02:33:55PM -0400, David Anthony Hacker wrote: > > the option CONFIG_MAC_ADBKEYCODES, is not present in my .config file. I > am using the 2.4.18 source tree. > > I have the same problem... In that case, you probably upgraded your kernel from one that did have that set, a

Re: Compiling kernel on ibook2: no keyboard

2002-06-10 Thread David Anthony Hacker
the option CONFIG_MAC_ADBKEYCODES, is not present in my .config file. I am using the 2.4.18 source tree. I have the same problem... ___ David Anthony Hacker Helper Monkey Media Union On Mon, 10 Jun 2002, Josh Huber wrote: > M

Re: Compiling kernel on ibook2: no keyboard

2002-06-10 Thread Josh Huber
Marc Menem <[EMAIL PROTECTED]> writes: > [...] Turn off support for ADB keycodes when building the kernel. The option is CONFIG_MAC_ADBKEYCODES, make sure it's OFF in the .config file. > By the way is there any proper way to reboot in this situation, > because i am reseting every time without u

Compiling kernel on ibook2: no keyboard

2002-06-10 Thread Marc Menem
Hi, I got the new ibook G3 700 with a Radeon and i'm trying to setup debian on it. Everything is working ok (i compiled xfree 4.2 for the radeon), except that i can't compile a working kernel ! I am using right now the default kernel of the debian installer (no sound, no power management, no rad

Re: Compiling kernel on iMac for the first time..

2001-11-06 Thread Georg Koss
Hello again, and SORRY, On Mon, Nov 05, 2001 at 03:44:42PM -0900, Ethan Benson wrote: > > what does this have to do with yaboot.conf > I wrote before I actually understood the question :-/ SY & -- M.f.G. Georg Koss mailto: [EMAIL PROTECTED]

Re: Compiling kernel on iMac for the first time..

2001-11-05 Thread Ethan Benson
On Mon, Nov 05, 2001 at 08:38:17PM +0100, Georg Koss wrote: > Hi Rory! > On Mon, Nov 05, 2001 at 10:22:43AM +, Rory Campbell-Lange wrote: > > > > > If the backup image would be used when a new image was unusable (eg I > > ended a config line with "" and yaboot wouldn't use my new config file

Re: Compiling kernel on iMac for the first time..

2001-11-05 Thread Georg Koss
Hi Rory! On Mon, Nov 05, 2001 at 10:22:43AM +, Rory Campbell-Lange wrote: > If the backup image would be used when a new image was unusable (eg I > ended a config line with "" and yaboot wouldn't use my new config file > last week) I reckon that would be tremendously useful. Just a side-mar

Re: Compiling kernel on iMac for the first time..

2001-11-05 Thread Ethan Benson
On Mon, Nov 05, 2001 at 10:22:43AM +, Rory Campbell-Lange wrote: > > If the backup image would be used when a new image was unusable (eg I > ended a config line with "" and yaboot wouldn't use my new config file > last week) I reckon that would be tremendously useful. if your yaboot.conf is s

Re: Compiling kernel on iMac for the first time..

2001-11-05 Thread Rory Campbell-Lange
Ethan Benson ([EMAIL PROTECTED]) wrote: > On Thu, Sep 27, 2001 at 05:09:50PM -0700, Matt Brubeck wrote: > > On Thu, 27 Sep 2001, Ethan Benson wrote: > > > > > > If you use the debian kernel-package to build your kernel, you can > > > > just leave yaboot in the default configuration, and the packa

Re: Compiling kernel on iMac for the first time..

2001-09-28 Thread Colin Walters
Ethan Benson <[EMAIL PROTECTED]> writes: > the only problem i can think of is people wondering why yabootconfig > generates a config with an image entry pointing to a non-existing > kernel. Right; a comment like # This entry is for a backup kernel image. When installing a new # Debian package (

Re: Compiling kernel on iMac for the first time..

2001-09-28 Thread Ethan Benson
On Thu, Sep 27, 2001 at 09:17:12PM -0400, Colin Walters wrote: > Ethan Benson <[EMAIL PROTECTED]> writes: > > > that was when yaboot shipped with a config file, now it doesn't and > > yabootconfig doesn't put a backup image in by default. > > > > i could add that i suppose, what do people think?

Re: Compiling kernel on iMac for the first time..

2001-09-27 Thread Colin Walters
Ethan Benson <[EMAIL PROTECTED]> writes: > that was when yaboot shipped with a config file, now it doesn't and > yabootconfig doesn't put a backup image in by default. > > i could add that i suppose, what do people think? It can't hurt anything, right? And it will be helpful in the case where s

Re: Compiling kernel on iMac for the first time..

2001-09-27 Thread Ethan Benson
On Thu, Sep 27, 2001 at 05:09:50PM -0700, Matt Brubeck wrote: > On Thu, 27 Sep 2001, Ethan Benson wrote: > > > > If you use the debian kernel-package to build your kernel, you can > > > just leave yaboot in the default configuration, and the packaging > > > system will automatically update the app

Re: Compiling kernel on iMac for the first time..

2001-09-27 Thread Matt Brubeck
On Thu, 27 Sep 2001, Ethan Benson wrote: > > If you use the debian kernel-package to build your kernel, you can > > just leave yaboot in the default configuration, and the packaging > > system will automatically update the appropriate symlinks. > > yes but by default there is no fallback image. >

Re: Compiling kernel on iMac for the first time..

2001-09-27 Thread Ethan Benson
On Thu, Sep 27, 2001 at 03:38:15PM -0700, Matt Brubeck wrote: > On Thu, 27 Sep 2001, Patrick R. Klee wrote: > > > I am also recompiling my kernel to get sound to work. I want to > > know what I edit to reboot into the kernel, fr example at boot: > > > > boot: Linux (for old kernel) > > boot: new

Re: Compiling kernel on iMac for the first time..

2001-09-27 Thread Matt Brubeck
On Thu, 27 Sep 2001, Patrick R. Klee wrote: > I am also recompiling my kernel to get sound to work. I want to > know what I edit to reboot into the kernel, fr example at boot: > > boot: Linux (for old kernel) > boot: new (for recompiled kernel) If you use yaboot/ybin, edit /etc/yaboot.conf as d

Compiling kernel on iMac for the first time..

2001-09-27 Thread Patrick R. Klee
Hi, I am also recompiling my kernel to get sound to work. I want to know what I edit to reboot into the kernel, fr example at boot: boot: Linux (for old kernel) boot: new (for recompiled kernel) Follow me? I have never tried to recompile a kernel on mac OR on PC but i am sure it's differ

Re: error compiling kernel

2001-08-24 Thread Derrik Pates
On Fri, 24 Aug 2001, Ivan wrote: > hi all, i'm having this error compiling the 2.4.9 benh kernel Disable the UniNorth AGP GART support for now. It's still very in development (and apparently broken as of now quite completely). Derrik Pates | Sysadmin, Douglas School |#linuxOS on EFn

error compiling kernel

2001-08-24 Thread Ivan
hi all, i'm having this error compiling the 2.4.9 benh kernel gcc -D__KERNEL__ -I/usr/src/linux-benh/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -D__powerpc__ -fsigned-char -msoft-float -pipe -ffixed-r2 -Wno-uninitialized -mmultiple

Re: Problem compiling kernel (BenH) for Tibook

2001-05-01 Thread Jonas Smedegaard
On Tue, 1 May 2001, franck routier wrote: > I am trying to install Debian on my brand new Tibook. > I have a valid install, upgraded from potato to sid (I know it's not that > clever, but I did it :-) [cut] > Anyway, I rsynced the benh kernel source, but I cannot compile it. I got Have a look at

Re: Problem compiling kernel (BenH) for Tibook

2001-05-01 Thread Benjamin Herrenschmidt
> >pci.c : In function 'pci_bus_to_phys' >pci.c:936: 'dev' undeclared (first use in this function) >[...] >make[1]: *** [pci.o] Error 1 >[...] Looks like you compiled with CONFIG_POWER4 which is definitely wrong for 32 bits machines. Make sure you selected the 6xx/7xx CPU in the config. Ben.

Problem compiling kernel (BenH) for Tibook

2001-05-01 Thread franck routier
Hi, I am trying to install Debian on my brand new Tibook. I have a valid install, upgraded from potato to sid (I know it's not that clever, but I did it :-) Now I would like to have X running (and maybe gnome, but i'm not there yet). I have the exact same problem Matt Mohebbi had in a thread TiP

Re: Compiling kernel 2.4.3 on iBook/Debian2.2r2

2001-04-24 Thread Steven Hanley
> unless you have a specific need (read hardware support) for 2.4 you > are MUCH better off sticking with 2.2.19 which is fine from > ftp.kernel.org (no patch required). his subject says it all Compiling kernel 2.4.3 on iBook/Debian2.2r2 he does have special hardware requirements, AFAIK ben'

Re: Compiling kernel 2.4.3 on iBook/Debian2.2r2

2001-04-23 Thread Jonas Smedegaard
On Sun, 22 Apr 2001, Grant Miller wrote: > On Sun, Apr 22, 2001 at 08:21:41AM +0200, Jean-Noel Colin wrote: > > Hi > > > > I am trying to compile kernel 2.4.3 downloaded from www.kernel.org. > > I made a make menuconfig to select the configuration and that ran > > make vmlinux, I get the error me

Re: Compiling kernel 2.4.3 on iBook/Debian2.2r2

2001-04-22 Thread Ethan Benson
On Sun, Apr 22, 2001 at 12:20:11AM -0700, Grant Miller wrote: > On Sun, Apr 22, 2001 at 08:21:41AM +0200, Jean-Noel Colin wrote: > > Hi > > > > I am trying to compile kernel 2.4.3 downloaded from www.kernel.org. > > I made a make menuconfig to select the configuration and that ran > > make vmlinux

Re: Compiling kernel 2.4.3 on iBook/Debian2.2r2

2001-04-22 Thread Grant Miller
On Sun, Apr 22, 2001 at 08:21:41AM +0200, Jean-Noel Colin wrote: > Hi > > I am trying to compile kernel 2.4.3 downloaded from www.kernel.org. > I made a make menuconfig to select the configuration and that ran > make vmlinux, I get the error messages below. > Don't use the 2.4 kernels from kern

Compiling kernel 2.4.3 on iBook/Debian2.2r2

2001-04-22 Thread Jean-Noel Colin
Hi I am trying to compile kernel 2.4.3 downloaded from www.kernel.org. I made a make menuconfig to select the configuration and that ran make vmlinux, I get the error messages below. Can someone help Thanks a lot Jean-Noel Colin make[1]: Entering directory `/usr/src/linux-2.4.3/arch/ppc/xmon'

Re: Compiling kernel 2.4.0

2001-01-10 Thread Michel Dänzer
Charles Brunet wrote: > I just rsync the new 2.4.0 kernel. I was already using a 2.4.0-testsomething > kernel. make-kpkg kernel_image and I get the following compiling error: > > r128_cce.c: in function r128_cce_init_ring_buffer > r128_cce.c: 339: structure has no member named agp > > What is wr

Compiling kernel 2.4.0

2001-01-10 Thread Charles Brunet
Hi! I just rsync the new 2.4.0 kernel. I was already using a 2.4.0-testsomething kernel. make-kpkg kernel_image and I get the following compiling error: r128_cce.c: in function r128_cce_init_ring_buffer r128_cce.c: 339: structure has no member named agp What is wrong? _

Re: Compiling Kernel 2.4 ... strange problems ...

2000-12-10 Thread Michael Flaig
On Sun, Dec 10, 2000 at 07:50:02AM +0100, Claus wrote: > >: Which IrDA Interface is in my Pismo 400 ? Which Driver do I need ? > > palm, print, PB, phone? > almost everything is explained in the irda howto. > > 7:[EMAIL PROTECTED]/1 ~ > dmesg | grep tty > tty00 at 0xf3013020 (irq = 15) is a

Re: Compiling Kernel 2.4 ... strange problems ...

2000-12-10 Thread Claus
>: Which IrDA Interface is in my Pismo 400 ? Which Driver do I need ? palm, print, PB, phone? almost everything is explained in the irda howto. 7:[EMAIL PROTECTED]/1 ~ > dmesg | grep tty tty00 at 0xf3013020 (irq = 15) is a Z8530 ESCC, port = modem-printer tty01 at 0xf3013000 (irq = 16) is a

Re: Compiling Kernel 2.4 ... strange problems ...

2000-12-09 Thread Josh Huber
On Sat, Dec 09, 2000 at 06:22:02PM +0100, Michael Flaig wrote: (B> Hi! (B (B[snip] (B (B> I took the Kernel that is compiled as zImage in (B> /usr/src/linux-pmac-devel/arch/ppc/chrpboot/ (B (B[snip] (B (B> PS. It$B!-(Bs a Pismo 400 and the Framebuffer Driver for Rage128 is (B> compil

Compiling Kernel 2.4 ... strange problems ...

2000-12-09 Thread Michael Flaig
Hi! I compiled the Kernel 2.4 ... kwl, it compiled but ... ... when the kernel is boots I´m landing in the Open Firmware. What is that ? How did I get there ? Strange ... I took the Kernel that is compiled as zImage in /usr/src/linux-pmac-devel/arch/ppc/chrpboot/ Has anyone had this problems

Re: compiling kernel

2000-07-11 Thread Josh
> apt-get --purge remove libc6-dev && apt-get install libc6-dev Yes! That did it. Thank you very much! Back to the Airport thread...

Re: compiling kernel

2000-07-11 Thread Ethan Benson
On Tue, Jul 11, 2000 at 12:52:31AM -0500, Josh wrote: > > what include links? you aren't redhatizing your system by replacing > > /usr/include/linux with a symlink to /usr/src/linux/include/linux are > > you? > > Well, this was a problem I talked about earlier in this thread. I was > originall

Re: compiling kernel

2000-07-11 Thread Josh
> what include links? you aren't redhatizing your system by replacing > /usr/include/linux with a symlink to /usr/src/linux/include/linux are > you? Well, this was a problem I talked about earlier in this thread. I was originally compiling the kernel so I could make my G3 Powerbook work with a

Re: compiling kernel

2000-07-11 Thread Ethan Benson
On Mon, Jul 10, 2000 at 11:53:36PM -0500, Josh wrote: > > libncurses-dev | ncurses-dev, task-tcltk-dev, kernel-package were installed > bin 86 couldn't be found (ftp.debian.org, ftp.us.debian.org) bin86 is an intel specific package, ignore it. > >tell me again what process your using for build

Re: compiling kernel

2000-07-10 Thread Josh
>install all of this: > >Depends: binutils, bzip2, fileutils (>= 4.0) >Recommends: libc-dev, gcc, make >Suggests: libncurses-dev | ncurses-dev, task-tcltk-dev, >kernel-package, bin86 libncurses-dev | ncurses-dev, task-tcltk-dev, kernel-package were installed bin 86 couldn't be found (ftp.debian.or

Re: compiling kernel

2000-07-10 Thread Ethan Benson
On Mon, Jul 10, 2000 at 09:30:48PM -0500, Josh wrote: > > also check that you have a /usr/src/linux symlink pointing at your > > kenrel source (did i already mention that?) > > Got that. > > > also are you using kernel sources from paul's rsync tree? or > > ftp.kernel.org? or a debian kernel sou

Re: compiling kernel

2000-07-10 Thread Josh
> also check that you have a /usr/src/linux symlink pointing at your > kenrel source (did i already mention that?) Got that. > also are you using kernel sources from paul's rsync tree? or > ftp.kernel.org? or a debian kernel source package? >From ftp.kernel.org (I think)

Re: compiling kernel

2000-07-10 Thread Josh
Sorry to repost this, I think I sent it to wrong thread berfore (and I'm kind of stuck at this point): > > install libc6-dev and at least that error will go away, you may have > > to install a couple others. I did: apt-get install libc6-dev Message was that I had the latest version. I did 'apt-g

[Fwd: compiling kernel]

2000-07-10 Thread Josh
Josh wrote: > > install libc6-dev and at least that error will go away, you may have > > to install a couple others. > > I did: apt-get install libc6-dev > Message was that I had the latest version. I did 'apt-get update' and > 'apt-get > upgrade'. > I get the same message when I do 'make vmli

Re: compiling kernel

2000-07-09 Thread Ethan Benson
On Sun, Jul 09, 2000 at 07:59:48AM -0500, Josh wrote: > I did everything as instructed, then at 'make vmlinux' got the following > message, rather quickly (I repeated with newly unpacked source and got the > same): > > In file included from /usr/include/errno.h:36 > from s

Re: compiling kernel

2000-07-09 Thread Josh
I did everything as instructed, then at 'make vmlinux' got the following message, rather quickly (I repeated with newly unpacked source and got the same): In file included from /usr/include/errno.h:36 from scripts/split-include.c:26 /usr/include/bits/errno.h:25: linux/errn

Re: compiling kernel

2000-07-09 Thread Ethan Benson
On Sat, Jul 08, 2000 at 11:35:52PM -0500, Josh wrote: > Cool, I'll try this. Is there a reason for not doing the whole thing as > root? > When I compiled the first time, I could not do the'make mrproper' except as > root (some weird stuff happened, but I don't remember exactly what). But I > have

Re: compiling kernel

2000-07-08 Thread Josh
Cool, I'll try this. Is there a reason for not doing the whole thing as root? When I compiled the first time, I could not do the'make mrproper' except as root (some weird stuff happened, but I don't remember exactly what). But I haven't checked the path as normal user (I don't know why else 'make

Re: compiling kernel

2000-07-08 Thread C.M. Connelly
"J" == Josh <[EMAIL PROTECTED]> writes: J> I removed EXTRAVERSION field (blank) I removed usr/include J> links (asm,linux,scsi) Apparently I have the latest version J> of libc6-dev Good. J> Should I manually change /lib/modules/2.2.162.2.16 to J> 2.2.16? No. Delete the direct

Re: compiling kernel

2000-07-08 Thread Josh
I removed EXTRAVERSION field (blank) I removed usr/include links (asm,linux,scsi) Apparently I have the latest version of libc6-dev I rebooted uname -a still gives me version 2.2.162.2.16 Should I manually change /lib/modules/2.2.162.2.16 to 2.2.16? Or should I just re-compile the kernel? And

Re: compiling kernel

2000-07-07 Thread Nelson Abramson
Josh wrote: > > Not copy, install. Install the libc6-header rpm (the name is something like > > that). > > rpm, so its not a debian package? or is it on the debian ftp site? Erp...sorry about that, mental hiccup :-) There are .debs too for the same package, I forgot which list I was posting to

Re: compiling kernel

2000-07-07 Thread C.M. Connelly
"J" == Josh <[EMAIL PROTECTED]> "NA" == Nelson Abramson <[EMAIL PROTECTED]> NA> Not copy, install. Install the libc6-header rpm (the name NA> is something like that). J> rpm, so its not a debian package? or is it on the debian J> ftp site? As I said in my message, the Debian pac

Re: compiling kernel

2000-07-07 Thread C.M. Connelly
"J" == Josh <[EMAIL PROTECTED]> writes: Me> Yes. Put something else (like the name of your dog, your Me> cat, your fish, or your second-grade teacher there Me> instead). J> even if I didn't name vmlinux and System.map with an extra J> name? In that case, no, don't bother with E

Re: compiling kernel

2000-07-07 Thread Josh
> Not copy, install. Install the libc6-header rpm (the name is something like > that). rpm, so its not a debian package? or is it on the debian ftp site?

Re: compiling kernel

2000-07-07 Thread Nelson Abramson
Josh wrote: > > You *should not* have links to those directories in your kernel > > source. There's a whole thread on this topic in debian-powerpc > > from back in January of 2000 -- search for ``Subject: Continuing > > annoyances...'' > > OK, I read some of that, but what do I do now? Can I jus

Re: compiling kernel

2000-07-07 Thread Matt Brubeck
> > Yes. Put something else (like the name of your dog, your cat, > > your fish, or your second-grade teacher there instead). > > even if I didn't name vmlinux and System.map with an extra name? You shouldn't be setting EXTRAVERSION at all unless you are modifying the kernel source and distribut

Re: compiling kernel

2000-07-07 Thread Josh
> You *should not* have links to those directories in your kernel > source. There's a whole thread on this topic in debian-powerpc > from back in January of 2000 -- search for ``Subject: Continuing > annoyances...'' OK, I read some of that, but what do I do now? Can I just remove the links? > y

Re: compiling kernel

2000-07-07 Thread Josh
> Yes. Put something else (like the name of your dog, your cat, > your fish, or your second-grade teacher there instead). even if I didn't name vmlinux and System.map with an extra name?

Re: compiling kernel

2000-07-07 Thread C.M. Connelly
"J" == Josh <[EMAIL PROTECTED]> writes: J> Ok, maybe this is the deal. I think I put '2.2.16' in the J> EXTRAVERSION field in the Makefile. Would that add the J> extra 2.2.16? Yes. J> I didn't name anything else like that. Can I just take it J> out of the Makefile? Yes. Put

Re: compiling kernel

2000-07-07 Thread C.M. Connelly
"J" == Josh <[EMAIL PROTECTED]> writes: J> One other thing I did (that I found on some on-line J> documentation) when compiling kernel was to make new links J> from /usr/include/asm /usr/include/linux /usr/include/scsi J> to /usr/src/linux/include/asm-ppc

Re: compiling kernel

2000-07-07 Thread Josh
Ok, maybe this is the deal. I think I put '2.2.16' in the EXTRAVERSION field in the Makefile. Would that add the extra 2.2.16? I didn't name anything else like that. Can I just take it out of the Makefile?

Re: compiling kernel

2000-07-07 Thread Josh
One other thing I did (that I found on some on-line documentation) when compiling kernel was to make new links from /usr/include/asm /usr/include/linux /usr/include/scsi to /usr/src/linux/include/asm-ppc /usr/src/linux/include/linux /usr/src/linux/include/scsi (after removing the old ones) Is

Re: compiling kernel

2000-07-07 Thread Josh Huber
On Fri, Jul 07, 2000 at 04:32:55PM -0500, Josh wrote: > uname -a: > > Linux debian 2.2.162.2.16 #1 Thu July 6 22:38:31 CDT 2000 ppc unknown > > Also, when doing the PCMCIA stuff there was a 'binary operator expected' > message before > the other ones (I don't know if that tells you anything). Y

Re: compiling kernel

2000-07-07 Thread Josh
> On Fri, Jul 07, 2000 at 04:03:37PM -0500, Josh wrote: > > Compiling the kernel seemed to go ok. Rebooted fine. When I tried to > > install > > PCMCIA stuff, some weird things happened. Such as: > > > > module directory: > > /lib/modules/2.2.162.2.16 /pcmcia not found > > > > This message came

Re: compiling kernel

2000-07-07 Thread Nelson Abramson
Josh wrote: > Compiling the kernel seemed to go ok. Rebooted fine. When I tried to install > PCMCIA stuff, some weird things happened. Such as: > > module directory: > /lib/modules/2.2.162.2.16 /pcmcia not found ^ That's pretty weird. I am not aware of an

Re: compiling kernel

2000-07-07 Thread Josh Huber
On Fri, Jul 07, 2000 at 04:03:37PM -0500, Josh wrote: > Compiling the kernel seemed to go ok. Rebooted fine. When I tried to install > PCMCIA stuff, some weird things happened. Such as: > > module directory: > /lib/modules/2.2.162.2.16 /pcmcia not found > > This message came up a few times dur

Re: compiling kernel

2000-07-07 Thread Josh
Compiling the kernel seemed to go ok. Rebooted fine. When I tried to install PCMCIA stuff, some weird things happened. Such as: module directory: /lib/modules/2.2.162.2.16 /pcmcia not found This message came up a few times during the end of PCMCIA 'make install' (man probe then that, dep mod

Re: compiling kernel

2000-07-06 Thread Matt Brubeck
On Thu, 6 Jul 2000, Josh wrote: > OK, I've followed all directions I've collected and I am at the point of > doing 'make mrproper' and now I'm getting a 'make; command not found' > message (as root). What am I missing? Make. Do you have the "make" package installed? Is the binary in root's PATH

Re: compiling kernel

2000-07-06 Thread Nelson Abramson
Josh wrote: > OK, I've followed all directions I've collected and I am at the point of > doing 'make mrproper' and now I'm getting a 'make; command not found' > message (as root). What am I missing? Probably the package make. You will also want to make sure that you have gcc, binutils, and many

Re: compiling kernel

2000-07-06 Thread Josh
OK, I've followed all directions I've collected and I am at the point of doing 'make mrproper' and now I'm getting a 'make; command not found' message (as root). What am I missing?

Re: compiling kernel

2000-07-06 Thread Michel Dänzer
Jim wrote: > Mount points are existing directories (right?) Right. Whatever that directory contains is shadowed by the mounted partition as long as it's mounted. Then when you unmount it, the original contents are back there. Michel -- The three Rs of Microsoft support: Retry, Reboot, Reinst

Re: compiling kernel

2000-07-05 Thread C.M. Connelly
"J" == Jim <[EMAIL PROTECTED]> J> Mount points are existing directories (right?) Right. The mount point has to exist as a directory on the file system on top of which you're mounting the other file system. That is, you can't mount a /usr/local partition as /usr/local unless you have a loca

Re: compiling kernel

2000-07-05 Thread Jim
MOL is Mac-On-Linux, http://www.maconlinux.org Mount points are existing directories (right?) > From: Josh <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Wed, 05 Jul 2000 14:23:23 -0500 > To: Tom <[EMAIL PROTECTED]> > Cc: "debian-powerpc@lists.debia

Re: compiling kernel

2000-07-05 Thread Josh
Tom wrote: > Although mounting your MacOS disks automatically eases moving your > kernels, mounted MacOS disks are read-only disks if you run MOL. If your > primary disk is read-only, upon MOL startup the app will hang. MOL needs > a read-write partition. Took me a while to figure out why I ha

Re: compiling kernel

2000-07-05 Thread C.M. Connelly
"DB" == David Brown <[EMAIL PROTECTED]> "TR" == Tom R. <[EMAIL PROTECTED]> TR> Although mounting your MacOS disks automatically eases TR> moving your kernels, mounted MacOS disks are read-only disks TR> if you run MOL. If your primary disk is read-only, upon MOL TR> startup the app w

  1   2   >