From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: simple-scan: Update to 3.19.91. Date: Tue, 8 Mar 2016 20:39:37 -0500 Message-ID: <20160309013937.GA25866@jasmine> References: <1457474675-21775-1-git-send-email-tobias.geerinckx.rice@gmail.com> <20160308230232.GA24107@jasmine> <20160309000506.GD24107@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53910) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adT6H-0003eG-39 for guix-devel@gnu.org; Tue, 08 Mar 2016 20:39:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1adT6C-0000sA-Th for guix-devel@gnu.org; Tue, 08 Mar 2016 20:39:44 -0500 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:37783) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1adT6C-0000rc-Oi for guix-devel@gnu.org; Tue, 08 Mar 2016 20:39:40 -0500 Content-Disposition: inline In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Tobias Geerinckx-Rice Cc: guix-devel@gnu.org On Wed, Mar 09, 2016 at 01:25:04AM +0100, Tobias Geerinckx-Rice wrote: > On 09/03/2016, Leo Famulari wrote: > > [...] pass to ./configure '--disable-packagekit'. Would that work? > > So do ‘we’: > > On Tue, Mar 08, 2016 at 11:04:35PM +0100, Tobias Geerinckx-Rice wrote: > > '(#:configure-flags '("--disable-packagekit") Oops! Serves me right for trying to squeeze this review in earlier ;) > There are various ways to code this, but none that don't amount to > deleting (generated) source files.[1] I didn't realize this was generated C code. In that case it's closer to a compiled binary than source code, don't you think? Can we delete all the generated files and rebuild them from source?