lowerquality / gentle

gentle forced aligner
https://lowerquality.com/gentle/
MIT License
1.45k stars 295 forks source link

Infinite Install loop #210

Open jaghachi opened 6 years ago

jaghachi commented 6 years ago

When "./install.sh" is ran on linux, it's just in an infinite loop of

depbase=echo push.lo | sed 's|[^/]*$|.deps/&|;s|.lo$||';\ /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT push.lo -MD -MP -MF $depbase.Tpo -c -o push.lo push.cc &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT push.lo -MD -MP -MF .deps/push.Tpo -c push.cc -fPIC -DPIC -o .libs/push.o libtool: compile: g++ -DHAVE_CONFIG_H -I./../include -fno-exceptions -funsigned-char -std=c++11 -MT push.lo -MD -MP -MF .deps/push.Tpo -c push.cc -o push.o >/dev/null 2>&1

AMANSINGHPRO commented 5 years ago

Faced similar issue few months back. I as far as I remember when I installed it I ran into a hours long installation and setup process but in the end got an error regarding changing permissions to a file. I guess it was /man5. I changed the ownership of this particular file and ran install.sh again. It worked for me.