From owner-freebsd-ports Mon Jul 15 12:10:11 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFC0037B401 for ; Mon, 15 Jul 2002 12:10:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CA8743E6E for ; Mon, 15 Jul 2002 12:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6FJA3JU095304 for ; Mon, 15 Jul 2002 12:10:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6FJA3iJ095303; Mon, 15 Jul 2002 12:10:03 -0700 (PDT) Date: Mon, 15 Jul 2002 12:10:03 -0700 (PDT) Message-Id: <200207151910.g6FJA3iJ095303@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Chris Shenton Subject: Re: ports/40610: Latex build "cannot find Hyphenation patterns for US english" Reply-To: Chris Shenton Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/40610; it has been noted by GNATS. From: Chris Shenton To: freebsd-gnats-submit@FreeBSD.org, cshenton@hq.nasa.gov Cc: Subject: Re: ports/40610: Latex build "cannot find Hyphenation patterns for US english" Date: Mon, 15 Jul 2002 15:02:50 -0400 Immediately after sending the PR, I checked the environment root used to build the port. It had the variable TEXINPUTS set with a couple directories that were not ones where the hyphen.tex files lives. So I added /usr/local/share/texmf to TEXINPUTS and did a make clean then a make and it appears to have built LaTeX now. I just tried removing TEXINPUTS from my environment and did a make clean && make and this also works. So it appears that if you define TEXINPUTS, it better have the system's correct path for the base includes in it -- it won't include it by default in addition to whatever you put in TEXINPUTS. This seems more like a (mis-)feature of TeX rather than the port but perhaps the port could check for a set TEXINPUTS and emit a warning or something. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message