[bug #52922] -Otarget does not function properly and errors on FreeBSD, with stdout to a pipe

2021-09-14 Thread John Hood
Follow-up Comment #9, bug #52922 (project make): I am still posting too late, but I think what I'm seeing agrees with this-- output directed to a pipe fails but output to a file is OK. I'll check more carefully tomorrow and update if I'm still wrong.

[bug #52922] -Otarget does not function properly and errors on FreeBSD, with stdout to a pipe

2021-09-14 Thread Thomas Munro
Follow-up Comment #8, bug #52922 (project make): Yeah, it's implemented at VFS level, so it needs a vnode: https://github.com/freebsd/freebsd-src/blob/7326e8589cc21431d62f25802eac7c5dd6f74122/sys/kern/kern_descrip.c#L617 I considered fixing that in FreeBSD, but I'm running build farm stuff acros

[bug #52922] -Otarget does not function properly and errors on FreeBSD, with stdout to a pipe

2021-09-14 Thread John Hood
Follow-up Comment #7, bug #52922 (project make): Oops, I'm posting too late at night. The problem is still there on FreeBSD. ___ Reply to this item at: ___

[bug #52922] -Otarget does not function properly and errors on FreeBSD, with stdout to a pipe

2021-09-14 Thread John Hood
Follow-up Comment #6, bug #52922 (project make): For the record, this issue seems to be gone on FreeBSD 13.0-- the FreeBSD port is now using GNU Make 4.3, and I don't see this issue now. The port still doesn't have any patches that seem relevant to this. It's possible it got fixed on the kernel