Your message dated Tue, 04 Dec 2007 21:47:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#430337: fixed in ghostscript 8.61.dfsg.1~svn8187-3
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
Severity: important
Version: 8.56.dfsg.1-1.1
Tags: patch


Hi,

the current version fails to build on GNU/kFreeBSD.
Under glibc (on both Linux and GNU/kFreeBSD),
there is no fdopen64() function at all.

Please, could you apply the patch bellow.

It would also be nice if you can inform upstream
about this issue.

Thanks in advance

                        Petr


--- gs-gpl-8.56.dfsg.1.orig/src/gpmisc.c
+++ gs-gpl-8.56.dfsg.1/src/gpmisc.c
@@ -93,7 +93,7 @@
      * fdopen as (char *), rather than following the POSIX.1 standard,
      * which defines it as (const char *).  Patch this here.
      */
-#if defined (O_LARGEFILE)
+#if 0 && defined (O_LARGEFILE)
     file = (b64 ? fdopen64 : fdopen)(fildes, (char *)mode); /* still really 
const */
 #else
     file = fdopen(fildes, (char *)mode); /* still really const */



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

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-3_all.deb
  to pool/main/g/ghostscript/ghostscript-doc_8.61.dfsg.1~svn8187-3_all.deb
ghostscript-x_8.61.dfsg.1~svn8187-3_i386.deb
  to pool/main/g/ghostscript/ghostscript-x_8.61.dfsg.1~svn8187-3_i386.deb
ghostscript_8.61.dfsg.1~svn8187-3.diff.gz
  to pool/main/g/ghostscript/ghostscript_8.61.dfsg.1~svn8187-3.diff.gz
ghostscript_8.61.dfsg.1~svn8187-3.dsc
  to pool/main/g/ghostscript/ghostscript_8.61.dfsg.1~svn8187-3.dsc
ghostscript_8.61.dfsg.1~svn8187-3_i386.deb
  to pool/main/g/ghostscript/ghostscript_8.61.dfsg.1~svn8187-3_i386.deb
gs-afpl_8.61.dfsg.1~svn8187-3_all.deb
  to pool/main/g/ghostscript/gs-afpl_8.61.dfsg.1~svn8187-3_all.deb
gs-aladdin_8.61.dfsg.1~svn8187-3_all.deb
  to pool/main/g/ghostscript/gs-aladdin_8.61.dfsg.1~svn8187-3_all.deb
gs-common_8.61.dfsg.1~svn8187-3_all.deb
  to pool/main/g/ghostscript/gs-common_8.61.dfsg.1~svn8187-3_all.deb
gs-esp_8.61.dfsg.1~svn8187-3_all.deb
  to pool/main/g/ghostscript/gs-esp_8.61.dfsg.1~svn8187-3_all.deb
gs-gpl_8.61.dfsg.1~svn8187-3_all.deb
  to pool/main/g/ghostscript/gs-gpl_8.61.dfsg.1~svn8187-3_all.deb
gs_8.61.dfsg.1~svn8187-3_all.deb
  to pool/main/g/ghostscript/gs_8.61.dfsg.1~svn8187-3_all.deb
libgs-dev_8.61.dfsg.1~svn8187-3_i386.deb
  to pool/main/g/ghostscript/libgs-dev_8.61.dfsg.1~svn8187-3_i386.deb
libgs8_8.61.dfsg.1~svn8187-3_i386.deb
  to pool/main/g/ghostscript/libgs8_8.61.dfsg.1~svn8187-3_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.
Masayuki Hatta (mhatta) <[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: Wed, 05 Dec 2007 06:06:23 +0900
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-3
Distribution: unstable
Urgency: low
Maintainer: Masayuki Hatta (mhatta) <[EMAIL PROTECTED]>
Changed-By: Masayuki Hatta (mhatta) <[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 449310 453048
Changes: 
 ghostscript (8.61.dfsg.1~svn8187-3) unstable; urgency=low
 .
   * Maintainer upload.
   * Acknowledged NMU, thanks Cyril - closes: #422723, #430337
   * 06_libpaper_support.dpatch: fixed to cope with being called repeatedly.  
Thanks Carlos Garcia Campos - closes: #453048
   * debian/watch: Now it works.  Thanks Raphael Geissert - closes: #449310
Files: 
 31b5afef298621af09645b6dbee9ba42 1103 text optional 
ghostscript_8.61.dfsg.1~svn8187-3.dsc
 ceeb1cefb788030fc57a8b3ca26e8740 47983 text optional 
ghostscript_8.61.dfsg.1~svn8187-3.diff.gz
 62fc222b4af93010ea863212440dc49d 23788 text extra 
gs_8.61.dfsg.1~svn8187-3_all.deb
 536435a1b1599bf4fcdea7bba1aa4c35 23790 text extra 
gs-esp_8.61.dfsg.1~svn8187-3_all.deb
 cbe9c811e69cfc40d13ca16eb0704bcd 23786 text extra 
gs-gpl_8.61.dfsg.1~svn8187-3_all.deb
 ebbaf0e7befecf5ef3408fc24aa4bedc 23786 text extra 
gs-afpl_8.61.dfsg.1~svn8187-3_all.deb
 fc8b331eafb663ec5fc2c775f594346a 23796 text extra 
gs-aladdin_8.61.dfsg.1~svn8187-3_all.deb
 68619c0602d7faefca93993276166ab6 23804 text extra 
gs-common_8.61.dfsg.1~svn8187-3_all.deb
 98e90906618224389b0c26fc184cb4db 2673036 doc optional 
ghostscript-doc_8.61.dfsg.1~svn8187-3_all.deb
 46ca535ef3a2ff4ec54b659131ef7e8c 783594 text optional 
ghostscript_8.61.dfsg.1~svn8187-3_i386.deb
 3c561391c8947c06b93931a6e2c36778 56224 text optional 
ghostscript-x_8.61.dfsg.1~svn8187-3_i386.deb
 08dcd457dc140d920c6bd733df0c89d1 2186642 libs optional 
libgs8_8.61.dfsg.1~svn8187-3_i386.deb
 9ebb93ed49bd83c801406d8219f4dac2 31454 libdevel optional 
libgs-dev_8.61.dfsg.1~svn8187-3_i386.deb

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

iD8DBQFHVccFy2+jQOcHWlQRAncCAJ9pM++HfyruWUN98T4MBbY29jju7wCeNNZz
4n8HY16nN4EkIZ+aDNwTRGw=
=55IQ
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to