Re: error compiling 2.6.5-rc2

2004-03-22 Thread Peter Samuelson

[Mustafa Hussein]
   /bin/sh: line 1: scripts/bin2c: No such file or directory

 There is a scripts/bin2c.c if that what you mean.
 
 I also removed the CONFIG_IKCONFIG option, now I get another error:
 
 [EMAIL PROTECTED]:/usr/src/linux$ cat image.err
 /bin/sh: line 1: scripts/conmakehash: No such file or directory

Somehow the stuff in scripts/ is not getting built.  2.6.5-rc2
rearranges the build rules for this, but it certainly looks to me like
it still works.  I don't know that I can debug this, but does 'make
scripts' build these things (bin2c, conmakehash, and other programs)?

Peter


signature.asc
Description: Digital signature


Re: error compiling 2.6.5-rc2

2004-03-22 Thread Mustafa Hussein
   /bin/sh: line 1: scripts/bin2c: No such file or directory

 There is a scripts/bin2c.c if that what you mean.

 I also removed the CONFIG_IKCONFIG option, now I get another error:

 [EMAIL PROTECTED]:/usr/src/linux$ cat image.err
 /bin/sh: line 1: scripts/conmakehash: No such file or directory

 Somehow the stuff in scripts/ is not getting built.  2.6.5-rc2
 rearranges the build rules for this, but it certainly looks to me like
 it still works.  I don't know that I can debug this, but does 'make
 scripts' build these things (bin2c, conmakehash, and other programs)?

 Peter

I haven't tried make scripts;
but now 2.6.5-rc-bk2 (released today) builds fine.
I just saw that 2.6.5-rc-bk2 Makefile has the following changes (partial
listing):

@@ -563,7 +563,7 @@

 #   Handle descending into subdirectories listed in $(SUBDIRS)

 .PHONY: $(SUBDIRS)
-$(SUBDIRS): prepare-all
+$(SUBDIRS): prepare-all scripts
 $(Q)$(MAKE) $(build)=$@

and decided to try it out, and it works!

Thanks,

Mustafa



Re: error compiling 2.6.5-rc2

2004-03-20 Thread Ben Collins
On Fri, Mar 19, 2004 at 09:56:56PM -0600, Mustafa Hussein wrote:
 I'm getting this error while trying to compile 2.6.5-rc2:
 
   CC  kernel/compat.o
   IKCFG   kernel/ikconfig.h
   GZIPkernel/config_data.gz
   IKCFG   kernel/config_data.h
 
 /bin/sh: line 1: scripts/bin2c: No such file or directory
 make[1]: *** [kernel/config_data.h] Error 1
 make: *** [kernel] Error 2

Does scripts/bin2c exist?

-- 
Debian - http://www.debian.org/
Linux 1394 - http://www.linux1394.org/
Subversion - http://subversion.tigris.org/
WatchGuard - http://www.watchguard.com/



Re: error compiling 2.6.5-rc2

2004-03-20 Thread Mustafa Hussein

 On Fri, Mar 19, 2004 at 09:56:56PM -0600, Mustafa Hussein wrote:
  I'm getting this error while trying to compile 2.6.5-rc2:
  
CC  kernel/compat.o
IKCFG   kernel/ikconfig.h
GZIPkernel/config_data.gz
IKCFG   kernel/config_data.h
  
  /bin/sh: line 1: scripts/bin2c: No such file or directory
  make[1]: *** [kernel/config_data.h] Error 1
  make: *** [kernel] Error 2
 
 Does scripts/bin2c exist?
 

There is a scripts/bin2c.c if that what you mean.

I also removed the CONFIG_IKCONFIG option, now I get another error:

[EMAIL PROTECTED]:/usr/src/linux$ cat image.err
/bin/sh: line 1: scripts/conmakehash: No such file or directory
make[2]: *** [drivers/char/consolemap_deftbl.c] Error 127
make[1]: *** [drivers/char] Error 2
make: *** [drivers] Error 2

[EMAIL PROTECTED]:/usr/src/linux$ tail image.out
  CC  drivers/char/random.o
  CC  drivers/char/tty_io.o
  CC  drivers/char/n_tty.o
  CC  drivers/char/tty_ioctl.o
  CC  drivers/char/pty.o
  CC  drivers/char/misc.o
  CC  drivers/char/vt_ioctl.o
  CC  drivers/char/vc_screen.o
  CC  drivers/char/consolemap.o
  CONMK   drivers/char/consolemap_deftbl.c



error compiling 2.6.5-rc2

2004-03-19 Thread Mustafa Hussein
I'm getting this error while trying to compile 2.6.5-rc2:

  CC  kernel/compat.o
  IKCFG   kernel/ikconfig.h
  GZIPkernel/config_data.gz
  IKCFG   kernel/config_data.h

/bin/sh: line 1: scripts/bin2c: No such file or directory
make[1]: *** [kernel/config_data.h] Error 1
make: *** [kernel] Error 2


The config file is the same (I think) as the one used to compile 2.6.4.
I probably screwed up something somewhere ...
Ultra10, Debian Unstable, gcc 3.3.3 (latest unstable version)

Thanks for any feedback

Mustafa