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

FTP on debian bullseye #1

Open
JiffB opened this issue Feb 3, 2023 · 0 comments
Open

FTP on debian bullseye #1

JiffB opened this issue Feb 3, 2023 · 0 comments

Comments

@JiffB
Copy link

JiffB commented Feb 3, 2023

Hi,
the C part compile right, but the app.src and erl not and unfortunately, there is no report that could give a lead to what's wrong :/

$ make
(cd argon2;make all;cd ..;cp argon2/libargon2.so.1 argon2/libargon2.a priv)
make[1]: Entering directory '/usr/local/lib/erlang/lib/eargon2/argon2'
Building with optimizations for native
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/usr/local/lib/erlang/lib/eargon2/argon2'
===> Verifying dependencies...
===> Compiling eargon2
make[1]: Entering directory '/usr/local/lib/erlang/lib/eargon2/c_src'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/usr/local/lib/erlang/lib/eargon2/c_src'
===> Compiling src/eargon2.erl failed
src/eargon2.erl:129: variable 'HashLen' is unused
src/eargon2.erl:129: variable 'MCost' is unused
src/eargon2.erl:129: variable 'Parallelism' is unused
src/eargon2.erl:129: variable 'Pwd' is unused
src/eargon2.erl:129: variable 'ResultType' is unused
src/eargon2.erl:129: variable 'Salt' is unused
src/eargon2.erl:129: variable 'TCost' is unused
src/eargon2.erl:129: variable 'Type' is unused
src/eargon2.erl:129: variable 'Version' is unused
src/eargon2.erl:143: variable 'Encoded' is unused
src/eargon2.erl:143: variable 'Pwd' is unused
src/eargon2.erl:143: variable 'Type' is unused
src/eargon2.erl:190: variable 'HashLen' is unused
src/eargon2.erl:190: variable 'MCost' is unused
src/eargon2.erl:190: variable 'Parallelism' is unused
src/eargon2.erl:190: variable 'Saltlen' is unused
src/eargon2.erl:190: variable 'TCost' is unused
src/eargon2.erl:190: variable 'Type' is unused

make: *** [Makefile:10: all] Error 1

Sooo, I could use a little help.

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