Re: vsftpd 2.0.5 vs. gcc 4.1.2

2007-02-27 Thread Florian Weimer
* Andrew Pinski: >> >> * BuraphaLinux Server: >> >> > Does anybody have a patch or know the trick to fix this? >> >> Debian has got a patch. I think the error message is wrong, it's a >> const mismatch in pointer conversion, not an actual assignment. > > Actually it is a bug in glibc's header

Re: vsftpd 2.0.5 vs. gcc 4.1.2

2007-02-27 Thread Andrew Pinski
> > * BuraphaLinux Server: > > > Does anybody have a patch or know the trick to fix this? > > Debian has got a patch. I think the error message is wrong, it's a > const mismatch in pointer conversion, not an actual assignment. Actually it is a bug in glibc's header with WIFEXITED, WEXITSTATUS,

Re: vsftpd 2.0.5 vs. gcc 4.1.2

2007-02-27 Thread Florian Weimer
* BuraphaLinux Server: > Does anybody have a patch or know the trick to fix this? Debian has got a patch. I think the error message is wrong, it's a const mismatch in pointer conversion, not an actual assignment.

vsftpd 2.0.5 vs. gcc 4.1.2

2007-02-27 Thread BuraphaLinux Server
When attempting to build vsftpd-2.0.5 from http://vsftpd.beasts.org/ on my linux system I get this: ... gcc -c sysutil.c -O2 -Wall -W -Wshadow -march=i586 -mtune=i686 -idirafter dummyinc sysutil.c: In function 'vsf_sysutil_wait_exited_normally': sysutil.c:604: error: assignment of read-only membe