Re: [gentoo-user] Need some help with location of git clone when bisecting with 9999-ebuilds

2023-08-11 Thread Wols Lists
On 11/08/2023 01:23, Yixun Lan wrote: 1) Where should I store the git clone of the repository and how do I tell emerge to read the source files from there, when emerging the ebuild, instead of downloading them from the Internet as usual? how about have a local clone of wine repository?

Re: [gentoo-user] Need some help with location of git clone when bisecting with 9999-ebuilds

2023-08-10 Thread Morgan Wesström
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

Re: [gentoo-user] Need some help with location of git clone when bisecting with 9999-ebuilds

2023-08-10 Thread William Kenworthy
On 11/8/23 09:06, Morgan Wesström wrote: Thank you, Yixun. On 2023-08-11 02:23, Yixun Lan wrote: understanding git bisect should be enough to keep you going.. Yes, I actually just ended up doing what git bisect does but manually for now. 2) Can I tell emerge not to clean the build

Re: [gentoo-user] Need some help with location of git clone when bisecting with 9999-ebuilds

2023-08-10 Thread Morgan Wesström
Thank you, Yixun. On 2023-08-11 02:23, Yixun Lan wrote: understanding git bisect should be enough to keep you going.. Yes, I actually just ended up doing what git bisect does but manually for now. 2) Can I tell emerge not to clean the build directory between bisects so it only recompiles the

Re: [gentoo-user] Need some help with location of git clone when bisecting with 9999-ebuilds

2023-08-10 Thread Yixun Lan
Hi Morgan: On 20:41 Thu 10 Aug , Morgan Wesström wrote: > I'm trying to track down a regression in app-emulation/wine-vanilla. > > I've read https://wiki.gentoo.org/wiki/Bisecting_with_live_ebuilds and think > I > understand how git bisect works and what it does, but three things are >

[gentoo-user] Need some help with location of git clone when bisecting with 9999-ebuilds

2023-08-10 Thread Morgan Wesström
I'm trying to track down a regression in app-emulation/wine-vanilla. I've read https://wiki.gentoo.org/wiki/Bisecting_with_live_ebuilds and think I understand how git bisect works and what it does, but three things are unclear to me. 1) Where should I store the git clone of the repository