Universal command-line interface for SQL databases
Details
Diff Detail
- Repository
- rP FreeBSD ports repository
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 15258 Build 15318: arc lint + arc unit
Event Timeline
There is a stage da violation
=>> Error: Filesystem touched during build: extra: root/.cache
@tcberner Are you building with testport?
In this case, Go ports are broken with testport.
It has to do that (I suspect) testport sets "HOME" environment variable.
I can't understand why you are getting this error.
There is the algorithm in Go that chooses the cache directory. Environment variables GOCACHE, then XDG_DATA_HOME, then HOME.
Go ports don't do anything special for this because XDG_DATA_HOME is set during build.
I think your error might be intermittent.
databases/usql/Makefile | ||
---|---|---|
36 | Don't use :=, use GH_ACCOUNT_DEFAULT instead. |
Tobias,
This problem (with /root/.cache) is a general problem with many or all go ports. I just asked on ports@.
It builds fine here for me, though.
I think this makes it safe to commit, since there is nothing particularly wrong with this port. :)
Yuri