Menu

#189 "META.yml missing from your kit" error message

closed-fixed
None
5
2006-06-04
2006-01-14
John
No

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?

Discussion

  • John

    John - 2006-01-14

    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.

     
  • Robert Eden

    Robert Eden - 2006-01-19

    Logged In: YES
    user_id=270469

    are you using GNU make?
    are you typeing "perl Makefile.PL" to build the makefile?

    Robert

     
  • Robert Eden

    Robert Eden - 2006-01-19
    • assigned_to: nobody --> rmeden
     
  • Nobody/Anonymous

    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.

     
  • Sid Boyce

    Sid Boyce - 2006-02-13

    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.

     
  • Sid Boyce

    Sid Boyce - 2006-02-13

    Logged In: YES
    user_id=121495

    I forgot to add SuSE 10.1 Beta3 x86.

     
  • - 2006-02-22

    Logged In: YES
    user_id=116744

    Same problem here for me with gentoo.

    bad makefile line: ' $(NOECHO) $(NOOP)' at Makefile.PL
    line 1031.

     
  • jediperry

    jediperry - 2006-03-06

    Logged In: YES
    user_id=1369011

    Same problem with Arch Linux now.

     
  • jediperry

    jediperry - 2006-03-06

    Logged In: YES
    user_id=1369011

    Same problem with Arch Linux now.

     
  • jediperry

    jediperry - 2006-03-06

    Logged In: YES
    user_id=1369011

    Same problem with Arch Linux now.

     
  • jediperry

    jediperry - 2006-03-06

    Logged In: YES
    user_id=1369011

    Same problem with Arch Linux now.

     
  • Axel Thimm

    Axel Thimm - 2006-03-25

    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.

     
  • Ed Avis

    Ed Avis - 2006-03-25

    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) {

     
  • Axel Thimm

    Axel Thimm - 2006-03-25

    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.

     
  • Robert Eden

    Robert Eden - 2006-06-04
    • status: open --> closed-fixed
     

Log in to post a comment.

MongoDB Logo MongoDB