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:from:subject:to:message-id:date:mime-version :content-type; q=dns; s=default; b=ueda03g7KtHuX9Bhd0y2IHGiUpQnV AjbyJAI/a+M25cl8JQHSru0eVmJrWBBD4NpzGKBWrR2P4mUnykxWS4PkQ9rCJDYZ u40LbnAN5S1Q5/RD7BSYt00olBkxNJSKa44rrnsYwYxQ5I+y1cwKSf4sHxEg5qbE KMgduRRw2YJYG0= 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:from:subject:to:message-id:date:mime-version :content-type; s=default; bh=bOWH0u6/U+G28FBzhaG/jCHRqJE=; b=Wm2 Q1YlrZaGdTxmPgjkoholC/O4XRGQtKq07++d7V6PWQJm8Rv4hbQB0wdM1a51tDog qGvPUiPR4jFsWhUVgbdhzgwarkSfJdh8bQuQJ8pUYzvbGxbH9LkN4wHODr07wpwR eL03VDTcJE/Y/vun3WeSq3Jo4lvFvIvPKGqlatYg= 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.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wm0-f47.google.com X-Received: by 10.28.30.206 with SMTP id e197mr14284024wme.97.1448268057039; Mon, 23 Nov 2015 00:40:57 -0800 (PST) From: Marco Atzeri Subject: cygport: patch for proper debuginfo To: "cygwin AT cygwin DOT com" Message-ID: <5652D10F.7020409@gmail.com> Date: Mon, 23 Nov 2015 09:40:47 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------010700010209030401020708" X-IsSubscribed: yes --------------010700010209030401020708 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Hi Yaakov, the attached patch solves some case I hit where the debuginfo are not properly extracted. "." as workdir can be managed differently by the build system and cygport debuginfo extraction when: $ pwd /pub/devel/openblas $ readlink -f $(pwd) /cygdrive/e/cyg_pub/devel/openblas Usually Automake/Libtool are not affected, but Makefile only build system, like openblas one, are instead, Regards Marco --------------010700010209030401020708 Content-Type: text/plain; charset=UTF-8; name="cygport.patch" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="cygport.patch" LS0tIC91c3IvYmluL2N5Z3BvcnR+CTIwMTUtMDctMjAgMDk6MTI6MDguMDAw MDAwMDAwICswMjAwCisrKyAvdXNyL2Jpbi9jeWdwb3J0CTIwMTUtMTEtMjEg MTc6NDU6MTMuNTgzODU0ODAwICswMTAwCkBAIC0zOTUsNyArMzk1LDcgQEAK IHRoZW4KIAlpZiBbIC1mIC4vJHtjeWdwb3J0ZmlsZX0gXQogCXRoZW4KLQkJ X3RvcGRpcj0uOworCQlfdG9wZGlyPSQocmVhZGxpbmsgLWYgLik7CiAJZWxz ZQogCQlfdG9wZGlyPS91c3Ivc3JjOwogCWZpCg== --------------010700010209030401020708 Content-Type: text/plain; charset=us-ascii -- 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 --------------010700010209030401020708--