Your message dated Thu, 17 Mar 2005 16:32:33 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#286424: fixed in hylafax 1:4.2.1-5
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 20 Dec 2004 09:00:16 +0000
>From [EMAIL PROTECTED] Mon Dec 20 01:00:16 2004
Return-path: <[EMAIL PROTECTED]>
Received: from c219139.adsl.hansenet.de (localhost.localdomain) 
[213.39.219.139] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CgJOp-0003lg-00; Mon, 20 Dec 2004 01:00:16 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
        id 1CgJTW-0000sA-Kv; Mon, 20 Dec 2004 10:05:06 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: hylafax: FTBFS (amd64/gcc-4.0): No strftime function located in system 
libraries
Message-Id: <[EMAIL PROTECTED]>
Date: Mon, 20 Dec 2004 10:05:06 +0100
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: hylafax
Severity: normal
Tags: patch

When building 'hylafax' on amd64 with gcc-4.0,
I get the following error:

Looks like -lcrypt is needed for crypt.
No strftime function located in system libraries.

The strftime function used to format date&time information was not located
in the normal C library or in the -lintl library (present on some systems).
This software expects this to be available and will not compile without it.
If this function is located in a non-standard location you can specify the
library in the MACHDEPLIBS configuration parameter.  Otherwise you should
figure out why the usual testing done by this script failed; consult the
diagnostics in the config.log file for more information.

Unrecoverable error!  Once you've corrected the problem rerun this script.
make: *** [configure-stamp] Error 1

With the attached patch 'hylafax' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/hylafax-4.2.0/configure ./configure
--- ../tmp-orig/hylafax-4.2.0/configure 2004-08-16 14:58:23.000000000 +0200
+++ ./configure 2004-12-20 09:49:20.215293400 +0100
@@ -1598,28 +1598,6 @@
        fi
     done
 }
