Bug 255811 - databases/sqlite3: error with building flavor for support TCL
Summary: databases/sqlite3: error with building flavor for support TCL
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Rainer Hurling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-12 13:40 UTC by Pavel Volkov
Modified: 2021-05-13 12:14 UTC (History)
2 users (show)

See Also:


Attachments
patch (645 bytes, patch)
2021-05-12 13:40 UTC, Pavel Volkov
pavelivolkov: maintainer-approval+
Details | Diff
poudriere log (66.41 KB, text/plain)
2021-05-12 13:41 UTC, Pavel Volkov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Volkov 2021-05-12 13:40:15 UTC
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).
Comment 1 Pavel Volkov 2021-05-12 13:41:16 UTC
Created attachment 224870 [details]
poudriere log
Comment 2 Rainer Hurling freebsd_committer freebsd_triage 2021-05-13 08:28:20 UTC
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 ;)
Comment 3 Pavel Volkov 2021-05-13 12:06:21 UTC
(In reply to Rainer Hurling from comment #2)
Hello. I agree. Please, use '${MKDIR}'. (Don't @${MKDIR}).
Comment 4 commit-hook freebsd_committer freebsd_triage 2021-05-13 12:13:40 UTC
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(-)
Comment 5 Rainer Hurling freebsd_committer freebsd_triage 2021-05-13 12:14:46 UTC
Committed, thanks ;)