From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH 00/13] Add a bunch of LV2 audio effects! Date: Fri, 14 Oct 2016 12:44:50 +0200 Message-ID: <87bmyni50d.fsf@elephly.net> References: <20161012181249.26326-1-rekado@elephly.net> <20161014075601.GA4415@solar> 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]:42567) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1buzz5-0000g3-FC for guix-devel@gnu.org; Fri, 14 Oct 2016 06:45:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1buzz2-0004QB-8e for guix-devel@gnu.org; Fri, 14 Oct 2016 06:45:03 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:21332) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1buzz2-0004Pr-0U for guix-devel@gnu.org; Fri, 14 Oct 2016 06:45:00 -0400 In-reply-to: <20161014075601.GA4415@solar> 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: Andreas Enge Cc: guix-devel@gnu.org Andreas Enge writes: > 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? That’s unfortunate. They should work on arm. The build system probes for CPU features, actually, and conditionally uses extended instructions. I’ll investigate. > 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? Thanks for the hint. I’ll check it out. ~~ Ricardo