Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 69546 - capisuite missing argument in site-packages/cs_helpers.py
Summary: capisuite missing argument in site-packages/cs_helpers.py
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Steve Arnold
URL:
Whiteboard:
Keywords:
Depends on: 71187
Blocks:
  Show dependency tree
 
Reported: 2004-10-30 14:05 UTC by @4u
Modified: 2004-11-29 10:18 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
capisuite/files/capisuite-0.4.4-sfftobmp.patch (capisuite-0.4.4-sfftobmp.patch,602 bytes, patch)
2004-11-27 05:28 UTC, Torsten Veller (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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