From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Danckaert Subject: Re: guix gc Date: Wed, 03 May 2017 09:20:50 +0200 (CEST) Message-ID: <20170503.092050.1368361224132921389.post@thomasdanckaert.be> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33830) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d5obH-0000nR-1X for help-guix@gnu.org; Wed, 03 May 2017 03:21:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d5obD-0002ic-TV for help-guix@gnu.org; Wed, 03 May 2017 03:21:27 -0400 Received: from s02.spamexperts.axc.nl ([185.182.56.112]:57017) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d5obD-0002gV-MA for help-guix@gnu.org; Wed, 03 May 2017 03:21:23 -0400 In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: catonano@gmail.com Cc: help-guix@gnu.org From: Catonano Subject: guix gc Date: Tue, 2 May 2017 20:25:37 +0200 > Also, building a master branch now gives me these warnings > [...] Did run ./bootstrap and ./configure again after the garbage collection? After gc, some of the references to compilers, libraries etc found by your original ./configure run might not be valid anymore (at least that's how I understand it. has happened to me several times). I have no idea about the font issue you're having, I believe that the fontconfig references bug has been solved. Did you reconfigure the system recently? (What happens if you reconfigure now?) Thomas