我正在关注建站文档。
在执行此操作时jhbuild sanitycheck
我遇到了以下问题。
root@august:/home/frank/jhbuild# jhbuild sanitycheck
You should not run jhbuild as root.
root@august:/home/frank/jhbuild# exit
logout
frank@august:~/jhbuild$ jhbuild sanitycheck
jhbuild: working directory (/opt/gnome/_jhbuild) can not be created
frank@august:~/jhbuild$
我现在该怎么行动?
答案1
您的 /opt/gnome 目录不属于您可写的目录。chmod 777 /opt/gnome/ -R
或者更好的是,将 jhbuild 配置为从您的主目录运行。
如果您完全按照这些说明操作,jhbuild 将以普通用户身份运行,而不是以 root 身份运行。