From owner-freebsd-ports@FreeBSD.ORG Tue Mar 18 22:32:27 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D8D8F2BA for ; Tue, 18 Mar 2014 22:32:27 +0000 (UTC) Received: from qmta13.westchester.pa.mail.comcast.net (qmta13.westchester.pa.mail.comcast.net [IPv6:2001:558:fe14:44:76:96:59:243]) by mx1.freebsd.org (Postfix) with ESMTP id 3A3B6995 for ; Tue, 18 Mar 2014 22:32:27 +0000 (UTC) Received: from omta23.westchester.pa.mail.comcast.net ([76.96.62.74]) by qmta13.westchester.pa.mail.comcast.net with comcast id f6GV1n0071c6gX85DAYRcK; Tue, 18 Mar 2014 22:32:25 +0000 Received: from kirby.cyberbotx.com ([107.5.48.95]) by omta23.westchester.pa.mail.comcast.net with comcast id fAYQ1n00Z23DSHF3jAYQRD; Tue, 18 Mar 2014 22:32:25 +0000 Message-ID: <5328C978.4040609@cyberbotx.com> Date: Tue, 18 Mar 2014 18:32:24 -0400 From: Naram Qashat User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: "A.J. 'Fonz' van Werven" Subject: Re: devel/doxygen: Need TeX help References: <53279E0D.9020600@cyberbotx.com> <20140318015629.GA18737@spectrum.skysmurf.nl> <5327AA98.4050502@cyberbotx.com> <20140318155650.GA28463@spectrum.skysmurf.nl> In-Reply-To: <20140318155650.GA28463@spectrum.skysmurf.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=q20140121; t=1395181945; bh=cPmTlftJoq8FQoJ+yq0I3nzV7EQJLxo+JAhMzyML+D8=; h=Received:Received:Message-ID:Date:From:MIME-Version:To:Subject: Content-Type; b=lgriodrMFw/CT51gYIatassZy9cKJmmXJxNIYjn9fAxeTF7Ker5YfW/htbumFJIb2 EcqVwQyddOYvCBR3hwesvT5dyMoIZ16ydhKChdU82RleR5fwXPCINwk9QqJNaARKaA QEvajNZuQvEe9u0HoeD5+MXaSqXLbNpwWtR6tVFANiFKRnyaXX5njv3ybmJUPYus7A nHYIaTXILsHd65HVVRzblY+hkYtZDL34RQw+YsYPqu8xSfi8TvOz1novL5xtbnxZd1 +0dHNO5PtzC96UtkqtfXHWToM3vzf2QpP/kmU42A864WSz3Jr4ZfwUCAPlOwC+NgdZ esu3KRFMzzDJQ== Cc: freebsd-tex@freebsd.org, freebsd-ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Mar 2014 22:32:27 -0000 On 03/18/14 11:56, A.J. 'Fonz' van Werven wrote: > Naram Qashat wrote: > >>>> I basically get the following when it comes up to ./langhowto.tex: >>>> >>>> ! LaTeX Error: Environment longtable undefined. > [snip] >>> It's probably not as simple as this, but I'll ask anyway: have you >>> tried the following? >>> # texconfig-sys rehash >> >> I hadn't tried that, but I did that just now and I still get the same >> error. >> Would've been nice if it had been that simple. :P > > Bummer, sorry it didn't help. However, as you may have noticed I quoted > your entire message in my first reply and CC'ed it to the freebsd-tex@ > mailing list. So hopefully someone on either list (the other being > freebsd-ports@) knows what else to try. > > Furthermore: are you getting this error during building or during use? I > tried building devel/doxygen with PDF support and it built perfectly fine > here. > > AvW It was during building. The port is currently at 1.8.3.1, and I actually ran into the problem in the email when I initially was trying to update to 1.8.4. That was the main reason I haven't pushed out an update to the port yet. Oddly enough, when I try to build 1.8.3.1 on my machine currently, I also get a TeX error, but an entirely different one. I can't recall what the error was, but it had nothing to do with longtable. Thanks, Naram Qashat