I am building chromium with dpb. $ dbp www/chromium ... This dies as seen below because the db-4 directory it copies from doesn't have the flavor info appended?
Did I break it? cd ./../dist/../docs && cp -pr api_c api_cxx api_tcl articles collections gsg gsg_db_rep gsg_txn images index.html java license ref utility /home/tedu/ports/pobj/db-4.6.21-no_ja va-bootstrap-no_tcl/fake-amd64-no_java-bootstrap-no_tcl/usr/local/share/doc/db4/ chown -R root:wheel /home/tedu/ports/pobj/db-4.6.21-no_java-bootstrap-no_tcl/fake-amd64-n o_java-bootstrap-no_tcl/usr/local/share/doc/db4/ install -d -o root -g bin -m 755 /home/tedu/ports/pobj/db-4.6.21-no_java-bootstrap-no_tcl /fake-amd64-no_java-bootstrap-no_tcl/usr/local/share/examples/db4 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-bootstrap-no_tcl/fake-amd64-no_java-bootstr ap-no_tcl/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 direc tory *** Error 1 in /home/tedu/ports/databases/db/v4 (../Makefile.inc:82 'post-install') *** Error 1 in databases/db/v4 (/home/tedu/ports/infrastructure/mk/bsd.port.mk:2757 '/hom e/tedu/ports/pobj/db-4.6.21-no_java-bootstrap-no_tcl/fake-amd64-no_java-bootstrap-no_tcl/ .fake_done') *** Error 1 in databases/db/v4 (/home/tedu/ports/infrastructure/mk/bsd.port.mk:2406 'fake ') ===> Exiting databases/db/v4,bootstrap,no_java,no_tcl with an error /bin/sh: exit 1: not found *** Error 127 in /home/tedu/ports (infrastructure/mk/bsd.port.subdir.mk:147 'fake')
