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:mime-version:date:message-id:subject:from:to :content-type; q=dns; s=default; b=KAe5Yu1b6QVybwzvPtEd70HcjfS6R 7TrdOd0qzQEFz8bGIlP/3hIb4zbC+rJrToEGIrAlrF7e2IjbtrUEe+XtuEf3rsQ+ sOuDriXUsBwWesiuAI19BcIOS+Ds36R6Hm+ef8FCMQooS9l3rV6BRpzeHt6tQmOf nFxN4yokZRcQso= 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:mime-version:date:message-id:subject:from:to :content-type; s=default; bh=JdZPCwuL0msII8VS0t8dZDQbz6w=; b=IC2 nlUixLhBhWVokwZHzJN2NV/CydSmRmvj3njJkUyvnatFbl3vzaZslGvCC/6+Dcpq SIdrpFIIK8EGMVRGs0m3YWW8juS2G9A15QXJejjL40NJchwCUWWmzwqBnL7eviND 1IZfkbtewwAaGFpOaxxc6X4AbUG+rcnddDwdj4do= 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 X-Spam-SWARE-Status: No, score=0.3 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RDNS_NONE,SPF_PASS autolearn=no version=3.3.1 MIME-Version: 1.0 X-Received: by 10.50.65.42 with SMTP id u10mr6337991igs.47.1373878432253; Mon, 15 Jul 2013 01:53:52 -0700 (PDT) Date: Mon, 15 Jul 2013 01:53:52 -0700 Message-ID: Subject: During postinstall, warning: Package: Unknown package; a2ps.sh exit code 2 From: Kenneth Wolcott To: cygwin Content-Type: text/plain; charset=ISO-8859-1 Hi; Package: Unknown package a2ps.sh exit code 2 Is there a missing dependency? This is what happens when I run sh /etc/postinstall/a2ps.sh manually from mintty: $ sh -xv /etc/postinstall/a2ps.sh if [ ! -f /etc/a2ps-site.cfg ] then /usr/bin/mkdir -p /etc /usr/bin/cp /etc/defaults/etc/a2ps-site.cfg /etc/a2ps-site.cfg fi + '[' '!' -f /etc/a2ps-site.cfg ']' if [ ! -f /etc/a2ps.cfg ] then /usr/bin/mkdir -p /etc /usr/bin/cp /etc/defaults/etc/a2ps.cfg /etc/a2ps.cfg fi + '[' '!' -f /etc/a2ps.cfg ']' cd /usr/share/a2ps/afm + cd /usr/share/a2ps/afm ./make_fonts_map.sh && /bin/mv -f fonts.map.new fonts.map + ./make_fonts_map.sh Looking for the afm files read by a2ps... a2ps: unknown medium `libpaper' Extracting font names... Sorting entries... sort: open failed: fonts.map.new: No such file or directory Thanks, Ken Wolcott -- 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