public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: David Stacey <drstacey@tiscali.co.uk>
To: cygwin@cygwin.com
Subject: x3270 post install script fails
Date: Wed, 16 Sep 2015 22:17:00 -0000	[thread overview]
Message-ID: <55F9EA66.8080807@tiscali.co.uk> (raw)

The x3270 package performs the following in its post install script:

     FONTDIR=/usr/share/fonts
     ENCODINGSDIR=$FONTDIR/encodings
     MKFONTDIR=/usr/bin/mkfontdir
     $MKFONTDIR -e $ENCODINGSDIR $FONTDIR/misc

This fails because the directory '/usr/share/fonts/encodings' no longer 
exists. (The directory used to be provided by the 'font-encodings' 
package, which is now obsolete).

Probably the best way to resolve this is to add a 'mkdir -p 
${ENCODINGSDIR}' to the post install script, rather than just assume its 
existence - provided this 'encodings.dir' is still being read by the X 
server. Otherwise, use '/usr/share/X11/fonts/encodings' as the encodings 
directory.

Dave.



--
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

             reply	other threads:[~2015-09-16 22:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-16 22:17 David Stacey [this message]
2015-09-16 23:32 ` Peter A. Castro

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55F9EA66.8080807@tiscali.co.uk \
    --to=drstacey@tiscali.co.uk \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).