From owner-freebsd-x11@FreeBSD.ORG Sun Dec 28 14:50:07 2014 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 64CF0290; Sun, 28 Dec 2014 14:50:07 +0000 (UTC) Received: from mail-wi0-x22a.google.com (mail-wi0-x22a.google.com [IPv6:2a00:1450:400c:c05::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EA1931C4E; Sun, 28 Dec 2014 14:50:06 +0000 (UTC) Received: by mail-wi0-f170.google.com with SMTP id bs8so21947746wib.3; Sun, 28 Dec 2014 06:50:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=uXo45BhNLoy9O4hhJ1ufe+xXUXUSc3UESUaGrFKEUQg=; b=z8q+dtpVZi5sRKg7vrH+nunKNrc1/bNIGqFnpDqFpsAxcIYKKkgkZDc3j3v07DNFJJ 4B8Iyojxr0KlEerZfI/8vEmdlilRxFPNTtrAj1qVsqccByVXrf8Vny6VmpNUgIz9AeLG oeN6xEPpOQwjs84NRynMQIOpBRCzqZCee7r3LDW4pxzUeoLxKqc8IfdmVmK0+uK5/NVv bH5cxHaVNo13WpdbDVlowOXKYVlm6+im//hfoWUbU+SoDk+Y+vEA0BIzS2FCoRQCIGSv GQ4VtSfbs9tFw+YSbRY0slrC44ZJqVqV8m7n4bQy4BKqLXEsMMiqDtvSEJm6mzVzm2yk DAYA== MIME-Version: 1.0 X-Received: by 10.194.184.204 with SMTP id ew12mr40138877wjc.85.1419778205229; Sun, 28 Dec 2014 06:50:05 -0800 (PST) Received: by 10.217.46.132 with HTTP; Sun, 28 Dec 2014 06:50:05 -0800 (PST) In-Reply-To: <1697032.4mAhyKUQv9@walrus.pepperland> References: <1697032.4mAhyKUQv9@walrus.pepperland> Date: Sun, 28 Dec 2014 15:50:05 +0100 Message-ID: Subject: Re: xorg-fonts: fonts.dir entries missing From: "Ranjan1018 ." <214748mv@gmail.com> To: Stefan Ehmann Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-x11@freebsd.org" , freebsd-ports@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Dec 2014 14:50:07 -0000 2014-12-27 16:45 GMT+01:00 Stefan Ehmann : > On a fresh install of 10.1-RELEASE the fonts.dir entries in > /usr/local/lib/X11/fonts are not generated automatically. All ports are > up-to- > date. > > In the xorg logfile I see several entries like this one: > > [ 28.443] (WW) `fonts.dir' not found (or not valid) in > "/usr/local/lib/X11/fonts/misc/". > [ 28.443] Entry deleted from font path. > [ 28.443] (Run 'mkfontdir' on "/usr/local/lib/X11/fonts/misc/"). > > Running mkfontdir on the directory as indicated works. But I don't think I > had > to do this manually before. > > Anyone else seeing this? Today I have installed some new fonts on my laptop running 11.0-CURRENT and I have seen the same bug. Maurizio