Description of problem: Trying to use subversion I get this error on Fedora 18. I selected cyrus-sasl because the same problem was reported on Debian and corrected by a cyrus-sasl update: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=683555 Version-Release number of selected component (if applicable): cyrus-sasl-2.1.25-2.fc18.x86_64 How reproducible: Always Steps to Reproduce: 1. Install subversion 2. try to update an existent reporsitory 3. Actual results: This error. Expected results: No errors Additional info:
I can reproduce this here too.
please downgrade and use cyrus-sasl-2.1.23-36.fc18. I unpushed cyrus-sasl-gssapi-2.1.25-2 from Fedora 18 due to abi/api breakage. This will be fixed in Rawhide soon with rebase to cyrus-sasl-2.1.26.
Downgrading to cyrus-sasl-2.1.23-36.fc18 is not possible because it conflict with the already installed packages. I've remove cyrus-sasl, but now I'm in the situation were I cannot install or downgrade it: # yum install cyrus-sasl --exclude cyrus-sasl-lib.i686 Loaded plugins: langpacks, presto, refresh-packagekit Resolving Dependencies --> Running transaction check ---> Package cyrus-sasl.x86_64 0:2.1.23-36.fc18 will be installed --> Processing Dependency: cyrus-sasl-lib = 2.1.23-36.fc18 for package: cyrus-sasl-2.1.23-36.fc18.x86_64 --> Finished Dependency Resolution Error: Package: cyrus-sasl-2.1.23-36.fc18.x86_64 (fedora) Requires: cyrus-sasl-lib = 2.1.23-36.fc18 Installed: cyrus-sasl-lib-2.1.25-2.fc18.x86_64 (@updates-testing) cyrus-sasl-lib = 2.1.25-2.fc18 Available: cyrus-sasl-lib-2.1.23-36.fc18.x86_64 (fedora) cyrus-sasl-lib = 2.1.23-36.fc18 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
I meant downgrade all cyrus-sasl-* subpackages: # yum downgrade $( rpm -qa cyrus-sasl\* | sed 's/-[^-]*-[^-]*$//' )
Oh right! I checked cyrus-sasl-lib but not gssapi and md5. My fault. Thank you, now everything works.
This bug appears to have been reported against 'rawhide' during the Fedora 19 development cycle. Changing version to '19'. (As we did not run this process for some time, it could affect also pre-Fedora 19 development cycle bugs. We are very sorry. It will help us with cleanup during Fedora 19 End Of Life. Thank you.) More information and reason for this action is here: https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora19
cyrus-sasl-2.1.25-2.fc18 was unpushed from Fedora releases.