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

packlist incomplete #2

Open
eserte opened this issue Aug 9, 2015 · 2 comments
Open

packlist incomplete #2

eserte opened this issue Aug 9, 2015 · 2 comments

Comments

@eserte
Copy link

eserte commented Aug 9, 2015

After install, Alien-TinyCCx's packlist contains only two entries:

  • /opt/perl-5.23.1/lib/site_perl/5.23.1/Alien/TinyCCx.pm
  • /opt/perl-5.23.1/man/man3/Alien::TinyCCx.3

But it seems that more is installed which is not listed in the packlist:

  • /opt/perl-5.23.1/lib/site_perl/5.23.1/auto/share/dist/Alien-TinyCCx/bin/tcc
  • /opt/perl-5.23.1/lib/site_perl/5.23.1/auto/share/dist/Alien-TinyCCx/include/libtcc.h
  • /opt/perl-5.23.1/lib/site_perl/5.23.1/auto/share/dist/Alien-TinyCCx/lib/libtcc.a
  • /opt/perl-5.23.1/lib/site_perl/5.23.1/auto/share/dist/Alien-TinyCCx/lib/tcc/include/float.h
  • /opt/perl-5.23.1/lib/site_perl/5.23.1/auto/share/dist/Alien-TinyCCx/lib/tcc/include/stdarg.h
  • /opt/perl-5.23.1/lib/site_perl/5.23.1/auto/share/dist/Alien-TinyCCx/lib/tcc/include/stdbool.h
  • /opt/perl-5.23.1/lib/site_perl/5.23.1/auto/share/dist/Alien-TinyCCx/lib/tcc/include/stddef.h
  • /opt/perl-5.23.1/lib/site_perl/5.23.1/auto/share/dist/Alien-TinyCCx/lib/tcc/include/tcclib.h
  • /opt/perl-5.23.1/lib/site_perl/5.23.1/auto/share/dist/Alien-TinyCCx/lib/tcc/include/varargs.h
  • /opt/perl-5.23.1/lib/site_perl/5.23.1/auto/share/dist/Alien-TinyCCx/lib/tcc/libtcc1.a
  • /opt/perl-5.23.1/lib/site_perl/5.23.1/auto/share/dist/Alien-TinyCCx/share/man/man1/tcc.1

It would be good if all installed files would be listed in the packlist.

@run4flat
Copy link
Owner

I'm not quite sure what sets up the packlist file, but I suspect that if I copy these files to the share/ subfolder and use Module::Build's built-in support for File::ShareDir, it should pick up the files and put them in the packlist. Does this seem sensible to you?

@eserte
Copy link
Author

eserte commented Aug 12, 2015

At least I have one module using File::ShareDir and the packlist is correct there, so probably it can work.

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

2 participants