Bug#565001:

2010-11-04 Thread Giuseppe Sacco
Hi Arthur, I found the very same problem when all Debian packages have been recompiled using gcc 4.5. My original report against hylafax bugzilla is http://bugs.hylafax.org/show_bug.cgi?id=924. I am now using the latest released hylafax source on both Debian and Ubuntu. This source does not include

Bug#565001:

2010-11-04 Thread Aidan Van Dyk
The proper fix is already in HylaFAX source: http://git.hylafax.org/HylaFAX?a=commitdiff;h=b0d873c950a72aa568d2fcfe7dbc8bb6e981c129 port.h shouldn't inlcude a declaration of fchmod if it's in the system. On Thu, Nov 4, 2010 at 4:55 PM, Artur Rona wrote: > In Ubuntu, we've applied the attach

Bug#565001:

2010-11-04 Thread Artur Rona
In Ubuntu, we've applied the attached patch to achieve the following: * debian/patches/901_fchmod-prototype.patch: glibc now includes an fchmod prototype which doesn't match hylafax's. (Closes: #565001) We thought you might be interested in doing the same. Description: glibc already def

Bug#565001: Debian Bug #565001

2010-01-13 Thread Aidan Van Dyk
Mattias, It looks like the development branch of GCC 4.5 has swithce a CPP processor include file missing from just a wraning to an error. The configure in HylaFAX is looking for the include files for the fchmod declaration: $CXX -E t.c++ \ | sed -e '/\/\*/,/\*\//d' -e 's;//.*$;;'