This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

During postinstall, warning: Package: Unknown package; a2ps.sh exit code 2


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]