From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2147 invoked by alias); 24 Aug 2013 00:30:11 -0000 Mailing-List: contact cygwin-xfree-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-xfree-owner@cygwin.com Reply-To: cygwin-xfree@cygwin.com Mail-Followup-To: cygwin-xfree@cygwin.com Received: (qmail 2137 invoked by uid 89); 24 Aug 2013 00:30:11 -0000 X-Spam-SWARE-Status: No, score=-6.3 required=5.0 tests=BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS,UNPARSEABLE_RELAY autolearn=ham version=3.3.2 Received: from plane.gmane.org (HELO plane.gmane.org) (80.91.229.3) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Sat, 24 Aug 2013 00:30:10 +0000 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VD1jw-0004UZ-J3 for cygwin-xfree@cygwin.com; Sat, 24 Aug 2013 02:30:07 +0200 Received: from host48-44-dynamic.238-95-r.retail.telecomitalia.it ([host48-44-dynamic.238-95-r.retail.telecomitalia.it]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 24 Aug 2013 02:30:04 +0200 Received: from forenr by host48-44-dynamic.238-95-r.retail.telecomitalia.it with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 24 Aug 2013 02:30:04 +0200 To: cygwin-xfree@cygwin.com From: Enrico Forestieri Subject: Re: [ANNOUNCEMENT] Uploads for 12 August Date: Sat, 24 Aug 2013 00:30:00 -0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-SW-Source: 2013-08/txt/msg00048.txt.bz2 Yaakov writes: > > The following packages (and their subpackages) have been updated for > both arches: [...] > * gamin-0.1.10-14 After this update, all programs using libfam crash. For example, the test program that can be also found here: http://www.fifi.org/doc/libfam-dev/examples/test.c++.gz It seems that the crash is due to compiling with optimization. Indeed, adding CFLAGS+=" -O0" to the cygport file and recompiling resolves the issue. -- Enrico -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/