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

v-build.pl 1.6.3 fails on mac os/x #80

Closed
nawrockie opened this issue Jun 26, 2024 · 1 comment
Closed

v-build.pl 1.6.3 fails on mac os/x #80

nawrockie opened this issue Jun 26, 2024 · 1 comment

Comments

@nawrockie
Copy link
Member

v-build.pl NC_001474 test fails with:

ERROR in vdr_EutilsFetchToFile, problem fetching NC_001474 (undefined)

Even when computer is online.
This is similar to
#62
but the resolution for that issue was to connect to the internet. That doesn't solve this issue.

@nawrockie
Copy link
Member Author

nawrockie commented Jun 26, 2024

I tracked this down to an issue with Certificate Authorities and found a fix for at least my instance of the problem - requiring the Mozilla::CA module. This perl module was not installed on the mac/osx systems I encountered the problem with and after I installed it with cpan install Mozilla::CA the issue was resolved.

"Fixed" as of commit 2a047f2, which adds a use Mozilla::CA; line to v-build.pl and so alerts user that this module needs to be installed. That commit also adds a note about installing Mozilla::CA to the install documentation.

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