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:to:from:subject:message-id:date:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=Ykf JjFiSKi088qfya+zxcGxMAjmhsQ7fwjbNyFWlRh8bQhkMfpe1Iw95X7rcW8O37m9 eVTge9e7Kx3qVRANjS+8YG8/6W0ZXwvr4dwoZUzofe9wV8REdS8bdhUAkUn1QFP+ oOeocBnVGLQ7fIe1x1aEQZLC2q2emSfuIIZafkcM= 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:to:from:subject:message-id:date:mime-version :content-type:content-transfer-encoding; s=default; bh=FXvXeNWnM p+jBdUAskwJlMAZtOc=; b=rX2+XMXfs8ivovkqtAz3drlzMdxcqor01BFF/XERw I7VhrJlRJDPFLP0NzPbHa0B9qge4Nl3TpTX0eN/itMOEYg3Zj+BzqOWtIPjY+SZy WS0BooIvBD0Q3BYuU35qyE/PreE9dYAV9YbT307XYWEJzB+USZtwOKEYJc2GJjly u0= 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=-1.8 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: limerock02.mail.cornell.edu X-CornellRouted: This message has been Routed already. To: cygwin From: Ken Brown Subject: Problem with nm in binutils-2.25-2 on x86 Message-ID: <5613C8B0.5060604@cornell.edu> Date: Tue, 6 Oct 2015 09:12:16 -0400 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes This is a followup to https://www.cygwin.com/ml/cygwin/2015-10/msg00059.html . I tried to build icu using gcc-5 and binutils-2.25-2 on x86. The build appeared to hang when cygport was stripping executables. I traced the problem to a call to 'nm -l' in src_postinst.cygpart. This produced errors like the following when called on some of the DLLs: $ nm -l cygicui18n56.dll 6270c458 b .bssBFD: Dwarf Error: Could not find abbrev number 1151. 6270c594 b .bssBFD: Dwarf Error: Could not find abbrev number 1151. 6270c0cc b .bssBFD: Dwarf Error: Could not find abbrev number 1151. ... This particular DLL can be found at http://sanibeltranquility.com/cygwin/cygicui18n56.dll.xz nm -l from binutils-2.25-1 has no problem on this DLL. The behavior is the same whether the DLL is built using binutils-2.25-1 or 2.25-2, so this appears to just be a bug in nm. [The DLL I posted at the above URL was buil with binutils-2.25-1.] 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