From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from re-prd-fep-041.btinternet.com (mailomta31-re.btinternet.com [213.120.69.124]) by sourceware.org (Postfix) with ESMTPS id 6FF21386DC6B for ; Sun, 3 Jul 2022 16:37:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6FF21386DC6B 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-041.btinternet.com with ESMTP id <20220703163716.CCLY3283.re-prd-fep-041.btinternet.com@re-prd-rgout-005.btmx-prd.synchronoss.net>; Sun, 3 Jul 2022 17:37:16 +0100 Authentication-Results: btinternet.com; auth=pass (PLAIN) smtp.auth=jonturney@btinternet.com; bimi=skipped X-SNCR-Rigid: 613A91242CF97F13 X-Originating-IP: [86.139.167.41] X-OWM-Source-IP: 86.139.167.41 (GB) X-OWM-Env-Sender: jonturney@btinternet.com X-VadeSecure-score: verdict=clean score=0/300, class=clean X-RazorGate-Vade: gggruggvucftvghtrhhoucdtuddrgedvfedrudehjedguddtiecutefuodetggdotefrodftvfcurfhrohhfihhlvgemuceutffkvffkuffjvffgnffgvefqofdpqfgfvfenuceurghilhhouhhtmecufedtudenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhepkfffgggfuffvfhfhjggtgfesthekredttdefjeenucfhrhhomheplfhonhcuvfhurhhnvgihuceojhhonhdrthhurhhnvgihsegurhhonhgvtghouggvrdhorhhgrdhukheqnecuggftrfgrthhtvghrnhepfeevgffghfdtvdetvddvfeduhedukeettdekveeflefgkeekieefgfehhfffudetnecuffhomhgrihhnpehgihhthhhusgdrtghomhenucfkphepkeeirddufeelrdduieejrdegudenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhephhgvlhhopegludelvddrudeikedruddruddthegnpdhinhgvthepkeeirddufeelrdduieejrdeguddpmhgrihhlfhhrohhmpehjohhnrdhtuhhrnhgvhiesughrohhnvggtohguvgdrohhrghdruhhkpdhnsggprhgtphhtthhopedvpdhrtghpthhtoheptgihghifihhnqdgrphhpshestgihghifihhnrdgtohhmpdhrtghpthhtohepmhgrrhgtohdrrghtiigvrhhisehgmhgrihhlrdgtohhm X-RazorGate-Vade-Verdict: clean 0 X-RazorGate-Vade-Classification: clean Received: from [192.168.1.105] (86.139.167.41) by re-prd-rgout-005.btmx-prd.synchronoss.net (5.8.716.04) (authenticated as jonturney@btinternet.com) id 613A91242CF97F13; Sun, 3 Jul 2022 17:37:16 +0100 Message-ID: <9e29f647-1b58-aaa0-a06d-4decb3940ab3@dronecode.org.uk> Date: Sun, 3 Jul 2022 17:37:15 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: Scallyweg and python3 Content-Language: en-GB To: Marco Atzeri , "cygwin-apps@cygwin.com" References: <2875389c-ebd8-e5a1-ce5b-5cb89f4e8587@gmail.com> From: Jon Turney In-Reply-To: <2875389c-ebd8-e5a1-ce5b-5cb89f4e8587@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1192.5 required=5.0 tests=BAYES_00, FORGED_SPF_HELO, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, KAM_NUMSUBJECT, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2022 16:37:21 -0000 On 03/07/2022 16:58, Marco Atzeri wrote: > Hi Jon, > can you look on the build failure for hexchat ? > > https://github.com/cygwin/scallywag/runs/7169187681?check_suite_focus=true > > scallywag: build dependencies (from BUILD_REQUIRES): > cmake,iso-codes-devel,libcanberra-devel,libdbus-glib_1-devel,libglib2.0-devel,libgtk2.0-devel,libnotify-devel,libproxy-devel,libssl-devel,luajit-devel,meson,perl_base,pkg-config,python39-devel,xorg-server-devel > > > that should pull alternatives: > > $ cygcheck-dep -qr python39-devel >  python39-devel: requires ( alternatives bash libcrypt-devel > libintl-devel pkg-config python39 python39-setuptools ) > > and create python3 > > $ cygcheck -l python39 | grep "etc/po" > /etc/postinstall/python39.sh > > > but I see: > > Run-time dependency python3 found: NO (tried pkgconfig and sysconfig) > plugins/python/meson.build:3:2: ERROR: Dependency "python3" not found, > tried pkgconfig and sysconfig I think with pkgconfig, this is looking for 'python3.pc', not 'python3'. That is provided by python3-devel (as a link to python39.pc), which isn't installed here?