Mailing List Archive

Re: 5.002 beta 1 on Unisys U6000 svr4 - MakeMaker *still* broken
In-Reply-To: <9511211837.AA12030@scalpel.netlabs.com>
100% clean configure & build. 'make test' passes all tests except the
ODBM_File ones, which fail with the ever-so-familiar undefined _ecvt
error. MakeMaker is *still* broke, and ignores the hints file in
ext/ODBM_File. Patch for the problem follows:

*** MakeMaker.pm.orig Wed Nov 22 19:11:52 1995
--- MakeMaker.pm Wed Nov 22 18:22:25 1995
***************
*** 213,219 ****

$self = {} unless (defined $self);

! check_hints();

my(%initial_att) = %$self; # record initial attributes

--- 213,219 ----

$self = {} unless (defined $self);

! check_hints($self);

my(%initial_att) = %$self; # record initial attributes

Alan Burlison aburlison@cix.compulink.co.uk
Re: 5.002 beta 1 on Unisys U6000 svr4 - MakeMaker *still* broken [ In reply to ]
In-Reply-To: <memo.634733@cix.compulink.co.uk>
p.s. I have just downloaded MakeMaker 5.08 and it also has this bug in
it :-(

Alan Burlison aburlison@cix.compulink.co.uk