mirror of
https://github.com/superconvert/smart-os.git
synced 2024-11-21 17:54:23 +08:00
Update xfce4.md
This commit is contained in:
parent
9d956731f1
commit
64e259b360
6
xfce4.md
6
xfce4.md
@ -469,3 +469,9 @@ xfconf-query -c xfce4-session -p /sessions/Failsafe/Client3_Command
|
||||
猜测这样可能就不会启动 seccomp 的功能了,upower.service 调用的系统调用就能正确进行了,保证 systemctl start upower.service 启动成功
|
||||
|
||||
17. 如果采用高版本的 glibc 库,mk_xfce4.sh 的编译就会出现很多问题,编译 harfbuzz,gdk-pixbuf 都会遇到问题: linking of temporary binary failed,died with <Signals.SIGSEGV: 11>,目前采用降低 glibc ( 2.32 ---> 2.27 ) 版本的方法,编译通过
|
||||
|
||||
18. 编译 llvm 时,对内存要求特别高,小内存会导致编译失败,现象就是被系统 kill
|
||||
```shell
|
||||
collect2: fatal error: ld terminated with signal 9 [Killed]
|
||||
```
|
||||
所以一定保持系统的内存 >= 8G
|
||||
|
Loading…
Reference in New Issue
Block a user