https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245807

and...@tao11.riddles.org.uk changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |and...@tao11.riddles.org.uk

--- Comment #3 from and...@tao11.riddles.org.uk ---
User error, caused by non-obvious magic behavior (aka "POLA violation") on the
part of bmake.

In short, since /usr/obj/home/elrond exists, bsd make is using that as .OBJDIR
by default, and changing directory to it before running commands. So it's the
permissions on _that_ directory that cause the issue.

It doesn't fail with gmake because that has no such magic behavior.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to