Compile Error: could not compile dependency :ssl_verify_fun, "mix compile" failed.

Open
#30 6 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
elixir, erlang
Domain
build-system

Research direction

Start by reproducing the failure with mix compile and inspect src/ssl_verify_fun_cert_helpers.erl around line 64, where the unused-function warning is reported. Use the mentioned mix deps.compile ssl_verify_fun --force, mix deps.update ssl_verify_fun, or mix deps.clean ssl_verify_fun commands to compare outcomes; done means the dependency compiles without the reported failure.

Written by the indexing model from the issue text.

Description

bug help wanted
src/ssl_verify_fun_cert_helpers.erl:64:1: Warning: function extract_dns_names_from_alt_names/2 is unused
%   64| extract_dns_names_from_alt_names([ExtValue | Rest], Acc) ->
%     | ^

could not compile dependency :ssl_verify_fun, "mix compile" failed. Errors may have been logged above. You can recompile this dependency with "mix deps.compile ssl_verify_fun --force", update it with "mix deps.update ssl_verify_fun" or clean it with "mix deps.clean ssl_verify_fun"
image

No idea what this is. but I infer that it's an issue with SSL Erlang library. 🤷‍♂️
Going to try updating the version of Elixir (+ OTP) on my laptop and see if that fixes it. 🤞

Dominant language
Elixir
Stars
20
Forks
2
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Similar issues

More Elixir issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.