Subject: perl58 (5.8.4) on macppc
To: None <tech-pkg@NetBSD.org>
From: Thomas Klausner <wiz@NetBSD.org>
List: tech-pkg
Date: 06/02/2004 21:03:16
Hi!

I tried compiling perl58 on macppc/2.0_BETA, but I
get lots of errors in the static perl version:

The first one was:
./miniperl -Ilib configpm configpm.tmp
Use of uninitialized value in null operation at configpm line 666.
Undefined subroutine &main:: called at configpm line 666.

The test there is if a non-existent variable is set in
the config.

I just removed the test, but then it failed with:
sh mv-if-diff configpm.tmp lib/Config.pm
./miniperl -Ilib lib/lib_pm.PL
Attempt to free unreferenced scalar: SV 0x1910598 at lib/lib_pm.PL line 1.
Attempt to free unreferenced scalar: SV 0x190e520 at lib/File/Basename.pm line 135.
Attempt to free unreferenced scalar: SV 0x190e520 at lib/File/Basename.pm line 139.
Attempt to free unreferenced scalar: SV 0x19365b0 at lib/warnings.pm line 134.
Attempt to free unreferenced scalar: SV 0x190e544 at lib/File/Basename.pm line 140.
Attempt to free unreferenced scalar: SV 0x194336c at lib/Exporter/Heavy.pm line 3.

Any ideas what's wrong here and how to fix it?
 Thomas