From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20051018 Epiphany/1.8.2 Description of problem: Distributed binaries have incorrect font paths. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: On try tu run Xnest: $ Xnest -query <host> :<display> fails with message: Could not init font path element /usr/lib/X11/fonts/misc/, removing from list! Could not init font path element /usr/lib/X11/fonts/TTF/, removing from list! Could not init font path element /usr/lib/X11/fonts/OTF, removing from list! Could not init font path element /usr/lib/X11/fonts/Type1/, removing from list! Could not init font path element /usr/lib/X11/fonts/CID/, removing from list! Could not init font path element /usr/lib/X11/fonts/100dpi/, removing from list! Could not init font path element /usr/lib/X11/fonts/75dpi/, removing from list! Fatal server error: could not open default font 'fixed' Additional info:
Created attachment 121586 [details] Fixed spec file for xorg-x11-serve 1. use autoreconf -f instead "aclocal --force ; automake ; autoconf" amd added neccessary BuildRequires, 2. added patch xorg-x11-server-fontspath.patch, 3. remove from %files all %dir which are listed in filesystem package, 4. use %{__make} instead make %{?_smp_mflags} which allow in better way use parallel compile by simple redefine in for example ~/.rpmmacros %{__make} macro. 5. remove not used cvsdate %define.
Created attachment 121587 [details] xorg-x11-server-fontspath.patch for fix fontspath in xorg-x11-server
*** Bug 174487 has been marked as a duplicate of this bug. ***
*** Bug 174488 has been marked as a duplicate of this bug. ***
*** Bug 174489 has been marked as a duplicate of this bug. ***
Same issue for Xvfb: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=174507
An attempt to reproduce this with FC5test3 seems to show that it has been fixed upstream already in the X11R7.0 release. The following seems to confirm that as well: # strings /usr/bin/Xnest |grep /usr /usr/share/X11/xkbX0-config.keyboard /usr/share/X11/rgb /usr/share/X11/fonts/misc/,/usr/share/X11/fonts/TTF/,/usr/share/X11/fonts/OTF,/usr/share/X11/fonts/Type1/,/usr/share/X11/fonts/CID/,/usr/share/X11/fonts/100dpi/,/usr/share/X11/fonts/75dpi/ /usr/lib/xserver/SecurityPolicy /usr/bin /usr/share/X11/xkb /usr/adm/X%smsgs pts/2 mharris@fc4i386:~$ xinit -- /usr/bin/Xnest :2 Could not init font path element /usr/share/X11/fonts/CID/, removing from list! FreeFontPath: FPE "/usr/share/X11/fonts/misc/" refcount is 2, should be 1; fixing. waiting for X server to shut down Could not init font path element /usr/share/X11/fonts/CID/, removing from list! FreeFontPath: FPE "/usr/share/X11/fonts/misc/" refcount is 2, should be 1; fixing. (The above warnings printed to stderr by Xnest are unrelated to the report, and more or less harmless.) Setting status to RAWHIDE.