You are not logged in.

#1 2007-10-02 22:40:48

wantilles
Member
From: Athens - Greece
Registered: 2007-03-29
Posts: 327

Cannot open kernel menu configuration

In both architectures, when I go to /usr/src/linux and enter a:

make menuconfig

This is what I get:

scripts/kconfig/mconf arch/i386/Kconfig
drivers/crypto/Kconfig:44: can't open file "arch/s390/crypto/Kconfig"
make[1]: *** [menuconfig] Error 1
make: *** [menuconfig] Error 2

The same happens if I enter a make oldconfig.

The symlink (linux -> linux-2.6-blah-blah) is correctly placed as is the .config file.

Both are where they are supposed to be.

This did work normally on previous versions of the kernel.

What has changed now?

Offline

#2 2007-10-02 22:48:07

klixon
Member
From: Nederland
Registered: 2007-01-17
Posts: 525

Re: Cannot open kernel menu configuration

This hasn't worked for a long time. It's a feature, not a bug... wink
/usr/src/linux-2.6.22-ARCH is a stripped tree. It only contains those files necessary to build out-of-tree modules against...

Last edited by klixon (2007-10-02 22:48:29)


Stand back, intruder, or i'll blast you out of space! I am Klixon and I don't want any dealings with you human lifeforms. I'm a cyborg!

Offline

#3 2007-10-03 00:01:19

wantilles
Member
From: Athens - Greece
Registered: 2007-03-29
Posts: 327

Re: Cannot open kernel menu configuration

I see.

In the past, when the tree was still full, and it could be done, I had taken a glimpse inside Arch kernel configuration.

You see, I do not need to compile my own kernel as the stock works perfectly.

But as an old Gentoo user, for educational purposes, I do look inside kernel configurations from time to time.

Is there any way to see the configuration? (I am not so familiar with reading directly the .config file)

A package perhaps containing the full source tree, or perhaps something in the abs tree?

Offline

#4 2007-10-03 00:06:18

wantilles
Member
From: Athens - Greece
Registered: 2007-03-29
Posts: 327

Re: Cannot open kernel menu configuration

Okay ignore my last question.

I get the kernel26 PKGBUILD from abs, and follow the build script up before to the point where the make config is issued.

Offline

#5 2007-10-04 06:53:46

klixon
Member
From: Nederland
Registered: 2007-01-17
Posts: 525

Re: Cannot open kernel menu configuration

try /boot/kconfig26
That's the config for linux-x.y.z-ARCH

Also, if the kernel is compiled with proc and config support, you can do this

zcat /proc/config.gz > config.kernel26

I'm not sure if the stock-kernel has this support, but I think it has


Stand back, intruder, or i'll blast you out of space! I am Klixon and I don't want any dealings with you human lifeforms. I'm a cyborg!

Offline

Board footer

Powered by FluxBB