X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_NUMERIC_HELO,SPF_HELO_PASS,TW_CG,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Achim Gratz <Stromeko AT NexGo DOT DE> Subject: Re: [ANNOUNCEMENT] Updated: groff-1.21.1-1 Date: Tue, 24 Apr 2012 11:17:18 +0000 (UTC) Lines: 31 Message-ID: <loom.20120424T115423-831@post.gmane.org> References: <20080815192404 DOT GB12901 AT ednor DOT casa DOT cgf DOT cx> <20100419173902 DOT GA6017 AT ednor DOT casa DOT cgf DOT cx> <announce DOT 20120422184814 DOT GA14593 AT ednor DOT casa DOT cgf DOT cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: <cygwin.cygwin.com> List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com> List-Archive: <http://sourceware.org/ml/cygwin/> List-Post: <mailto:cygwin AT cygwin DOT com> List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Christopher Faylor <cgf-use-the-mailinglist-please <at> cygwin.com> writes: > I've made a new version of groff available for installation. This is a > refresh from ftp.gnu.org. This version produces the same errors with pfbtops that I reported some time ago against the previous version. I've compiled from the source package again and all is well: #> foreach f ( /usr/share/ghostscript/fonts/*.pfb ) #> ./src/utils/pfbtops/pfbtops.exe $f > /dev/null #> end Whereas the binary delivered with the package fails: #> foreach f ( /usr/share/ghostscript/fonts/*.pfb ) #> pfbtops $f > /dev/null #> end #pfbtops: first byte of packet not 0x80 #pfbtops: first byte of packet not 0x80 #... I've configured the build with #> ./configure --with-x --with-gnu-ld --with-libiconv-prefix --prefix=/usr I'm not really sure what is different between the two builds, but it may have something to do with wide char support. Achim. -- 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