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

2002-04-08 Thread Keith Owens

On Sun, 07 Apr 2002 16:18:12 +0200, 
Roman Zippel [EMAIL PROTECTED] wrote:
touch include/linux/mm.h doesn't cause a recompile of any object.

I have found a bug that is probably causing your problem.  Can you
confirm that you are using a common source and object directory, i.e.
no separate object tree?


___
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel



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

2002-04-08 Thread Roman Zippel

Hi,

On Mon, 8 Apr 2002, Keith Owens wrote:

 touch include/linux/mm.h doesn't cause a recompile of any object.
 
 I have found a bug that is probably causing your problem.  Can you
 confirm that you are using a common source and object directory, i.e.
 no separate object tree?

Yes, so far I only tested this.

bye, Roman


___
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel



[kbuild-devel] KBUILD: upgrading to release 2 from previous release

2002-04-08 Thread Brendan J Simon


Is it easy to patch from release 2 from the the previous release of 
kbuild-2.5 ?
ie. is it as easy as untarring everyting in the Linux source directory 
that has the previous kbuild-2.5 patches applied ??
Maybe I have to remvoe the Makefile-2.5 directory and the entire scripts 
directory first ???

Thanks,
Brendan Simon.


___
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel



Re: [kbuild-devel] KBUILD: upgrading to release 2 from previous release

2002-04-08 Thread Brendan J Simon


I'm using a configuration management system.  The kernel is in the 
repository.  It has some custom mods and the kbuild-2.5 (previous 
release) applied.  I just wanted to apply the new one over the top.  I 
could probably backout the the changeset that put the kbuild patches in 
but I've never done this before.  I guess it's a good time to try it 
(when the PPC patches are available).  For now I'll keep going with the 
current PPC release.

Thanks,
Brendan Simon.



Keith Owens wrote:

On Tue, 09 Apr 2002 12:45:18 +1000, 
Brendan J Simon [EMAIL PROTECTED] wrote:

Is it easy to patch from release 2 from the the previous release of 
kbuild-2.5 ?
ie. is it as easy as untarring everyting in the Linux source directory 
that has the previous kbuild-2.5 patches applied ??
Maybe I have to remvoe the Makefile-2.5 directory and the entire scripts 
directory first ???


Start from a clean Marcelo kernel.  Apply the latest kbuild 2.5 core
patch (current kbuild-2.5-core-2), the core patch is kernel
independent.  Apply the common and architecture patches for the kernel
you are working on.


___
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel




___
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel



[kbuild-devel] upgrading to kbuild-2.5 release 2

2002-04-08 Thread Brendan J Simon

On Mon, 2002-04-08 at 19:45, Brendan J Simon wrote:

 Is it easy to patch from release 2 from the the previous release of 
 kbuild-2.5 ?
 ie. is it as easy as untarring everyting in the Linux source directory 
 that has the previous kbuild-2.5 patches applied ??
 Maybe I have to remvoe the Makefile-2.5 directory and the entire scripts 
 directory first ???


 What you can do is untar two directories, one with kbuild 1.2 and one
 with kbuild 2.0 and diff those.  This gives you a patch like attached.

Ah yes.  It is the obvious solutions that I like the best.  I just blush when it 
doesn't seem obvious to me.

Thanks Thomas,
Brendan Simon.



___
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel



Re: [kbuild-devel] KBUILD: upgrading to release 2 from previous release

2002-04-08 Thread Keith Owens

On Tue, 09 Apr 2002 12:45:18 +1000, 
Brendan J Simon [EMAIL PROTECTED] wrote:
Is it easy to patch from release 2 from the the previous release of 
kbuild-2.5 ?
ie. is it as easy as untarring everyting in the Linux source directory 
that has the previous kbuild-2.5 patches applied ??
Maybe I have to remvoe the Makefile-2.5 directory and the entire scripts 
directory first ???

Start from a clean Marcelo kernel.  Apply the latest kbuild 2.5 core
patch (current kbuild-2.5-core-2), the core patch is kernel
independent.  Apply the common and architecture patches for the kernel
you are working on.


___
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel



[kbuild-devel] Re: kbuild 2.0 (core 1 and 2) b0rken on sparc64

2002-04-08 Thread Keith Owens

On 08 Apr 2002 19:38:23 -0700, 
Thomas Duffy [EMAIL PROTECTED] wrote:
I have not investigated deeply as to why this is happening, but thought
I would fire off an email to see if you might know what would be causing
it, but it seems that the new kbuild v2.0 does not work on sparc64.  I
have tried with both core-1 and core-2.  This is the error I get:

$  make -f Makefile-2.5 
Using ARCH='sparc64' AS='as' LD='ld' CC='sparc64-linux-gcc' CPP='sparc64-linux-gcc 
-E' AR='ar' HOSTAS='as' HOSTLD='gcc' HOSTCC='gcc' HOSTAR='ar'
Generating global Makefile
  phase 1 (find all inputs)
make: *** [phase1] Error 138

It seems to be bonging in pp_makefile1.c at line 1101 with the first
call to open_db_main()

Probably an unaligned record coming off the database, messing up the
arch assumptions.  It is on my list of things to check in ia64.  Wait
until tomorrow when I should have ia64 working.


___
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel