Cannot run 'make *config'...

2004-02-22 Thread Alex Papadopoulos
Hi there. I just downloaded the latest kernel-sources of the 2.6 series and I cannot configure them. Whatever I try ('make config, menuconfig, xconfig, gconfig') I get the same error : [...] /usr/include/asm-generic/errno.h:8: error: stray '\270' in program /usr/include/asm-generic/errno.h:9:

Kernel compilation error

2005-01-09 Thread Alex Papadopoulos
Hello, while trying to compile a module (shfs) for my kernel (compiled from source, version 2.6.5) I got a segmentation fault error. I deleted my kernel-source folder, while keeping a copy of my configuration, and tried to recompile it. I got the same error again, here it is :

Re: Kernel compilation error

2005-01-09 Thread Alex Papadopoulos
Yes I have, with the latest provided by debian : 2.6.9 The problem seems to be unrelated to the version of the kernel because even module compilation fails, as I stated before. Thanks for helping Hi Have you tried to compile another 2.6.x kernel with your 2.6.5/.config ? Moreover you will have

Re: Kernel compilation error

2005-01-09 Thread Alex Papadopoulos
I do have all the necessary packages. The thing is that I configured my kernel a couple of months ago (when 2.6.5 was the latest stable kernel version). It worked fine. Yesterday I found shfs module, and while trying to compile it I got this error message. It isn't a normal compilation error,

Re: Kernel compilation error

2005-01-09 Thread Alex Papadopoulos
I removed some of my gcc's, keeping the gcc-x.x-base files though, they seemed necessary. I tried again, same error. The funny thing, even 'make clean' fails : ... /bin/sh: line 1: 15413 Segmentation fault gcc -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs

Re : compilation error

2005-01-09 Thread Alex Papadopoulos
Oh ok, now I got it... Well it IS a problem with gcc... Even 'gcc -v' gives me a segmentation fault... I'll try to reinstall it... How can this be done actually with apt-get ? _ Express yourself instantly with MSN Messenger! Download

Re: Kernel compilation error

2005-01-09 Thread Alex Papadopoulos
And it seems all my gcc-3.x packages don't work... gcc-2.95 is fine, but too old... _ Don't just search. Find. Check out the new MSN Search! http://search.msn.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Re: Kernel compilation error

2005-01-09 Thread Alex Papadopoulos
I've managed to reinstall gcc-3.3 (with aptitude), after having cleared my apt cache (apt-get clean) so as to be sure that a correct version would be downloaded... Same problem, segmentation fault when I do 'gcc -v' _ Express

gcc always does a segmentation fault

2005-01-09 Thread Alex Papadopoulos
I posted a little while ago a message here, Kernel Compilation error, because I was facing difficulties with re-compiling correctly my kernel. It seems that gcc is the cause of my problems. It ends with a segmentation fault, always, even the simple command 'gcc -v' gives me : Reading specs

Re : gcc always does a segmentation fault

2005-01-09 Thread Alex Papadopoulos
Yes Rem, everything is working fine, except gcc... I don't get it... I'm using sid yes... _ FREE pop-up blocking with the new MSN Toolbar - get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/ -- To

Re: gcc always does a segmentation fault

2005-01-09 Thread Alex Papadopoulos
I reinstalled gcc but it didn't work. I changed myself the link to /usr/bin/gcc-3.3 still segfault. But you're right :) I linked /usr/lib/gcc-lib/i486-linux/2.8.1 to /usr/lib/gcc-lib/i486-linux/3.3.5 and it worked ! Now what I need to know is WHY does my gcc try to access 2.8.1 and not 3.3.5

Re: gcc always does a segmentation fault

2005-01-09 Thread Alex Papadopoulos
Ok, two friends of mine tried 'gcc -v'. They have the exact same error. The funny thing is that one of them seems to have a functionnal gcc (he managed to compile shfs module, I couldn't (that's why I found out of this bug)).. Anyway, I'm sending a mail to the package maintainer...

Re: Re : compilation error

2005-01-09 Thread Alex Papadopoulos
I tried it and it failed... It can't really, AFAIK. I would download the deb again manually, and install it with dpkg. It's a pity apt-get does not have a raw quot;getquot; function which simply

Re: Re : compilation error

2005-01-09 Thread Alex Papadopoulos
I removed all old versions of gcc. I only kept gcc-3.3 The error persists, but when I move /usr/lib/gcc-lib/i486-linux/2.8.1 directory, everything goes back normal. (at least gcc -v works :) But when I tried to recompile a kernel that had compiled well a couple of months ago (same config used),