HazyResearch / deepdive

DeepDive
deepdive.stanford.edu
1.96k stars 536 forks source link

Add dependency for perl-Time-HiRes #559

Closed clfarron4 closed 8 years ago

clfarron4 commented 8 years ago

Following error is raised when running deepdive run_deepdive_tests

`DEEPDIVE_COMPILE_INPUT_JSON= deepdive compile || false' failed
   Can't locate Time/HiRes.pm in @INC (you may need to install the Time::HiRes module) (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .)
netj commented 8 years ago

@clfarron4 Thanks for the fix! I think a runtime dependency that DD bundles requires it (moreutils ts), which seems to be included in modern Perl distributions (at least since 5.16). Out of curiosity could you share your cat /etc/redhat-release and perl -v?

clfarron4 commented 8 years ago

Apologies for the delay. Here is the information requested.

[claire@localhost ~]$ cat /etc/redhat-release
Fedora release 24 (Twenty Four)
[claire@localhost ~]$ perl -v

This is perl 5, version 22, subversion 2 (v5.22.2) built for x86_64-linux-thread-multi