From owner-freebsd-ports Wed Oct 29 06:32:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA18674 for ports-outgoing; Wed, 29 Oct 1997 06:32:43 -0800 (PST) (envelope-from owner-freebsd-ports) Received: from seedlab1.cropsci.ncsu.edu (seedlab1.cropsci.ncsu.edu [152.1.88.4]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA18623; Wed, 29 Oct 1997 06:32:05 -0800 (PST) (envelope-from rdkeys@seedlab1.cropsci.ncsu.edu) Received: (from rdkeys@localhost) by seedlab1.cropsci.ncsu.edu (8.8.7/8.8.7) id JAA03307; Wed, 29 Oct 1997 09:30:56 -0500 (EST) From: "User Rdkeys Robert D. Keys" Message-Id: <199710291430.JAA03307@seedlab1.cropsci.ncsu.edu> Subject: Re: Problems on tex and latex ports builds? (A FIX) In-Reply-To: <199710282116.QAA02213@seedlab1.cropsci.ncsu.edu> from "User Rdkeys Robert D. Keys" at "Oct 28, 97 04:16:20 pm" To: rdkeys@seedlab1.cropsci.ncsu.edu (User Rdkeys Robert D. Keys) Date: Wed, 29 Oct 1997 09:30:56 -0500 (EST) Cc: freebsd-questions@freebsd.org, freebsd-ports@freebsd.org X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I was bringing up the TeX-3.14159 and LaTeX2e packages and ports on the > new 2.2.5-RELEASE, and the ports builds complained of unfindable directories > down in the work space trees. Anyone else had any install problems from > ports builds on TeX/LaTeX (NOT teTeX)? It makes me think something in > one of the scripts is out of sync, but I am not sure. I can use the > packages, but I am always in preference of a real source build rather > than a pre-installed package, where possible. The alternative is a > build from the cannonical sources at TUG. > > The error on return from gmake[2] and gmake[1] was: > > can't cd to /usr/ports/print/tex/work/cm/tfm > error code 2 > stop > error code 1 > stop > > It seemed to do most of the install, but I can't offhand tell what got > left out from the non-existent directories. After playing around with it for a while and seeing what was going on, a suitable workaround was found: 1. create the missing work directories (cm in tex and latex in latex) and mv the appropriate subdirectories down into the called for directories. 2. repeat the make install until the appropriate directories are moved into the right locations. It took about 6 passes to get everything where it was expected to be. Since it is only used in the work build tree, it really does not matter much, how the solution is arrived at. Crude, sure, but it works. The ports build scripts need to be fixed by whomever is in charge of them to reflect the correct directory searching in the work directories. Bob Keys rdkeys@seedlab1.cropsci.ncsu.edu