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

Build failure on Linux ARM64 #276

Closed
martin-g opened this issue Apr 20, 2022 · 5 comments
Closed

Build failure on Linux ARM64 #276

martin-g opened this issue Apr 20, 2022 · 5 comments

Comments

@martin-g
Copy link

martin-g commented Apr 20, 2022

Hello,

I've just tried to build h3-arm branch (against easel's develop branch) on openEuler OS 20.03 ARM64:

$ gcc --version
gcc (GCC) 7.3.0
...
$ autoconf
$ ./configure
...

HMMER configuration:
   compiler:             gcc -g -O2 -O3    -mlittle-endian -pthread 
   host:                 aarch64-unknown-linux-gnu
   linker:               
   libraries:              -lpthread
   DP implementation:    neon

$ make
...
$ make check
...
exercise    6 [      generic_viterbi] ...     FAILED [command failed]
...
1 of 307 exercises at level <= 2 FAILED.


System information:
ср апр 20 13:06:21 UTC 2022
Linux mgrigorov-arm64 4.19.90-2203.5.0.0143.oe1.aarch64 #1 SMP Wed Mar 30 17:26:54 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux
make[1]: *** [Makefile:41: check] Error 1
make: *** [Makefile:118: check] Error 2

Please let me know if you need any specifics about my system and any test output files!

@npcarter
Copy link
Member

npcarter commented Apr 20, 2022 via email

@martin-g
Copy link
Author

martin-g commented Apr 20, 2022

The test does not run:

mgrigorov@mgrigorov-arm64 ~/g/h/h/hmmer (h3-arm)> ./src/generic_viterbi_utest --vv
trace score and Viterbi score don't agree.

Should I do something more before trying to execute it ?

@npcarter
Copy link
Member

npcarter commented Apr 25, 2022 via email

@martin-g
Copy link
Author

martin-g commented Apr 26, 2022 via email

@martin-g
Copy link
Author

Hi,

I've started from scratch (clone, autoconf, ...) and today I am not able to reproduce the issue with the failing test!
I executed make check many times and all tests passed successfully always.

Closing...
I'll let you know if I face any issues!

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

2 participants