Arch Linux AUR에서 dasom-qt-git를 설치하려는데, 오류가 발생합니다.

yous87uu2의 이미지

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는 이미 깔려 있단 겁니다.
다시 설치해봐도 오류는 똑같이 발생하구요.

고칠 방법을 아시는 분 계신가요?

익명 사용자의 이미지

Qt 버전이 올라가서 Qt 5.6 이던데... 거기에 Qt5PlatformSupport.pc 파일이 없습니다.
dasom/configure.ac 파일을 수정해야 할 것으로 보입니다.

yous87uu2의 이미지

이 문제가 맞는거 같네요... 확인하려고 내릴수도 없는 노릇이고...
개발자님이 소스에 반영 할 때 까지 기다려야 겠습니다...
답변 감사합니다!

익명 사용자의 이미지

https://github.com/dasom-im/dasom-qt/blob/8864f3664f677f7fdc7f16a3a580851bb3dc5bbd/configure.ac#L21

dasom-qt 소스에 configure.ac 파일 21번째 줄에
PKG_CHECK_MODULES(QT5_PLATFORM_SUPPORT, [Qt5PlatformSupport])
이 라인을 제거하고 컴파일이 되는지 알려주세요.

torah의 이미지

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 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

yous87uu2의 이미지

잘 되네요. 감사합니다!

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.