From nobody Fri Jul 15 17:38:35 2022 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Lkz9Y3jX3z4TCtj; Fri, 15 Jul 2022 17:38:41 +0000 (UTC) (envelope-from ganael.laplanche@martymac.org) Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [IPv6:2001:4b98:dc4:8::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Lkz9X0433z3NjV; Fri, 15 Jul 2022 17:38:39 +0000 (UTC) (envelope-from ganael.laplanche@martymac.org) Received: (Authenticated sender: ganael.laplanche@martymac.org) by mail.gandi.net (Postfix) with ESMTPSA id 035B0FF808; Fri, 15 Jul 2022 17:38:35 +0000 (UTC) Message-ID: <26993dc6-f4ef-3332-9fa3-25ad108fa24d@martymac.org> Date: Fri, 15 Jul 2022 19:38:35 +0200 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 Subject: Re: git: ce378c38ec1a - main - emulators/dolphin-emu: Update to 5.0.16795 Content-Language: en-US To: Colin Percival , Ganael LAPLANCHE , ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org References: <202207151008.26FA8m74011020@gitrepo.freebsd.org> <0100018202d32ffe-0ea4f802-969e-40fd-8606-9b11b1f3155a-000000@email.amazonses.com> From: Ganael Laplanche In-Reply-To: <0100018202d32ffe-0ea4f802-969e-40fd-8606-9b11b1f3155a-000000@email.amazonses.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4Lkz9X0433z3NjV X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of ganael.laplanche@martymac.org designates 2001:4b98:dc4:8::229 as permitted sender) smtp.mailfrom=ganael.laplanche@martymac.org X-Spamd-Result: default: False [-3.40 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; R_SPF_ALLOW(-0.20)[+ip6:2001:4b98:dc4:8::/64]; RCVD_IN_DNSWL_LOW(-0.10)[2001:4b98:dc4:8::229:from]; MIME_GOOD(-0.10)[text/plain]; ASN(0.00)[asn:203476, ipnet:2001:4b98:dc4::/48, country:FR]; RCVD_COUNT_TWO(0.00)[2]; MLMMJ_DEST(0.00)[dev-commits-ports-all,dev-commits-ports-main]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; R_DKIM_NA(0.00)[]; RCPT_COUNT_FIVE(0.00)[5]; RCVD_TLS_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; FROM_HAS_DN(0.00)[]; DMARC_NA(0.00)[martymac.org]; TO_DN_SOME(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[] X-ThisMailContainsUnwantedMimeParts: N Le 15/07/2022 à 19:06, Colin Percival a écrit : Hello Colin, Thanks for your feedback. > Obviously the ideal solution is to update the portsnap builder... but this > isn't a problem other ports have tripped over, so I'm wondering if this > port is creating an unnecessary dependency when it should just be using the > compiler from the base system. AFAIK, libLLVM-xx.so is not available in the base system. Also, when Dolphin is linked to a port-installed LLVM, poudriere is complaining about a missing dependency: "Error: /usr/local/bin/dolphin-emu is linked to /usr/local/llvm13/lib/libLLVM-13.so from devel/llvm13 but it is not declared as a dependency" See full build logs here: http://box.martymac.org/FreeBSD-Packages/data/FBSD123i386-default/2022-07-13_07h52m45s/logs/dolphin-emu-5.0.16795.log That's why I have explicitly added the dependency here. > Can anyone with knowledge of the compiler options in ports/Mk comment? Yes, if anyone has a workaround for that... :) Thanks, -- Ganael LAPLANCHE http://www.martymac.org | http://contribs.martymac.org FreeBSD: martymac , http://www.FreeBSD.org