From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Obs on non-x86 Date: Tue, 12 Jul 2016 09:00:19 +0200 Message-ID: <20160712070019.GA4828@solar> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51111) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMrgE-0003nc-PN for guix-devel@gnu.org; Tue, 12 Jul 2016 03:00:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bMrg8-00060c-NA for guix-devel@gnu.org; Tue, 12 Jul 2016 03:00:29 -0400 Received: from mailrelay1.public.one.com ([91.198.169.124]:55168) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMrg8-00060V-9X for guix-devel@gnu.org; Tue, 12 Jul 2016 03:00:24 -0400 Content-Disposition: inline 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: guix-devel@gnu.org Hello, the obs package fails to build on arm: http://hydra.gnu.org:3000/build/1298768/nixlog/1/tail-reload since it uses "-msse" and so on. Can this be disabled on non-x86 architectures, or should we mark it as non available there? Andreas