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=XqZEtZcp1NF/Mugo awKSbhW3XT4jWjG698mssWn+t7Edqxd7UL3lUs7KzR1GaQC7Ix8bCK0pI1YzJm8O SVyBRAdN68yvrrHzUa7TAWEdHktZ+Tt6xUrW/WVyralJPSyEeJIGqp+B+Fhm+U+D ur42HLaEvKLIt6Nrv1r5uYJ17kE= 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=eYViIIAfZZy7/OjIQ3Nk41 55bvM=; b=HQ7BrbP7L9/rahKam+pTH0sl3pKwUi4bMMlfZkFsnQmNmGJdvEt8nm xJ7O7gaKmHp5krHB5amqBoBI8DbTq39if3Y9kqDX9kUp1+KKQgaYzqtBgfvw9KnD JPFlo2J6sN0TilYzS4MogRC3PyE5704S0hqpo9y2yyFade5sSxPc0= 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=-2.4 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=H*MI:sk:cd21273, H*f:sk:cd21273, H*i:sk:cd21273 X-HELO: limerock01.mail.cornell.edu X-CornellRouted: This message has been Routed already. Subject: Re: libtool: error: cannot find the library '/usr/lib/libxcb.la'... To: cygwin AT cygwin DOT com References: From: Ken Brown Message-ID: Date: Sun, 21 Aug 2016 00:01:32 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Cornell-Gauge: Gauge=XXXXX X-PMX-CORNELL-AUTH-RESULTS: dkim-out=none; X-IsSubscribed: yes On 8/20/2016 5:54 PM, Ken Brown wrote: > I'm trying to rebuild texlive, and the build on x86 is failing as follows: > > make[2]: Entering directory '/home/kbrown/src/cygtexlive/texlive/texlive-20160520-2.i686/build/texk/xdvik' > /bin/sh ./libtool --tag=CC --mode=link gcc -Wimplicit -Wreturn-type -Wdeclaration-after-statement -Wno-unknown-pragmas -ggdb -O2 -pipe -Wimplicit-function-declaration -fdebug-prefix-map=/home/kbrown/src/cygtexlive/texlive/texlive-20160520-2.i686/build=/usr/src/debug/texlive-20160520-2 -fdebug-prefix-map=/home/kbrown/src/cygtexlive/texlive/texlive-20160520-2.i686/src/texlive-20160520-source=/usr/src/debug/texlive-20160520-2 -o xdvi-bin.exe main.o libxdvi.a /home/kbrown/src/cygtexlive/texlive/texlive-20160520-2.i686/build/texk/kpathsea/libkpathsea.la -lfreetype -Xlinker --allow-multiple-definition -lXaw -lXmu -lXt -lSM -lICE -lXi -lXext -lXpm -lX11 > libtool: error: cannot find the library '/usr/lib/libxcb.la' or unhandled argument '/usr/lib/libxcb.la' > > (/usr/lib/libxcb.la was removed from the x86 distro in the recent update of libxcb-devel.) I think I found the problem, but I don't have access to my build machine right now to test it: Several /usr/lib/*.la files include the non-existent /usr/lib/libxcb.la in their dependency_libs. In particular, this is true of /usr/lib/libXext.la. So I'm guessing that the presence of -lXext in the libtool command line is causing libtool to look for /usr/lib/libxcb.la. Can someone confirm this guess? If I'm right, then it seems that /usr/lib/libxcb.la should be restored until all packages that depend on it can be rebuilt. 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