mlin / PhyloCSF

Phylogenetic analysis of multi-species genome sequence alignments to identify conserved protein-coding regions

Home Page:http://compbio.mit.edu/PhyloCSF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rm: cannot remove './PhyloCSF/src/_build': Directory not empty

yongjieliu opened this issue · comments

I got an mistake after running make .

Can anyone help me? I would appreciate it very much.

ocamlfind install CamlPaml META _build/CamlPaml.cmi _build/CamlPaml.cma _build/CamlPaml.cmxa _build/CamlPaml.a
Installed /home/usr/.opam/system/lib/CamlPaml/CamlPaml.a
Installed /home/usr/.opam/system/lib/CamlPaml/CamlPaml.cmxa
Installed /home/usr/.opam/system/lib/CamlPaml/CamlPaml.cma
Installed /home/usr/.opam/system/lib/CamlPaml/CamlPaml.cmi
Installed /home/usr/.opam/system/lib/CamlPaml/META
make[2]: Leaving directory '/mnt/pool/home/usr/PhyloCSF/lib/CamlPaml'
make[1]: Leaving directory '/mnt/pool/home/usr/PhyloCSF/lib/CamlPaml'
make -C src clean
make[1]: Entering directory '/mnt/pool/home/usr/PhyloCSF/src'
rm -f *~
ocamlbuild -clean

  • rm -Rf /mnt/pool/home/usr/PhyloCSF/src/_build
    rm: cannot remove '/mnt/pool/home/usr/PhyloCSF/src/_build': Directory not empty
    Command exited with code 1.
    Failure:
    Error during command "rm -Rf /mnt/pool/home/usr/PhyloCSF/src/_build": My_std.Exit_with_code(10).
    Compilation unsuccessful after building 0 targets (0 cached) in 00:00:00.
    Makefile:22: recipe for target 'clean' failed
    make[1]: *** [clean] Error 2
    make[1]: Leaving directory '/mnt/pool/home/usr/PhyloCSF/src'
    Makefile:8: recipe for target 'PhyloCSF' failed
    make: *** [PhyloCSF] Error2