Your message dated Sat, 19 Apr 2014 18:20:10 +0000
with message-id <e1wbzs2-0004as...@franck.debian.org>
and subject line Bug#743103: fixed in mupdf 1.4-1
has caused the Debian Bug report #743103,
regarding mupdf: FTBFS: source/fitz/load-jpx.c:39:1: error: unknown type name 
'OPJ_SIZE_T'
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
743103: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743103
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: mupdf
Version: 1.3-2
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140329 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
> make[2]: Entering directory `/«PKGBUILDDIR»'
>     MKDIR build/release/fitz
>     MKDIR build/release/pdf
>     MKDIR build/release/pdf/js
>     MKDIR build/release/xps
>     MKDIR build/release/cbz
>     MKDIR build/release/img
>     MKDIR build/release/tools
>     MKDIR build/release/platform/x11
>     CC build/release/fitz/bbox-device.o
>     CC build/release/fitz/bitmap.o
>     CC build/release/fitz/buffer.o
>     CC build/release/fitz/colorspace.o
> source/fitz/colorspace.c: In function 'fz_new_indexed_colorspace':
> source/fitz/colorspace.c:1236:2: warning: 'cs' may be used uninitialized in 
> this function [-Wmaybe-uninitialized]
>   return cs;
>   ^
>     CC build/release/fitz/compressed-buffer.o
>     CC build/release/fitz/context.o
>     CC build/release/fitz/crypt-aes.o
>     CC build/release/fitz/crypt-arc4.o
>     CC build/release/fitz/crypt-md5.o
>     CC build/release/fitz/crypt-sha2.o
>     CC build/release/fitz/device.o
>     CC build/release/fitz/document.o
>     CC build/release/fitz/draw-affine.o
>     CC build/release/fitz/draw-blend.o
>     CC build/release/fitz/draw-device.o
>     CC build/release/fitz/draw-edge.o
>     CC build/release/fitz/draw-glyph.o
>     CC build/release/fitz/draw-mesh.o
>     CC build/release/fitz/draw-paint.o
>     CC build/release/fitz/draw-path.o
>     CC build/release/fitz/draw-scale-simple.o
>     CC build/release/fitz/draw-unpack.o
>     CC build/release/fitz/error.o
>     CC build/release/fitz/filter-basic.o
> source/fitz/filter-basic.c: In function 'fz_open_null':
> source/fitz/filter-basic.c:64:2: warning: 'state' may be used uninitialized 
> in this function [-Wmaybe-uninitialized]
>   return fz_new_stream(ctx, state, read_null, close_null);
>   ^
> source/fitz/filter-basic.c: In function 'fz_open_ahxd':
> source/fitz/filter-basic.c:268:2: warning: 'state' may be used uninitialized 
> in this function [-Wmaybe-uninitialized]
>   return fz_new_stream(ctx, state, read_ahxd, close_ahxd);
>   ^
> source/fitz/filter-basic.c: In function 'fz_open_a85d':
> source/fitz/filter-basic.c:420:2: warning: 'state' may be used uninitialized 
> in this function [-Wmaybe-uninitialized]
>   return fz_new_stream(ctx, state, read_a85d, close_a85d);
>   ^
> source/fitz/filter-basic.c: In function 'fz_open_rld':
> source/fitz/filter-basic.c:516:2: warning: 'state' may be used uninitialized 
> in this function [-Wmaybe-uninitialized]
>   return fz_new_stream(ctx, state, read_rld, close_rld);
>   ^
> source/fitz/filter-basic.c: In function 'fz_open_arc4':
> source/fitz/filter-basic.c:566:2: warning: 'state' may be used uninitialized 
> in this function [-Wmaybe-uninitialized]
>   return fz_new_stream(ctx, state, read_arc4, close_arc4);
>   ^
> source/fitz/filter-basic.c: In function 'fz_open_aesd':
> source/fitz/filter-basic.c:661:2: warning: 'state' may be used uninitialized 
> in this function [-Wmaybe-uninitialized]
>   return fz_new_stream(ctx, state, read_aesd, close_aesd);
>   ^
>     CC build/release/fitz/filter-dct.o
>     CC build/release/fitz/filter-fax.o
>     CC build/release/fitz/filter-flate.o
>     CC build/release/fitz/filter-jbig2.o
>     CC build/release/fitz/filter-lzw.o
>     CC build/release/fitz/filter-predict.o
>     CC build/release/fitz/font.o
> source/fitz/font.c: In function 'fz_render_ft_glyph':
> source/fitz/font.c:455:13: warning: 'result' may be used uninitialized in 
> this function [-Wmaybe-uninitialized]
>   fz_pixmap *result;
>              ^
> source/fitz/font.c: In function 'fz_render_ft_stroked_glyph':
> source/fitz/font.c:576:13: warning: 'pixmap' may be used uninitialized in 
> this function [-Wmaybe-uninitialized]
>   fz_pixmap *pixmap;
>              ^
>     CC build/release/fitz/function.o
>     CC build/release/fitz/geometry.o
>     CC build/release/fitz/getopt.o
>     CC build/release/fitz/halftone.o
>     CC build/release/fitz/hash.o
>     CC build/release/fitz/image.o
> source/fitz/image.c: In function 'fz_new_image_from_pixmap':
> source/fitz/image.c:365:2: warning: 'image' may be used uninitialized in this 
> function [-Wmaybe-uninitialized]
>   return image;
>   ^
> source/fitz/image.c: In function 'fz_new_image':
> source/fitz/image.c:415:2: warning: 'image' may be used uninitialized in this 
> function [-Wmaybe-uninitialized]
>   return image;
>   ^
> source/fitz/image.c: In function 'fz_new_image_from_data':
> source/fitz/image.c:443:2: warning: 'image' may be used uninitialized in this 
> function [-Wmaybe-uninitialized]
>   return image;
>   ^
>     CC build/release/fitz/link.o
> source/fitz/link.c: In function 'fz_new_link':
> source/fitz/link.c:42:13: warning: 'link' may be used uninitialized in this 
> function [-Wmaybe-uninitialized]
>   link->rect = *bbox;
>              ^
>     CC build/release/fitz/list-device.o
>     CC build/release/fitz/load-jpeg.o
>     CC build/release/fitz/load-jpx.o
> source/fitz/load-jpx.c:39:1: error: unknown type name 'OPJ_SIZE_T'
>  OPJ_SIZE_T stream_read(void * p_buffer, OPJ_SIZE_T p_nb_bytes, void * 
> p_user_data)
>  ^
> source/fitz/load-jpx.c:39:41: error: unknown type name 'OPJ_SIZE_T'
>  OPJ_SIZE_T stream_read(void * p_buffer, OPJ_SIZE_T p_nb_bytes, void * 
> p_user_data)
>                                          ^
> source/fitz/load-jpx.c:56:1: error: unknown type name 'OPJ_OFF_T'
>  OPJ_OFF_T stream_skip(OPJ_OFF_T skip, void * p_user_data)
>  ^
> source/fitz/load-jpx.c:56:23: error: unknown type name 'OPJ_OFF_T'
>  OPJ_OFF_T stream_skip(OPJ_OFF_T skip, void * p_user_data)
>                        ^
> source/fitz/load-jpx.c:66:1: error: unknown type name 'OPJ_BOOL'
>  OPJ_BOOL stream_seek(OPJ_OFF_T seek_pos, void * p_user_data)
>  ^
> source/fitz/load-jpx.c:66:22: error: unknown type name 'OPJ_OFF_T'
>  OPJ_BOOL stream_seek(OPJ_OFF_T seek_pos, void * p_user_data)
>                       ^
> source/fitz/load-jpx.c: In function 'fz_load_jpx':
> source/fitz/load-jpx.c:82:2: error: unknown type name 'opj_codec_t'
>   opj_codec_t *codec;
>   ^
> source/fitz/load-jpx.c:84:2: error: unknown type name 'opj_stream_t'
>   opj_stream_t *stream;
>   ^
> source/fitz/load-jpx.c:97:12: error: 'OPJ_CODEC_J2K' undeclared (first use in 
> this function)
>    format = OPJ_CODEC_J2K;
>             ^
> source/fitz/load-jpx.c:97:12: note: each undeclared identifier is reported 
> only once for each function it appears in
> source/fitz/load-jpx.c:99:12: error: 'OPJ_CODEC_JP2' undeclared (first use in 
> this function)
>    format = OPJ_CODEC_JP2;
>             ^
> source/fitz/load-jpx.c:105:8: warning: assignment from incompatible pointer 
> type [enabled by default]
>   codec = opj_create_decompress(format);
>         ^
> source/fitz/load-jpx.c:106:2: warning: implicit declaration of function 
> 'opj_set_info_handler' [-Wimplicit-function-declaration]
>   opj_set_info_handler(codec, fz_opj_info_callback, ctx);
>   ^
> source/fitz/load-jpx.c:107:2: warning: implicit declaration of function 
> 'opj_set_warning_handler' [-Wimplicit-function-declaration]
>   opj_set_warning_handler(codec, fz_opj_warning_callback, ctx);
>   ^
> source/fitz/load-jpx.c:108:2: warning: implicit declaration of function 
> 'opj_set_error_handler' [-Wimplicit-function-declaration]
>   opj_set_error_handler(codec, fz_opj_error_callback, ctx);
>   ^
> source/fitz/load-jpx.c:109:2: warning: passing argument 1 of 
> 'opj_setup_decoder' from incompatible pointer type [enabled by default]
>   if (!opj_setup_decoder(codec, &params))
>   ^
> In file included from source/fitz/load-jpx.c:13:0:
> /usr/include/openjpeg-1.5/openjpeg.h:828:27: note: expected 'struct 
> opj_dinfo_t *' but argument is of type 'int *'
>  OPJ_API void OPJ_CALLCONV opj_setup_decoder(opj_dinfo_t *dinfo, 
> opj_dparameters_t *parameters);
>                            ^
> source/fitz/load-jpx.c:109:2: error: invalid use of void expression
>   if (!opj_setup_decoder(codec, &params))
>   ^
> source/fitz/load-jpx.c:114:2: warning: implicit declaration of function 
> 'opj_stream_default_create' [-Wimplicit-function-declaration]
>   stream = opj_stream_default_create(OPJ_TRUE);
>   ^
> source/fitz/load-jpx.c:114:9: warning: assignment makes pointer from integer 
> without a cast [enabled by default]
>   stream = opj_stream_default_create(OPJ_TRUE);
>          ^
> source/fitz/load-jpx.c:119:2: warning: implicit declaration of function 
> 'opj_stream_set_read_function' [-Wimplicit-function-declaration]
>   opj_stream_set_read_function(stream, stream_read);
>   ^
> source/fitz/load-jpx.c:119:39: error: 'stream_read' undeclared (first use in 
> this function)
>   opj_stream_set_read_function(stream, stream_read);
>                                        ^
> source/fitz/load-jpx.c:120:2: warning: implicit declaration of function 
> 'opj_stream_set_skip_function' [-Wimplicit-function-declaration]
>   opj_stream_set_skip_function(stream, stream_skip);
>   ^
> source/fitz/load-jpx.c:120:39: error: 'stream_skip' undeclared (first use in 
> this function)
>   opj_stream_set_skip_function(stream, stream_skip);
>                                        ^
> source/fitz/load-jpx.c:121:2: warning: implicit declaration of function 
> 'opj_stream_set_seek_function' [-Wimplicit-function-declaration]
>   opj_stream_set_seek_function(stream, stream_seek);
>   ^
> source/fitz/load-jpx.c:121:39: error: 'stream_seek' undeclared (first use in 
> this function)
>   opj_stream_set_seek_function(stream, stream_seek);
>                                        ^
> source/fitz/load-jpx.c:122:2: warning: implicit declaration of function 
> 'opj_stream_set_user_data' [-Wimplicit-function-declaration]
>   opj_stream_set_user_data(stream, &sb);
>   ^
> source/fitz/load-jpx.c:124:2: warning: implicit declaration of function 
> 'opj_stream_set_user_data_length' [-Wimplicit-function-declaration]
>   opj_stream_set_user_data_length(stream, size);
>   ^
> source/fitz/load-jpx.c:126:2: warning: implicit declaration of function 
> 'opj_read_header' [-Wimplicit-function-declaration]
>   if (!opj_read_header(stream, codec, &jpx))
>   ^
> source/fitz/load-jpx.c:128:3: warning: implicit declaration of function 
> 'opj_stream_destroy' [-Wimplicit-function-declaration]
>    opj_stream_destroy(stream);
>    ^
> source/fitz/load-jpx.c:129:3: warning: implicit declaration of function 
> 'opj_destroy_codec' [-Wimplicit-function-declaration]
>    opj_destroy_codec(codec);
>    ^
> source/fitz/load-jpx.c:133:2: warning: passing argument 1 of 'opj_decode' 
> from incompatible pointer type [enabled by default]
>   if (!opj_decode(codec, stream, jpx))
>   ^
> In file included from source/fitz/load-jpx.c:13:0:
> /usr/include/openjpeg-1.5/openjpeg.h:835:35: note: expected 'struct 
> opj_dinfo_t *' but argument is of type 'int *'
>  OPJ_API opj_image_t* OPJ_CALLCONV opj_decode(opj_dinfo_t *dinfo, opj_cio_t 
> *cio);
>                                    ^
> source/fitz/load-jpx.c:133:2: warning: passing argument 2 of 'opj_decode' 
> from incompatible pointer type [enabled by default]
>   if (!opj_decode(codec, stream, jpx))
>   ^
> In file included from source/fitz/load-jpx.c:13:0:
> /usr/include/openjpeg-1.5/openjpeg.h:835:35: note: expected 'struct opj_cio_t 
> *' but argument is of type 'int *'
>  OPJ_API opj_image_t* OPJ_CALLCONV opj_decode(opj_dinfo_t *dinfo, opj_cio_t 
> *cio);
>                                    ^
> source/fitz/load-jpx.c:133:2: error: too many arguments to function 
> 'opj_decode'
>   if (!opj_decode(codec, stream, jpx))
>   ^
> In file included from source/fitz/load-jpx.c:13:0:
> /usr/include/openjpeg-1.5/openjpeg.h:835:35: note: declared here
>  OPJ_API opj_image_t* OPJ_CALLCONV opj_decode(opj_dinfo_t *dinfo, opj_cio_t 
> *cio);
>                                    ^
> source/fitz/load-jpx.c:173:26: error: 'OPJ_CLRSPC_SRGB' undeclared (first use 
> in this function)
>   if (jpx->color_space == OPJ_CLRSPC_SRGB && n == 4) { n = 3; a = 1; }
>                           ^
> source/fitz/load-jpx.c:174:31: error: 'OPJ_CLRSPC_SYCC' undeclared (first use 
> in this function)
>   else if (jpx->color_space == OPJ_CLRSPC_SYCC && n == 4) { n = 3; a = 1; }
>                                ^
> make[2]: *** [build/release/fitz/load-jpx.o] Error 1

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2014/03/29/mupdf_1.3-2_unstable.log

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: mupdf
Source-Version: 1.4-1

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

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 743...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Kan-Ru Chen (陳侃如) <kos...@debian.org> (supplier of updated mupdf 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 20 Apr 2014 01:49:29 +0800
Source: mupdf
Binary: libmupdf-dev mupdf mupdf-tools
Architecture: source amd64
Version: 1.4-1
Distribution: unstable
Urgency: medium
Maintainer: Kan-Ru Chen (陳侃如) <kos...@debian.org>
Changed-By: Kan-Ru Chen (陳侃如) <kos...@debian.org>
Description: 
 libmupdf-dev - development files for the MuPDF viewer
 mupdf      - lightweight PDF viewer
 mupdf-tools - commmand line tools for the MuPDF viewer
Closes: 699686 734183 735878 743103 743414
Changes: 
 mupdf (1.4-1) unstable; urgency=medium
 .
   [ Quoc-Viet Nguyen ]
   * New upstream release.
   * Fix compiling with libopenjpeg5. (Closes: #743103, #735878)
 .
   [ Kan-Ru Chen (陳侃如) ]
   * Update debian/copyright.
   * Enable JavaScript support with v8. (Closes: #743414)
   * Won't crash when pdf file changes. (Closes: #699686)
   * Add mupdf.sh so it could be used with compressed pdf-files. Thanks
     Jörg-Volker Peetz! (Closes: #734183)
Checksums-Sha1: 
 da94b1d74265d1fd8cef5ea9fd3aa3a1b066f8f7 2071 mupdf_1.4-1.dsc
 94385526793f072d4aaa60ec1b5982796e52188f 7470058 mupdf_1.4.orig.tar.gz
 5521dc6adf0e433e1feb3bd32353662b1d0a95fb 24092 mupdf_1.4-1.debian.tar.xz
 4125326b0ff5a988722ac7600bd3d57e52971b97 3166590 libmupdf-dev_1.4-1_amd64.deb
 e8ab319612d1e8ded7776bd3a7e11890ee93070b 3050258 mupdf_1.4-1_amd64.deb
 93597f2c2f3bfbe6cda30002c9cf309fde39ea5d 3199290 mupdf-tools_1.4-1_amd64.deb
Checksums-Sha256: 
 0865ebbebf3ab2bd8aeef37ebf54dac529d7f4316b58b79b7d4eef227588d486 2071 
mupdf_1.4-1.dsc
 de50b89f4a198d2f7a2b9313d206283be93dd62333802e9accd091f2d99ac750 7470058 
mupdf_1.4.orig.tar.gz
 c6f891e19c66c4fbd547931ac49b6815402b330a1f999b5ead15351ba1d3f268 24092 
mupdf_1.4-1.debian.tar.xz
 4253d85c490bec83b82e40cec44950c265c18c89747ee4ed2e3274b8fb267eca 3166590 
libmupdf-dev_1.4-1_amd64.deb
 7dc77ab3246e1d38e61aebb8da21cc5e764c5a32b13f42ca7c476340668104b2 3050258 
mupdf_1.4-1_amd64.deb
 83f8d0f5628afee98648d42c67363c570f8a91e87670564434354b836718535e 3199290 
mupdf-tools_1.4-1_amd64.deb
Files: 
 e27593020ea05e0cbb60cf65ff4c92ae 2071 text optional mupdf_1.4-1.dsc
 be8aed78fbef337935a39832d000bb73 7470058 text optional mupdf_1.4.orig.tar.gz
 30d0e4271629bbfca0a97b5481450356 24092 text optional mupdf_1.4-1.debian.tar.xz
 b72dc039abc136f42d1c365365b7f57b 3166590 libdevel optional 
libmupdf-dev_1.4-1_amd64.deb
 acabcdd7a9d7545d7019e2bfe29f9a09 3050258 text optional mupdf_1.4-1_amd64.deb
 ae77355ffe676caf8961856eb1978fac 3199290 text optional 
mupdf-tools_1.4-1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJTUrfBAAoJEAo5NUq25X3huIkP/0p7fvyQj9Nj6F5MuXGhlx1Z
3hyWDR1bhqLz1bvXhkKJBI7FWRAds0HSFLJHEpBWG2GCwMZPamXddifw/uVS1IVb
7H7HOR3mtKo3vFKZmfGGMfx6RvJjEgwH34xfglFOlLJapKsOMctYSDXxN0iYI0nB
YXVPvxDZt1gXl2v16c0AN9zi9px5f1NU6kzTSPvwiUhGOlDZThE8j8KHAemG8oFU
bfEDE2ihwOHZcTbMDkfUhE4eLrAAn3k3FnKmNiMOLoweJIyZykeN5BEJXfaccYMD
69K3nZN74ranQRbB+M4AGvpX8EWclm+UKSVBC0F6acB27l8UcPp9iIXJjynhgvry
ApJ51RleP9NGJCV1DzWHLYC5ML9AmPZfWv+8dy6yzZQHXvM3MAr52zd733CF2wrA
t7NRyJIAaznoBiIZIMnziRo2ln9RcItHpBaptETOkshoNKx9lJIaU/lwhZvILzSa
OVT5vM80HUnlxvqqnyK9Eaa3Pw4R6Y5B22L+1LGWHGVkpE3Q5dGNf1WAmNVtaofy
0b1O4rElr6TAW0uzm6y6gloXD42Peys4NgdMZKv7u5rdcnrMeyBKfIXGI/xt9xed
Pg1B8j6PVr2Q4YEzWlyCN191AQBTUJabuMUCWt0d8XjIZRma3giX+8lBCkicdyCo
lwp6Q45UFlApsPbdvXA5
=un84
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to