"make config" doesn't work in 1.1.71,.72

"make config" doesn't work in 1.1.71,.72

Post by Pete Kruckenbe » Thu, 08 Dec 1994 08:59:25



When I do a "make config" on 1.1.71 (linux-1.1.71.tar.gz from
ftp.funet.fi) and 1.1.72 (patch72.gz from ftp.funet.fi), I get the
following (this is on a clean kernel source, after I cleared out
/usr/src/linux):

  Script started on Tue Dec  6 16:51:52 1994
  giant:/usr/src/linux-1.1.70# make config
  ln -sf arch/i386/boot boot
  ( cd include ; ln -sf asm-i386 asm)
  ln -sf ../arch/i386/entry.S kernel/entry.S
  cp arch/i386/config.in config.in
  /bin/sh Configure
  Configure: CONFIG_BLK_DEV_FD: command not found
  Configure: CONFIG_NET: command not found

  [a whole bunch more of these ...]

  Configure: CONFIG_ISO9660_FS: command not found
  Configure: CONFIG_SCSI_CONSTANTS: command not found
  *
  * General setup
  *
  Kernel math emulation (CONFIG_MATH_EMULATION) [n] n
  Normal floppy disk support (CONFIG_BLK_DEV_FD) [CONFIG_BLK_DEV_FD]
  Normal floppy disk support (CONFIG_BLK_DEV_FD) [CONFIG_BLK_DEV_FD]

  [and so on ...]

This happens whether I patch .70 to .71 (or .72), or install .71 from
scratch (and patch it to .72). It looks like some major Configure
modifications were made in .71, but I'm not sure which to change to
fix this problem. I'm running bash 1.14.0(1), and the new Configure
says it won't work without bash.

What's up, and how do I fix this?

By the way, do I see Sparc support in .72? What is the status on this
(is this run-able)?

Pete Kruckenberg

 
 
 

"make config" doesn't work in 1.1.71,.72

Post by Joe Slo » Thu, 08 Dec 1994 10:48:14



>When I do a "make config" on 1.1.71

>  Configure: CONFIG_ISO9660_FS: command not found
>  Configure: CONFIG_SCSI_CONSTANTS: command not found
>  *
>What's up, and how do I fix this?

running "make mrproper" prior to "make config" should fix this...

--

 A linux machine! because a 486    / ACCELERATE your Windoze NT box?
 is a terrible thing to waste!     / -9.8 m/s^2 works quite well!!!

 
 
 

"make config" doesn't work in 1.1.71,.72

Post by Henrik Storn » Fri, 09 Dec 1994 15:57:09



Quote:>When I do a "make config" on 1.1.71 (linux-1.1.71.tar.gz from
>ftp.funet.fi) and 1.1.72 (patch72.gz from ftp.funet.fi), I get the
>following (this is on a clean kernel source, after I cleared out
>/usr/src/linux):
>  Configure: CONFIG_BLK_DEV_FD: command not found
>  Configure: CONFIG_NET: command not found
>  [a whole bunch more of these ...]
>  Kernel math emulation (CONFIG_MATH_EMULATION) [n] n
>  Normal floppy disk support (CONFIG_BLK_DEV_FD) [CONFIG_BLK_DEV_FD]
>  Normal floppy disk support (CONFIG_BLK_DEV_FD) [CONFIG_BLK_DEV_FD]

Same thing happened here. Not quite sure how I got over this, but
I believe what eventually did the trick was to apply the patches to
1.1.70, then remove all of /usr/src/linux/config*
It did work, eventually, but it ought to be checked for the next patch.
--
Henrik Storner          |  "We don't see things as they are,

                        |                            Anais Nin
 
 
 

"make config" doesn't work in 1.1.71,.72

Post by Heike C. Zimmer » Sun, 11 Dec 1994 01:44:54




>>When I do a "make config" on 1.1.71

>>  Configure: CONFIG_ISO9660_FS: command not found
>>  Configure: CONFIG_SCSI_CONSTANTS: command not found
>>  *
>>What's up, and how do I fix this?
>running "make mrproper" prior to "make config" should fix this...

Did this really work for you?

I had exactly the same error. For me, upgrading bash
(now version 1.14.0(1)) cured the problem.

--

 
 
 

"make config" doesn't work in 1.1.71,.72

Post by Joe Slo » Sun, 11 Dec 1994 05:52:56





>>running "make mrproper" prior to "make config" should fix this...

>Did this really work for you?

Yes, sir, this is what did the trick for me...
make mrproper does a rigorous cleansing of the source tree...

--

 A linux machine! because a 486    / ACCELERATE your Windoze NT box?
 is a terrible thing to waste!     / -9.8 m/s^2 works quite well!!!

 
 
 

"make config" doesn't work in 1.1.71,.72

Post by Ted Deppn » Sun, 11 Dec 1994 13:15:11



