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

Docker-Perl does not install #52

Closed
FusionFC opened this issue Sep 6, 2018 · 3 comments
Closed

Docker-Perl does not install #52

FusionFC opened this issue Sep 6, 2018 · 3 comments

Comments

@FusionFC
Copy link

FusionFC commented Sep 6, 2018

Installing scot from master branch, under Ubuntu 16.04, using latest docker-ce, perl did not build properly. Error during the 'cpanm' call was:
Configuring IO-AIO-4.6 ... ! Configure failed for IO-AIO-4.6. See /root/.cpanm/work/1536269103.6/build.log for details.

This is caused by not including libperl-dev in the docker image. Including the package in the Dockerfile-Perl will allow for IO-AIO to build properly and for the docker image to be created.

@brymon68
Copy link
Contributor

brymon68 commented Sep 6, 2018

@FusionFC - I will post a fix now. In the mean time, if you add a @4.5 to that CPAN module (IO::AIO), that should fix it. I submitted a bug report a few weeks ago to the author, but have not heard anything back.

@brymon68 brymon68 closed this as completed Sep 6, 2018
@brymon68
Copy link
Contributor

brymon68 commented Sep 6, 2018

We have pegged IO::AIO at v 4.5 which has resolved the issue. Thanks for catching this.

@FusionFC
Copy link
Author

FusionFC commented Sep 6, 2018

Hmm, ok, it seems as if just adding libperl-dev to the apt install allows 4.6 to build properly. It was the configure stage that was failing.

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