Compile Error: could not compile dependency :ssl_verify_fun, "mix compile" failed.
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
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"
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
carverauto/serviceradar#4542 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
phoenixframework/phoenix#6847 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 64/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
beyond-all-reason/teiserver#1584 ·