Philippe Schaffnit P.Schaffnit-at-access.rwth-aachen.de |newsgroups3| schrieb:
Erm... I mean this one here:
Output file '../blib/lib/PAR/StrippedPARL/Static.pm' does not have an
empty __DATA__ section. Not appending encoded data from './static'. This
is NOT a fatal error! at encode_append.pl line 26.
Setting HARNESS_VERBOSE to 1 doesn't seem to make any difference,
though... what should I expect?

Ah, right. It's actually a message from the script that appends the fresh "static" build to the .pm file mentioned in the warning. If the file has been appended before, it won't do it again and tells the user it didn't. It's completely okay to ignore this in this case. In fact, the "append" make target shouldn't be applied during "make test" again, but somehow, it is.

Do you think I should remove this warning? Or do you have an idea how I can modify the Makefile so this is only done once?

The status under Irix: 'perl Makefile.PL; make; make test' dies an
horrible death, but 'perl Makefile.PL; make test' in clean directory
passes with flying colors! (there a definite sense of deja vu here,
that's why I mentioned Roderich Schupp).

Hmm. Perhaps this is related? Perhaps the parl-appending script blindly appends parl again and thus ruins it? Just a guess. Do you get the "Not appending..." warning here as well? (If so, this probably isn't a good guess.)

I think we should look into this a little closer.

Steffen

Reply via email to