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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=TYm7+7SFtBhjF4N9 Dn2CnfKDvhzo7meW95H0Kx/pZxZTjUhkNzLKaEXO5XYr9PPT+4/uqgYjCHG5TiPp iVDqvciseGMWiDJYEx4M7SXuMaT3pBwrSerJPlzjxpeRSyEoPqdyOJ6ZThW3Wyvk 7HJHTdsHSykz3JLxinvS64zYv78= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=R/y9csuCR90ninIWs0CJ1s hmzLo=; b=KOxAQ5/KarnTJ3YgaFa2hHEKFMsMUu5rKmJD7SVsUctGbj6+kPNUCl 209Nb3n6uRO2qO2QWcsOoaLjG++feY9fN10eQHzDKsjh85XPM/H9OG3S7NfmzeCe yYO9tRUB2nztlLv7FKboJuHB744MdCIUbkbPs46Nd2oo2PFSQWL5g= 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=-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 X-CornellRouted: This message has been Routed already. Subject: Re: libgnutls-devel depends on missnig libtasn1.la file To: cygwin AT cygwin DOT com References: <20161210023817 DOT imnuvtfumnsvxrme AT 7c616c24653cac4f1c247e3ee013d12b> From: Ken Brown Message-ID: <3152d88a-50cd-d588-6a6a-f311df5913fe@cornell.edu> Date: Sat, 10 Dec 2016 14:26:59 -0500 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 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