From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: How to force rebuilding a pacakge? Date: Thu, 2 Jun 2016 10:16:19 -0400 Message-ID: References: <57502D46.3020607@crazy-compilers.com> <57503F56.6070001@crazy-compilers.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41401) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8TQB-0007V9-0g for help-guix@gnu.org; Thu, 02 Jun 2016 10:16:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b8TQ4-0005sQ-8s for help-guix@gnu.org; Thu, 02 Jun 2016 10:16:26 -0400 Received: from mail-yw0-x22d.google.com ([2607:f8b0:4002:c05::22d]:34221) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b8TQ4-0005sA-39 for help-guix@gnu.org; Thu, 02 Jun 2016 10:16:20 -0400 Received: by mail-yw0-x22d.google.com with SMTP id c127so50979810ywb.1 for ; Thu, 02 Jun 2016 07:16:19 -0700 (PDT) In-Reply-To: <57503F56.6070001@crazy-compilers.com> 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: Hartmut Goebel Cc: help-guix On Thu, Jun 2, 2016 at 10:14 AM, Hartmut Goebel wrote: > Am 02.06.2016 um 15:03 schrieb Thompson, David: >> First, why do you think you want to "force rebuild" something? > > E.g. to inspect the build log. See 'guix build --log-file' - Dave