unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: swedebugia@riseup.net
To: 33696@debbugs.gnu.org
Cc: bug-Guix <bug-guix-bounces+swedebugia=riseup.net@gnu.org>
Subject: bug#33696: Webview crashes on query.wikidata.org
Date: Mon, 10 Dec 2018 12:55:11 -0800	[thread overview]
Message-ID: <aded403ef05276e0eb5e1b3531a54783@riseup.net> (raw)
In-Reply-To: <831f7b40e8f69ad4293d817d310ba760@riseup.net>

On 2018-12-10 21:50, swedebugia@riseup.net wrote:
> Hi.
> 
> epiphany, vimb and next crashes when I visit that page. It looks fine on
> my Antergos machine in chrome. 
> 
> From vimb:
> "Webview Crashed on
> https://query.wikidata.org/#%23added%20before%202016-10%0A%23illustrates%20sitelink%20selection%2C%20%22%3B%22%20notation%0ASELECT%20%3Fitem%20%3FitemLabel%20%3Farticle%0AWHERE%0A%7B%0A%09%3Farticle%20%09schema%3Aabout%20%3Fitem%20%3B%0A%09%09%09schema%3AisPartOf%20%3Chttps%3A%2F%2Fspecies.wikimedia.org%2F%3E%20.%0A%09SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22%5BAUTO_LANGUAGE%5D%2Cen%22%20%7D%0A%7D%0ALIMIT%20200"
> 
> $ guix --version
> guix (GNU Guix) 0.16.0-3.6ddc63e
> 
> Is this an upstream bug perhaps?
> 
> Several crashes were fixed and
> https://webkitgtk.org/releases/webkitgtk-2.23.1.tar.xz is out (unstable
> dev release).

I tried building the new release with --with-source, but it failed with
this:
-- Checking for module 'gl'
--   Found gl, version 18.1.8
-- Found OpenGL:
/gnu/store/c7wzz03f4r00fx6qfcf70y2iyk2d88a9-mesa-18.1.8/include
-- Looking for include file GL/glx.h
-- Looking for include file GL/glx.h - found
-- Checking for module 'glesv2'
--   Found glesv2, version 18.1.8
-- Found OpenGLES2:
/gnu/store/c7wzz03f4r00fx6qfcf70y2iyk2d88a9-mesa-18.1.8/include
CMake Error at Source/cmake/WebKitFeatures.cmake:244 (message):
  ENABLE_JIT conflicts with ENABLE_C_LOOP.  You must disable one or the
  other.
Call Stack (most recent call first):
  Source/cmake/WebKitFeatures.cmake:252
(_WEBKIT_OPTION_ENFORCE_CONFLICTS)
  Source/cmake/WebKitFeatures.cmake:277
(_WEBKIT_OPTION_ENFORCE_ALL_CONFLICTS)
  Source/cmake/OptionsGTK.cmake:160 (WEBKIT_OPTION_END)
  Source/cmake/WebKitCommon.cmake:59 (include)
  CMakeLists.txt:159 (include)


-- Configuring incomplete, errors occurred!
See also
"/tmp/guix-build-webkitgtk-2.23.1.drv-0/build/CMakeFiles/CMakeOutput.log".
See also
"/tmp/guix-build-webkitgtk-2.23.1.drv-0/build/CMakeFiles/CMakeError.log".
Backtrace: 
           4 (primitive-load "/gnu/store/k78dfhbjwqj0nj7pyav74mwl7pz…")
In ice-9/eval.scm:
   191:35  3 (_ _)
In srfi/srfi-1.scm:
   863:16  2 (every1 #<procedure 82fdc40 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.23.1" "-DCMAKE_BUILD_TYPE=Release"
"-DCMAKE_INSTALL_PREFIX=/gnu/store/pdzvvs0x0qskcnkj6aml6zw4pmfn45gs-webkitgtk-2.23.1"
"-DCMAKE_INSTALL_LIBDIR=lib" "-DCMAKE_INSTALL_RPATH_USE_LINK_PATH=TRUE"
"-DCMAKE_INSTALL_RPATH=/gnu/store/pdzvvs0x0qskcnkj6aml6zw4pmfn45gs-webkitgtk-2.23.1/lib"
"-DCMAKE_VERBOSE_MAKEFILE=ON" "-DPORT=GTK" "-DENABLE_GTKDOC=ON"
"-DLIB_INSTALL_DIR=/gnu/store/pdzvvs0x0qskcnkj6aml6zw4pmfn45gs-webkitgtk-2.23.1/lib"
"-DUSE_GSTREAMER_GL=OFF" "-DUSE_WOFF2=OFF") exit-status: 1 term-signal:
#f stop-signal: #f] 80aafe0>)'.
note: keeping build directory `/tmp/guix-build-webkitgtk-2.23.1.drv-0'
builder for
`/gnu/store/j0zw3qb1ybzsqvwbwqcjpmrjllqgs2z9-webkitgtk-2.23.1.drv'
failed with exit code 1
build of
/gnu/store/j0zw3qb1ybzsqvwbwqcjpmrjllqgs2z9-webkitgtk-2.23.1.drv failed
View build log at
'/var/log/guix/drvs/j0/zw3qb1ybzsqvwbwqcjpmrjllqgs2z9-webkitgtk-2.23.1.drv.bz2'.
guix build: error: build failed: build of
`/gnu/store/j0zw3qb1ybzsqvwbwqcjpmrjllqgs2z9-webkitgtk-2.23.1.drv'
failed

-- 
Cheers 
Swedebugia

  reply	other threads:[~2018-12-10 20:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-10 20:50 bug#33696: Webview crashes on query.wikidata.org swedebugia
2018-12-10 20:55 ` swedebugia [this message]
2018-12-12  1:58 ` Leo Famulari
2018-12-13 15:15   ` swedebugia
2020-01-06 15:48 ` Alek Zikon via Bug reports for GNU Guix
2021-11-24 18:27 ` bug#33696: Works now: " Jack Hill

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=aded403ef05276e0eb5e1b3531a54783@riseup.net \
    --to=swedebugia@riseup.net \
    --cc=33696@debbugs.gnu.org \
    --cc=bug-guix-bounces+swedebugia=riseup.net@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).