From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: [PATCH 3/5] gnu: avr-libc: Fix build. Date: Mon, 30 May 2016 13:40:01 -0400 Message-ID: References: <1460639824-9976-1-git-send-email-dthompson2@worcester.edu> <1460639824-9976-4-git-send-email-dthompson2@worcester.edu> <87twj4je3q.fsf@gnu.org> <87a8kushjz.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34837) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7RAa-00010q-3Z for guix-devel@gnu.org; Mon, 30 May 2016 13:40:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b7RAY-00060O-4U for guix-devel@gnu.org; Mon, 30 May 2016 13:40:03 -0400 Received: from mail-yw0-x241.google.com ([2607:f8b0:4002:c05::241]:32921) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b7RAY-00060I-0H for guix-devel@gnu.org; Mon, 30 May 2016 13:40:02 -0400 Received: by mail-yw0-x241.google.com with SMTP id y6so15616235ywe.0 for ; Mon, 30 May 2016 10:40:01 -0700 (PDT) In-Reply-To: <87a8kushjz.fsf@gnu.org> 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" To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: guix-devel On Fri, Apr 15, 2016 at 5:12 PM, Ludovic Court=C3=A8s wrote: > "Thompson, David" skribis: > >> On Thu, Apr 14, 2016 at 1:26 PM, Ludovic Court=C3=A8s wro= te: >>> David Thompson skribis: >>> >>>> * gnu/packages/avr.scm (avr-libc): Update to 2.0.0. >>>> [native-inputs]: Use new avr-gcc and avr-binutils. >>>> [arguments]: Add phase to unset C_INCLUDE_PATH. >>> >>> Please make the update a separate patch, which you can push right away. >>> ;-) >> >> I don't see why I should push that separately given that avr-libc has >> been broken for a long time. >> >> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D23115 >> >> I can just not update it here at all and get everything fixed first. > > OK, I had overlooked that. Your call! I decided to push the build fix and the version bump as two separate commit= s. Thanks! - Dave