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 8E05B15800A for ; Fri, 11 Aug 2023 02:02:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEBE72BC02F; Fri, 11 Aug 2023 02:02:29 +0000 (UTC) Received: from keymaster.home (ns1.xn--wesstrm-f1a.se [IPv6:2a00:d880:5:1b9::8526]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2562F2BC016 for ; Fri, 11 Aug 2023 02:02:28 +0000 (UTC) Received: from [192.168.254.0] (umbriel.home [192.168.254.0]) by keymaster.home (8.17.1/8.17.1) with ESMTP id 37B22Hlr032582 for ; Fri, 11 Aug 2023 04:02:17 +0200 (CEST) (envelope-from gentoo-bugzilla@pp.dyndns.biz) Message-ID: Date: Fri, 11 Aug 2023 04:02:17 +0200 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.14.0 Subject: Re: [gentoo-user] Need some help with location of git clone when bisecting with 9999-ebuilds Content-Language: en-GB To: gentoo-user@lists.gentoo.org References: <128f8d2d-f773-539f-cca3-01cd5b49ffd6@pp.dyndns.biz> <04bb6a24-bac1-01c7-002b-0cddb4ea0914@iinet.net.au> From: =?UTF-8?Q?Morgan_Wesstr=c3=b6m?= In-Reply-To: <04bb6a24-bac1-01c7-002b-0cddb4ea0914@iinet.net.au> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 71e09be6-2892-4ae5-a60b-fbf528f9e2c5 X-Archives-Hash: d635aea1ed78ab9e6965fddfdce14130 On 2023-08-11 03:33, William Kenworthy wrote: > Will "ebuild /path/to/whatever.ebuild compile" work for what you are doing ? > Also, it works on some simpler builds to cd to the top of the src tree and just > issue a make. In this particular case I'd like to also merge the compiled wine to my system so I can do the test of the failing application in the same environment as I normally run it in. But all is fine now and I got my questions answered so I feel confident I'm better prepared now for any future bisects. I'm doing my (hopefully) final bisect compile of wine as I write this and will check the result tomorrow since it's way past bedtime for me now. :) Regards Morgan