Re: [Cooker] Re: make xconfig failed

2003-10-22 Thread Svetoslav Slavtchev
> > "svetoslav" == Svetoslav Slavtchev <[EMAIL PROTECTED]> writes:
> 
> >> xconfig is a qt-gui. 
> >> do you have libqt3-devel installed?
> 
> svetoslav> this is only the case for linux-2.6
> 
> svetoslav> and as you can see here is 2.4.22-18mdk
> 
> svetoslav> probably again alsa/ lufs/ ipsec Configure.in 
> svetoslav> needs tweaking
> 
juan> For a change, it is not my fault (TM).
juan> 
juan> If you try to run make xconfig in a marcelo kernel (2.4.23-preX), it
juan> also fails.

sorry :(

could it be this one :
acpi related
[PATCH] Re: Linux 2.4.23-pre6 fix make xconfig
http://marc.theaimsgroup.com/?l=linux-kernel&m=106541649707753&w=2

["config2.diff" (config2.diff)]

--- linux-2.4.23-pre6/drivers/acpi/Config.in.orig   Mon Oct  6 05:35:24 2003
+++ linux-2.4.23-pre6/drivers/acpi/Config.inMon Oct  6 05:43:29 2003
@@ -32,7 +32,8 @@
 tristate '  Toshiba Laptop Extras' CONFIG_ACPI_TOSHIBA
 bool '  Debug Statements'  CONFIG_ACPI_DEBUG
 bool '  Relaxed AML Checking'  CONFIG_ACPI_RELAXED_AML
-  else if [ "$CONFIG_SMP" = "y" ]; then
+  else 
+   if [ "$CONFIG_SMP" = "y" ]; then
   define_bool CONFIG_ACPI_BOOT y
 fi
   fi

["config3.diff" (config3.diff)]

--- linux-2.4.23-pre6/drivers/acpi/Config.in.orig   Mon Oct  6 05:35:24 2003
+++ linux-2.4.23-pre6/drivers/acpi/Config.inMon Oct  6 05:44:40 2003
@@ -35,7 +35,6 @@
   else if [ "$CONFIG_SMP" = "y" ]; then
   define_bool CONFIG_ACPI_BOOT y
 fi
-  fi
 
   endmenu
 

> >>  ש××ש×, 21 ×××
> >> ק¨ 2003, 23:09, × ××ª× ×
> >> ¢× ××× Bellegarde Cédric:
> >> > With last kernel-source, i can't run make xconfig ... :-/
> >> >
> >> > [EMAIL PROTECTED] linux]# make xconfig
> >> > rm -f include/asm
> >> > ( cd include ; ln -sf asm-i386 asm)
> >> > if [ -f .need_mrproper ]; then \
> >> > rm .need_mrproper; \
> >> > make mrproper;  \
> >> > make preconfig;  \
> >> > fi
> >> > make -C scripts kconfig.tk
> >> > make[1]: Entering directory `/usr/src/linux-2.4.22-18mdk/scripts'
> >> > cat header.tk >> ./kconfig.tk
> >> > ./tkparse < ../arch/i386/config.in >> kconfig.tk
> >> > make[1]: *** [kconfig.tk] Erreur 139
> >> > make[1]: Leaving directory `/usr/src/linux-2.4.22-18mdk/scripts'
> >> > make: *** [xconfig] Erreur 2
> >> > [EMAIL PROTECTED] linux]#

-- 
NEU FÜR ALLE - GMX MediaCenter - für Fotos, Musik, Dateien...
Fotoalbum, File Sharing, MMS, Multimedia-Gruß, GMX FotoService

Jetzt kostenlos anmelden unter http://www.gmx.net

+++ GMX - die erste Adresse für Mail, Message, More! +++




[Cooker] Re: make xconfig failed

2003-10-22 Thread Juan Quintela
> "svetoslav" == Svetoslav Slavtchev <[EMAIL PROTECTED]> writes:

>> xconfig is a qt-gui. 
>> do you have libqt3-devel installed?

svetoslav> this is only the case for linux-2.6

svetoslav> and as you can see here is 2.4.22-18mdk

svetoslav> probably again alsa/ lufs/ ipsec Configure.in 
svetoslav> needs tweaking

For a change, it is not my fault (TM).

If you try to run make xconfig in a marcelo kernel (2.4.23-preX), it
also fails.

Later, Juan.


