From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 33437 invoked by alias); 7 Jun 2016 21:44:23 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 33423 invoked by uid 89); 7 Jun 2016 21:44:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=H*M:cygwin, H*Ad:U*yselkowitz, natively, Hx-languages-length:1281 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Tue, 07 Jun 2016 21:44:21 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 0EBAEC0C41 for ; Tue, 7 Jun 2016 21:44:20 +0000 (UTC) Received: from [10.10.116.29] (ovpn-116-29.rdu2.redhat.com [10.10.116.29]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u57LiIkJ005424 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 7 Jun 2016 17:44:19 -0400 Subject: Re: [ACTION REQUIRED] ARCH=noarch uploads with cygport 0.22.0 To: cygwin-apps@cygwin.com References: <9de6f042-3510-ef4c-9c2d-90f354244691@cygwin.com> <9c6d568b-03da-faed-19ae-56772fe4a41c@cygwin.com> <3ed4eead-2ae8-7afe-eefd-f239395bc721@gmail.com> <66eb6121-c94e-2c66-e12c-da23e863b3fb@gmail.com> From: Yaakov Selkowitz Message-ID: <7ead15c3-9f47-74ea-836b-5c6aa056ef84@cygwin.com> Date: Tue, 07 Jun 2016 21:44:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <66eb6121-c94e-2c66-e12c-da23e863b3fb@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-06/txt/msg00030.txt.bz2 On 2016-06-07 06:23, Marco Atzeri wrote: > mex are recognized and properly stripped > > Package Name | Version | Installation directory > --------------+---------+----------------------- > tsa | 4.4.1 | .../inst/usr/share/octave/packages/tsa-4.4.1 > Fixing symlinks: > Stripping executables: > usr/lib/octave/packages/tsa-4.4.1/x86_64-unknown-cygwin-api-v50+/covm_mex.mex > usr/lib/octave/packages/tsa-4.4.1/x86_64-unknown-cygwin-api-v50+/histo_mex.mex > usr/lib/octave/packages/tsa-4.4.1/x86_64-unknown-cygwin-api-v50+/sumskipnan_mex.mex > > but dependency are not catched. They should be: > > $ cyg-dependency ./covm_mex.mex > /usr/bin/cygwin1.dll => cygwin-2.5.1-1 > /usr/bin/cyggomp-1.dll => libgomp1-5.3.0-5 > /usr/bin/cygoctinterp-3.dll => octave-4.0.1-1 > > bit cygport only reports the forced one Which should be removable... >>>> octave-tsa requires: octave That's not what I'm seeing locally: >>> octave-tsa requires: cygwin libgomp1 octave octave Are you compiling this natively? BTW, on my system, pkg build actually creates NAME-VERSION-ARCH-API.tar.gz instead of just NAME-VERSION.tar.gz as in the .cygport file, which necessitates a change to pkg install. Am I missing something here? -- Yaakov