From owner-svn-ports-all@freebsd.org Sun Aug 11 14:45:38 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EFC27BA7D4; Sun, 11 Aug 2019 14:45:38 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4661xG4fBpz41Xh; Sun, 11 Aug 2019 14:45:38 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 81086FCA5; Sun, 11 Aug 2019 14:45:38 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x7BEjcDE049922; Sun, 11 Aug 2019 14:45:38 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x7BEjc8t049921; Sun, 11 Aug 2019 14:45:38 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201908111445.x7BEjc8t049921@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 11 Aug 2019 14:45:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r508627 - branches/2019Q3/devel/ghidra X-SVN-Group: ports-branches X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: branches/2019Q3/devel/ghidra X-SVN-Commit-Revision: 508627 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2019 14:45:39 -0000 Author: tobik Date: Sun Aug 11 14:45:37 2019 New Revision: 508627 URL: https://svnweb.freebsd.org/changeset/ports/508627 Log: MFH: r508626 devel/ghidra: Fix build error caused by cache cleanup The issue seems to be caused by Gradle caches being cleaned up between build sessions [1]. It did not come up before because the cached files were not old enough to be deleted. Cleanup happens after a build session, so running the two build targets (yajswDevUnpack and buildGhidra) in the same session fixes the issue. [1] https://docs.gradle.org/current/userguide/directory_layout.html#dir:gradle_user_home:cache_cleanup) PR: 239472 Submitted by: Tamas Szakaly (maintainer) Approved by: ports-secteam build fix blanket Modified: branches/2019Q3/devel/ghidra/Makefile Directory Properties: branches/2019Q3/ (props changed) Modified: branches/2019Q3/devel/ghidra/Makefile ============================================================================== --- branches/2019Q3/devel/ghidra/Makefile Sun Aug 11 14:44:41 2019 (r508626) +++ branches/2019Q3/devel/ghidra/Makefile Sun Aug 11 14:45:37 2019 (r508627) @@ -100,8 +100,7 @@ post-patch-JDK12-on: @${ECHO_CMD} "org.gradle.java.home=${LOCALBASE}/openjdk12" > ${WRKSRC}/gradle.properties do-build: - cd ${WRKSRC} && ${GRADLE_RUN} yajswDevUnpack - cd ${WRKSRC} && ${GRADLE_RUN} buildGhidra + cd ${WRKSRC} && ${GRADLE_RUN} yajswDevUnpack buildGhidra post-build: @${RM} ${GRADLE_HOME_BASE}/gradle-${PORTNAME}