From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CCADD1581C1 for ; Thu, 4 Jul 2024 12:33:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74F912BC019; Thu, 4 Jul 2024 12:33:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 292162BC014 for ; Thu, 4 Jul 2024 12:33:49 +0000 (UTC) Received: by smtp.gentoo.org (Postfix, from userid 2212) id 14AB4340BDE; Thu, 4 Jul 2024 12:33:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 12E18340B57 for ; Thu, 4 Jul 2024 12:33:49 +0000 (UTC) Date: Thu, 4 Jul 2024 12:33:49 +0000 (UTC) From: Andrey Grozin To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] questions about wxwidgets.eclass In-Reply-To: <9753f3dc-ea75-458d-9fdc-7e8e5d4c8c3b@gmail.com> Message-ID: References: <9753f3dc-ea75-458d-9fdc-7e8e5d4c8c3b@gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="-745752666-1546473909-1720096429=:10247" X-Archives-Salt: 2995bc99-1f51-4edd-9fda-45d556b31cc7 X-Archives-Hash: 1a466703051cc43c2daca67ba1cdafc7 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. ---745752666-1546473909-1720096429=:10247 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8BIT On Wed, 3 Jul 2024, Eli Schwartz wrote: > On 7/3/24 12:19 AM, Andrey Grozin wrote: >> 1. From which phase function should setup-wxwidgets be called? >> The current statistics of the packages in the tree is: >> src_configure 66 >> src_prepare   16 >> pkg_setup      6 >> pkg_prepare    1 >> Does this mean that one of these groups is right, and the other 3 ones >> are wrong and should be fixed? > Well, the eclass docs *literally* state the answer: > https://devmanual.gentoo.org/eclass-reference/wxwidgets.eclass/ > """ > Call this in your ebuild to set up the environment for wxGTK in > src_configure. > """ Thank you. I've fixed my packages, and filed bugs about other packages calling setup-wxwidgets from somewhere else. Andrey ---745752666-1546473909-1720096429=:10247--