[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: texlive 2007 - the work starts ...



Hi Frank!

On Sam, 20 Jan 2007, Frank Küster wrote:
> > $ perl tpm2deb-source.pl --master=/src/TeX/texlive-svn/Master --datadump=tpm2007.data make-deb-source texlive-base
> 
> How did you generate tpm2007.data?  With Tpm.pm which is now disabled? I

perl tpm2deb-source.pl --master=/src/TeX/texlive-svn/Master store-tpm

> get lots of errors with it.  The problem is that tpm2007.data has been
> generated with Storage.pm on sid, which my sarge system doesn't
> understand.  I wanted to regenerate it, but it doesn't work.

Umpf, I can try to regenerate it ..

On Sam, 20 Jan 2007, Frank Küster wrote:
> I added FileUtils.pm, and somehow it didn't pick Tpm::MasterDir, and I
> set it manually.

The problem is the following hack, which I forgot to make functional for
everyone: FileUtils.pm is in texlive-svn/Build/tools !!! As is Tpm.pm.

Thats the reason why I
	svn move Tpm.pm Tpm.pm.disabled
and added this to the head of tpm2deb-source.pl:
	unshift (@INC, "/src/TeX/texlive-svn/Build/tools");
So it finds MY = MY texlive-svn checkout Tpm.pm and FileUtils.pm.

We have to move the addition to the @INC after the reading of the Master
variable and add $Master/../Build/tools/ to the @INC path.

Best wishes

Norbert

-------------------------------------------------------------------------------
Dr. Norbert Preining <preining@logic.at>                    Università di Siena
Debian Developer <preining@debian.org>                         Debian TeX Group
gpg DSA: 0x09C5B094      fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
-------------------------------------------------------------------------------
You're bound to be unhappy if you optimize everything.
 			--- Donald E. Knuth



Reply to: