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

Re: Trying to build texlive from svn: Strange Perl problems



Hi Frank!

On Don, 23 Mär 2006, Frank Küster wrote:
> I really don't grok how it can print the error message before getting to
> "zwei".  I tried to call the script with "debugperl -Dtls" - be careful,

STDERR versus STDOUT. the ERROR ERROR ERROR message goes to stderr, the
rest to stdout. I assume that this is the reason.

> So what is happening, or just how can I get the dsc and diff.gz files?

I don't see an obvious errr, but I would add some print to the
make_deb_source pakckage here:
    $oldorig = "$oldsrcdir/${package}_${version}.orig.tar.gz";
print "DEBUG DEBUG: oldorig=$oldorig\n";	#added
    if (-r $oldorig) {

Then you should see *why* the hell it doesn't find the orig.tar.gz.

Best wishes

Norbert

-------------------------------------------------------------------------------
Dr. Norbert Preining <preining AT logic DOT at>             Università di Siena
gpg DSA: 0x09C5B094      fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
-------------------------------------------------------------------------------
AASLEAGH (n.)
A liqueur made only for drinking at the end of a revoltingly long
bottle party when all the drinkable drink has been drunk.
			--- Douglas Adams, The Meaning of Liff



Reply to: