Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Jul 2011 17:54:26 +0000
From:      Antonio Olivares <olivares14031@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: can't build teTeX port in FreeBSD 8.2 amd64
Message-ID:  <CAJ5UdcNjRMT7gwB=Hba-g2CwmWWx4GYXY0VhiKxvQaeO%2BUJ1QQ@mail.gmail.com>
In-Reply-To: <20110715153142.GA69568@mech-cluster241.men.bris.ac.uk>
References:  <537F9F81-1353-4FA3-B8EF-EF99682F435E@gmail.com> <CAJ5UdcOncZNJ4Y-NsAfHK4FvK%2BRQUnUyD=9Ne6x_fbX2TomyJQ@mail.gmail.com> <20110714160816.GA30155@think.gnix.co.uk> <20110715080324.GA8392@mech-cluster241.men.bris.ac.uk> <CAJ5UdcOd-cT8=YdUqUXzLSCwsCwXwPN0FikxTqSkVDTMr5182Q@mail.gmail.com> <20110715153142.GA69568@mech-cluster241.men.bris.ac.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jul 15, 2011 at 3:31 PM, Anton Shterenlikht <mexas@bristol.ac.uk> w=
rote:
> On Fri, Jul 15, 2011 at 09:33:45AM -0500, Antonio Olivares wrote:
>> >> > I hoped for a true native port for TeXLive
>> >>
>> >> I can't see that it's really necessary. I remember difficulties with =
the 2009 release when FreeBSD binaries were not included but now they are t=
he installation is headache-free.
>> >>
>> >
>> > What exactly is missing from teTeX?
>>
>> Try this, get the source for a free college Algebra Book:
>>
>> http://www.stitz-zeager.com/Precalculus/Stitz_Zeager_Open_Source_Precalc=
ulus_files/SZPreCalc07152011SourceCode.zip
>>
>> Use this script to generate the book:
>>
>> name it genAlgTrigBook
>> chmod +x genAlgTrigBook
>> and run
>> $ ./genAlgTrigBook
>> with in the SZPreCalc0715201 folder after extracting the zip file with
>> command unzip SZPreCalc07152011SourceCode.zip
>>
>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
>> #!/bin/sh
>>
>> # change JPG to jpg since *nix systems are case sensitive
>> for i in `find . -name "*JPG"`
>> =A0do
>> =A0mv "$i" "$(echo $i|sed 's/JPG/jpg/g')"
>> =A0done
>> sleep 5;
>> pdflatex AlgTrigBook.tex -interaction=3Dnonstop
>> sleep 2;
>> for i in *.mp
>> =A0 =A0do
>> =A0 =A0 =A0 mpost $i
>> =A0 =A0done
>> sleep 5;
>> pdflatex AlgTrigBook.tex -interaction=3Dnonstop
>> sleep 5;
>> makeindex AlgTrigBook
>> sleep 5;
>> pdflatex AlgTrigBook.tex -interaction=3Dnonstop
>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
>>
>> Can you fully compile the book without errors?
>
> no
>
> my mpost
>
> ( /usr/local/bin/mpost was installed by package teTeX-base-3.0_22
> =A0mpost -version
> MetaPost 0.641 (Web2C 7.5.4)
> kpathsea version 3.5.4 )
>
> doesn't seem to understand *.mp files generated:
>
> % mpost CartesianPlane
> This is MetaPost, Version 0.641 (Web2C 7.5.4)
> (CartesianPlane.mp (/usr/local/share/texmf-dist/metapost/mfpic/grafbase.m=
p)
> (/usr/local/share/texmf-dist/metapost/mfpic/dvipsnam.mp))
> *
> (Please type a command or say `end')
> *
>
> --

Anton,

This is what I mean.  For regular things, TeTeX is fine, but for
bigger projects one can't do without texlive.  I encountered the same
problems with default tetex, but installed TeXLive from DVD and I no
longer have these problems :)

But like Roland says, some ports depend on teTeX still and this is
where I hope that developers find ways around them :)  It took me a
while to build evince, gnuplot and other math related ports without
teTeX port.

Regards,

Antonio



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJ5UdcNjRMT7gwB=Hba-g2CwmWWx4GYXY0VhiKxvQaeO%2BUJ1QQ>