Skip to content

RStudio needs libQt5WebKitWidgets.so.5 #684

Closed
david opened this issue Mar 20, 2018 · 6 comments
Closed

RStudio needs libQt5WebKitWidgets.so.5 #684

david opened this issue Mar 20, 2018 · 6 comments

Comments

@david
Copy link
Collaborator

david commented Mar 20, 2018

schrader@bacon:/project/azubi/usvapc
# rstudio
rstudio: error while loading shared libraries: libQt5WebKitWidgets.so.5: cannot open shared object file: No such file or directory

@pmenzel
Copy link
Collaborator

pmenzel commented Mar 20, 2018

This is due to commit 663c3b3 (qt5: Do not build QtWebengine as it fails to build).

@pmenzel pmenzel changed the title rstudio dont work on Systemd-237 systems RStudio needs libQt5WebKitWidgets.so.5 Mar 20, 2018
@pmenzel
Copy link
Collaborator

pmenzel commented Mar 20, 2018

No idea, if a new package should be created, or everything should be kept in qt5.be0.

@donald
Copy link
Collaborator

donald commented Mar 21, 2018

Hmm. I've just rebuilt qt5.be0 as non-root without the -skip qtwebengine , no errors but no libQt5WebKitWidgets.so.5 either.

@pmenzel
Copy link
Collaborator

pmenzel commented Mar 21, 2018

Stupid me. I mixed up QtWebEngine and QtWebKit. QtWebKit is not part of Qt anymore. No idea, if RStudio could be rebuilt.

@pmenzel
Copy link
Collaborator

pmenzel commented Mar 21, 2018

Ok, the problem is the update from Qt 5.4 to 5.10 as the module QtWebKit was removed in Qt 5.6.

With Qt 5.6 the following modules are no longer part of the release packages, but users can still build
them from source:

  • Qt WebKit
  • Qt Declarative (Qt Quick 1)

So commit 957d558 (qt5: Update version from 5.4.1 to 5.10.1) actually broke it.

Ok, I guess, after the migration to systemd 238, we should just try to rebuild RStudio and remove QtWebKit again.

@pmenzel
Copy link
Collaborator

pmenzel commented Mar 22, 2018

@david, next time please use Fixes: https://github.molgen.mpg.de/mariux64/bee-files/issues/684 in the commit message, so that issues are automatically closed.

@pmenzel pmenzel closed this as completed Mar 22, 2018
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants