From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#35232: webkitgtk-2.24.1 fails to build on i686, but earlier versions work Date: Thu, 11 Apr 2019 12:28:40 -0400 Message-ID: <874l74sdyk.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:37734) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hEcbP-0002RN-RF for bug-guix@gnu.org; Thu, 11 Apr 2019 12:31:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hEcbO-000403-Lv for bug-guix@gnu.org; Thu, 11 Apr 2019 12:31:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:41552) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hEcbO-0003zu-Ey for bug-guix@gnu.org; Thu, 11 Apr 2019 12:31:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hEcbO-0000jN-94 for bug-guix@gnu.org; Thu, 11 Apr 2019 12:31:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:37555) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hEcav-0002Ng-Vx for bug-guix@gnu.org; Thu, 11 Apr 2019 12:30:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hEcau-0003WJ-P9 for bug-guix@gnu.org; Thu, 11 Apr 2019 12:30:33 -0400 Received: from world.peace.net ([64.112.178.59]:38460) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hEcau-0003MB-Hx for bug-guix@gnu.org; Thu, 11 Apr 2019 12:30:32 -0400 List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 35232@debbugs.gnu.org Hydra failed to build webkitgtk-2.24.1 on i686-linux, saying "SSE2 support is required to compile WebKit". https://hydra.gnu.org/build/3439652 See below for the tail of the build log. Note that earlier versions of webkitgtk built successfully on i686-linux, including 2.24.0: https://hydra.gnu.org/job/gnu/master/webkitgtk-2.24.0.i686-linux Removing support for i686, or even for systems without SSE2, seems like an odd thing for upstream to do in a point release. Is it truly the case, or can we fix this with a change in configuration? Mark --8<---------------cut here---------------start------------->8--- -- Performing Test HAVE_SSE2_EXTENSIONS -- Performing Test HAVE_SSE2_EXTENSIONS - Failed CMake Error at CMakeLists.txt:115 (message): SSE2 support is required to compile WebKit -- Configuring incomplete, errors occurred! See also "/tmp/guix-build-webkitgtk-2.24.1.drv-0/build/CMakeFiles/CMakeOutp= ut.log". See also "/tmp/guix-build-webkitgtk-2.24.1.drv-0/build/CMakeFiles/CMakeErro= r.log". Backtrace: 4 (primitive-load "/gnu/store/1508pywp2hnfgqqg4dm5kihfvcg=E2=80= =A6") In ice-9/eval.scm: 191:35 3 (_ _) In srfi/srfi-1.scm: 863:16 2 (every1 # =E2=80=A6) In /gnu/store/8993x11f4bf3lb0il9gnh85kjjikcf4b-module-import/guix/build/gnu= -build-system.scm: 799:28 1 (_ _) In /gnu/store/8993x11f4bf3lb0il9gnh85kjjikcf4b-module-import/guix/build/uti= ls.scm: 616:6 0 (invoke _ . _) /gnu/store/8993x11f4bf3lb0il9gnh85kjjikcf4b-module-import/guix/build/utils.= scm:616:6: In procedure invoke: Throw to key `srfi-34' with args `(#)'. builder for `/gnu/store/gkfdcw6fy9ban2ids5f5gv5ffgrsqnik-webkitgtk-2.24.1.d= rv' failed with exit code 1 @ build-failed /gnu/store/gkfdcw6fy9ban2ids5f5gv5ffgrsqnik-webkitgtk-2.24.1= .drv - 1 builder for `/gnu/store/gkfdcw6fy9ban2ids5f5gv5ffgrsqnik-webkitgtk= -2.24.1.drv' failed with exit code 1 --8<---------------cut here---------------end--------------->8---