From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 85542 invoked by alias); 3 Apr 2017 02:07:12 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 85507 invoked by uid 89); 3 Apr 2017 02:07:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=H*M:3f51 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 03 Apr 2017 02:07:10 +0000 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 1F42F37E64 for ; Mon, 3 Apr 2017 02:07:06 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 1F42F37E64 Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=cygwin.com Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; spf=none smtp.mailfrom=yselkowitz@cygwin.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 1F42F37E64 Received: from [10.10.120.19] (ovpn-120-19.rdu2.redhat.com [10.10.120.19]) by smtp.corp.redhat.com (Postfix) with ESMTPS id C874660A99 for ; Mon, 3 Apr 2017 02:07:00 +0000 (UTC) Subject: Re: how to manage 2 guile version To: cygwin-apps@cygwin.com References: <4e6e442a-1b34-00c6-4705-0dc1a2b62d26@gmail.com> <359f421b-559c-fc1d-ecea-dbcafd65f4df@gmail.com> <6d3c740a-b478-cf44-6ca2-e69980b859f9@cygwin.com> <46c991b5-ba66-4c9e-204b-ec17a7b76292@gmail.com> <520a87b8-e37d-b350-188a-8af647e6a021@gmail.com> <6c9ae11b-eee0-6a9d-9a8b-76e2d2529276@gmail.com> From: Yaakov Selkowitz Message-ID: Date: Mon, 03 Apr 2017 02:07:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <6c9ae11b-eee0-6a9d-9a8b-76e2d2529276@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-04/txt/msg00002.txt.bz2 On 2017-04-01 07:30, Marco Atzeri wrote: > thanks. The issue for make was in the lack of > 2.0.9-module-ldflags.patch. > With that "make check" has no issue on guile test. That's because libguilereadline-* is a module, and without linking it with -module, cygport removes the .la file needed to load it (since guile uses ltdl). That's also the reason for KEEP_LA_FILES=module. > I am making minor change to your proposal for package names; > for 2.0 we have libguile2.0-devel so for 1.8 I am using > libguile1.8-devel instead of libguile-devel and > current guile-devel is obsoleted by libguile2.0-devel. Fair enough. > I will upload as soon I complete the build for both arch. Which you've already done. Thanks! -- Yaakov