[Bug 239472] [PATCH] devel/ghidra Fix build error caused by cache cleanup
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Jul 27 06:46:43 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239472
Bug ID: 239472
Summary: [PATCH] devel/ghidra Fix build error caused by cache
cleanup
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ports-bugs at FreeBSD.org
Reporter: sghctoma at gmail.com
Created attachment 206097
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=206097&action=edit
Patch to fix build error caused by cache cleanup
Hi all,
I've received e-mails of devel/ghidra build failures from pkg-fallout at . The
issue seems to be caused by Gradle caches being cleaned up between build
sessions [1]. This issue didn't came up before because the cached files were
not old enough to be deleted.
Cleanup happens after a build session, so the attached patch fixes this issue
by running the two build targets (yajswDevUnpack and buildGhidra) in the same
session.
Cheers,
Toma
[1]
https://docs.gradle.org/current/userguide/directory_layout.html#dir:gradle_user_home:cache_cleanup)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list