Build of Perl 5.8.8 is failing

S

shinca

Hello,
I'm new to compiling Perl and would like your assistance.

I am trying to install Perl 5.8.8 on my Linux 2.0.34C52_SK.

[admin perl-5.8.8]$ pwd
/home/sites/home/users/admin/perl-5.8.8/make

I am getting the following error message after typing 'make' (config'd
to install in /usr/local/:)

---snip of error build log section---
rm -f libperl.a
/usr/bin/ar rcu libperl.a perl.o gv.o toke.o perly.o op.o pad.o
regcomp.o dump.
o util.o mg.o reentr.o hv.o av.o run.o pp_hot.o sv.o pp.o scope.o
pp_ctl.o pp_sy
s.o doop.o doio.o regexec.o utf8.o taint.o deb.o universal.o xsutils.o
globals.o
perlio.o perlapi.o numeric.o locale.o pp_pack.o pp_sort.o
`sh cflags "optimize='-O2'" opmini.o` -DPERL_EXTERNAL_GLOB opmini.c
CCCMD = cc -DPERL_CORE -c -pipe -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BI
TS=64 -O2 -Wall
cc -L/usr/local/lib -o miniperl \
miniperlmain.o opmini.o libperl.a -lnsl -ldl -lm -lcrypt -lutil -lc
-lposix

../miniperl -w -Ilib -MExporter -e '<?>' || make minitest
../miniperl -Ilib configpm --heavy=lib/Config_heavy.pl lib/Config.pm
../miniperl -Ilib lib/lib_pm.PL
Extracting lib.pm (with variable substitutions)
AutoSplitting perl library
../miniperl -Ilib -e 'use AutoSplit; \
autosplit_lib_modules(@ARGV)' lib/*.pm
../miniperl -Ilib -e 'use AutoSplit; \
autosplit_lib_modules(@ARGV)' lib/*/*.pm
make lib/re.pm
make[1]: Entering directory `/home/sites/home/users/admin/perl-5.8.8'
make[1]: `lib/re.pm' is up to date.
make[1]: Leaving directory `/home/sites/home/users/admin/perl-5.8.8'
../miniperl minimod.pl > lib/ExtUtils/Miniperl.pm
cd lib/unicore && ../../miniperl -I../../lib mktables -w
mktables: bad args to New_Prop at mktables line 342
main::New_Prop('Is', 'Assigned', 'Table=ARRAY(0x10214ef8)',
'Desc', 'All
assigned code points', 'Fuzzy', 0) called at mktables line 380
Table::New('Table', 'Is', 'Assigned', 'Desc', 'All assigned
code points'
, 'Fuzzy', 0) called at mktables line 735
make: *** [uni.data] Error 255
---end of snip---

Any assistance with further troubleshooting this issue would be much
appreciated.
 
S

shinca

I reviewed the INSTALL doc and it suggested to disable the Optimization
parameter in the config process. I also had to SU to complete the make
install command. I've gotten the Perl ported over to my environment
for the moment. We'll see how it works.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,567
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top