Bug 30346

Summary: printconf 0.2.1-1 rpm install traceback
Product: [Retired] Red Hat Linux Reporter: Joshua Buysse <buysse>
Component: printconfAssignee: Crutcher Dunnavant <crutcher>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1   
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-03-02 17:44:52 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:
Attachments:
Description Flags
printcap file that didn't upgrade.
none
printcap file that didn't upgrade. none

Description Joshua Buysse 2001-03-02 17:41:39 UTC
root@scratchy:/tmp# rpm -Uvh /usr/src/redhat/RPMS/i386/printconf-*
Preparing...                ########################################### [100%]
   1:printconf              ########################################### [ 50%]
Traceback (innermost last):
  File "/usr/share/printconf/util/import_printtool_queues.py", line 211, in ?
    queue_data.addChild(Alchemist.Data.ADM_TYPE_STRING,
'lpd_strict_rfc1179').setValue(0)
  File "/usr/lib/python1.5/site-packages/Alchemist.py", line 176, in setValue
    string_setValue (self._dat, v)
SystemError: NULL result without error in call_object
error: execution of %trigger scriptlet from printconf-0.2.1-1 failed,
exit status 1


The printcap file was not upgraded.

Comment 1 Joshua Buysse 2001-03-02 17:44:30 UTC
Created attachment 11620 [details]
printcap file that didn't upgrade.

Comment 2 Joshua Buysse 2001-03-02 17:44:48 UTC
Created attachment 11621 [details]
printcap file that didn't upgrade.

Comment 3 Crutcher Dunnavant 2001-03-09 23:00:45 UTC
fixed, trying to set a binary value '0' to a string type that should have been a
bool type.