Your message dated Sun, 25 Nov 2007 21:17:06 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#430337: 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 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-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 ---

