Installing 0.5.42 on Mac OSX 10.3.9.
Installation fails with the following message:
--
Warning: the following files are missing in your kit:
META.yml
Please inform the author.
--
The file found is on the last line of MANIFEST:
--
META.yml Module meta-data (added by MakeMaker)
--
Please advise what to do?
Logged In: YES
user_id=647052
My apologies.
The Makefile does fail, and it does fail right after that
message, but they appear to be unconnected.
The real error message related to the failure is
bad makefile line: ' $(NOECHO) $(NOOP)' at Makefile.PL
line 1031.
Logged In: YES
user_id=270469
are you using GNU make?
are you typeing "perl Makefile.PL" to build the makefile?
Robert
Logged In: NO
>are you using GNU make?
Yes:
% make -v
GNU Make version 3.79, by Richard Stallman and Roland McGrath.
Built for powerpc-apple-darwin7.0
>are you typeing "perl Makefile.PL" to build the
makefile?
Yes.
Logged In: YES
user_id=121495
I get the same with 0.5.42 and CVS downloaded 13/02/2006
03:30. With CVS ....
Checking if your kit is complete...
Warning: the following files are missing in your kit:
META.yml
Please inform the author.
bad makefile line: ' $(NOECHO) $(NOOP)' at Makefile.PL
line 1077.
Logged In: YES
user_id=121495
I forgot to add SuSE 10.1 Beta3 x86.
Logged In: YES
user_id=116744
Same problem here for me with gentoo.
bad makefile line: ' $(NOECHO) $(NOOP)' at Makefile.PL
line 1031.
Logged In: YES
user_id=1369011
Same problem with Arch Linux now.
Logged In: YES
user_id=1369011
Same problem with Arch Linux now.
Logged In: YES
user_id=1369011
Same problem with Arch Linux now.
Logged In: YES
user_id=1369011
Same problem with Arch Linux now.
Logged In: YES
user_id=264697
Fedora Core 5 also bails out with the two warnings/errors:
Checking if your kit is complete...
Warning: the following files are missing in your kit:
META.yml
Please inform the author.
bad makefile line: ' $(NOECHO) $(NOOP)' at Makefile.PL
line 1032.
Logged In: YES
user_id=10769
This is fixed in CVS with a change to Makefile.PL:
- elsif (/^\t/ and defined $curr_target) {
+ elsif (/^\s+/ and defined $curr_target) {
Logged In: YES
user_id=264697
Thanks, Ed, that fixes it and I'll get a package for FC5 up
at ATrpms within the day.