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

make check fails #1652

Closed
comzeradd opened this issue May 19, 2016 · 0 comments
Closed

make check fails #1652

comzeradd opened this issue May 19, 2016 · 0 comments

Comments

@comzeradd
Copy link

running the test I fet this error on 5.1.2

test-index.c: In function 'main':
test-index.c:31:9: error: too few arguments to function 'read_index_from'
     if (read_index_from (&istate, index_file) < 0) {
         ^~~~~~~~~~~~~~~
In file included from test-index.c:3:0:
../common/index/index.h:392:12: note: declared here
 extern int read_index_from(struct index_state *, const char *path, int repo_version);
            ^~~~~~~~~~~~~~~
Makefile:713: recipe for target 'test_index-test-index.o' failed
make[2]: *** [test_index-test-index.o] Error 1
make[2]: Leaving directory '/builddir/build/BUILD/seafile-5.1.2-server/tests'
Makefile:981: recipe for target 'check-am' failed
make[1]: *** [check-am] Error 2
make[1]: Leaving directory '/builddir/build/BUILD/seafile-5.1.2-server/tests'
Makefile:470: recipe for target 'check-recursive' failed
make: *** [check-recursive] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants