I just update to ubuntu 11.04, and after a clean installation of root 5.28.00c, I’m getting:
Couldn’t find font “-adobe-helvetica-medium-r---10-----*-iso8859-1”,
trying “fixed”. Please fix your system so helvetica can be found,
this font typically is in the rpm (or pkg equivalent) package
XFree86-[75,100]dpi-fonts or fonts-xorg-[75,100]dpi.
I tried to install many fonts packages but nothing, the problem still.
Could someone point me the correct deb package?
Well, more than installing the fonts and having the font server running, I have no idea. I’ll have to try, but it will take time to set-up a virtual machine with ubuntu (I’m working on Windows…)
As the message says, the fonts (and not libraries), something looking like XFree86-[75,100]dpi-fonts or fonts-xorg-[75,100]dpi… (I don’t remember and I’m not a Linux expert, but as I managed to get it working, I’m sure you will )
Ok, thanks Bertrand, it’s working now, here the recipe:
1. Install xfs and xfstt:
2. Install the following fonts:
t1-xfree86-nonfree - non-free Postscript Type 1 fonts from XFree86
ttf-xfree86-nonfree - non-free TrueType fonts from XFree86
ttf-xfree86-nonfree-syriac - non-free syriac OpenType fonts from XFree86
xfonts-75dpi - 75 dpi fonts for X
xfonts-100dpi - 100 dpi fonts for X
I was having the same ("-adobe-helvetica-medium-r---10-----*-iso8859-1") problem with a fresh install of ubuntu 12.04 (Precise Pangolin). I followed the above directions and the problem went away (actually I did not have to recompile after installing the new packages).
So this is the full list of packages I installed after a fresh install of 12.04
Loaded plugins: changelog, kernel-module, protectbase, refresh-packagekit, security, tsflags, versionlock
Setting up Install Process
146 packages excluded due to repository protections
No package name_of_the_package available.
Error: Nothing to do
Can you please give me some hints how to solve this issue on SLC6 ?
Kind regards,
On SL[C]6 try (this should give you a good environment for ROOT 5): yum remove qt3
yum install yum-utils
yum-builddep cernlib
yum install ftgl-devel glew-devel pcre-devel xz-devel
yum install fftw-devel gsl-devel python-devel libxml2-devel
yum install qt-devel qwt-devel
yum install mysql mysql-devel
yum install gcc gcc-c++ gcc-gfortran cvs git cmake
yum clean all
yum check-update
yum update
See also: Running ROOT without X font server