GNU bug report logs - #35232
webkitgtk-2.24.1 fails to build on i686, but earlier versions work

Previous Next

Package: guix;

Reported by: Mark H Weaver <mhw <at> netris.org>

Date: Thu, 11 Apr 2019 16:31:02 UTC

Severity: normal

Done: Marius Bakke <mbakke <at> fastmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 35232 in the body.
You can then email your comments to 35232 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#35232; Package guix. (Thu, 11 Apr 2019 16:31:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Mark H Weaver <mhw <at> netris.org>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Thu, 11 Apr 2019 16:31:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Mark H Weaver <mhw <at> netris.org>
To: bug-guix <at> gnu.org
Subject: webkitgtk-2.24.1 fails to build on i686, but earlier versions work
Date: Thu, 11 Apr 2019 12:28:40 -0400
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/CMakeOutput.log".
See also "/tmp/guix-build-webkitgtk-2.24.1.drv-0/build/CMakeFiles/CMakeError.log".
Backtrace:
           4 (primitive-load "/gnu/store/1508pywp2hnfgqqg4dm5kihfvcg…")
In ice-9/eval.scm:
   191:35  3 (_ _)
In srfi/srfi-1.scm:
   863:16  2 (every1 #<procedure 82facb0 at /gnu/store/8993x11f4bf3…> …)
In /gnu/store/8993x11f4bf3lb0il9gnh85kjjikcf4b-module-import/guix/build/gnu-build-system.scm:
   799:28  1 (_ _)
In /gnu/store/8993x11f4bf3lb0il9gnh85kjjikcf4b-module-import/guix/build/utils.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 `(#<condition &invoke-error [program: "cmake" arguments: ("../webkitgtk-2.24.1" "-DCMAKE_BUILD_TYPE=Release" "-DCMAKE_INSTALL_PREFIX=/gnu/store/qyc9fdv73bcil59q0cb26m2pb4lkpryb-webkitgtk-2.24.1" "-DCMAKE_INSTALL_LIBDIR=lib" "-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=TRUE" "-DCMAKE_INSTALL_RPATH=/gnu/store/qyc9fdv73bcil59q0cb26m2pb4lkpryb-webkitgtk-2.24.1/lib" "-DCMAKE_VERBOSE_MAKEFILE=ON" "-DPORT=GTK" "-DENABLE_GTKDOC=ON" "-DLIB_INSTALL_DIR=/gnu/store/qyc9fdv73bcil59q0cb26m2pb4lkpryb-webkitgtk-2.24.1/lib" "-DUSE_GSTREAMER_GL=OFF" "-DUSE_WOFF2=OFF") exit-status: 1 term-signal: #f stop-signal: #f] 8181fc0>)'.
builder for `/gnu/store/gkfdcw6fy9ban2ids5f5gv5ffgrsqnik-webkitgtk-2.24.1.drv' 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---




Reply sent to Marius Bakke <mbakke <at> fastmail.com>:
You have taken responsibility. (Tue, 16 Apr 2019 21:46:01 GMT) Full text and rfc822 format available.

Notification sent to Mark H Weaver <mhw <at> netris.org>:
bug acknowledged by developer. (Tue, 16 Apr 2019 21:46:02 GMT) Full text and rfc822 format available.

Message #10 received at 35232-done <at> debbugs.gnu.org (full text, mbox):

From: Marius Bakke <mbakke <at> fastmail.com>
To: Mark H Weaver <mhw <at> netris.org>, 35232-done <at> debbugs.gnu.org
Subject: Re: bug#35232: webkitgtk-2.24.1 fails to build on i686,
 but earlier versions work
Date: Tue, 16 Apr 2019 23:45:32 +0200
[Message part 1 (text/plain, inline)]
Mark H Weaver <mhw <at> netris.org> writes:

> 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?

I dug around in the upstream git SVN mirror and found that the the
(harmless) change causing this failure had been reverted.

Fixed in commit e28ff04108ae7, thanks for reporting it!
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 15 May 2019 11:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 319 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.