Re: how to debug failures inside mock when building takes a long time?

2022-03-09 Thread Miro HronĨok
On 09. 03. 22 8:57, Felix Schwarz wrote: Hi Kevin, Am 08.03.22 um 01:33 schrieb Kevin Kofler via devel: There is actually a "mock shell" command that opens a shell inside the mock chroot. You can also run arbitrary shell commands (including scripts that you have previously manually copied in

Re: how to debug failures inside mock when building takes a long time?

2022-03-08 Thread Felix Schwarz
Hi Kevin, Am 08.03.22 um 01:33 schrieb Kevin Kofler via devel: There is actually a "mock shell" command that opens a shell inside the mock chroot. You can also run arbitrary shell commands (including scripts that you have previously manually copied in using the "copyin" command) in it. I knew

Re: how to debug failures inside mock when building takes a long time?

2022-03-07 Thread Kevin Kofler via devel
Felix Schwarz wrote: > Btw: How do you handle/fix build issues when you can only build inside > mock? > > So for example your mock build fails because some paths or binaries are > wrong and it is not obvious from the error what needs to be changed. In > these situations I'd like to have some kind