Re: [kbuild-devel] Announce: Kernel Build for 2.5, release 3.0 isavailable

2002-06-03 Thread Thomas Duffy
On Sun, 2002-06-02 at 19:35, Keith Owens wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Content-Type: text/plain; charset=us-ascii Release 3.0 of kernel build for kernel 2.5 (kbuild 2.5) is available. http://sourceforge.net/projects/kbuild/, package kbuild-2.5, download release

Re: [kbuild-devel] Announce: Kernel Build for 2.5, release 3.0 isavailable

2002-06-03 Thread Thomas Duffy
On Mon, 2002-06-03 at 13:06, Thunder from the hill wrote: Could you please try the core-14 beforehand? (Yes, beat me, Keith, but if it works, we'll have a stepping stone!) = core-14 works fine... -tduffy ___ Don't miss the 2002

Re: [kbuild-devel] Announce: Kernel Build for 2.5, release 3.0 isavailable

2002-06-03 Thread Thomas Duffy
On Mon, 2002-06-03 at 17:19, Keith Owens wrote: Index: 18.85/scripts/pp_db.c --- 18.85/scripts/pp_db.c Fri, 31 May 2002 17:20:09 +1000 kaos (linux-2.4/T/f/42_pp_db.c 1.17 644) +++ 18.85(w)/scripts/pp_db.c Tue, 04 Jun 2002 10:17:10 +1000 kaos (linux-2.4/T/f/42_pp_db.c 1.17 644) @@ -305,7

Re: [kbuild-devel] Re: Announce: Kernel Build for 2.5, Release 2.4is available

2002-05-14 Thread Thomas Duffy
On Mon, 2002-05-13 at 22:44, Keith Owens wrote: On Sat, 04 May 2002 00:19:10 +1000, Keith Owens [EMAIL PROTECTED] wrote: Release 2.4 of kernel build for kernel 2.5 (kbuild 2.5) is available. http://sourceforge.net/projects/kbuild/, package kbuild-2.5, download release 2.4. Just for shits

[kbuild-devel] sparc64 asm-offsets in headers

2002-05-09 Thread Thomas Duffy
I am working on getting the new kbuild 2.5 asm offsets working in the 2.5.14 sparc64 tree and running into one issue. in kernel/sched.c, a call to switch_task is called. this is #defined in include/asm-sparc64/system.h with inline assembly that uses various offsets. How can I make kbuild 2.5

Re: [kbuild-devel] Re: Announce: Kernel Build for 2.5, Release 2.4is available

2002-05-09 Thread Thomas Duffy
On Thu, 2002-05-09 at 04:45, Keith Owens wrote: Extra architecture support added to release 2.4: kbuild-2.5-sparc64-2.5.14-1.bz2 from Tom Duffy here is kbuild-2.5-sparc64-2.5.14-2. you still need to apply the hacks patch before using this from

Re: [kbuild-devel] Re: Announce: Kernel Build for 2.5, Release 2.4is available

2002-05-07 Thread Thomas Duffy
On Sun, 2002-05-05 at 23:27, Keith Owens wrote: kbuild-2.5-common-2.5.14-1 and kbuild-2.5-i386-2.5.14-1 are available. Upgraded to kernel 2.5.14. here is the sparc64 kbuild against core-11 and 2.5.14 you must apply the linux-2.5.14-sparc64-hacks.patch first to get sparc64 to build on 2.5.14

[kbuild-devel] [patch] kbuild 2.5 on 2.5.11

2002-04-29 Thread Thomas Duffy
there were a few tweaks to get kbuild 2.5 working on 2.5.11 in core, there is one rej from scrips/tkparse.c. pretty obvious to fix up, but here is the new chunk: --- linux-2.5.11/scripts/tkparse.c Sun Apr 28 20:11:16 2002 +++ linux-2.5.11+kbuild/scripts/tkparse.c Mon Apr 29 17:10:51

[kbuild-devel] kbuild object permission problems

2002-04-25 Thread Thomas Duffy
I am getting an error that has to do with a kbuild permission problem. If I build a kernel, make clean, and then try to rebuild the kernel again, the tduffy@curie:/build2/tduffy/linux_kbuild$ make -f Makefile-2.5 clean tduffy@curie:/build2/tduffy/linux_kbuild$ make -f Makefile-2.5 Using

Re: [kbuild-devel] Re: error in recent kbuild

2002-04-25 Thread Thomas Duffy
On Thu, 2002-04-25 at 15:22, Keith Owens wrote: Great! I will roll core-7 (including the cp -f/mv -f change) in a couple of hours. Can you include my unlink fix and tftpboot.img target patches as well in core-7? Thanks! -tduffy ___ kbuild-devel

[kbuild-devel] add tftpboot.img target to sparc64 builds

2002-04-24 Thread Thomas Duffy
this patch adds tftpboot.img as a target when building sparc64 kernels. This is used for net booting sparc machines. Since it contains some (minor) changes to common code, I am putting out on this list. The sparc arch specific stuff will be in my updated sparc64 kbuild patch. -tduffy ---

[kbuild-devel] error in recent kbuild

2002-04-22 Thread Thomas Duffy
Anybody seen an error like this before? CC fs/udf/unicode.o pp_makefile5: /darwin_build2/tduffy/linux-2.4.18+kbuild-v2.1+common5+core6+i386-2+sparc64-2/scripts/pp_db.c:952: read_db_ccd_list: Assertion `__tv.dptr' failed.pp_makefile5: dependencies (pid 32696) did not exit normally due to

Re: [kbuild-devel] error in recent kbuild

2002-04-22 Thread Thomas Duffy
On Mon, 2002-04-22 at 16:11, Keith Owens wrote: Trying to read a ccd list and it cannot find the record. If you have the core dump cd $KBUILD_OBJTREE gdb scripts/pp_makefile5 bt hrm. don't seem to have a core. lemme redo it with core dumps turned on. since this is intermittent,

Re: [kbuild-devel] ppc 2.4.18 port

2002-04-22 Thread Thomas Duffy
On Mon, 2002-04-22 at 17:21, Brendan J Simon wrote: I want to have a go at porting kbuild to the 2.4.18 kernel for the PPC arch. Are there any documents or howtos ? What is the best way to go about this ? I would start at Documentation/kbuild/kbuild-2.5.txt -tduffy

Re: [kbuild-devel] error in recent kbuild

2002-04-22 Thread Thomas Duffy
On Mon, 2002-04-22 at 16:11, Keith Owens wrote: Trying to read a ccd list and it cannot find the record. If you have the core dump cd $KBUILD_OBJTREE gdb scripts/pp_makefile5 bt new file where it crashed: CC fs/ext2/super.o pp_makefile5:

[kbuild-devel] linux includes in USER command

2002-04-10 Thread Thomas Duffy
I have a meta-compiler I build w/ the kernel using a HOSTCC. This meta-compiler parses template files and outputs c code -- this process needs to be called from a user_command block in several directories in the kernel. I need to pass in a -Ilinux_dir to the meta-compiler where linux_dir is the

Re: [kbuild-devel] linux includes in USER command

2002-04-10 Thread Thomas Duffy
On Wed, 2002-04-10 at 18:05, Keith Owens wrote: $(src_includelist /include). Note the leading '/' which will automatically expand into -I($KBUILD_SRCTREE_nnn)/include for all values of nnn. Ahhh. That's the trick. Thanks so much. Now, it is much cleaner :) -tduffy

[kbuild-devel] aic7xxx build issue

2002-04-09 Thread Thomas Duffy
OK, gonna try to post to the list using this email now, since it appears sourceforge is being a bitch about my brown email :( Anyways...I am seeing an issue in one of your favorite areas, Keith. It seems that aic7xxx now won't build if you do *not* have AIC7XXX_BUILD_FIRMWARE config'ed on and

Re: [kbuild-devel] aic7xxx build issue

2002-04-09 Thread Thomas Duffy
On Tue, 2002-04-09 at 16:09, Keith Owens wrote: Temporary workaround, while I think about the real fix. hrm...still not working...time to shoot the aic7xxx maintainer :) snip CC drivers/scsi/aic7xxx/aic7xxx_core.o pp_makefile5: stat (drivers/scsi/aic7xxx/aic7xxx_seq.h) failed: No such file

Re: [kbuild-devel] aic7xxx build issue

2002-04-09 Thread Thomas Duffy
On Tue, 2002-04-09 at 19:02, Keith Owens wrote: It works for me. It looks like the USER command to copy the .h files from source to object has failed. There might be some crud lying around that is confusing the timestamps. It was still failing for me after deleting the aic7xxx obj