Your message dated Sun, 25 Nov 2007 21:17:06 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#422723: fixed in ghostscript 8.61.dfsg.1~svn8187-2.1
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)

--- Begin Message ---
Package: gs-gpl
Version: 8.56.dfsg.1-1
Severity: important
Tags: patch

Our automated buildd log filter[1] detected a problem that will cause
your package to segfault on architectures where the size of a pointer
is greater than the size of an integer, such as ia64 and amd64.

This is often due to a missing function prototype definition.

[1]http://people.debian.org/~dannf/check-implicit-pointer-functions

----- Forwarded message from Debian/IA64 non-US Build Daemon <[EMAIL 
PROTECTED]> -----

X-Spam-Checker-Version: SpamAssassin 3.1.7-deb (2006-10-05) on ldl.fc.hp.com
X-Spam-Level: 
X-Spam-Status: No, score=-0.5 required=3.5 tests=AWL,BAYES_00,BILL_1618,
        UNDISC_RECIPS autolearn=disabled version=3.1.7-deb
X-Virus-Scanned: Debian amavisd-new at ldl.fc.hp.com
Subject: Log for successful build of gs-gpl_8.56.dfsg.1-1 (dist=unstable)
From: Debian/IA64 non-US Build Daemon <[EMAIL PROTECTED]>
Date: Sun, 06 May 2007 13:19:52 +0100
To: undisclosed-recipients: ;
X-PMX-Version: 5.3.1.294258, Antispam-Engine: 2.5.1.298604, Antispam-Data: 
2007.5.6.45933
Debian-Buildd-Error: Yes

