Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make resource 후, share/khaiii 디렉토리 생기지 않음 #116

Open
bburing opened this issue Nov 5, 2023 · 1 comment
Open

make resource 후, share/khaiii 디렉토리 생기지 않음 #116

bburing opened this issue Nov 5, 2023 · 1 comment

Comments

@bburing
Copy link

bburing commented Nov 5, 2023

!make resource 실행후,
Makefile:42: warning: overriding recipe for target '/content/drive/MyDrive/Colab'
Makefile:37: warning: ignoring old recipe for target '/content/drive/MyDrive/Colab'
Makefile:47: warning: overriding recipe for target '/content/drive/MyDrive/Colab'
Makefile:42: warning: ignoring old recipe for target '/content/drive/MyDrive/Colab'
Makefile:52: warning: overriding recipe for target '/content/drive/MyDrive/Colab'
Makefile:47: warning: ignoring old recipe for target '/content/drive/MyDrive/Colab'
make[4]: Circular /content/drive/MyDrive/Colab <- /content/drive/MyDrive/Colab dependency dropped.
make[4]: Circular /content/drive/MyDrive/Colab <- /content/drive/MyDrive/Colab dependency dropped.
make[4]: Circular /content/drive/MyDrive/Colab <- /content/drive/MyDrive/Colab dependency dropped.
make[4]: Circular /content/drive/MyDrive/Colab <- /content/drive/MyDrive/Colab dependency dropped.
make[4]: Circular /content/drive/MyDrive/Colab <- /content/drive/MyDrive/Colab dependency dropped.
make[4]: Circular /content/drive/MyDrive/Colab <- /content/drive/MyDrive/Colab dependency dropped.
make[4]: Circular /content/drive/MyDrive/Colab <- /content/drive/MyDrive/Colab dependency dropped.
make[4]: Circular /content/drive/MyDrive/Colab <- /content/drive/MyDrive/Colab dependency dropped.
make[4]: Circular /content/drive/MyDrive/Colab <- /content/drive/MyDrive/Colab dependency dropped.
make[4]: Circular /content/drive/MyDrive/Colab <- /content/drive/MyDrive/Colab dependency dropped.
make[4]: Circular /content/drive/MyDrive/Colab <- /content/drive/MyDrive/Colab dependency dropped.
make[4]: Circular /content/drive/MyDrive/Colab <- /content/drive/MyDrive/Colab dependency dropped.
Built target resource

이런 결과가 나오고, 이다음 !make install 실행 시,
[ 57%] Built target obj_khaiii
[ 61%] Built target khaiii
[ 69%] Built target bin_khaiii
[ 92%] Built target test_khaiii
Install the project...
-- Install configuration: ""
-- Up-to-date: /usr/local/include/khaiii
-- Installing: /usr/local/include/khaiii/KhaiiiApi.hpp
-- Installing: /usr/local/include/khaiii/khaiii_api.h
-- Installing: /usr/local/include/khaiii/khaiii_dev.h
CMake Error at cmake_install.cmake:50 (file):
file INSTALL cannot find "/content/drive/MyDrive/Colab
Notebooks/NLP/preprocess/khaiii/build/share/khaiii": No such file or
directory.

make: *** [Makefile:130: install] Error 1
이런 오류가 발생합니다.
제가 보기엔 !make resource 과정에서 build에 share 디렉토리가 생기지 않는 것이 문제인데 왜 생기지 않는 것인지 궁금합니다

@krikit
Copy link
Member

krikit commented Nov 27, 2023

@bburing
죄송합니다. 너무 늦게 봤네요.
보여주신 내용만으로는 make resource 명령에서 어떤 오류가 발생했는지 파악이 힘듭니다.
재현이 되는 colab 노트북을 공유해 주시면 제가 테스트 해보겠습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants