From mboxrd@z Thu Jan 1 00:00:00 1970 From: Efraim Flashner Subject: Re: Obs on non-x86 Date: Tue, 12 Jul 2016 11:06:27 +0300 Message-ID: <20160712080627.GA4575@debian-netbook> References: <20160712070019.GA4828@solar> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="tThc/1wpZn/ma/RB" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37475) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMsiI-0006VY-SY for guix-devel@gnu.org; Tue, 12 Jul 2016 04:06:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bMsiF-0001LN-LV for guix-devel@gnu.org; Tue, 12 Jul 2016 04:06:42 -0400 Received: from flashner.co.il ([178.62.234.194]:42633) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bMsiF-0001Kz-EI for guix-devel@gnu.org; Tue, 12 Jul 2016 04:06:39 -0400 Content-Disposition: inline In-Reply-To: <20160712070019.GA4828@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 --tThc/1wpZn/ma/RB Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jul 12, 2016 at 09:00:19AM +0200, Andreas Enge wrote: > Hello, >=20 > 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. >=20 > Can this be disabled on non-x86 architectures, or should we mark it > as non available there? >=20 > Andreas I grepped the source and found the offending code here: https://github.com/jp9000/obs-studio/blob/master/libobs/CMakeLists.txt#L350 A quick fix would be to change `IF(NOT MSVC)' to `IF(MSVC)' and (without checking) that would likely get the old functionality back, but I bet there's somewhere else we can change it. Looking at git blame that code has been there for almost 2 years, so it looks like something else changed that caused them to either change the default config or finally read and process the flags. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --tThc/1wpZn/ma/RB Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCgAGBQJXhKT/AAoJEPTB05F+rO6TiXoP/3+5ZamL8vW0aQzdNptp4Qxu y1gZioaoe6OjG3ntxTNDflp1lH7tBO2QFfIHh+LOYi0KtOkCoY+WbxTMClfbTZQW MRg5whGgv8lJrEZ4KwnTYP6+em5S6w4IG8mgdsDVLxz7kBqG7/ukmd7Gx3RTbfvA UBKlq2c/Zp+rZmKxcpHwo01ZTxQW2UJIiTnqZy6P9LpvasMFK2rzOTh+mys2e+yc U1DiBGFJxah5nvTEYUp9lJ2V5jw5GXSYXcCBh/w3iI3SNeGlp2VxPSzm8npEXN0r PXWAQztxbT/cu3mEl8JexzLlcHNNMITHBNDXszMVbGnWD70QviP3IhhjC8+c1vI8 h8vdBV0EW2iYTpaj0fHaHK9+A5bY+4bXxEYrrP2GXbbYyUmteIQywH82tvc+1kIX DA7V2arOHnHB1W3Ysy6T/WRibXRDpRYWWtyfieVkyU4QL7YQEynm/UYksEf+SVqH UB626TGfaiNnnp14Wdr5yuBwY7+XOYno97AjX3+aoorqCSiFDOpqRXv/gpbq7b4c K5QvXkvJz7HAzwXB0zcD9HUH5nfQkb16dFgPuwnWhR5bSUSNuKQiIxdSr15m/b72 LU5UPSHZho0LPIKiTZw/zUXiDfrpzDx4M98vsI0qmnUfFmudgQgcCR3PxGyDmgKQ MrMxmqrosAfn47MORgeq =QDpQ -----END PGP SIGNATURE----- --tThc/1wpZn/ma/RB--