Subject: Re: teTeX-bin hangs, looking for a patch
To: Hisashi T Fujinaka <htodd@twofifty.com>
From: Thomas Klausner <wiz@NetBSD.org>
List: tech-pkg
Date: 10/23/2004 01:45:00
On Fri, Oct 22, 2004 at 11:15:12AM -0700, Hisashi T Fujinaka wrote:
> The build hangs looking for a patch.
> 
> htodd@allison:/usr/pkgsrc/print/teTeX-bin > sudo make update
> work.i386 -> /usr/obj/pkg/print/teTeX-bin/work.i386
> ===> Checking for vulnerabilities in teTeX-bin-2.0.2nb2
> => Checksum OK for teTeX/tetex-src-2.0.2.tar.gz.
> ===> Extracting for teTeX-bin-2.0.2nb2
> ==========================================================================
> The following variables will affect the build process of this package,
> teTeX-bin-2.0.2nb2.  Their current value is shown below:
> 
>         * SSLBASE (defined)
> 
> You may want to abort the process now with CTRL-C and change their value
> before continuing.  Be sure to run `/usr/bin/make clean' after
> the changes.
> ==========================================================================
> ===> Required installed package teTeX-share>=2.0.2: teTeX-share-2.0.2 found
> ===> Required installed package dialog-0.6z*: dialog-0.6znb3 found
> ===> Required installed package libwww>=5.4.0nb3: libwww-5.4.0nb3 found
> ===> Required installed package png>=1.2.6nb1: png-1.2.7 found
> ===> Required installed package t1lib>=5.0.2nb3: t1lib-5.0.2nb3 found
> ===> Required installed package bison-[0-9]*: bison-1.875nb1 found
> ===> Required installed package gmake>=3.78: gmake-3.80nb4 found
> ===> Required installed package x11-links>=0.23: x11-links-0.23 found
> ===> Patching for teTeX-bin-2.0.2nb2
> ===> Applying pkgsrc patches for teTeX-bin-2.0.2nb2
> File to patch:

Works for me (tm) on 2.99.9.
Try to track down which patch fails exactly, e.g. by applying
them manually:
	make clean
	make extract
	cd work*/tetex*
	patch < /usr/pkgsrc/print/teTeX-bin/patches/...

 Thomas