On Tue, 29 Jan 2002 22:45:24 +0100, 
Rasmus Andersen <[EMAIL PROTECTED]> wrote:
>I've created a 2.4.18p1+kbuild tree (clean 2.4.18p1 tree, 
>apply kbuild-2.5-2.4.16-3.bz2, kbuild-2.5-2.4.17-1.bz2, 
>kbuild-2.5-2.4.18-pre1-1.bz2) and copied in an old .config.
>When I run 'make -f Makefile-2.5 oldconfig installable'
>it loops in the oldconfig phase forever.
>
>
>The tie-over of each iteration look like this:
>
>*** End of Linux kernel configuration.
>*** Check the top-level Makefile for additional configuration.
>*** Next, you must run 'make dep'.
>
>spec value %p not found

Works for me on the same sources.

Format to compile kernel in (vmlinux, vmlinuz, bzImage, zImage) [bzImage] (NEW) 
  defined CONFIG_BZIMAGE
Use a prefix on install paths (CONFIG_INSTALL_PREFIX) [N/y/?] (NEW) 
Where to install the kernel (CONFIG_INSTALL_KERNEL_NAME) 
[/lib/modules/KERNELRELEASE/KERNELBASENAME] (NEW) 
Install System.map (CONFIG_INSTALL_SYSTEM_MAP) [N/y/?] (NEW) 
Install .config (CONFIG_INSTALL_CONFIG) [N/y/?] (NEW) 
  Install vmlinux for debugging (CONFIG_INSTALL_VMLINUX) [N/y/?] (NEW) 
Run a post-install script or command (CONFIG_INSTALL_SCRIPT) [N/y/?] (NEW) 

*** End of Linux kernel configuration.
*** Check the top-level Makefile for additional configuration.
*** Next, you must run 'make dep'.

make: `oldconfig' is up to date.
Rereading input trees to get new config timestamps
  phase 2 (evaluate selections)
  phase 5 (dependencies from previous build)
  phase 3 (write global makefile)
Starting phase 4 (build) for installable
  CPP arch/i386/vmlinux.lds.i
  AS arch/i386/kernel/head.o

I don't like that 'spec value %p not found' message.  It looks like an
rpm or gcc error message.  Check that your source has no other patches.
If it is clean, run under script with
  make -d -f Makefile-2.5 KBUILD_QUIET= PP_MAKEFILE3_FLAGS=-v oldconfig installable
and send me (not the list) the typescript and .config output.


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

Reply via email to