Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Tue, 30 Jul 2013 12:51:38 +0400
From: gremlin@...mlin.ru
To: owl-users@...ts.openwall.com
Subject: Re: Compiling 2.6.18-348.3.1.el5.028stab106.2.owl1

On 30-Jul-2013 12:39:18 +0400, 7cigun wrote:

 > HOSTCC  scripts/kconfig/lxdialog/yesno.o
 > HOSTLD scripts/kconfig/lxdialog/lxdialog
 > scripts/kconfig/mconf arch/i386/Kconfig
 > Your kernel configuration changes were NOT saved.
 > And returns me to command shell. What should I look for?

Was the scripts/kconfig/lxdialog/lxdialog actually built?
If not, try this (I use it for 2.6.32 kernels, so are the diffs):

diff -burpN linux-2.6.32.orig/scripts/kconfig/lxdialog/check-lxdialog.sh linux-2.6.32/scripts/kconfig/lxdialog/check-lxdialog.sh
--- linux-2.6.32.orig/scripts/kconfig/lxdialog/check-lxdialog.sh        2009-12-03 06:51:21 +0300
+++ linux-2.6.32/scripts/kconfig/lxdialog/check-lxdialog.sh     2013-04-01 12:41:08 +0400
@@ -8,7 +8,7 @@ ldflags()
                for lib in ncursesw ncurses curses ; do
                        $cc -print-file-name=lib${lib}.${ext} | grep -q /
                        if [ $? -eq 0 ]; then
-                               echo "-l${lib}"
+                               echo "-ltinfo -l${lib}"
                                exit
                        fi
                done



-- 
Alexey V. Vissarionov aka Gremlin from Kremlin <gremlin ПРИ gremlin ТЧК ru>
GPG key ID: 0xEF3B1FA8, keyserver: hkp://subkeys.pgp.net
GPG key fingerprint: 8832 FE9F A791 F796 8AC9 6E4E 909D AC45 EF3B 1FA8

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.