Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 137613 - HylaFAX JBIG fax encoding support
Summary: HylaFAX JBIG fax encoding support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Steve Arnold
URL:
Whiteboard:
Keywords:
: 137615 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-06-22 09:53 UTC by Alessandro Zarrilli
Modified: 2006-07-01 19:47 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alessandro Zarrilli 2006-06-22 09:53:00 UTC
Starting from version 4.2.3 HylaFAX supports JBIG fax encoding (see http://www.hylafax.org/content/HylaFAX_4.2.3_release). Several people (like me) use to let HylaFAX convert incoming FAXes to PDF and send them by email to some address. The problem is that, unless you specify "Class1JBIGSupport: no" in /var/spool/fax/etc/config.ttyS0, you will randomly miss some incoming faxes! This happens when the sender supports JBIG and HylaFAX advertises JBIG support too, so the sender sends the fax in JBIG format but, once received, "HylaFAX + GhostScript + libtiff" are unable to convert the received TIFF in a PDF.
So, until libtiff will be properly patched with JBIG support, I propose to show a big warn by the end of the HylaFAX emerging. Unfortunately it's not possible to put some note in the config files because they are dinamically generated by "faxsetup" program (unless to patch HylaFAX, of course).

This bug is also referenced on HylaFAX bugzilla: http://bugs.hylafax.org//show_bug.cgi?id=730
Anyway I don't know if the proposed solution is already included in version 4.2.5 or it's still in CVS.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-06-22 10:17:19 UTC
*** Bug 137615 has been marked as a duplicate of this bug. ***
Comment 2 Alessandro Zarrilli 2006-06-22 11:08:47 UTC
Actually does exist a patch that could definitively solve this problem: http://bugzilla.remotesensing.org/show_bug.cgi?id=896
It looks like the patch is already in libtiff CVS, so until next libtiff is released, it should be sufficient to add it to the Gentoo tiff ebuild.
Comment 3 Alessandro Zarrilli 2006-06-28 13:25:18 UTC
Version 4.3.0.5 checks during the configure phase to see if libtiff is properly patched: depending on the check it enables JBIG support for sending/receiving, sending only or completely disables it. On Gentoo it would result in a send only JBIG support. Of course it would be better to properly patch libtiff to obtain full send/receive JBIG support, meanwhile this Hylafax version update would prevent any unreadable incoming fax problem.

Not sure if this configure libtiff check is included in stock Hylafax version 4.3.0, should be checked... anyway why not to bump to this more updated 4.3.0.5 version?

See bug 133477.
Comment 4 Steve Arnold archtester gentoo-dev 2006-07-01 19:47:13 UTC
The tiff patch from upstream CVS has been added, and Hylafax 4.3.0 as well.  Give it a whirl...