derpibooru / philomena

Next-generation imageboard
https://derpibooru.org/
GNU Affero General Public License v3.0
218 stars 58 forks source link

Unchecked Dependencies #274

Open Silentmatten opened 1 year ago

Silentmatten commented 1 year ago

I'll start by saying I'm a bit of a beginner when it comes to linux, so i might have missed a step with installing things. currently though, i'm stuck with getting this prompt every time i try to run 'docker-compose up'

app_1 | Unchecked dependencies for environment dev: app_1 | * pbkdf2 (https://github.com/code-time/erlang-pbkdf2.git - f8f0012a97f58ade9c70ac93260e4259e4ca4b8d) app_1 | the dependency does not match the requirement "~> 2.0", got "0.0.0" app_1 | (Mix) Can't continue due to errors on dependencies app_1 | Unchecked dependencies for environment dev: app_1 | pbkdf2 (https://github.com/code-time/erlang-pbkdf2.git - f8f0012a97f58ade9c70ac93260e4259e4ca4b8d) app_1 | Unchecked dependencies for environment dev: app_1 | pbkdf2 (https://github.com/code-time/erlang-pbkdf2.git - f8f0012a97f58ade9c70ac93260e4259e4ca4b8d) app_1 | the dependency does not match the requirement "~> 2.0", got "0.0.0" app_1 | the dependency does not match the requirement "~> 2.0", got "0.0.0" app_1 | (Mix) Can't continue due to errors on dependencies app_1 | ** (Mix) Can't continue due to errors on dependencies philomena-master_app_1 exited with code 1

I was also getting a bunch of errors similar to this, not sure if it's related, but i posted the full log for reference if it helps

app_1 | Failed to fetch record for bamboo_smtp from registry (using cache instead) app_1 | {:failed_connect, [{:to_address, {'repo.hex.pm', 443}}, {:inet6, [:inet6], :eaddrnotavail}]}

philomena-log.txt

liamwhite commented 1 year ago

This seems like you had some sort of interrupted download. Try a full clean.

docker-compose down
docker volume prune
git clean -xfdf

And then retry.

Silentmatten commented 1 year ago

A sort of solution i was able to find was similar to that, but with docker not working nicely with the secondary drive i had the philomena-master on. I was able to get it running when i transferred docker's files over to that drive, but then once the computer restarts, docker itself breaks. so I might just be out of my depth.