From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:55300) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jLuXr-0000rI-Pu for guix-patches@gnu.org; Tue, 07 Apr 2020 16:10:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jLuXq-0007uJ-Lc for guix-patches@gnu.org; Tue, 07 Apr 2020 16:10:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39487) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jLuXq-0007tb-Ck for guix-patches@gnu.org; Tue, 07 Apr 2020 16:10:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jLuXq-0001Ht-5v for guix-patches@gnu.org; Tue, 07 Apr 2020 16:10:02 -0400 Subject: [bug#40468] [PATCH 3/3] gnu: Add shiru-lv2. Resent-Message-ID: Date: Tue, 7 Apr 2020 16:08:55 -0400 From: Leo Famulari Message-ID: <20200407200855.GA15764@jasmine.lan> References: <053db596207697e4b7d32b55a965b2ba88beca75.camel@zrythm.org> <20200407182511.GA9039@jasmine.lan> <224c908df7cf2e32dff2bd31e5050dd4d552093a.camel@zrythm.org> <20200407194138.GA14915@jasmine.lan> <1fe07e3677e852cd9d502b68e4659879fc21e6b0.camel@zrythm.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <1fe07e3677e852cd9d502b68e4659879fc21e6b0.camel@zrythm.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Alexandros Theodotou Cc: 40468@debbugs.gnu.org On Tue, Apr 07, 2020 at 09:04:40PM +0100, Alexandros Theodotou wrote: > > > > Does it work to inherit the custom install phase from dragonfly- > > > > reverb? > > > > It seems like the install-file procedures would not apply here. > >=20 > > However, I tried building it from the patch and the install phase > > does > > fail there. >=20 > Did you build it after applying the previous 2 patches?=20 > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D40466 and > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D40467 >=20 > This is supposed to be merged after those changes. The first patch > (40466) changes the install procedure in dragonfly-reverb, which is > inherited here. Ah, no, I didn't realize they were related. It's annoyingly tricky, but patches that depend on each should be in the same bug ticket. This can be accomplished by first sending an intro message to get a bug number, then sending the patch series to e.g. . I'll merge them now.