make nonint_oldconfig error

Gabriel Mititica gabriel_mititica at yahoo.ca
Wed Jan 19 14:41:38 UTC 2005


While running a ``make nonint_oldconfig'' on a 2.6.10-1.741_FC3 or 2.6.10-1.748_FC3 (CVS) with a
.config file build on a 2.6.11-rc1 I got:

*** [nonint_oldconfig] Error 16
make: *** [nonint_oldconfig] Error 2

Don't know if it's important or no. This is the fix I found (hope is correct)

===============================================================================
diff -ruN linux-old/scripts/kconfig/conf.c linux-new/scripts/kconfig/conf.c
--- linux-old/scripts/kconfig/conf.c       2005-01-10 20:47:59.000000000 +0200
+++ linux-new/scripts/kconfig/conf.c       2005-01-19 13:09:02.000000000 +0200
@@ -99,7 +99,7 @@
        case dont_ask:
                if (!sym_has_value(sym)) {
                        fprintf(stderr,"CONFIG_%s\n",sym->name);
-                       return_value++;
+                       return;
                }
                return;
        case set_default:
===============================================================================

Best,
Gabriel

______________________________________________________________________ 
Post your free ad now! http://personals.yahoo.ca




More information about the fedora-list mailing list