From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 51850 invoked by alias); 11 May 2015 21:35:58 -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 51836 invoked by uid 89); 11 May 2015 21:35:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_ASCII_DIVIDERS,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-wi0-f178.google.com Received: from mail-wi0-f178.google.com (HELO mail-wi0-f178.google.com) (209.85.212.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 11 May 2015 21:35:55 +0000 Received: by wizk4 with SMTP id k4so124143672wiz.1 for ; Mon, 11 May 2015 14:35:52 -0700 (PDT) X-Received: by 10.181.11.129 with SMTP id ei1mr24124855wid.57.1431380152725; Mon, 11 May 2015 14:35:52 -0700 (PDT) Received: from [192.168.2.108] (pD9E60EFB.dip0.t-ipconnect.de. [217.230.14.251]) by mx.google.com with ESMTPSA id u3sm24636181wjq.36.2015.05.11.14.35.51 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 11 May 2015 14:35:52 -0700 (PDT) Message-ID: <555120AF.2010405@gmail.com> Date: Mon, 11 May 2015 22:05: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> <55511120.4040208@gmail.com> In-Reply-To: <55511120.4040208@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-05/txt/msg00130.txt.bz2 On 5/11/2015 10:29 PM, Marco Atzeri wrote: > 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 >> > > It seems the only build difference. Ideas what to check ? Looking better I notice that all the postinstall operation are missing in the second case. It seems that adding all the portion after cyginstall --------------------------------------------------------------------- src_install() { cd ${S}/.. mkdir -p ${D}/usr cp -vr share ${D}/usr cd ${B} cyginstall inform " updating LIBs from .so -> .dll" cd ${D}/usr/share/singular/LIB sed -i -e "s/gfanlib.so/gfanlib.dll/g" -i divisors.lib gitfan.lib polymake.lib sed -i -e "s/polymake.so/polymake.dll/g" -i divisors.lib polymake.lib oldpolymake.lib sed -i -e "s/loctriv.so/loctriv.dll/g" -i KVequiv.lib sed -i -e "s/pyobject.so/pyobject.dll/g" -i polybori.lib sed -i -e "s/syzextra.so/syzextra.dll/g" -i schreyer.lib grep "\.so\"" *.lib } --------------------------------------------------------------------- made disappear all the post install actions: --------------------------------------------------------------------- /usr/bin/install -m0644 COPYING /pub/devel/singular/prova2/singular-4.0.2a-1.x86_64/inst/usr/share/d oc/singular/COPYING /usr/bin/install -m0644 README /pub/devel/singular/prova2/singular-4.0.2a-1.x86_64/inst/usr/share/do c/singular/README Fixing symlinks: Compressing man pages: ESingular.1 Singular.1 TSingular.1 Fixing libtool modules: usr/libexec/singular/MOD/bigintm.la usr/libexec/singular/MOD/gfanlib.la usr/libexec/singular/MOD/Order.la usr/libexec/singular/MOD/polymake.la usr/libexec/singular/MOD/pyobject.la usr/libexec/singular/MOD/singmathic.la usr/libexec/singular/MOD/syzextra.la Stripping executables: usr/bin/cygfactory-4-0-2.dll usr/bin/cyggfan-0.dll [cut] --------------------------------------------------------------------- adding another cd ${B} at the end re-activated the post install actions. Yeah ! 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