-CheckForLibrary strftime -lc || {
-    #
-    # SCO has strftime in -lintl.
-    #
-    if CheckForLibrary strftime -lintl; then
-       Note "Looks like -lintl is needed for strftime."
-       MACHDEPLIBS="$MACHDEPLIBS -lintl"
-    else
-       cat 1>&2 <<EOF
-No strftime function located in system libraries.
-
-The strftime function used to format date&time information was not located
-in the normal C library or in the -lintl library (present on some systems).
-This software expects this to be available and will not compile without it.
-If this function is located in a non-standard location you can specify the
-library in the MACHDEPLIBS configuration parameter.  Otherwise you should
-figure out why the usual testing done by this script failed; consult the
-diagnostics in the config.log file for more information.
-EOF
-       boom
-    fi
-}
 CheckForLibrary socket -lc || {
     #
     # Socket support is not in normal C library, check
diff -urN ../tmp-orig/hylafax-4.2.0/hfaxd/FileTransfer.c++ 
./hfaxd/FileTransfer.c++
--- ../tmp-orig/hylafax-4.2.0/hfaxd/FileTransfer.c++    2004-03-17 
19:26:54.000000000 +0100
+++ ./hfaxd/FileTransfer.c++    2004-12-20 09:48:53.556346176 +0100
@@ -322,7 +322,7 @@
     static DirTemplate templ = {
 #define        TIFFdiroff(v) \
     (uint32) (sizeof (TIFFHeader) + sizeof (uint16) + \
-      (unsigned) &(((DirTemplate*) 0)->v))
+      (unsigned long) &(((DirTemplate*) 0)->v))
        { TIFFTAG_SUBFILETYPE,          TIFF_LONG,      1 },
        { TIFFTAG_IMAGEWIDTH,           TIFF_LONG,      1 },
        { TIFFTAG_IMAGELENGTH,          TIFF_LONG,      1 },
diff -urN ../tmp-orig/hylafax-4.2.0/util/faxwatch.c++ ./util/faxwatch.c++
--- ../tmp-orig/hylafax-4.2.0/util/faxwatch.c++ 2002-06-14 21:24:04.000000000 
+0200
+++ ./util/faxwatch.c++ 2004-12-20 09:43:58.369221440 +0100
@@ -48,7 +48,7 @@
 static bool
 writeData(void* arg, const char* buf, int cc, fxStr& emsg)
 {
-    if (Sys::write((int) arg, buf, cc) != cc) {
+    if (Sys::write((long) arg, buf, cc) != cc) {
        emsg = fxStr::format("write error: %s", strerror(errno));
        return (false);
     } else

---------------------------------------
Received: (at 286424-close) by bugs.debian.org; 17 Mar 2005 21:43:33 +0000
>From [EMAIL PROTECTED] Thu Mar 17 13:43:33 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DC2mC-0001gn-00; Thu, 17 Mar 2005 13:43:32 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DC2bZ-0003A4-00; Thu, 17 Mar 2005 16:32:33 -0500
From: Giuseppe Sacco <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#286424: fixed in hylafax 1:4.2.1-5
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 17 Mar 2005 16:32:33 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Source: hylafax
Source-Version: 1:4.2.1-5

We believe that the bug you reported is fixed in the latest version of
hylafax, which is due to be installed in the Debian FTP archive:

hylafax-client_4.2.1-5_powerpc.deb
  to pool/main/h/hylafax/hylafax-client_4.2.1-5_powerpc.deb
hylafax-doc_4.2.1-5_all.deb
  to pool/main/h/hylafax/hylafax-doc_4.2.1-5_all.deb
hylafax-server_4.2.1-5_powerpc.deb
  to pool/main/h/hylafax/hylafax-server_4.2.1-5_powerpc.deb
hylafax_4.2.1-5.diff.gz
  to pool/main/h/hylafax/hylafax_4.2.1-5.diff.gz
hylafax_4.2.1-5.dsc
  to pool/main/h/hylafax/hylafax_4.2.1-5.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Giuseppe Sacco <[EMAIL PROTECTED]> (supplier of updated hylafax package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 17 Mar 2005 22:16:10 +0100
Source: hylafax
Binary: hylafax-doc hylafax-server hylafax-client
Architecture: source all powerpc
Version: 1:4.2.1-5
Distribution: unstable
Urgency: low
Maintainer: Giuseppe Sacco <[EMAIL PROTECTED]>
Changed-By: Giuseppe Sacco <[EMAIL PROTECTED]>
Description: 
 hylafax-client - Flexible client/server fax software - client utilities
 hylafax-doc - Flexible client/server fax software - HTML Documentation
 hylafax-server - Flexible client/server fax software - server daemons
Closes: 286424
Changes: 
 hylafax (1:4.2.1-5) unstable; urgency=low
 .
   * Patch for compiling on amd64 with gcc-4.0 (Closes: 286424)
   * Corrected the Depends field removing the version
     number since sarge and woody already have the minimum
     required. Thanks to Fabio Tranchitella for pointing this out.
   * Added ps2fax and pdf2fax links if missing and if we are upgrading.
Files: 
 b58d67bcd786b51a67ba1218cf53aa35 734 comm extra hylafax_4.2.1-5.dsc
 fef46d60a91a3d695b287a3d7264792a 50286 comm extra hylafax_4.2.1-5.diff.gz
 9acc28bba45abf6d6992004521472b7b 820754 comm extra 
hylafax-server_4.2.1-5_powerpc.deb
 8cddf3548197e4dadea92fadf8d4fb11 356492 comm extra 
hylafax-client_4.2.1-5_powerpc.deb
 a840396ac4706e4f1df5714588c0fc28 372392 doc extra hylafax-doc_4.2.1-5_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFCOfU/IgfFlOyXCJ0RAtDNAJ9gg53sOQMPAOQKZH6jZjfHJCKMuwCcCHFi
BJFObTYPCWEOAsMfVgenTpQ=
=oOoe
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to