freebayes: Can't install freebayes on Linux (ubuntu), make cmd fails.
Hi there,
I can’t install freebayes. Here are my steps
git clone --recursive git://github.com/ekg/freebayes.git
cd freebayes
make
I get these messages at the very end and bin/ directory is empty
make[4]: Leaving directory '/home/kirill/Downloads/freebayes/SeqLib/src'
make[4]: Entering directory '/home/kirill/Downloads/freebayes/SeqLib'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/home/kirill/Downloads/freebayes/SeqLib'
make[3]: Leaving directory '/home/kirill/Downloads/freebayes/SeqLib'
make[2]: Leaving directory '/home/kirill/Downloads/freebayes/SeqLib'
make[1]: Leaving directory '/home/kirill/Downloads/freebayes/src'
Makefile:2: recipe for target 'all' failed
make: *** [all] Error 2
Strange thing is if I run make test, test still fails, but bin/ driectory is now populated with freebayes and bamleftalign executables that appear workable (haven’t test them out appart from running --help, which works)
Test Summary Report
-------------------
t/01_call_variants.t (Wstat: 0 Tests: 19 Failed: 1)
Failed test: 16
Files=4, Tests=40, 4 wallclock secs ( 0.02 usr 0.01 sys + 2.77 cusr 0.25 csys = 3.05 CPU)
Result: FAIL
Makefile:9: recipe for target 'test' failed
make[1]: *** [test] Error 1
make[1]: Leaving directory '/home/kirill/Downloads/freebayes/test'
Makefile:27: recipe for target 'test' failed
make: *** [test] Error 2
I fegure problem is in Makefile. Would be able to fix that?
Thanks
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 19 (2 by maintainers)
@serine have you looked at the conda and brew packages for freebayes? they contain patches to build freebayes still:
Not sure which ones still apply