X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=XGulWO8+BSGn4Bsy0mk2eRRFg6DbDLzk3QvPFJDvBtjaFUXnpLUW5 SyByZmPtKdQbI4l7Rqe1FrWds8QX8j7QC6h12aCnP6gNijBqxq47YS7ccz0Roac+ 3KlZNiIS5aaqH5F9Ep7+fDuQjQIZY05IhUwMktn5/SvWKOdFsJ1qB0= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; s=default; bh=86mC7RTo7143YYEK5rMXgr+6KBE=; b=fHMntRCc5OiqoRh0oRriVdWgJvMg xzn+3loC7nuK3u/LWWpuhLA+6FyFtV7pOg6sVimHDAxrw5hNiVwdfwUTVfBmCSZd bwwDYDrhoKN91FpnWhErvX/Sge3CjSd260kUsmt9T7efactKZ6ZHfkiTT03JT2AN J8rs5aZoMRPvV+w= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.7 required=5.0 tests=AWL,BAYES_00,FSL_HELO_BARE_IP_2,RCVD_IN_DNSWL_LOW,RCVD_NUMERIC_HELO,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.2 X-HELO: plane.gmane.org To: cygwin AT cygwin DOT com From: Achim Gratz Subject: Re: Why does df fail to stat CIFS shares? Date: Tue, 26 Aug 2014 15:00:55 +0000 (UTC) Lines: 21 Message-ID: References: <20140627143626 DOT GA9220 AT F1S712WWS> <20140703094152 DOT GB1803 AT calimero DOT vinschen DOT de> <20140826124557 DOT GB5740 AT calimero DOT vinschen DOT de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Corinna Vinschen 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