Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 37694 - gentoo-sources-2.4.22-r4 configuration fails
Summary: gentoo-sources-2.4.22-r4 configuration fails
Status: RESOLVED DUPLICATE of bug 37668
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 All
: High normal (vote)
Assignee: x86-kernel@gentoo.org (DEPRECATED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-09 07:16 UTC by HMMXDUKWQLQF
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description HMMXDUKWQLQF 2004-01-09 07:16:34 UTC
Note: I'm adding this bug here as I'm not sure if it's caused by a kernel problem or a bad gentoo patch.

Reproducible: yes

- with make menuconfig: shows an error message when parsing:
Preparing scripts: functions, parsing............scripts/Menuconfig: ./MCmenu19: line 162: syntax error near unexpected token `fi'
scripts/Menuconfig: ./MCmenu19: line 162: `fi'
....... etc.

Furthermore, when entering 'Networking options', script exits with message:
Menuconfig has encountered a possible error in one of the kernel's
configuration files and is unable to continue.  Here is the error
report:

 Q> scripts/Menuconfig: line 832: MCmenu19: command not found

Please report this to the maintainer <mec@shout.net>.  You may also
send a problem report to <linux-kernel@vger.kernel.org>.

Please indicate the kernel version you are trying to configure and
which menu you were trying to enter when this error occurred.

make: *** [menuconfig] Error 1

- with make config: also fails after selecting ipsec option.
- with make xconfig: not tested, should also fail

Cause: net/ipsec/Config.in: line 34 is commented out, which causes the interpreter to fail parsing the file.

Workaround: comment out the 'if ... fi' lines around that one.
Comment 1 Brian Jackson (RETIRED) gentoo-dev 2004-01-09 07:49:10 UTC

*** This bug has been marked as a duplicate of 37668 ***