Why does df fail to stat CIFS shares?

Achim Gratz Stromeko@NexGo.DE
Tue Aug 26 15:01:00 GMT 2014


Corinna Vinschen <corinna-cygwin <at> cygwin.com> writes:
> Then you have to build your own Cygwin DLL for testing.

I've just set up for a build and ran into this (with the snapshot sources
from 2014-08-19 since these were the ones I had at hand):

ccwrap -g -O2 -O3 -mtune=core2 -march=core2 -Wall -Wstrict-aliasing
-Wwrite-strings -fno-common -pipe -fbuiltin -fmessage-length=0 -MMD
-fomit-frame-pointer -Werror -fmerge-constants -ftracer -mcmodel=small -c -o
regcomp.o ../../.././winsup/cygwin/regex/regcomp.c
../../.././winsup/cygwin/regex/regcomp.c: In function ‘p_bracket’:
../../.././winsup/cygwin/regex/regcomp.c:1249:12: error: ‘s’ may be used
uninitialized in this function [-Werror=maybe-uninitialized]
  wint_t i, s, n;

So I configured again with --disable-werror, lets see if that produces a
usable DLL now.


Regards,
Achim.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple



More information about the Cygwin mailing list