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 23:56:23 +0200 Message-ID: <87vawuh9x4.fsf@elephly.net> References: <20161012181249.26326-1-rekado@elephly.net> <20161014075601.GA4415@solar> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57894) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bvAT1-0005cf-BC for guix-devel@gnu.org; Fri, 14 Oct 2016 17:56:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bvASx-0003LH-BU for guix-devel@gnu.org; Fri, 14 Oct 2016 17:56:38 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:21434) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bvASx-0003Kz-32 for guix-devel@gnu.org; Fri, 14 Oct 2016 17:56:35 -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? These packages should now be okay on ARM. The Makefiles contain tests for whether SSE instructions are supported, but the tests contained syntax errors, so they would always result in SSE instructions to be enabled. I reported this upstream and fixed our packages. > Also jack-keyboard fails: > http://hydra.gnu.org:3000/build/1532070 , > but here the reason is a failing dependency. lash fails on armhf because it uses a feature that is not available on ARM. I guess we could patch the sources there. ~~ Ricardo