From owner-freebsd-emulation@FreeBSD.ORG Sat Mar 15 08:20:01 2014 Return-Path: Delivered-To: vbox@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 97E7134E for ; Sat, 15 Mar 2014 08:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 684D0D0D for ; Sat, 15 Mar 2014 08:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2F8K0C5071371 for ; Sat, 15 Mar 2014 08:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2F8K0c1071370; Sat, 15 Mar 2014 08:20:00 GMT (envelope-from gnats) Date: Sat, 15 Mar 2014 08:20:00 GMT Message-Id: <201403150820.s2F8K0c1071370@freefall.freebsd.org> To: vbox@FreeBSD.org From: Emanuel Haupt Subject: Re: ports/179507: devel/kBuild won't compile on current X-Mailman-Approved-At: Sat, 15 Mar 2014 11:27:09 +0000 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Emanuel Haupt List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2014 08:20:01 -0000 The following reply was made to PR ports/179507; it has been noted by GNATS. From: Emanuel Haupt To: bug-followup@FreeBSD.org, kapetros@gmail.com Cc: Subject: Re: ports/179507: devel/kBuild won't compile on current Date: Sat, 15 Mar 2014 09:14:09 +0100 Are you using ccache? I had the same issue. After I've disabled ccache the port built just fine. Emanuel