X-Recipient: archive-cygwin@delorie.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@cygwin.com
From: Achim Gratz <Stromeko@NexGo.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.GB12901@ednor.casa.cgf.cx> <20100419173902.GA6017@ednor.casa.cgf.cx> <announce.20120422184814.GA14593@ednor.casa.cgf.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@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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

