Date: Sat, 27 Jul 2019 06:46:42 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 239472] [PATCH] devel/ghidra Fix build error caused by cache cleanup Message-ID: <bug-239472-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239472 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@FreeBSD.org Reporter: sghctoma@gmail.com Created attachment 206097 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D206097&action= =3Dedit Patch to fix build error caused by cache cleanup Hi all, I've received e-mails of devel/ghidra build failures from pkg-fallout@. 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 iss= ue by running the two build targets (yajswDevUnpack and buildGhidra) in the sa= me session. Cheers, Toma [1] https://docs.gradle.org/current/userguide/directory_layout.html#dir:gradle_= user_home:cache_cleanup) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-239472-7788>