: >When I do a "make config" on 1.1.71 (linux-1.1.71.tar.gz from
: >ftp.funet.fi) and 1.1.72 (patch72.gz from ftp.funet.fi), I get the
: >following (this is on a clean kernel source, after I cleared out
: >/usr/src/linux):
: >  Configure: CONFIG_BLK_DEV_FD: command not found
: >  Configure: CONFIG_NET: command not found
: >  [a whole bunch more of these ...]
: >  Kernel math emulation (CONFIG_MATH_EMULATION) [n] n
: >  Normal floppy disk support (CONFIG_BLK_DEV_FD) [CONFIG_BLK_DEV_FD]
: >  Normal floppy disk support (CONFIG_BLK_DEV_FD) [CONFIG_BLK_DEV_FD]
: Same thing happened here. Not quite sure how I got over this, but
: I believe what eventually did the trick was to apply the patches to
: 1.1.70, then remove all of /usr/src/linux/config*
: It did work, eventually, but it ought to be checked for the next patch.

this baffled me for about 2 minutes.  then I read the configure script code.

just
rm /usr/src/linux/.config

fixed it right dandy.

--
Ted Deppner

 
 
 

"make config" doesn't work in 1.1.71,.72

Post by David N » Tue, 13 Dec 1994 06:41:27





>>>When I do a "make config" on 1.1.71

>>>  Configure: CONFIG_ISO9660_FS: command not found
>>>  Configure: CONFIG_SCSI_CONSTANTS: command not found
>>>  *
>>>What's up, and how do I fix this?
>>running "make mrproper" prior to "make config" should fix this...
>Did this really work for you?
>I had exactly the same error. For me, upgrading bash
>(now version 1.14.0(1)) cured the problem.
>--


Actually, all I had to do was run through the 'make config' once.  There
weren't default selections for about half the items, but going through the
config solved that too.
 
 
 

"make config" doesn't work in 1.1.71,.72

Post by Arnd Feldmuell » Thu, 15 Dec 1994 00:21:11


Hello,

: When I do a "make config" on 1.1.71 (linux-1.1.71.tar.gz from
: ftp.funet.fi) and 1.1.72 (patch72.gz from ftp.funet.fi), I get the
: following (this is on a clean kernel source, after I cleared out
: /usr/src/linux):

So far so good !

:   Script started on Tue Dec  6 16:51:52 1994
:   giant:/usr/src/linux-1.1.70# make config
:   ln -sf arch/i386/boot boot
:   ( cd include ; ln -sf asm-i386 asm)
:   ln -sf ../arch/i386/entry.S kernel/entry.S
:   cp arch/i386/config.in config.in
:   /bin/sh Configure
:   Configure: CONFIG_BLK_DEV_FD: command not found
:   Configure: CONFIG_NET: command not found

Your problem is: You must do "make mrproper" then your "entry.S" will be
the latest config for "autoconf" and Configure.

:   [a whole bunch more of these ...]

:   Configure: CONFIG_ISO9660_FS: command not found
:   Configure: CONFIG_SCSI_CONSTANTS: command not found
:   *
:   * General setup
:   *
:   Kernel math emulation (CONFIG_MATH_EMULATION) [n] n
:   Normal floppy disk support (CONFIG_BLK_DEV_FD) [CONFIG_BLK_DEV_FD]
:   Normal floppy disk support (CONFIG_BLK_DEV_FD) [CONFIG_BLK_DEV_FD]

:   [and so on ...]

I hope it'll help you !

Regards,
Arnd Feldmueller
---
-----------------------------------------------------------------------------

|------------------------|------------------------------------------| I | S |
| 45 355 Essen           | (E-Mail) InterNet:                  | *  | N | E |



-----------------------------------------------------------------------------

Quote:> DOS ist ein besserer Tastatur-Treiber. (Quelle: Ein Unix-Referent)

 
 
 

1. Kernel change summary 1.1.71 -> 1.1.72

These changes are archived on ftp.emlist.com:pub/kchanges.  I cannot
answer questions about Linux -- I merely summarize the kernel patches.

Version number file moved from tools/version.h to include/linux/version.h
Sparc port boot code added.
Second floppy controller can be turned off completely at compile time,
        or can get added at runtime using "allowed_drive_mask",
        "two_fdc", and "thinkpad".
lp driver now releases its I/O region when unloaded as a module.
Apricot network driver modularized.
scsi generics now has its own free routine.
I/O port listing (ioports) added to proc fs.
Can't do a shared writeable mapping of a file to memory (now detected).
igmp code wasn't setting its multiaddr list correctly.
More improvements to IP multicast code.
IP loopback added (so we get our own multicast sends back).
Code to find an established TCP session now seems to have the
        potential to loop forever??
More work on properly closing sockets.
--

Crynwr Software   | Crynwr Software sells packet driver support | ask4 PGP key
11 Grant St.      | +1 315 268 1925 (9201 FAX)  | What is thee doing about it?
Potsdam, NY 13676 | What part of "Congress shall make no law" eludes Congress?

2. Chipset for Ahead V5000 Video Card in Xconfig?

3. Kernel Patch Change Summary 1.1.71 to 1.1.72

4. X.25 with FreeBSD --- anyone using it or tried it???

5. Kernel Patch Change Summary 1.1.71 -> 1.1.72

6. Lucent Orinoco wavelan with 2.4 kernel

7. Firewire in S10

8. Why doesn't echo "text" 'command' "more text" work?

9. FTP works, but "ls" or "dir" doesn't ???

10. Kernel Patch Change Summary 1.1.70 -> 1.1.71

11. dosemu 053pl36, kernel 1.1.71 and hercules video