Bug 742634

Summary: cannot import name _quoteparams
Product: [Fedora] Fedora Reporter: Nathanael Noblet <nathanael>
Component: kojiAssignee: David Cantrell <dcantrell>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 15CC: dcantrell, mikem
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-10-12 13:23:32 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Nathanael Noblet 2011-09-30 20:24:02 UTC
Description of problem:
The koji package in F15 is unusable. Following the guides, it fails to function because /usr/lib/python2.7/site-packages/koji/db.py cannot import _quoteparams from pgdb

The file begins like so:
import logging
import sys
import pgdb
import time
import traceback
from pgdb import _quoteparams
assert pgdb.threadsafety >= 1
import context


if you comment out the line 'from pgdb import _quoteparams', it starts to function. 

According to http://lists.fedoraproject.org/pipermail/buildsys/2011-May/003656.html

This fixes the issue unless debugging is turned on.

To reproduce this, you would have to install koji from scratch on F15 and follow http://fedoraproject.org/wiki/Koji/ServerHowTo until you were asked to add the kojira user via koji command line.

Comment 1 Michael Cronenworth 2011-10-12 13:23:32 UTC

*** This bug has been marked as a duplicate of bug 740395 ***