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

Tests cannot be run before installation #13

Open
awilfox opened this issue Sep 27, 2017 · 0 comments
Open

Tests cannot be run before installation #13

awilfox opened this issue Sep 27, 2017 · 0 comments

Comments

@awilfox
Copy link

awilfox commented Sep 27, 2017

Currently, if make in run src/tests/testbench before libguess is installed, it will fail to run due to a linker error:

make: Entering directory '/usr/src/aports/main/libguess/src/libguess-1.2/src/tests/testbench'
make[1]: Entering directory '/usr/src/aports/main/libguess/src/libguess-1.2/src/tests/testbench'
Error loading shared library libguess.so.1: No such file or directory (needed by ../guess_testharness)
Error relocating ../guess_testharness: libguess_determine_encoding: symbol not found
Fail: ar/cp1256
make[1]: *** [Makefile:24: ar/cp1256.run] Error 1
make[1]: Leaving directory '/usr/src/aports/main/libguess/src/libguess-1.2/src/tests/testbench'
make: *** [Makefile:9: run] Error 1
make: Leaving directory '/usr/src/aports/main/libguess/src/libguess-1.2/src/tests/testbench'
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