Archlinux에 Bluetile을 설치하려고 하면 다음 오류가 발생합니다.
Building glade-0.12.1...
Preprocessing library glade-0.12.1...
gtk2hsC2hs: UName: root name supply used after saving
cabal: Error: some packages failed to install:
bluetile-0.6 depends on glade-0.12.1 which failed to install.
glade-0.12.1 failed during the building phase. The exception was:
ExitFailure 1
나는 사용하고있다ArchLinux 위키 설치 지침.
답변1
에 따르면gmane.comp.lang.haskell.gtk2hs.devel의 스레드, 문제는 gtk2hs-buildtools-0.12.3에 있습니다. 0.12.1에는 이 문제가 없습니다.
0.12.1을 설치하여 문제를 직접 해결했습니다.
cabal install gtk2hs-buildtools==0.12.1
설명하는 오류가 사라집니다.