Arch Linux AUR에서 dasom-qt-git를 설치하려는데, 오류가 발생합니다.
글쓴이: yous87uu2 / 작성시간: 목, 2016/03/31 - 3:26오후
Arch Linux에 KDE 5 Plasma Desktop을 올려서 쓰고 있는데, 한글 입력기는 dasom이 좋다는 말을 보고 설치를 시도했습니다.
dasom-git, dasom-gtk-git, dasom-jeongeum-git 까지는 정상적으로 설치 되었는데,
checking for QT5_PLATFORM_SUPPORT... no configure: error: Package requirements (Qt5PlatformSupport) were not met: No package 'Qt5PlatformSupport' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables QT5_PLATFORM_SUPPORT_CFLAGS and QT5_PLATFORM_SUPPORT_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build dasom-qt-git.
이런 오류가 발생하면서 빌드에 실패합니다.
Qt5PlatformSupport를 찾아보니 qt5-base 패키지에 포함되어 있다는데, 문제는 qt5-base는 이미 깔려 있단 겁니다.
다시 설치해봐도 오류는 똑같이 발생하구요.
고칠 방법을 아시는 분 계신가요?
Forums:
Qt 버전이 올라가서 Qt 5.6 이던데... 거기에
Qt 버전이 올라가서 Qt 5.6 이던데... 거기에 Qt5PlatformSupport.pc 파일이 없습니다.
dasom/configure.ac 파일을 수정해야 할 것으로 보입니다.
이런...
이 문제가 맞는거 같네요... 확인하려고 내릴수도 없는 노릇이고...
개발자님이 소스에 반영 할 때 까지 기다려야 겠습니다...
답변 감사합니다!
https://github.com/dasom-im/d
https://github.com/dasom-im/dasom-qt/blob/8864f3664f677f7fdc7f16a3a580851bb3dc5bbd/configure.ac#L21
dasom-qt 소스에 configure.ac 파일 21번째 줄에
PKG_CHECK_MODULES(QT5_PLATFORM_SUPPORT, [Qt5PlatformSupport])
이 라인을 제거하고 컴파일이 되는지 알려주세요.
임시방편으로..
PKG_CHECK_MODULES(QT5_PLATFORM_SUPPORT, [Qt5PlatformSupport])이 라인을
PKG_CHECK_MODULES(QT5_PLATFORM_SUPPORT, [Qt5Gui])
요거로 바꾸시면 일단 되긴 합니다. ~.~
아.. 그러면 일단 그렇게 사용해주세요. 조만간
아.. 그러면 일단 그렇게 사용해주세요.
조만간 수정하겠습니다.
http://cogniti-works.blogspot.kr/2016/04/qt56.html
수정했습니다. Fixed configure
수정했습니다.
Fixed configure error with Qt 5.6
https://github.com/cogniti/nimf/commit/41027a3a03f039ff48eda3c0d6e9411b12bca13f
https://github.com/dasom-im/dasom-qt/pull/9
앞으로는 Nimf 입력기를 사용해주세요. Dasom 의 여러 저장소를 하나로 합친 후 이름을 Nimf 로 변경하여 계속 개발 중입니다.
https://github.com/cogniti/nimf
잘 되네요. 감사합니다!
잘 되네요. 감사합니다!
댓글 달기