From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 94324 invoked by alias); 10 Dec 2016 19:27:14 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 94315 invoked by uid 89); 10 Dec 2016 19:27:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.7 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=ross, Ross, *la, Likely X-HELO: limerock01.mail.cornell.edu Received: from limerock01.mail.cornell.edu (HELO limerock01.mail.cornell.edu) (128.84.13.241) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 10 Dec 2016 19:27:03 +0000 X-CornellRouted: This message has been Routed already. Received: from authusersmtp.mail.cornell.edu (granite4.serverfarm.cornell.edu [10.16.197.9]) by limerock01.mail.cornell.edu (8.14.4/8.14.4_cu) with ESMTP id uBAJQxp0032198 for ; Sat, 10 Dec 2016 14:27:00 -0500 Received: from [192.168.1.9] (mta-68-175-148-36.twcny.rr.com [68.175.148.36] (may be forged)) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id uBAJQwZE017682 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Sat, 10 Dec 2016 14:26:59 -0500 Subject: Re: libgnutls-devel depends on missnig libtasn1.la file To: cygwin@cygwin.com References: <20161210023817.imnuvtfumnsvxrme@7c616c24653cac4f1c247e3ee013d12b> From: Ken Brown Message-ID: <3152d88a-50cd-d588-6a6a-f311df5913fe@cornell.edu> Date: Sat, 10 Dec 2016 19:27:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <20161210023817.imnuvtfumnsvxrme@7c616c24653cac4f1c247e3ee013d12b> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Cornell-Gauge: Gauge=XXXXX X-PMX-CORNELL-AUTH-RESULTS: dkim-out=none; X-IsSubscribed: yes X-SW-Source: 2016-12/txt/msg00106.txt.bz2 On 12/9/2016 9:38 PM, Peter Ross wrote: > Hi, > > I am attempting to build softare (GNU libmicrohttpd) with cygport on x86, but am > getting errors when it links against libgnutls: > > /usr/bin/sed: can't read /usr/lib/libtasn1.la: No such file or directory > libtool: error: '/usr/lib/libtasn1.la' is not a valid libtool archive > > Likely cause: > > Cygwin gnutls-devel 3.2.21-1 installs /usr/lib/libgnutls.la and this file references libtasn1.la > > However /usr/lib/libtasn1.la has been removed as of libtans1-devel 0.49-1. > See announce message here: https://cygwin.com/ml/cygwin-announce/2016-08/msg00084.html . > > Could the maintainers of libgnutls-devel and libtasn1 please resolve this! The *.la files are gradually being phased out. /usr/lib/libgnutls.la will probably be gone the next time libgnutls-devel is updated. For now, you should be able to solve the problem by simply deleting it (or moving it out of the way). Ken -- 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