|
|
今天打算升级,没想到pacman出了点 问题。
pacman -Syu
:: 正在同步软件包数据库...
core 33.4K 9.7K/s 00:00:03 [#####################] 100%
extra 381.6K 36.3K/s 00:00:11 [#####################] 100%
error: segmentation fault
Internal pacman error: Segmentation fault.
Please submit a full bug report with --debug if appropriate.
- pacman --debug
- debug: config: attempting to read file /etc/pacman.conf
- debug: config: new section 'options'
- debug: config: HoldPkg: pacman
- debug: config: HoldPkg: glibc
- debug: config: SyncFirst: pacman
- debug: config: new section 'core'
- debug: setlibpaths() called
- debug: option 'cachedir' = /var/cache/pacman/pkg/
- debug: registering sync database 'core'
- debug: opening database 'core'
- debug: opening database from path '/var/lib/pacman/sync/core/'
- debug: config: including /etc/pacman.d/mirrorlist
- debug: config: attempting to read file /etc/pacman.d/mirrorlist
- debug: adding new server URL to database 'core': http://mirrors.163.com/archlinux/archlinux/core/os/i686
- debug: config: finished parsing /etc/pacman.d/mirrorlist
- debug: config: new section 'extra'
- debug: registering sync database 'extra'
- debug: opening database 'extra'
- debug: opening database from path '/var/lib/pacman/sync/extra/'
- debug: config: including /etc/pacman.d/mirrorlist
- debug: config: attempting to read file /etc/pacman.d/mirrorlist
- debug: adding new server URL to database 'extra': http://mirrors.163.com/archlinux/archlinux/extra/os/i686
- debug: config: finished parsing /etc/pacman.d/mirrorlist
- debug: config: new section 'community'
- debug: registering sync database 'community'
- debug: opening database 'community'
- debug: opening database from path '/var/lib/pacman/sync/community/'
- debug: config: including /etc/pacman.d/mirrorlist
- debug: config: attempting to read file /etc/pacman.d/mirrorlist
- debug: adding new server URL to database 'community': http://mirrors.163.com/archlinux/archlinux/community/os/i686
- debug: config: finished parsing /etc/pacman.d/mirrorlist
- debug: config: finished parsing /etc/pacman.conf
- debug: registering local database
- debug: opening database 'local'
- debug: opening database from path '/var/lib/pacman/local/'
- 错误:没有指定的操作(使用 -h 获取帮助)
- debug: closing database 'local'
- debug: unregistering database 'local'
- debug: closing database 'core'
- debug: unregistering database 'core'
- debug: closing database 'extra'
- debug: unregistering database 'extra'
- debug: closing database 'community'
- debug: unregistering database 'community'
复制代码
用的是网易的站,换了别的也是一样。
- pacman -Qs pacman
- local/pacman 3.2.2-1 (base)
- A library-based package manager with dependency support
- local/pacman-mirrorlist 20090509-1 (base)
- Arch Linux mirror list for use by pacman
复制代码
已经做了pacman -Scc,清除了缓存。
除了编译pacman,还有别的办法吗? |
|