From owner-freebsd-ports@FreeBSD.ORG Sun Jun 29 09:21:23 2014 Return-Path: Delivered-To: ports@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 BF896771; Sun, 29 Jun 2014 09:21:23 +0000 (UTC) Received: from mail-yh0-x229.google.com (mail-yh0-x229.google.com [IPv6:2607:f8b0:4002:c01::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 684E228AD; Sun, 29 Jun 2014 09:21:23 +0000 (UTC) Received: by mail-yh0-f41.google.com with SMTP id z6so4149058yhz.14 for ; Sun, 29 Jun 2014 02:21:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=tiAYrAmTcN4ZV/n4zX7MsXG8OyVoQZMV7X5BuO521zc=; b=ujQeguTdmH/JoFQbV4irk239QA/m2PMtMrpSjYqfrZmZmK4mY72cvZN92hiOGBpQE5 35VzPc3O8gBCvLxAUrDbrmeCepwfqSYxPppqa+hpvb9l7W8OEKJyuMJnXzpJ3/v9YuhG DkPmcIpJJ7hLij3ZMqwy1xLD7WZoTi96GBUjPu/B1IIDQtXTGX6zxt3N14s3ZNwGn+Qd 7V7bZJKKjvXt2bFafaOSzHiSUop4S6SHwdMLbyHfyy7bIh7ckqA8vbc7gDda9giTZjfW 6ImNob/NlHrlIBHeKjhjqTA82U0Hgyb9h9IZRbdcBN/UWMdPl59jwnjDaMLZLvQGnTlj ggkw== MIME-Version: 1.0 X-Received: by 10.236.86.145 with SMTP id w17mr47654442yhe.5.1404033682501; Sun, 29 Jun 2014 02:21:22 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.170.170.2 with HTTP; Sun, 29 Jun 2014 02:21:22 -0700 (PDT) In-Reply-To: <20140629090658.GP9253@f10.opsec.eu> References: <20140629090658.GP9253@f10.opsec.eu> Date: Sun, 29 Jun 2014 11:21:22 +0200 X-Google-Sender-Auth: ZBq4hIffdrj8w79CkNR1uI4qfBM Message-ID: Subject: Re: Handling of /var/db/fontconfig in poudriere builds ? From: Antoine Brodin To: Kurt Jaeger Content-Type: text/plain; charset=UTF-8 Cc: ports@freebsd.org, Bryan Drewery X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jun 2014 09:21:23 -0000 On Sun, Jun 29, 2014 at 11:06 AM, Kurt Jaeger wrote: > Hi! > > I'm trying to test devel/doxygen using poudriere and it complains about > > ====>> Error: Filesystem touched during build: > extra: var/db/fontconfig/8585c715aba2802b7a927639155fa2e5-le64.cache-4 > extra: var/db/fontconfig/91d79561d5e9964953bbdbfe91ce9175-le64.cache-4 > extra: var/db/fontconfig/4c599c202bc5c08e2d34565a40eac3b2-le64.cache-4 > extra: var/db/fontconfig/70c03b3e3294210779bec362c79986d7-le64.cache-4 > extra: var/db/fontconfig/822b97c336d865461182de9b27503dbd-le64.cache-4 > [...] > > Is there a way to handle or avoid this "error" ? Hi, The port shouldn't create those files during build. It doesn't here, do you have special options? Antoine