pcp
[Top] [All Lists]

perl MANIFEST files in the pcp-3.6.4-1.src.tar.gz release tarball

To: pcp <pcp@xxxxxxxxxxx>
Subject: perl MANIFEST files in the pcp-3.6.4-1.src.tar.gz release tarball
From: David Disseldorp <ddiss@xxxxxxx>
Date: Mon, 18 Jun 2012 14:07:32 +0200
Hi,

src/cpan/*/MANIFEST files in the pcp-3.6.4-1.src.tar.gz release tarball
erroneously include entries for META.yml, this causes a build failure
when processing the create_distdir target on some platforms:

  /usr/bin/perl "-MExtUtils::Manifest=manicopy,maniread" \
             -e "manicopy(maniread(),'PCP-PMDA-1.13', 'best');"
  -e: META.yml not found at -e line 1
  Can't read META.yml: No such file or directory

META.yml should not exist in the MANIFEST file prior to build time, it
is generated and added to MANIFEST automatically during the build
process.

The entry is not present in the upstream source tree.

Cheers, David

<Prev in Thread] Current Thread [Next in Thread>