From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from re-prd-fep-049.btinternet.com (mailomta18-re.btinternet.com [213.120.69.111]) by sourceware.org (Postfix) with ESMTPS id D30673857354 for ; Fri, 14 Oct 2022 16:35:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org D30673857354 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dronecode.org.uk Authentication-Results: sourceware.org; spf=none smtp.mailfrom=dronecode.org.uk Received: from re-prd-rgout-005.btmx-prd.synchronoss.net ([10.2.54.8]) by re-prd-fep-049.btinternet.com with ESMTP id <20221014163528.RUXQ3069.re-prd-fep-049.btinternet.com@re-prd-rgout-005.btmx-prd.synchronoss.net>; Fri, 14 Oct 2022 17:35:28 +0100 Authentication-Results: btinternet.com; auth=pass (PLAIN) smtp.auth=jonturney@btinternet.com; bimi=skipped X-SNCR-Rigid: 613A91243E0FC3D9 X-Originating-IP: [86.139.156.115] X-OWM-Source-IP: 86.139.156.115 (GB) X-OWM-Env-Sender: jonturney@btinternet.com X-VadeSecure-score: verdict=clean score=0/300, class=clean X-RazorGate-Vade: gggruggvucftvghtrhhoucdtuddrgedvfedrfeekvddguddtgecutefuodetggdotefrodftvfcurfhrohhfihhlvgemuceutffkvffkuffjvffgnffgvefqofdpqfgfvfenuceurghilhhouhhtmecufedtudenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhepkfffgggfuffvfhfhjggtgfesthejredttdefjeenucfhrhhomheplfhonhcuvfhurhhnvgihuceojhhonhdrthhurhhnvgihsegurhhonhgvtghouggvrdhorhhgrdhukheqnecuggftrfgrthhtvghrnhepheduueevueejueejgeeufeehtddtkeevtdduieelfeetteeffeejjedukeefgffgnecuffhomhgrihhnpegthihgfihinhdrtghomhenucfkphepkeeirddufeelrdduheeirdduudehnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehhvghloheplgduledvrdduieekrddurddutdeingdpihhnvghtpeekiedrudefledrudehiedrudduhedpmhgrihhlfhhrohhmpehjohhnrdhtuhhrnhgvhiesughrohhnvggtohguvgdrohhrghdruhhkpdhnsggprhgtphhtthhopedvpdhrtghpthhtoheptgihghifihhnqdgrphhpshestgihghifihhnrdgtohhmpdhrtghpthhtohepfhgvuggvrhhitghosehkihhrtghhvghishdrihht X-RazorGate-Vade-Verdict: clean 0 X-RazorGate-Vade-Classification: clean Received: from [192.168.1.106] (86.139.156.115) by re-prd-rgout-005.btmx-prd.synchronoss.net (5.8.716.04) (authenticated as jonturney@btinternet.com) id 613A91243E0FC3D9; Fri, 14 Oct 2022 17:35:28 +0100 Message-ID: <7eedd556-7f4d-b006-713f-917efdca79bd@dronecode.org.uk> Date: Fri, 14 Oct 2022 17:35:27 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.3.3 Subject: Re: nnn Content-Language: en-GB To: Federico Kircheis , "cygwin-apps@cygwin.com" References: <4d509e0f-bba2-477e-bd60-e82b5a730764@kircheis.it> <11bd75e2-eccd-e07d-5932-e156fe7147b8@kircheis.it> From: Jon Turney In-Reply-To: <11bd75e2-eccd-e07d-5932-e156fe7147b8@kircheis.it> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3570.2 required=5.0 tests=BAYES_00,FORGED_SPF_HELO,KAM_DMARC_STATUS,KAM_LAZY_DOMAIN_SECURITY,NICE_REPLY_A,RCVD_IN_BARRACUDACENTRAL,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_NONE,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 13/10/2022 20:11, Federico Kircheis wrote: > On 10/10/2022 15.02, Jon Turney wrote: >> On 09/10/2022 14:54, Federico Kircheis wrote: >> >>> REQUIRES="libncursesw10 libreadline7" >> >> It looks like these dependencies are successfully auto-detected, so >> you don't need to explicitly list them. > > Does cygwin/cygport offer some functionalities for querying those if not > written in the cygport file? > > Currently I "parse" the file for creating automatically a test environment. > Removing those means that I am not currently able to recreate such > environment automatically, and would need to track the information > separately. That information is written into the requires: line of the generated .hint (e.g. nnn-4.6-1.x86_64/dist/nnn/nnn-4.6-1.hint) Ideally we'd have some mode of setup where you could write e.g setup -P ./nnn-4.6-1.tar.xz and it would install that just built package and it's dependencies, but SHTDI. (https://cygwin.com/packaging-contributors-guide.html#installing somewhat discusses this lack...)