Bug 505229

Summary: Bugs in 3.6.14 break python-sqlalchemy
Product: [Fedora] Fedora Reporter: Toshio Ernie Kuratomi <a.badger>
Component: sqliteAssignee: Panu Matilainen <pmatilai>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: mmcgrath, pmatilai, wilmer5
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-06-12 10:49:21 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Toshio Ernie Kuratomi 2009-06-11 05:54:33 UTC
Description of problem:

python-sqlalchemy currently fails to rebuild.  It fails two test cases and errors on a third.  I've traced the problem to sqlite-3.6.14.  3.6.13 (with all patches) allows sqlalchemy to pass all tests.  3.6.14 fails.

Version-Release number of selected component (if applicable):
sqlite-3.6.14-2.fc12

How reproducible:
Everytime

Steps to Reproduce:
1. cvs co python-sqlalchemy
2. cd python-sqlalchemy/devel
3. make srpm
4. koji build --scratch python-sqlalchemy*rpm
  
Actual results:
Build errors in test suite like this:
  http://koji.fedoraproject.org/koji/taskinfo?taskID=1404298

Expected results:

Build completes with no test suite errors.

Additional info:

Upgrading to sqlite-3.6.14.2 fixes the problems so that python-sqlalchemy can rebuild.

Comment 1 Panu Matilainen 2009-06-12 10:49:21 UTC
Rawhide sqlite updated to 3.6.14.2 now so this should be fixed.