Created attachment 224869 [details] patch [exp - 122amd64-default-build-as-user][databases/sqlite3] Failed for sqlite3-tcl-3.35.5_1,1 in stage Log URL: http://package19.nyi.freebsd.org/data/122amd64-default-build-as-user/bd66952ced00/logs/sqlite3-tcl-3.35.5_1,1.log Build URL: http://package19.nyi.freebsd.org/build.html?mastername=122amd64-default-build-as-user&build=bd66952ced00 Error building without root privileges ('share/examples' had 555 mode).
Created attachment 224870 [details] poudriere log
Hi Pavel, Thanks for the fix. Would it be ok for you to use '@{MKDIR}' instead of '${INSTALL} -d'? This is much more common and passed my tests too ;)
(In reply to Rainer Hurling from comment #2) Hello. I agree. Please, use '${MKDIR}'. (Don't @${MKDIR}).
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=32b24117b109ab19b29948afebd9d80a6c013ce5 commit 32b24117b109ab19b29948afebd9d80a6c013ce5 Author: Rainer Hurling <rhurlin@FreeBSD.org> AuthorDate: 2021-05-13 12:08:50 +0000 Commit: Rainer Hurling <rhurlin@FreeBSD.org> CommitDate: 2021-05-13 12:13:29 +0000 databases/sqlite3: Fix installation of examples in option TCL PR: 255811 Reported by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) databases/sqlite3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Committed, thanks ;)