Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Contributing #4

Open
hakonhagland opened this issue Dec 6, 2020 · 0 comments
Open

Contributing #4

hakonhagland opened this issue Dec 6, 2020 · 0 comments

Comments

@hakonhagland
Copy link

Hi, I would like to contribute to this repository. Currently when I try build the devel branch it fails:

$ git clone git@github.com:r-gregmisc/spreadsheet-parsexlsx.git
$ cd spreadsheet-parsexlsx
$ dzil authordeps --missing | cpanm
[...]
$ dzil build
[DZ] folding deprecated options (module_finder, script_finder) into finder
!!! [EOLTests] is deprecated and may be removed in a future release; replace it with [Test::EOL] (note the different default filename)
 at /home/hakon/perlbrew/perls/perl-5.30.0/lib/site_perl/5.30.0/x86_64-linux/Class/MOP/Method/Wrapped.pm line 43.
[DZ] beginning to build Spreadsheet-ParseXLSX
[@DOY/Git::NextVersion] Bumping version from 0.27 to 0.28
[DZ] guessing dist's main_module is lib/Spreadsheet/ParseXLSX.pm
[@DOY/PkgVersion] skipping lib/Spreadsheet/ParseXLSX.pm: assigns to $VERSION
[@DOY/PkgVersion] skipping lib/Spreadsheet/ParseXLSX/Decryptor.pm: assigns to $VERSION
[@DOY/PkgVersion] skipping lib/Spreadsheet/ParseXLSX/Decryptor/Agile.pm: assigns to $VERSION
[@DOY/PkgVersion] skipping lib/Spreadsheet/ParseXLSX/Decryptor/Standard.pm: assigns to $VERSION
[@DOY/Authority] skipping lib/Spreadsheet/ParseXLSX.pm: assigns to $AUTHORITY
[@DOY/Authority] skipping lib/Spreadsheet/ParseXLSX/Decryptor.pm: assigns to $AUTHORITY
[@DOY/Authority] skipping lib/Spreadsheet/ParseXLSX/Decryptor/Agile.pm: assigns to $AUTHORITY
[@DOY/Authority] skipping lib/Spreadsheet/ParseXLSX/Decryptor/Standard.pm: assigns to $AUTHORITY
[@DOY/PodWeaver] [@Default/Name] couldn't find abstract in lib/Spreadsheet/ParseXLSX/Decryptor.pm
[@DOY/PodWeaver] [@Default/Name] couldn't find abstract in lib/Spreadsheet/ParseXLSX/Decryptor/Agile.pm
[@DOY/PodWeaver] [@Default/Name] couldn't find abstract in lib/Spreadsheet/ParseXLSX/Decryptor/Standard.pm
[DZ] attempt to add LICENSE multiple times; added by: filename set by GatherDir (Dist::Zilla::Plugin::GatherDir line 226); encoded_content added by @DOY/GatherDir (Dist::Zilla::Plugin::GatherDir line 227); content added by @DOY/License (Dist::Zilla::Plugin::License line 37)
[DZ] attempt to add README multiple times; added by: filename set by GatherDir (Dist::Zilla::Plugin::GatherDir line 226); encoded_content added by @DOY/GatherDir (Dist::Zilla::Plugin::GatherDir line 227); content added by @DOY/Readme (Dist::Zilla::Plugin::Readme line 44); content set by Readme (Dist::Zilla::Plugin::Readme line 61)
[DZ] attempt to add Makefile.PL multiple times; added by: filename set by GatherDir (Dist::Zilla::Plugin::GatherDir line 226); encoded_content added by @DOY/GatherDir (Dist::Zilla::Plugin::GatherDir line 227); content set by MakeMaker (Dist::Zilla::Plugin::MakeMaker line 329); content added by @DOY/MakeMaker (Dist::Zilla::Plugin::MakeMaker line 144)
[DZ] attempt to add xt/author/pod-coverage.t multiple times; added by: filename set by GatherDir (Dist::Zilla::Plugin::GatherDir line 226); encoded_content added by @DOY/GatherDir (Dist::Zilla::Plugin::GatherDir line 227); content added by @DOY/PodCoverageTests (Dist::Zilla::Plugin::InlineFiles line 33)
[DZ] attempt to add xt/author/pod-syntax.t multiple times; added by: filename set by GatherDir (Dist::Zilla::Plugin::GatherDir line 226); encoded_content added by @DOY/GatherDir (Dist::Zilla::Plugin::GatherDir line 227); content added by @DOY/PodSyntaxTests (Dist::Zilla::Plugin::InlineFiles line 33)
[DZ] attempt to add xt/author/no-tabs.t multiple times; added by: filename set by GatherDir (Dist::Zilla::Plugin::GatherDir line 226); encoded_content added by @DOY/GatherDir (Dist::Zilla::Plugin::GatherDir line 227); content added by @DOY/Test::NoTabs (Dist::Zilla::Plugin::Test::NoTabs line 111); content set by Test::NoTabs (Dist::Zilla::Plugin::Test::NoTabs line 130)
[DZ] attempt to add xt/release/eol.t multiple times; added by: filename set by GatherDir (Dist::Zilla::Plugin::GatherDir line 226); encoded_content added by @DOY/GatherDir (Dist::Zilla::Plugin::GatherDir line 227); content added by @DOY/EOLTests (Dist::Zilla::Plugin::Test::EOL line 81); content set by Test::EOL (Dist::Zilla::Plugin::Test::EOL line 101)
[DZ] attempt to add t/00-compile.t multiple times; added by: filename set by GatherDir (Dist::Zilla::Plugin::GatherDir line 226); encoded_content added by @DOY/GatherDir (Dist::Zilla::Plugin::GatherDir line 227); content added by @DOY/Test::Compile (Dist::Zilla::Plugin::Test::Compile line 169); content set by Test::Compile (Dist::Zilla::Plugin::Test::Compile line 205)
aborting; duplicate files would be produced at /home/hakon/perlbrew/perls/perl-5.30.0/lib/site_perl/5.30.0/Dist/Zilla/App/Command/build.pm line 107.

It looks like commit 94d5a6e added files that should not be added but instead generated by dzil build, so now duplicate files are being generated. And dzil build then aborts the build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant