ccache during system build

2022-06-09 Thread Rozhuk Ivan
Hi! Just few tips. 1. bsd.compiler.mk set COMPILERCHECK env var: # Handle bootstrapped compiler changes properly by hashing their content # rather than checking mtime. For external compilers it should be safe # to

exec(btxld) failed (No such file or directory) and obj via nullfs

2022-06-09 Thread Rozhuk Ivan
Hi! I found a way to fix error during install: exec(btxld) failed (No such file or directory) in case obj is nullfs mounted. Use option: -o nocache mount_nullfs -o rw -o nocache -o noatime "${MAKEOBJDIRPREFIX_TMP}" "${MAKEOBJDIRPREFIX}" This helps for me, hope it will be usfull for

Re: git question: How do I push a cherry-pick of someone else's commit?

2022-06-09 Thread Rick Macklem
Mark Johnston wrote: > On Thu, Jun 09, 2022 at 07:49:53PM +, Rick Macklem wrote: > > Mark Johnston wrote: > > > > > > On Thu, Jun 09, 2022 at 07:30:47PM +, Rick Macklem wrote: > > > > I just tried to MFC a commit done to fix my commit by imp@ > > > > and it won't let be push the

Re: git question: How do I push a cherry-pick of someone else's commit?

2022-06-09 Thread Mark Johnston
On Thu, Jun 09, 2022 at 07:49:53PM +, Rick Macklem wrote: > Mark Johnston wrote: > > > > On Thu, Jun 09, 2022 at 07:30:47PM +, Rick Macklem wrote: > > > I just tried to MFC a commit done to fix my commit by imp@ > > > and it won't let be push the cherry-pick. > > > > > > What's the trick

Re: git question: How do I push a cherry-pick of someone else's commit?

2022-06-09 Thread Rick Macklem
Mark Johnston wrote: > > On Thu, Jun 09, 2022 at 07:30:47PM +, Rick Macklem wrote: > > I just tried to MFC a commit done to fix my commit by imp@ > > and it won't let be push the cherry-pick. > > > > What's the trick to doing this? > > You need to add --push-option=confirm-author to the git

Re: git question: How do I push a cherry-pick of someone else's commit?

2022-06-09 Thread Mark Johnston
On Thu, Jun 09, 2022 at 07:30:47PM +, Rick Macklem wrote: > I just tried to MFC a commit done to fix my commit by imp@ > and it won't let be push the cherry-pick. > > What's the trick to doing this? You need to add --push-option=confirm-author to the git push invocation. > Or do I need to

Re: git question: How do I push a cherry-pick of someone else's commit?

2022-06-09 Thread Michael Gmelin
What is the error message? Did you try “git push -f” > On 9. Jun 2022, at 21:33, Rick Macklem wrote: > > I just tried to MFC a commit done to fix my commit by imp@ > and it won't let be push the cherry-pick. > > What's the trick to doing this? > Or do I need to get Warner to do it? > If so,

git question: How do I push a cherry-pick of someone else's commit?

2022-06-09 Thread Rick Macklem
I just tried to MFC a commit done to fix my commit by imp@ and it won't let be push the cherry-pick. What's the trick to doing this? Or do I need to get Warner to do it? If so, it's 393b7606f9c1 in main, that needs to go into stable/13. rick ps: The stable/13 build will be broken until this gets

dmesg: ACPI Warning: Firmware issue warning spaming

2022-06-09 Thread Nuno Teixeira
Hello, I'm running CURRENT 8d95f500521 and I'm receiving loads of dmesg warnings: --- ACPI Warning: Firmware issue: Excessive sleep time (0x0010 ms > 10 ms) in ACPI Control Method (20220331/exsystem-347) --- Is there a way to silence it? Thanks in advance, Nuno Teixeira