Hi On Tue, 9 Jun 2020, 02:58 Pranav Ballaney, <ballaneypra...@gmail.com> wrote:
> Hi, > I've committed a few changes to 2to3.patch along with a test.patch file > that I used to try and debug this. > It reports the following errors while running test/runtest.py: > > obj/binary/binary-random: error while loading shared libraries: > libpll_binary.so.0: cannot open shared object file: No such file or > directory > obj/optimize/blopt-5states: error while loading shared libraries: > libpll_optimize.so.0: cannot open shared object file: No such file or > directory > obj/tree/parsimony-tree: error while loading shared libraries: > libpll_tree.so.0: cannot open shared object file: No such file or directory > > Any ideas about this? > If you are testing it in a chroot, install libpll-dev and libpll0 and this error should go away. *_As far as_* I had a look, it throws up an error: src/common.o file doesn't exist while building. Probably we need to tweak the Makefile to compile it before hand. Regards, Nilesh >