#Webkit problems

1 messages · Page 1 of 1 (latest)

floral delta
#

I tried building thesus_gui. And I got error:

error: failed to run custom build command for `javascriptcore-rs-sys v0.4.0`

So I decided to install it Webkit-GTK, but I got a lot of errors

ninja: build stopped: subcommand failed.
 * ERROR: net-libs/webkit-gtk-2.38.5-r500::gentoo failed (compile phase):
 *   ninja -v -j4 -l0 failed
 * 
 * Call stack:
 *     ebuild.sh, line  136:  Called src_compile
 *   environment, line 3884:  Called cmake_src_compile
 *   environment, line 1749:  Called cmake_build
 *   environment, line 1718:  Called eninja
 *   environment, line 2173:  Called die
 * The specific snippet of code:
 *       "$@" || die -n "${*} failed"

ldd: exited with unknown exit code (134)
Traceback (most recent call last):
  File "/usr/bin/g-ir-scanner", line 99, in <module>
    sys.exit(scanner_main(sys.argv))
  File "/usr/lib64/gobject-introspection/giscanner/scannermain.py", line 609, in scanner_main
    shlibs = create_binary(transformer, options, args)
  File "/usr/lib64/gobject-introspection/giscanner/scannermain.py", line 434, in create_binary
    shlibs = resolve_shlibs(options, binary, options.libraries)
  File "/usr/lib64/gobject-introspection/giscanner/shlibs.py", line 170, in resolve_shlibs
    _resolve_non_libtool(options, binary, non_libtool))
  File "/usr/lib64/gobject-introspection/giscanner/shlibs.py", line 106, in _resolve_non_libtool
    output = subprocess.check_output(args)
  File "/usr/lib/python3.10/subprocess.py", line 421, in check_output
    return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
  File "/usr/lib/python3.10/subprocess.py", line 526, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['ldd', '/var/tmp/.../JavaScriptCore-5.0']' returned non-zero exit status 1.

I already reported it to webkit support, but is it possible to don't use webkit on Linux Gentoo? Can I display it in firefox? Maybe in some other way?

#

Also while building i got warning:

warning: `PKG_CONFIG_ALLOW_SYSTEM_CFLAGS="1" "pkg-config" "--libs" "--cflags" "javascriptcoregtk-4.0" "javascriptcoregtk-4.0 >= 2.24"` did not exit successfully: exit status: 1
prisma pecan
#

(Theseus uses Tauri for GUI)