Re: SETENVI, make "port" and poudriere weirdness
Dimitry Andric <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.ports |
|---|---|
| Message-ID | <[email protected]> |
On 24 Sep 2025, at 13:46, A FreeBSD User <[email protected]> wrote: > running FreeBSD CURRENT and FreeBSD 15-STABLE on several machines, I face some issues with the > traditional way of compiling ports and the more resource-eating way with poudriere. > > Some ports when compiled via "cd /usr/ports/PORT; make all" do fail with an obscur error > reporting > > : invalid option -- D It seems very likely that on your system(s), "make" actually invokes GNU make, not BSD make. What is the output of "which make" on your system? -Dimitry