FS#19895 - [pacman 3.4.0-2] fails to upgrade new packages, no valid architecture
Attached to Project:
Pacman
Opened by Tomas M. (eldragon) - Monday, 21 June 2010, 20:48 GMT
Last edited by Allan McRae (Allan) - Tuesday, 22 June 2010, 10:38 GMT
Opened by Tomas M. (eldragon) - Monday, 21 June 2010, 20:48 GMT
Last edited by Allan McRae (Allan) - Tuesday, 22 June 2010, 10:38 GMT
|
Details
Description:
after upgrading to pacman 3.4.0-2 i could not upgrade the system anymore; i added Architecture='auto' or Architecture='i686' to pacman.conf but all i got was: pacman -Su :: Starting full system upgrade... error: failed to prepare transaction (package architecture is not valid) :: package bluez-4.66-1-i686 does not have a valid architecture :: package devhelp-2.30.1-1-i686 does not have a valid architecture :: package empathy-2.30.2-1-i686 does not have a valid architecture :: package evolution-data-server-2.30.2.1-1-i686 does not have a valid architecture :: package evolution-exchange-2.30.2-1-i686 does not have a valid architecture :: package gedit-2.30.3-1-i686 does not have a valid architecture :: package gnome-keyring-2.30.3-1-i686 does not have a valid architecture :: package gnome-panel-2.30.0-2-i686 does not have a valid architecture :: package gparted-0.6.0-1-i686 does not have a valid architecture :: package gtkhtml-3.30.2-1-i686 does not have a valid architecture :: package gtksourceview2-2.10.4-1-i686 does not have a valid architecture :: package kernel26-2.6.34-2-i686 does not have a valid architecture :: package kernel26-headers-2.6.34-2-i686 does not have a valid architecture :: package libao-1.0.0-2-i686 does not have a valid architecture :: package libfetch-2.32-1-i686 does not have a valid architecture :: package libgail-gnome-1.20.3-1-i686 does not have a valid architecture :: package libtiff-3.9.4-1-i686 does not have a valid architecture :: package mousetweaks-2.30.2-1-i686 does not have a valid architecture :: package obexd-0.28-1-i686 does not have a valid architecture :: package sdl-1.2.14-5-i686 does not have a valid architecture :: package tagpy-0.94.7-5-i686 does not have a valid architecture :: package vinagre-2.30.2-1-i686 does not have a valid architecture :: package xorg-server-1.8.1.902-1-i686 does not have a valid architecture :: package xsane-0.997-4-i686 does not have a valid architecture running pacman -Su --arch=i686 solves it. maybe there is some config missing? this could be related to the other bug i posted. |
This task depends upon
Closed by Allan McRae (Allan)
Tuesday, 22 June 2010, 10:38 GMT
Reason for closing: Not a bug
Additional comments about closing: configuration error
Tuesday, 22 June 2010, 10:38 GMT
Reason for closing: Not a bug
Additional comments about closing: configuration error
i686
Architecture='auto' or Architecture='i686'
The example provided is not quoted:
Architecture = auto
Post your non-working pacman.conf
http://pastebin.com/n0tDDbUV
a mirror
Server = ftp://mirrors.kernel.org/archlinux/$repo/os/$arch
thanks