Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Dec 2017 08:47:36 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r457355 - head/lang/ghc
Message-ID:  <201712270847.vBR8laT2091291@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Wed Dec 27 08:47:36 2017
New Revision: 457355
URL: https://svnweb.freebsd.org/changeset/ports/457355

Log:
  lang/ghc often fails to build with ccache, mark it so.
  
  Sponsored by:	Absolight

Modified:
  head/lang/ghc/Makefile   (contents, props changed)

Modified: head/lang/ghc/Makefile
==============================================================================
--- head/lang/ghc/Makefile	Wed Dec 27 08:03:30 2017	(r457354)
+++ head/lang/ghc/Makefile	Wed Dec 27 08:47:36 2017	(r457355)
@@ -30,6 +30,7 @@ LIB_DEPENDS+=	libgmp.so:math/gmp
 USES=		autoreconf gmake iconv:translit localbase:ldflags ncurses perl5 tar:xz
 USE_LOCALE=	en_US.UTF-8
 USE_PERL5=	build
+NO_CCACHE=	ccache: error: Failed to create directory /nonexistent/.ccache/tmp: Permission denied
 
 # The configure process accepts,filters and canonicalises
 # the CONFIGURE_TARGET variable. You can read the files



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712270847.vBR8laT2091291>