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:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id :references:to; q=dns; s=default; b=DQTUQQZuCcsGvkWQLjqgOcrrlmhB JwnPH1H+b81mLA66DDaUPktQT1Hzcu3lGrZFzJkMP16SF4AFJEL5i/C41oHkJ5uy ydCLfaq9XC+WiS7gTC8GAkB0QZDUo9dgg5WLqz5Qhc+zfK8HWL8CHU3TgFVUfVeK iQuj//9ozfp8V00= 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:content-type:mime-version:subject:from :in-reply-to:date:content-transfer-encoding:message-id :references:to; s=default; bh=zdA3A3cgGT7TrfZFcmx2FyCY0GM=; b=hB aHox0Kng3DXuj6wV0F5CubK23PDg63mQ8118XG3vcObls5Q9+umHHMrvSuoArqc0 72qqrs10VcK11rZ2ORRI6Fzb4sOfe7TYMBOqf+ovrhwVzIYCtHdjrOgC1DZ5xGa4 KzPy5kDzm2jWombgF6U8JAkEgdf7ien5U61bntj9M= 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=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 X-HELO: p3plsmtpa06-09.prod.phx3.secureserver.net Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2070.6\)) Subject: Re: cygwin64: Issue with sigaddset From: Richard Elberger In-Reply-To: <20150223140353.GQ437@calimero.vinschen.de> Date: Mon, 23 Feb 2015 09:52:43 -0500 Message-Id: References: <20150223124239 DOT GN437 AT calimero DOT vinschen DOT de> <6627A2BA-85A0-47F4-A8AC-BB8EC4A0D456 AT richelberger DOT com> <20150223140353 DOT GQ437 AT calimero DOT vinschen DOT de> To: cygwin AT cygwin DOT com X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id t1NEqvug024611 Corinna, Works great! Good thing I just ran the test before blowing away the perl distribution because…. Unfortunately now I think I really screwed things up. I never did a snapshot install before. I followed the instructions in the FAQ. So now I am getting an incompatible error from ld looking at libcygwin.a when searching -lcygwin (I wanted to rebuild perl from scratch to make absolutely sure). I looked at the FAQ to see what I have to do to recover but couldn’t find any relevant notes. Help is welcome before I use the sledgehammer and run setup.exe again. — rich > On Feb 23, 2015, at 9:03 AM, Corinna Vinschen wrote: > > On Feb 23 07:59, Richard Elberger wrote: >> Awesome ;) Thanks so much I will keep a look out for it and verify on >> my end that the perl unit test works as expected. >> >> >>> On Feb 23, 2015, at 7:42 AM, Corinna Vinschen wrote: >>> >>> Hi Richard, >>> >>> On Feb 21 16:17, Richard Elberger wrote: >>>> Hello, >>>> >>>> I found this while trying to compile perl 5.20.1 on latest cygwin64 >>>> (just updated yesterday). >>>> >>>> Effectively, sigaddset is adding a signal along these lines. If >>>> signal x is less than 32, then two signals are added: x and x+32. If >>>> signal x is greater than 32, then again two signals are added, x and >>>> x-32. >>>> >>>> It’s been far too many years since I’ve written C but the attached >>>> code snippet to prove it (hopefully it proves it) … and running the >>>> same “code” (I put that in quotes because it’s like preschool C) on >>>> any Linux works as expected - just adding the one signal. >>>> >>>> This is causing the sigset.t test for the POSIX module in perl core to >>>> fail. There are a ton of other failures in testing 5.20.1 core but >>>> hopefully they’re not all cygwin related like this one. >>> >>> Thanks a lot for the testcase. I fixed the problem (an int overflow >>> computing a bit mask) in CVS. I'll generate a developer snapshot on >>> https://cygwin.com/snapshots/ and probably another Cygwin 1.7.35 test >>> release soon. Both will contain that patch. > > Snapshots are up. Please give it a try. > > > Thanks, > Corinna > > -- > Corinna Vinschen Please, send mails regarding Cygwin to > Cygwin Maintainer cygwin AT cygwin DOT com > Red Hat -- 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