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:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding:reply-to; q=dns; s= default; b=kl6OqoOmhQeKR/YGZamkhVfSBjgs2Ezw6dP2YhMPlMc7bXTfCq3Aj KA0RlA14a2ehMxe0Ka4jAQuGFMWarJg4O6u5OhtF3/lJ+RAgWaYg9rset4TKaX1V sUgzW+gD+AiWPJ0IkAjgnlaeCqIwhX6y5RoHQZh7Uvge0ZC3S9kua0= 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:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding:reply-to; s=default; bh= D/ySgl9hg88nmbtWUUpi4y33gaM=; b=qNmkeWl++JITjOOoh3qGoVLsClM7W7Af GC0Kw7mwpWzVE5SwbKlGaFY/3H3hVB0KPKcXhEVIi8+2OuPzHUG1Bs/7ylqVsMb2 cwxkedyeKRoF5hxVkE8e3m7lIWFzIy574ylXn5GyEJz/Bk83+MGWeW418fPYRIG2 4uxtt9+QfFE= 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=-0.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: qmta13.emeryville.ca.mail.comcast.net Message-ID: <53F5016F.7040809@acm.org> Date: Wed, 20 Aug 2014 13:13:35 -0700 From: David Rothenberger User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: cygwin Subject: Python missing dependency on libuuid-devel? Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Doing an "import uuid" in python causes a segmentation fault unless libuuid-devel is installed. It appears from the strace that something is trying to find libuuid.dll.a. Installing libuuid-devel fixes the problem. This only happens when x64_64. It works fine with the i686 distribution. -- David Rothenberger ---- daveroth AT acm DOT org To downgrade the human mind is bad theology. -- C. K. Chesterton -- 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