From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH 00/13] Add a bunch of LV2 audio effects! Date: Fri, 14 Oct 2016 09:56:01 +0200 Message-ID: <20161014075601.GA4415@solar> References: <20161012181249.26326-1-rekado@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34880) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1buxLe-00057s-Nu for guix-devel@gnu.org; Fri, 14 Oct 2016 03:56:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1buxLa-0006yh-EX for guix-devel@gnu.org; Fri, 14 Oct 2016 03:56:09 -0400 Received: from mailrelay2.public.one.com ([91.198.169.125]:42337) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1buxLa-0006xh-0i for guix-devel@gnu.org; Fri, 14 Oct 2016 03:56:06 -0400 Content-Disposition: inline In-Reply-To: <20161012181249.26326-1-rekado@elephly.net> 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: Ricardo Wurmus Cc: guix-devel@gnu.org Hello Ricardo, On Wed, Oct 12, 2016 at 08:12:36PM +0200, Ricardo Wurmus wrote: > here's a simple patch set to add 13 new LV2 audio plugins. the packages fail to build on arm due to their use of SSE instructions: http://hydra.gnu.org:3000/build/1528551 Could these be disabled, or should the packages as a whole be disabled on arm? Also jack-keyboard fails: http://hydra.gnu.org:3000/build/1532070 , but here the reason is a failing dependency. Could you have a look, please? Andreas