当我试图在archlinux中安装蓝牙时,我会得到以下错误:
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 Wiki安装说明。
发布于 2012-05-08 16:28:15
根据一个gmane.comp.lang.haskell.gtk2hs.devel上的线程,问题在于gtk2hs-buildtools-0.12.3。0.12.1没有问题。
我自己安装了0.12.1来解决这个问题:
cabal install gtk2hs-buildtools==0.12.1
你所描述的错误就消失了。
https://unix.stackexchange.com/questions/36980
复制相似问题