[arch-general] libsasl issue today with pacman updates
There seems to have been a problem with pacman update today: :: Starting full system upgrade... resolving dependencies... looking for inter-conflicts... error: failed to prepare transaction (could not satisfy dependencies) :: cyrus-sasl: requires libsasl=2.1.23 :: cyrus-sasl-gssapi: requires libsasl=2.1.23 Yet the current version is the above referred version but libsasl won't update on its own! [root@home1 ~]# pacman -Ss libsasl core/libsasl 2.1.26-2 [installed: 2.1.23-10] Cyrus Simple Authentication Service Layer (SASL) Library [root@home1 ~]# pacman -S libsasl resolving dependencies... looking for inter-conflicts... error: failed to prepare transaction (could not satisfy dependencies) :: cyrus-sasl: requires libsasl=2.1.23 :: cyrus-sasl-gssapi: requires libsasl=2.1.23 I am confused! -- mike c
Am 15.05.2013 11:28, schrieb Mike Cloaked:
There seems to have been a problem with pacman update today:
:: Starting full system upgrade... resolving dependencies... looking for inter-conflicts... error: failed to prepare transaction (could not satisfy dependencies) :: cyrus-sasl: requires libsasl=2.1.23 :: cyrus-sasl-gssapi: requires libsasl=2.1.23
Yet the current version is the above referred version but libsasl won't update on its own!
[root@home1 ~]# pacman -Ss libsasl core/libsasl 2.1.26-2 [installed: 2.1.23-10] Cyrus Simple Authentication Service Layer (SASL) Library
[root@home1 ~]# pacman -S libsasl resolving dependencies... looking for inter-conflicts... error: failed to prepare transaction (could not satisfy dependencies) :: cyrus-sasl: requires libsasl=2.1.23 :: cyrus-sasl-gssapi: requires libsasl=2.1.23
I am confused!
There's clearly something wrong: # pacman -Si libsasl cyrus-sasl cyrus-sasl-gssapi | grep -e ^Repository -e^Name -e ^Depends -e ^Version -e ^$ Repository : core Name : libsasl Version : 2.1.26-2 Depends On : openssl krb5 Repository : testing Name : cyrus-sasl Version : 2.1.26-2 Depends On : libsasl=2.1.26 krb5 Repository : extra Name : cyrus-sasl Version : 2.1.23-12 Depends On : libsasl=2.1.23 krb5 Repository : testing Name : cyrus-sasl-gssapi Version : 2.1.26-2 Depends On : libsasl=2.1.26 krb5 Repository : extra Name : cyrus-sasl-gssapi Version : 2.1.23-12 Depends On : libsasl=2.1.23 krb5
On Wed, May 15, 2013 at 10:43 AM, Thomas Bächler <thomas@archlinux.org>wrote:
There's clearly something wrong:
# pacman -Si libsasl cyrus-sasl cyrus-sasl-gssapi | grep -e ^Repository -e^Name -e ^Depends -e ^Version -e ^$ Repository : core Name : libsasl Version : 2.1.26-2 Depends On : openssl krb5
Repository : testing Name : cyrus-sasl Version : 2.1.26-2 Depends On : libsasl=2.1.26 krb5
Repository : extra Name : cyrus-sasl Version : 2.1.23-12 Depends On : libsasl=2.1.23 krb5
Repository : testing Name : cyrus-sasl-gssapi Version : 2.1.26-2 Depends On : libsasl=2.1.26 krb5
Repository : extra Name : cyrus-sasl-gssapi Version : 2.1.23-12 Depends On : libsasl=2.1.23 krb5
The repo data have been fixed now and all is well doing the pacman updates. -- mike c
participants (2)
-
Mike Cloaked
-
Thomas Bächler