root@gw:~ # uname -a
Linux farmagw 2.6.18-348.3.1.el5.028stab106.2.owl1 #1 SMP Wed Jul 10 11:35:05 UTC 2013 i686 GNU/Linux

root@gw:~ # gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-openwall-linux/4.6.3/lto-wrapper
Target: i686-openwall-linux
Configured with: ../configure --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --libdir=/usr/lib --libexecdir=/usr/lib --with-slib=/lib --infodir=/usr/share/info --mandir=/usr/share/man --enable-shared --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6.3 --disable-libstdcxx-pch --disable-checking --enable-nls --enable-c-mbchar --enable-long-long --enable-__cxa_atexit --disable-multilib --host=i686-openwall-linux --build=i686-openwall-linux --target=i686-openwall-linux
Thread model: posix
gcc version 4.6.3 (GCC)

Yes, make oldconfig worked for me. I have upgraded OWL with steps in WIKI:
http://openwall.info/wiki/Owl/upgrade
Have installed kernel from sources. It`s working. But I need to add some options in config. And when I`m truing to make menuconfig, It does not work.

30.07.2013 19:07, Solar Designer пишет:
On Tue, Jul 30, 2013 at 12:39:18PM +0400, 7cigun wrote:
root@gw:/usr/src/world/kernel # su - build
build@gw:~ $ cd kernel/
build@gw:~/kernel $ tar xJf
~/sources/Owl/packages/kernel/linux-2.6.18.tar.xz
build@gw:~/kernel $ cd linux-2.6.18/
build@gw:~/kernel/linux-2.6.18 $ xzcat
~/sources/Owl/packages/kernel/patch-348.3.1.el5.028stab106.2-combined.xz
| patch -p1 -T
build@gw:~/kernel/linux-2.6.18 $ patch -p1 -Z <
~/native/Owl/packages/kernel/linux-2.6.18-348.3.1.el5.028stab106.2-owl.diff
build@gw:~/kernel/linux-2.6.18 $ cp
~/native/Owl/packages/kernel/dot-config-i686 .config
build@gw:~/kernel/linux-2.6.18 $ make menuconfig
This looks like it should have worked.

What version of Owl are you on?  What version of gcc?

If you try "make oldconfig" in place of "make menuconfig", does that work?

After last command stdout shows me messages:
   HOSTCC  scripts/basic/fixdep
[...]
   HOSTLD  scripts/kconfig/lxdialog/lxdialog
scripts/kconfig/mconf arch/i386/Kconfig

Your kernel configuration changes were NOT saved.
What's wrong about this?  I think you'd obtain this sort of output if
you exit from "make menuconfig" without saving changes - is this not
what you're doing?  Does the menu not appear?

Alexander


Reply via email to