-
Notifications
You must be signed in to change notification settings - Fork 720
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
segfault during installation of gWidgets2tcltk extension in R 4.0.x easyconfigs when fonts are missing on system #11917
Comments
Additionally, on my system |
fonts-dejavu-core installed solved the problem, no need for any other X-package. |
While working on a new R release, R-4.0.4, I have experienced probably a related issue that didn't result in the seg fault.
I will try to install the missing package. Let's see does this fixes the issue. |
This error indeed gets solved by installing the dejavu font packages. Note: it is better to install more of them to ensure you have the correct packages. For CentOS 7, I installed the following packages: |
no DISPLAY variable so Tk is not available
|
how can i solve this issue |
The installation for
gWidgets2tcltk
is run viaxvfb-run
and crashes with a segmentation fault like this if run standalone:See #11663 (comment) for the error when run as part of an EB build of R/4.0.3.
If I installed
xterm
on the system (with a fair number of dependencies) the installation ofgWidgets2tcltk
suddenly succeeds. The package that tipped the scales into working wasfonts-dejavu-core
, implying that something in the build hard-requires some sort of font presence.The text was updated successfully, but these errors were encountered: