Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 69546

Summary: capisuite missing argument in site-packages/cs_helpers.py
Product: Gentoo Linux Reporter: @4u <gentoo4u>
Component: Current packagesAssignee: Steve Arnold <nerdboy>
Status: RESOLVED FIXED    
Severity: major CC: genstef, kingtaco
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 71187    
Bug Blocks:    
Attachments: capisuite/files/capisuite-0.4.4-sfftobmp.patch

Description @4u 2004-10-30 14:05:39 UTC
It took me a longer time to find out why capisuite wasn't able to convert sff-files into tif (-> ps -> pdf).

There is a missing argument on line 166 of cs_helpers.py

(wrong)

ret=os.spawnlp(os.P_WAIT,"sfftobmp","sfftobmp","-tif",attachment,basename+"tif")

(right)

ret=os.spawnlp(os.P_WAIT,"sfftobmp","sfftobmp","-tif",attachment,"-o",basename+"tif")

Additionally the sfftobmp tool should be added to the capisuite ebuild for Gentoo: http://sfftools.sourceforge.net/sfftobmp.html

Reproducible: Always
Steps to Reproduce:
1. Receive a fax and set up "MailAndSave"
2. Have a look at the received E-Mail. You will find a error message.

Actual Results:  
You will find a error message in the E-Mail.

Expected Results:  
An attachment with the fax.
Comment 1 Mike Doty (RETIRED) gentoo-dev 2004-11-13 05:59:27 UTC
What package is this?  I see no cs_helpers.py in net-dialup/capisuite-0.4.3
Comment 2 Alin Năstac (RETIRED) gentoo-dev 2004-11-14 12:52:20 UTC
This matter is taking care of in bug #53889 and bug #71187
Comment 3 @4u 2004-11-14 21:29:29 UTC
@Mike Doty: Current 0.4.4
Comment 4 @4u 2004-11-16 09:46:39 UTC
Unfortunately still valid for net-dialup/capisuite-0.4.4-r1
Comment 5 Torsten Veller (RETIRED) gentoo-dev 2004-11-27 05:28:22 UTC
Created attachment 44824 [details, diff]
capisuite/files/capisuite-0.4.4-sfftobmp.patch

patch for capisuite-0.4.4-r2:

@@ -29,6 +29,7 @@
	cd ${S}
	epatch ${FILESDIR}/${P}-gentoo.patch
	epatch ${FILESDIR}/${PN}-fax-compatibility.patch
+	epatch ${FILESDIR}/${P}-sfftobmp.patch
 }
Comment 6 Alin Năstac (RETIRED) gentoo-dev 2004-11-29 10:18:37 UTC
fixed in capisuite-0.4.5
see bug #53889n bug #71187 and bug #72778