Description of problem: Sqlite 3.7.11 causes problems with subversion's svnversion command Version-Release number of selected component (if applicable): 3.7.11 How reproducible: Every time Steps to Reproduce: 1. Check out something from SVN 2. Run svnversion in checked-out directory 3. Actual results: [paulb@fedora17]~/software/hub% svnversion svn: E200030: sqlite: callback requested query abort svn: E200030: sqlite: callback requested query abort [paulb@fedora17]~/software/hub% Expected results: svnversion should run without error Additional info: sqlite 3.7.12 allegedly fixes this problem according to http://grokbase.com/p/subversion/dev/124n8wkn4w/sqlite3-3-7-11-breaks-svnversion-e200030-sqlite-callback-requested-query-abort
svnversion is still unusable! SQlite has an even newer version 3.7.12.1 released on 2012-May-22
At least for me, reproducing this wasn't at all as straightforward as just checking out something from svn: it required checking out something with svn 1.6, upgrading the checkout to svn 1.7 and then svnversion would barf with that error. sqlite 3.7.12 introduces big piles of test-suite failures here, dealing with that is more effort than I have time for right now, so a cherry-pick fix to 3.7.11 is what rawhide and f17 are going to get for the time being (now that I was able to verify the fix)
sqlite-3.7.11-3.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/sqlite-3.7.11-3.fc17
There is definitely a path to failure when checking out with SVN 1.7 (so not upgrading from 1.6). Today, I did a checkout with Eclipse (everything was fine at that point) but later svnversion stopped working; my suspicion is that the failure didn't get triggered until the repository version number moved on. Updating to 3.7.11-3 then sorted this issue for me. Cheers Paul
Package sqlite-3.7.11-3.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing sqlite-3.7.11-3.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-8757/sqlite-3.7.11-3.fc17 then log in and leave karma (feedback).
(In reply to comment #5) > # su -c 'yum update --enablerepo=updates-testing sqlite-3.7.11-3.fc17' Works for me again, thank you
sqlite-3.7.11-3.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report.