X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:subject:to:message-id:date:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=TbV KOYSKV2OFoK36EQkvXqmUWqEK97Oypfd0SWei4iWNhZQWpDzVo3nvLWXCEusto5u IDne4QF9dIdo2KvL4TGoZr6B95U8fV3ntGN8siXrqKJ0wbW7vCTmFsQXUj/AKr8+ +D/oFH6p0+RhZ/7E2p7WszRz9rGdk348UsqtAKmk= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:subject:to:message-id:date:mime-version :content-type:content-transfer-encoding; s=default; bh=ilDUu4vFq NxYXLWEf84hMv3BnZQ=; b=UuixVESBWkqrjZuobkAe+hzvS9P7+yf8Hgaf+zy2I M3o6xzpUAe3O1rKCuRzyVnR8HDToA5057d643YBbvsjFbe99i0qtA4Gi+UGKe3/H RDRnaWo0Xr7Wx8i+J6rlcjpoDAfv+933ynTi/wj0f38ByM+jgAdnLd9xM13Hp7Db pI= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:750, misc, font X-HELO: mail-wm0-f45.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:subject:to:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=sUSdi7ZcZH2KFUQ6x6GXAUnLDeVvnRyE3rAHuodSt44=; b=MG6UfBdMXJea1yV1e6yG/pwednGDxeQw07u85v+1wvUmCQIlsQu329ymQFny3O2lO/ 2xyYQA9K9ezM+ue0/WJ6ei5DOtL0U05nCh1IWjhusRMZ6p9D9b+GEg3BOWn9Vt83epMW dwwjSRGLEK2kSNulRJosO4KPmgf3Y1isEZwnkFk+Jw2aps8qutFasN317si1jPB9dxuC cyhaASDPM6w8PnqFY1Z1gNr80a34KMB4WWYh5nZV+aYJ50ncxymT2Vm20XF6eDnir87i u5GHbFXES2/o9WWpZueOqptD7Jz7RsBq6LOlqlHscP5WqKSBEWEUGUsTwGqXk1/0fhsz +miQ== X-Gm-Message-State: AOPr4FU0edqbxnBqLYw3a9hKKly+6Atm9nu4y84srkVtNlqgWP5xmCMJ3SIIysL0T4OAjA== X-Received: by 10.28.85.137 with SMTP id j131mr14109043wmb.15.1460917580207; Sun, 17 Apr 2016 11:26:20 -0700 (PDT) From: Marco Atzeri Subject: font encodings dirs ? To: "cygwin AT cygwin DOT com" Message-ID: <8f731cce-ab62-ada1-79bc-3bce499abcc2@gmail.com> Date: Sun, 17 Apr 2016 20:26:11 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Most of the postinstall font scripts are referring to /usr/share/fonts/encodings /usr/share/fonts/encodings/large $ cat plotutils.sh.done /usr/bin/rm -f /usr/share/fonts/misc/encodings.dir /usr/share/fonts/misc/fonts.{dir,scale} /usr/bin/mkfontscale /usr/share/fonts/misc || /usr/bin/rm -f /usr/share/fonts/misc/fonts.scale /usr/bin/mkfontdir -e /usr/share/fonts/encodings -e /usr/share/fonts/encodings/large /usr/share/fonts/misc || /usr/bin/rm -f /usr/share/fonts/misc/{encodings,fonts}.dir /usr/bin/fc-cache -f /usr/share/fonts/misc but from what I see no package includes such directories, so all the /usr/bin/mkfontdir -e /usr/share/fonts/encodings .. are failing by default. Is the expected behaviour ? Regards Marco -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple