팩맨 전체 시스템 업그레이드 실패

팩맨 전체 시스템 업그레이드 실패

ArchLinux에서 pacman을 사용하여 전체 시스템 업그레이드를 시도하고 있습니다. 커널 3.2가 있습니다.

입력할 때 sudo pacman -Syu 다음 오류가 발생했습니다.

:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
:: Starting full system upgrade...
error: could not parse package description file 'libice-1.0.8-1/desc' from db 'extra'
resolving dependencies...
warning: cannot resolve "p11-kit>=0.12", a dependency of "gnutls"
warning: cannot resolve "vim-runtime=7.3.495-1", a dependency of "gvim"
:: The following packages cannot be upgraded due to unresolvable dependencies:
      gnutls  gvim

Do you want to skip the above packages for this upgrade? [y/N] y
looking for inter-conflicts...
error: failed to prepare transaction (could not satisfy dependencies)
:: nvidia: requires linux<3.3

libice를 다시 설치하려고 했지만 다음 오류가 발생했습니다.

error: could not parse package description file 'libice-1.0.8-1/desc' from db 'extra'
warning: libice-1.0.8-1 is up to date -- reinstalling
resolving dependencies...
looking for inter-conflicts...
error: failed to prepare transaction (package filename is not valid)

이 문제를 어떻게 해결할 수 있나요?

답변1

나는 당신이 동기화되지 않은 미러를 사용하고 있다고 생각합니다.

패키지 p11-kitvim-runtime각각 2012-04-01 및 2012-04-10에 업데이트되었습니다. nvidia 패키지가 오늘(2012-04-11) 업데이트되었으므로 잠시만 기다리시면 됩니다.

linux하지만 패키지 버전 3.3과 gvim2012-04-10의 패키지가 있다는 것은 매우 흥미롭습니다 . testing최근에 저장소(비활성화됨) 또는 미러를 변경했습니까 ? 당신은미러리스트또는미러리스트 업데이터가까운 최신 거울을 찾으십시오. 그러면 db 파일도 복구될 가능성이 높습니다 extra.

관련 정보