On Thu, Mar 06, 2014 at 08:54, Damien Miller wrote: >> $ env FLAVOR=no_java make install > ... >> cd /home/tedu/ports/pobj/db-4.6.21/db-4.6.21/examples_c; install -c -o > root -g bin -m 444 *.c > /home/tedu/ports/pobj/db-4.6.21-no_java/fake-amd64-no_java/usr/local/share/examples/db4 > >> /bin/sh: cd: /home/tedu/ports/pobj/db-4.6.21/db-4.6.21/examples_c - No > such file or directory > > Did anyone ever get to the bottom of this? I see it trying to rebuild db4 > too.
In my case, it was because somebody changed sudo defaults. You need to be in wsrc group now to pick up the necessary environment variables. I have no idea who or what we're protecting against by only allowing wsrc to pass FLAVOR in the environment, but that's how things are.
