Ubuntu에 abinit 8.10.2를 설치하고 있습니다. 이 오류를 어떻게 수정할 수 있나요?

Ubuntu에 abinit 8.10.2를 설치하고 있습니다. 이 오류를 어떻게 수정할 수 있나요?

나는 명령을 내린다:

./configure
make
make check
make install then
make installcheck 

https://drive.google.com/open?id=1_itfo1-DKuehUSp5iNIf_vxALll5eupx

다음과 같은 오류가 발생 make check합니다.

Makefile:1187: recipe for target 'check-local' failed
make[2]: [check-local] Error 1 (ignored)
cd sources/netcdf-4.1.1 && make check 
/bin/bash: line 0: cd: sources/netcdf-4.1

나는 명령을 실행합니다: ./configure, make, make check, make install, 그런 다음

make installcheck https://drive.google.com/open?id=1_itfo1-DKuehUSp5iNIf_vxALll5eupx

다음과 같은 오류가 발생 make check합니다.

.1: No such file or directory
Makefile:1187: recipe for target 'check-local' failed
make[2]: [check-local] Error 1 (ignored)
cd sources/atompaw-4.0.1.0 && make check 
/bin/bash: line 0: cd: sources/atompaw-4.0.1.0: No such file or directory
Makefile:1187: recipe for target 'check-local' failed
make[2]: [check-local] Error 1 (ignored)
cd sources/wannier90-2.0.1.1 && make check 
/bin/bash: line 0: cd: sources/wannier90-2.0.1.1: No such file or directory
Makefile:1187: recipe for target 'check-local' failed
make[2]: [check-local] Error 1 (ignored)
cd sources/etsf_io-1.0.4 && make check 
/bin/bash: line 0: cd: sources/etsf_io-1.0.4: No such file or directory
Makefile:1187: recipe for target 'check-local' failed
make[2]: [check-local] Error 1 (ignored)
cd sources/bigdft-1.7.1.25 && make check 
/bin/bash: line 0: cd: sources/bigdft-1.7.1.25: No such file or directory
Makefile:1187: recipe for target 'check-local' failed
make[2]: [check-local] Error 1 (ignored)
Makefile:4568: recipe for target 'check-local' failed
make[3]: *** [check-local] Error 99
make[3]: Leaving directory '/home/sylvester/Desktop/abinit-8.10.2/tests'
Makefile:4439: recipe for target 'check-am' failed
make[2]: *** [check-am] Error 2
make[2]: Leaving directory '/home/sylvester/Desktop/abinit-8.10.2/tests'
Makefile:4158: recipe for target 'check-recursive' failed
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory '/home/sylvester/Desktop/abinit-8.10.2/tests'
Makefile:2318: recipe for target 'check-recursive' failed
make: *** [check-recursive] Error 1

"make install"에서 다음 오류가 발생합니다.:

Makefile:3806: recipe for target 'install-binPROGRAMS' failed
make[3]: *** [install-binPROGRAMS] Error 1
make[3]: Leaving directory '/home/sylvester/Desktop/abinit-8.10.2/src/98_main'
Makefile:4175: recipe for target 'install-am' failed
make[2]: *** [install-am] Error 2
make[2]: Leaving directory '/home/sylvester/Desktop/abinit-8.10.2/src/98_main'
Makefile:924: recipe for target 'install-recursive' failed
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory '/home/sylvester/Desktop/abinit-8.10.2/src'
Makefile:2318: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1

관련 정보