From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Missing patch on savannah means coreutils can't build Date: Sun, 28 Feb 2016 15:34:28 +0100 Message-ID: <87d1rgzyx7.fsf@gnu.org> References: <877fhzw8df.fsf@dustycloud.org> <20160220225045.3f56c93d@debian-netbook> <871t87c6kn.fsf@dustycloud.org> <87twl3rle8.fsf@netris.org> <87povqsvd4.fsf@netris.org> <87k2lvrzv4.fsf@netris.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]:55658) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aa2Qc-0004ds-Nd for guix-devel@gnu.org; Sun, 28 Feb 2016 09:34:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aa2QZ-0006tk-Ha for guix-devel@gnu.org; Sun, 28 Feb 2016 09:34:34 -0500 In-Reply-To: <87k2lvrzv4.fsf@netris.org> (Mark H. Weaver's message of "Tue, 23 Feb 2016 14:27:43 -0500") 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: Mark H Weaver Cc: guix-devel@gnu.org Mark H Weaver skribis: > Is there way to change the URI used to fetch the coreutils patch > 'coreutils-tail-inotify-race.patch', as I tried to do in 1a51cbc825, > but without triggering a full rebuild? Unfortunately I don=E2=80=99t see any way to do it. :-/ It was designed to allow it, but a subtle bug fixed in 52c0c82f52ff8dd8165b86fd53988fba39664d7e led to =E2=80=98file-name=E2=80=99= being ignored during bootstrap. However we should definitely fix the URL in =E2=80=98core-updates=E2=80=99. Ludo=E2=80=99.