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:from:message-id:date:to:subject:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=VqK rD0EdPd/597KUK3igX7jyMApDlYSRpEKzg3yIyS+D5LAq+BEvH048GTkau7LB654 bJPG6agmTtov/ecBs6PrL0bwF7QaYCvFyZT1c0tjyKhl/Xs/FFbyaHaaslkBsh+I h7nHFJhaNiz9ASKpziczrog+u4hyb/w1Qyrw9LN8= 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:from:message-id:date:to:subject:mime-version :content-type:content-transfer-encoding; s=default; bh=wTmWMkLrx agdUHT4RCy2dYlasPE=; b=Up3DU+ykvVRx3Y7eRVrFsAtCoPdcP7J6isipN0Aiz nif28oRhD1QBwlnTj9VaGxQf+C/uRq1GkGp2qzy1X4rXXE3k01jzDAqaXH/bQQTe tAq6tXgKQNOoJ73enq54admLX4XB26+rSWwJdDKEzUjzaotCctt2CB04LuB0yrH1 Bg= 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=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=hitch, burn, arnold, completion X-HELO: freefriends.org X-Envelope-From: arnold AT skeeve DOT com X-Envelope-To: From: arnold AT skeeve DOT com Message-Id: <201704191432.v3JEWEL9023030@freefriends.org> Date: Wed, 19 Apr 2017 08:32:14 -0600 To: cygwin AT cygwin DOT com Subject: Latest 64 bit cygwin miscompiles gawk master User-Agent: Heirloom mailx 12.4 7/29/08 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi. I just did a fresh install of the 64 bit cygwin on a new Windows 10 computer. I am trying to build gawk from git master and getting failures. It looks like something is being miscompiled in the NODE union. Compiler is GCC 5.4. I have no problems with this compiler on Ubuntu 16 or with GCC 4.9 on an older 64 bit cygwin. Also, when running configure, there are a lot of errors about not being able to remove conftest.exe, device or resource busy, which I do not get on the older Cygwin. Repeat by git clone http://git.savannah.gnu.org/r/gawk.git cd gawk ./bootstrap.sh && ./configure && make -j && make check Watch several of the checks crash and burn Interestingly enough, compilation of the released gawk-4.1.4 tarball goes off without a hitch; the test suite runs to completion with no problems. Please help. Thanks! Arnold -- 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