cloudflare / keyless

Cloudflare's Keyless SSL Server Reference Implementation
Other
276 stars 78 forks source link

The build system requires non-standard Perl modules #83

Closed agentzh closed 9 years ago

agentzh commented 9 years ago

It seems that the new master HEAD fails to build for me:

$ make
Can't locate IO/Socket/INET6.pm in @INC (@INC contains: /home/agentzh/perl5/lib/perl5/x86_64-linux /home/agentzh/perl5/lib/perl5/x86_64-linux /home/agentzh/perl5/lib/perl5 /opt/perl/lib/site_perl/5.16.2/x86_64-linux /opt/perl/lib/site_perl/5.16.2 /opt/perl/lib/5.16.2/x86_64-linux /opt/perl/lib/5.16.2 /opt/perl/lib/site_perl/5.16.1/x86_64-linux /opt/perl/lib/site_perl/5.16.1 /opt/perl/lib/site_perl .) at free-port.pl line 12.
BEGIN failed--compilation aborted at free-port.pl line 12.
make: Nothing to be done for `all'.

Is it possible for us to get rid of this non-standard Perl module for the basic build?

0xhaven commented 9 years ago

The new dependency was added recently. It's not actually being used, so it's probably best to revert the change.

jgrahamc commented 9 years ago

I will fix this without reverting. I would like to have the option for v6 if we need it.