Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Feb 2010 08:42:40 GMT
From:      Akinori MUSHA <knu@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/144125: lang/gauche: Adding a workaround for building with ccache
Message-ID:  <201002200842.o1K8gelk088738@www.freebsd.org>
Resent-Message-ID: <201002200850.o1K8o17E045924@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         144125
>Category:       ports
>Synopsis:       lang/gauche: Adding a workaround for building with ccache
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 20 08:50:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Akinori MUSHA
>Release:        FreeBSD 8.0-STABLE amd64
>Organization:
>Environment:
>Description:
Building lang/gauche with ccache fails because of a problem in ccache's pre-processor optimization, which can be turned off.

>How-To-Repeat:
Install devel/ccache and enable it:

portinstall ccache
PATH=/usr/local/libexec/ccache:$PATH
portinstall gauche

>Fix:
Add CCACHE_CPP2=1 to MAKE_ENV, or if you don't want to mess with ccache for good, add CCACHE_DISABLE=1 to completely turn off the use of ccache.

>Release-Note:
>Audit-Trail:
>Unformatted:



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