From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 60909 invoked by alias); 11 May 2015 20:29:34 -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 60901 invoked by uid 89); 11 May 2015 20:29:34 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wi0-f182.google.com Received: from mail-wi0-f182.google.com (HELO mail-wi0-f182.google.com) (209.85.212.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 11 May 2015 20:29:33 +0000 Received: by wiun10 with SMTP id n10so111632888wiu.1 for ; Mon, 11 May 2015 13:29:30 -0700 (PDT) X-Received: by 10.194.216.196 with SMTP id os4mr24010293wjc.117.1431376169963; Mon, 11 May 2015 13:29:29 -0700 (PDT) Received: from [192.168.2.108] (pD9E60EFB.dip0.t-ipconnect.de. [217.230.14.251]) by mx.google.com with ESMTPSA id uc9sm5846984wjc.7.2015.05.11.13.29.28 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 11 May 2015 13:29:29 -0700 (PDT) Message-ID: <55511120.4040208@gmail.com> Date: Mon, 11 May 2015 21:35:00 -0000 From: Marco Atzeri User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: cygport partially broken by recent updates ? References: <554F2A58.4080109@gmail.com> <1431367651.10560.1.camel@cygwin.com> In-Reply-To: <1431367651.10560.1.camel@cygwin.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-05/txt/msg00129.txt.bz2 On 5/11/2015 8:07 PM, Yaakov Selkowitz wrote: > On Sun, 2015-05-10 at 11:52 +0200, Marco Atzeri wrote: >> I just noted that cygport seems not anymore able to >> produces debug info nor is correctly identifying >> package own dll's > > Did you install this singular-debuginfo then try to package it again? > > -- > Yaakov > It is not that. I have both cases. I rebuild both versions today with the same system condition, same result. Old version has debuginfo, new version does't. The DLL's in the build tree have similar size, and both have debuginfo This from the version with no debuginfo: $ objdump -h Singular/dyn_modules/syzextra/.libs/syzextra.dll Singular/dyn_modules/syzextra/.libs/syzextra.dll: file format pei-x86-64 Sections: Idx Name Size VMA LMA File off Algn [cut] CONTENTS, ALLOC, LOAD, READONLY, DATA 10 .debug_aranges 00001450 00000005f0bcc000 00000005f0bcc000 00034800 2**0 CONTENTS, READONLY, DEBUGGING 11 .debug_info 000b0164 00000005f0bce000 00000005f0bce000 00035e00 2**0 CONTENTS, READONLY, DEBUGGING 12 .debug_abbrev 00003ddc 00000005f0c7f000 00000005f0c7f000 000e6000 2**0 CONTENTS, READONLY, DEBUGGING 13 .debug_line 0000f4a7 00000005f0c83000 00000005f0c83000 000e9e00 2**0 CONTENTS, READONLY, DEBUGGING 14 .debug_frame 00006b68 00000005f0c93000 00000005f0c93000 000f9400 2**3 CONTENTS, READONLY, DEBUGGING 15 .debug_str 00003afa 00000005f0c9a000 00000005f0c9a000 00100000 2**0 CONTENTS, READONLY, DEBUGGING 16 .debug_loc 000727e6 00000005f0c9e000 00000005f0c9e000 00103c00 2**0 CONTENTS, READONLY, DEBUGGING 17 .debug_ranges 00021d50 00000005f0d11000 00000005f0d11000 00176400 2**0 CONTENTS, READONLY, DEBUGGING Comparing both config.status I only notice that the last one has an additional LDFLAGS portion in config.status -rdynamic -Wl,-undefined,dynamic_lookup It seems the only build difference. Ideas what to check ? Regards Marco -- 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