>>  ש××ש×, 21 ×××
>> ק¨ 2003, 23:09, × ××ª× ×
>> ¢× ××× Bellegarde Cédric:
>> > With last kernel-source, i can't run make xconfig ... :-/
>> >
>> > [EMAIL PROTECTED] linux]# make xconfig
>> > rm -f include/asm
>> > ( cd include ; ln -sf asm-i386 asm)
>> > if [ -f .need_mrproper ]; then \
>> > rm .need_mrproper; \
>> > make mrproper;  \
>> > make preconfig;  \
>> > fi
>> > make -C scripts kconfig.tk
>> > make[1]: Entering directory `/usr/src/linux-2.4.22-18mdk/scripts'
>> > cat header.tk >> ./kconfig.tk
>> > ./tkparse < ../arch/i386/config.in >> kconfig.tk
>> > make[1]: *** [kconfig.tk] Erreur 139
>> > make[1]: Leaving directory `/usr/src/linux-2.4.22-18mdk/scripts'
>> > make: *** [xconfig] Erreur 2
>> > [EMAIL PROTECTED] linux]#
>> 
>> -- 
>> 
>> diego, 26 Tishrey 5764
>> 
>> Please avoid sending me Word or PowerPoint attachments.
>> See http://www.fsf.org/philosophy/no-word-attachments.html
>> 
>> 
>> 



svetoslav> -- 
svetoslav> NEU FÜR ALLE - GMX MediaCenter - für Fotos, Musik, Dateien...
svetoslav> Fotoalbum, File Sharing, MMS, Multimedia-Gruß, GMX FotoService

svetoslav> Jetzt kostenlos anmelden unter http://www.gmx.net

svetoslav> +++ GMX - die erste Adresse für Mail, Message, More! +++



-- 
In theory, practice and theory are the same, but in practice they 
are different -- Larry McVoy



[Cooker] Re: make xconfig failed

2003-10-22 Thread Juan Quintela
> "diego" == Diego Iastrubni <[EMAIL PROTECTED]> writes:

diego> xconfig is a qt-gui. 
diego> do you have libqt3-devel installed?

Hi

No, it is tk based.

Later, Juan.

diego> ביום שלישי, 21 באוקטובר 2003, 23:09, נכתב על ידי 
Bellegarde Cédric:
>> With last kernel-source, i can't run make xconfig ... :-/
>> 
>> [EMAIL PROTECTED] linux]# make xconfig
>> rm -f include/asm
>> ( cd include ; ln -sf asm-i386 asm)
>> if [ -f .need_mrproper ]; then \
>> rm .need_mrproper; \
>> make mrproper;  \
>> make preconfig;  \
>> fi
>> make -C scripts kconfig.tk
>> make[1]: Entering directory `/usr/src/linux-2.4.22-18mdk/scripts'
>> cat header.tk >> ./kconfig.tk
>> ./tkparse < ../arch/i386/config.in >> kconfig.tk
>> make[1]: *** [kconfig.tk] Erreur 139
>> make[1]: Leaving directory `/usr/src/linux-2.4.22-18mdk/scripts'
>> make: *** [xconfig] Erreur 2
>> [EMAIL PROTECTED] linux]#

diego> -- 

diego> diego, 26 Tishrey 5764

diego> Please avoid sending me Word or PowerPoint attachments.
diego> See http://www.fsf.org/philosophy/no-word-attachments.html




-- 
In theory, practice and theory are the same, but in practice they 
are different -- Larry McVoy



[Cooker] Re: make xconfig failed

2003-10-22 Thread Juan Quintela
> "bellegarde" == Bellegarde Cédric <[EMAIL PROTECTED]> writes:

Hi
looking at this problem.

xconfig code just sucks big time :(

For some reason a pointer becomes -1, haven't find still _why_.

Have I already told you that xconfig code sucks, not a single malloc()
return value is tested :(

/me hopes to find something today

Later, Juan.

bellegarde> With last kernel-source, i can't run make xconfig ... :-/
bellegarde> [EMAIL PROTECTED] linux]# make xconfig
bellegarde> rm -f include/asm
bellegarde> ( cd include ; ln -sf asm-i386 asm)
bellegarde> if [ -f .need_mrproper ]; then \
bellegarde> rm .need_mrproper; \
bellegarde> make mrproper;  \
bellegarde> make preconfig;  \
bellegarde> fi  
bellegarde> make -C scripts kconfig.tk
bellegarde> make[1]: Entering directory `/usr/src/linux-2.4.22-18mdk/scripts'
bellegarde> cat header.tk >> ./kconfig.tk
bellegarde> ./tkparse < ../arch/i386/config.in >> kconfig.tk
bellegarde> make[1]: *** [kconfig.tk] Erreur 139
bellegarde> make[1]: Leaving directory `/usr/src/linux-2.4.22-18mdk/scripts'
bellegarde> make: *** [xconfig] Erreur 2
bellegarde> [EMAIL PROTECTED] linux]# 




-- 
In theory, practice and theory are the same, but in practice they 
are different -- Larry McVoy