Function `fopen64' implicitly converted to pointer at ./src/gp_unifs.c:485

----- End forwarded message -----

I don't know that this patch is necessary correct, but it does get rid
of this and a number of other compiler warnings.

diff -urpN gs-gpl-8.56.dfsg.1.orig/Makefile.in gs-gpl-8.56.dfsg.1/Makefile.in
--- gs-gpl-8.56.dfsg.1.orig/Makefile.in 2007-03-14 15:35:45.000000000 -0600
+++ gs-gpl-8.56.dfsg.1/Makefile.in      2007-05-07 15:58:37.000000000 -0600
@@ -109,11 +109,8 @@ GENOPT=
 #              Enable this if it is available on your platform.
 # -DHAVE_HYPOT
 #      use the system hypot() call
-#
-# -DHAVE_FILE64
-#      use marked versions of the stdio FILE calls, fopen64() et al.
 
-CAPOPT= @HAVE_MKSTEMP@ @HAVE_HYPOT@ @HAVE_FILE64@
+CAPOPT= @HAVE_MKSTEMP@ @HAVE_HYPOT@
 
 # Define the name of the executable file.
 
diff -urpN gs-gpl-8.56.dfsg.1.orig/src/Makefile.in 
gs-gpl-8.56.dfsg.1/src/Makefile.in
--- gs-gpl-8.56.dfsg.1.orig/src/Makefile.in     2007-03-14 15:35:45.000000000 
-0600
+++ gs-gpl-8.56.dfsg.1/src/Makefile.in  2007-05-07 15:58:37.000000000 -0600
@@ -109,11 +109,8 @@ GENOPT=
 #              Enable this if it is available on your platform.
 # -DHAVE_HYPOT
 #      use the system hypot() call
-#
-# -DHAVE_FILE64
-#      use marked versions of the stdio FILE calls, fopen64() et al.
 
-CAPOPT= @HAVE_MKSTEMP@ @HAVE_HYPOT@ @HAVE_FILE64@
+CAPOPT= @HAVE_MKSTEMP@ @HAVE_HYPOT@
 
 # Define the name of the executable file.
 
-- 
dann frazier | HP Open Source and Linux Organization


--- End Message ---
--- Begin Message ---
Source: ghostscript
Source-Version: 8.61.dfsg.1~svn8187-2.1

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

ghostscript-doc_8.61.dfsg.1~svn8187-2.1_all.deb
  to pool/main/g/ghostscript/ghostscript-doc_8.61.dfsg.1~svn8187-2.1_all.deb
ghostscript-x_8.61.dfsg.1~svn8187-2.1_i386.deb
  to pool/main/g/ghostscript/ghostscript-x_8.61.dfsg.1~svn8187-2.1_i386.deb
ghostscript_8.61.dfsg.1~svn8187-2.1.diff.gz
  to pool/main/g/ghostscript/ghostscript_8.61.dfsg.1~svn8187-2.1.diff.gz
ghostscript_8.61.dfsg.1~svn8187-2.1.dsc
  to pool/main/g/ghostscript/ghostscript_8.61.dfsg.1~svn8187-2.1.dsc
ghostscript_8.61.dfsg.1~svn8187-2.1_i386.deb
  to pool/main/g/ghostscript/ghostscript_8.61.dfsg.1~svn8187-2.1_i386.deb
gs-afpl_8.61.dfsg.1~svn8187-2.1_all.deb
  to pool/main/g/ghostscript/gs-afpl_8.61.dfsg.1~svn8187-2.1_all.deb
gs-aladdin_8.61.dfsg.1~svn8187-2.1_all.deb
  to pool/main/g/ghostscript/gs-aladdin_8.61.dfsg.1~svn8187-2.1_all.deb
gs-common_8.61.dfsg.1~svn8187-2.1_all.deb
  to pool/main/g/ghostscript/gs-common_8.61.dfsg.1~svn8187-2.1_all.deb
gs-esp_8.61.dfsg.1~svn8187-2.1_all.deb
  to pool/main/g/ghostscript/gs-esp_8.61.dfsg.1~svn8187-2.1_all.deb
gs-gpl_8.61.dfsg.1~svn8187-2.1_all.deb
  to pool/main/g/ghostscript/gs-gpl_8.61.dfsg.1~svn8187-2.1_all.deb
gs_8.61.dfsg.1~svn8187-2.1_all.deb
  to pool/main/g/ghostscript/gs_8.61.dfsg.1~svn8187-2.1_all.deb
libgs-dev_8.61.dfsg.1~svn8187-2.1_i386.deb
  to pool/main/g/ghostscript/libgs-dev_8.61.dfsg.1~svn8187-2.1_i386.deb
libgs8_8.61.dfsg.1~svn8187-2.1_i386.deb
  to pool/main/g/ghostscript/libgs8_8.61.dfsg.1~svn8187-2.1_i386.deb



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.
Cyril Brulebois <[EMAIL PROTECTED]> (supplier of updated ghostscript 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: Sat, 24 Nov 2007 06:35:17 +0100
Source: ghostscript
Binary: gs-esp libgs-dev ghostscript-x gs-common libgs8 ghostscript gs-gpl gs 
gs-afpl gs-aladdin ghostscript-doc
Architecture: source all i386
Version: 8.61.dfsg.1~svn8187-2.1
Distribution: unstable
Urgency: low
Maintainer: Masayuki Hatta (mhatta) <[EMAIL PROTECTED]>
Changed-By: Cyril Brulebois <[EMAIL PROTECTED]>
Description: 
 ghostscript - The GPL Ghostscript PostScript/PDF interpreter
 ghostscript-doc - The GPL Ghostscript PostScript/PDF interpreter - 
Documentation
 ghostscript-x - The GPL Ghostscript PostScript/PDF interpreter - X Display 
suppor
 gs         - Transitional package
 gs-afpl    - Transitional package
 gs-aladdin - Transitional package
 gs-common  - Transitional package
 gs-esp     - Transitional package
 gs-gpl     - Transitional package
 libgs-dev  - The Ghostscript PostScript Library - Development Files
 libgs8     - The Ghostscript PostScript/PDF interpreter Library
Closes: 422723 430337
Changes: 
 ghostscript (8.61.dfsg.1~svn8187-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix long-standing implicit pointer conversions by backporting a fix from
     SVN revision 8232, as pointed by Dann Frazier (Closes: #422723):
      - 40_implicit_pointer_conversion_fix.dpatch added for this purpose. It
        also contains an additional tweak for src/gpmisc.c so that no attempt
        to use fdopen64() is made, fdopen() is the way to go. That tweak also
        solves the FTBFS on GNU/kFreeBSD (Closes: #430337).
      - DEB_AUTO_UPDATE_AUTOCONF set to “yes” in debian/rules so that the
        configure script gets updated at build time (the needed build
        dependencies are already there).
Files: 
 b3257cf1e530aa1238a3d4719671d56a 1107 text optional 
ghostscript_8.61.dfsg.1~svn8187-2.1.dsc
 0335a72c129b504ab46d96fa0f7fb2dd 47887 text optional 
ghostscript_8.61.dfsg.1~svn8187-2.1.diff.gz
 f221f820703dc412bfb6e6e6c17fa1ee 23662 text extra 
gs_8.61.dfsg.1~svn8187-2.1_all.deb
 f3c22ef675f16186edbf956cde31e888 23662 text extra 
gs-esp_8.61.dfsg.1~svn8187-2.1_all.deb
 505dc4a2bf35fadd62ed05eb8b919dc7 23666 text extra 
gs-gpl_8.61.dfsg.1~svn8187-2.1_all.deb
 6ca3bb901016e9909e806a32d07c7613 23662 text extra 
gs-afpl_8.61.dfsg.1~svn8187-2.1_all.deb
 27979a3131194a6644ccbe0b9cb14989 23666 text extra 
gs-aladdin_8.61.dfsg.1~svn8187-2.1_all.deb
 67748d52c1865bb5ef35dc81870111f5 23678 text extra 
gs-common_8.61.dfsg.1~svn8187-2.1_all.deb
 3004bab1c9be07a47328369c9e2d8bde 2673306 doc optional 
ghostscript-doc_8.61.dfsg.1~svn8187-2.1_all.deb
 988935ba8c8c38b0ba2940c21531f552 778172 text optional 
ghostscript_8.61.dfsg.1~svn8187-2.1_i386.deb
 ea82dc94f0cba1a4cdb6f9b5ec31cef2 55678 text optional 
ghostscript-x_8.61.dfsg.1~svn8187-2.1_i386.deb
 39cd6f7271f1b162cf99482dfe329ff3 2186068 libs optional 
libgs8_8.61.dfsg.1~svn8187-2.1_i386.deb
 d4244abe11a7dda03bf71692021fc67c 31276 libdevel optional 
libgs-dev_8.61.dfsg.1~svn8187-2.1_i386.deb

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

iD8DBQFHR8Jh5Sc9mGvjxCMRAuwRAJ9sgchqtbOzWLbv4ZakFlfdsjl5jACgid5K
uDLS0soSjv9dG/UIwgQLmas=
=bzBY
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to