[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#832873: marked as done (ghostscript: FTBFS: sjpx_openjpeg.c:605: undefined reference to `opj_image_destroy')



Your message dated Thu, 11 Aug 2016 13:05:14 +0000
with message-id <E1bXpfe-0002Vn-74@franck.debian.org>
and subject line Bug#832873: fixed in ghostscript 9.19~dfsg-2
has caused the Debian Bug report #832873,
regarding ghostscript: FTBFS: sjpx_openjpeg.c:605: undefined reference to `opj_image_destroy'
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 owner@bugs.debian.org
immediately.)


-- 
832873: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=832873
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: ghostscript
Version: 9.19~dfsg-1
Severity: serious
Tags: stretch sid
User: debian-qa@lists.debian.org
Usertags: qa-ftbfs-20160728 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):
> gcc  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_FSEEKO -DHAVE_MKSTEMP64 -DHAVE_FONTCONFIG -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_SSE2  -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STRERROR -DHAVE_ISNAN -DHAVE_ISINF -DHAVE_PREAD_PWRITE=1 -DGS_RECURSIVE_MUTEXATTR=PTHREAD_MUTEX_RECURSIVE -fPIC  -O2 -fPIC -Wdate-time -D_FORTIFY_SOURCE=2  -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Werror=declaration-after-statement -fno-builtin -fno-common -Werror=return-type -DHAVE_STDINT_H=1 -DHAVE_DIRENT_H=1 -DHAVE_SYS_DIR_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIBDL=1 -DGX_COLOR_INDEX_TYPE="unsigned long long" -D__USE_UNIX98=1  -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -DUSE_LIBPAPER -I/usr/include/x86_64-linux-gnu -DGS_DEVS_SHARED -DGS_DEVS_SHARED_DIR=\"/usr/lib/ghostscript/9.19\"  -I./soobj -I./base -I./devices  -DWHICH_CMS="lcms2" -o ./soobj/gsromfs0.o -c ./base/gsromfs0.c
> ./soobj/aux/echogs -w ./soobj/ldt.tr -n - gcc -Wl,-z,relro   -shared -Wl,-soname=libgs.so.9 -o ./sobin/libgs.so.9.19
> ./soobj/aux/echogs -a ./soobj/ldt.tr -n -s ./soobj/gsromfs0.o ./soobj/gs.o -s
> cat ./soobj/gsld.tr >> ./soobj/ldt.tr
> ./soobj/aux/echogs -a ./soobj/ldt.tr -s -  -lm -ldl  -lidn -lpaper -ltiff -rdynamic -lfontconfig -lfreetype -lfreetype -lopenjp2 -lpthread -lm
> if [ x != x ]; then LD_RUN_PATH=; export LD_RUN_PATH; fi; \
> XCFLAGS= XINCLUDE= XLDFLAGS= XLIBDIRS= XLIBS= \
> PSI_FEATURE_DEVS= FEATURE_DEVS= DEVICE_DEVS= DEVICE_DEVS1= DEVICE_DEVS2= DEVICE_DEVS3= \
> DEVICE_DEVS4= DEVICE_DEVS5= DEVICE_DEVS6= DEVICE_DEVS7= DEVICE_DEVS8= \
> DEVICE_DEVS9= DEVICE_DEVS10= DEVICE_DEVS11= DEVICE_DEVS12= \
> DEVICE_DEVS13= DEVICE_DEVS14= DEVICE_DEVS15= DEVICE_DEVS16= \
> DEVICE_DEVS17= DEVICE_DEVS18= DEVICE_DEVS19= DEVICE_DEVS20= \
> DEVICE_DEVS_EXTRA= \
> /bin/sh <./soobj/ldt.tr
> ./soobj/sjpx_openjpeg.o: In function `s_opjd_release':
> /«PKGBUILDDIR»/./base/sjpx_openjpeg.c:605: undefined reference to `opj_image_destroy'
> /«PKGBUILDDIR»/./base/sjpx_openjpeg.c:609: undefined reference to `opj_stream_destroy'
> /«PKGBUILDDIR»/./base/sjpx_openjpeg.c:613: undefined reference to `opj_destroy_codec'
> ./soobj/sjpx_openjpeg.o: In function `s_opjd_set_codec_format':
> /«PKGBUILDDIR»/./base/sjpx_openjpeg.c:119: undefined reference to `opj_set_default_decoder_parameters'
> /«PKGBUILDDIR»/./base/sjpx_openjpeg.c:122: undefined reference to `opj_create_decompress'
> /«PKGBUILDDIR»/./base/sjpx_openjpeg.c:127: undefined reference to `opj_set_error_handler'
> /«PKGBUILDDIR»/./base/sjpx_openjpeg.c:128: undefined reference to `opj_set_info_handler'
> /«PKGBUILDDIR»/./base/sjpx_openjpeg.c:129: undefined reference to `opj_set_warning_handler'
> /«PKGBUILDDIR»/./base/sjpx_openjpeg.c:136: undefined reference to `opj_setup_decoder'
> /«PKGBUILDDIR»/./base/sjpx_openjpeg.c:143: undefined reference to `opj_stream_default_create'
> /«PKGBUILDDIR»/./base/sjpx_openjpeg.c:150: undefined reference to `opj_stream_set_read_function'
> /«PKGBUILDDIR»/./base/sjpx_openjpeg.c:151: undefined reference to `opj_stream_set_skip_function'
> /«PKGBUILDDIR»/./base/sjpx_openjpeg.c:152: undefined reference to `opj_stream_set_seek_function'
> ./soobj/sjpx_openjpeg.o: In function `s_opjd_process':
> /«PKGBUILDDIR»/./base/sjpx_openjpeg.c:563: undefined reference to `opj_stream_set_user_data'
> /«PKGBUILDDIR»/./base/sjpx_openjpeg.c:567: undefined reference to `opj_stream_set_user_data_length'
> ./soobj/sjpx_openjpeg.o: In function `decode_image':
> /«PKGBUILDDIR»/./base/sjpx_openjpeg.c:242: undefined reference to `opj_read_header'
> /«PKGBUILDDIR»/./base/sjpx_openjpeg.c:249: undefined reference to `opj_decode'
> /usr/bin/ld: ./sobin/libgs.so.9.19: hidden symbol `opj_setup_decoder' isn't defined
> /usr/bin/ld: final link failed: Bad value
> collect2: error: ld returned 1 exit status

The full build log is available from:
   http://people.debian.org/~lucas/logs/2016/07/28/ghostscript_9.19~dfsg-1_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: ghostscript
Source-Version: 9.19~dfsg-2

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.

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

Debian distribution maintenance software
pp.
Jonas Smedegaard <dr@jones.dk> (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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 11 Aug 2016 14:09:12 +0200
Source: ghostscript
Binary: ghostscript ghostscript-x ghostscript-doc libgs9 libgs9-common libgs-dev ghostscript-dbg
Architecture: source amd64 all
Version: 9.19~dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Printing Team <debian-printing@lists.debian.org>
Changed-By: Jonas Smedegaard <dr@jones.dk>
Description:
 ghostscript - interpreter for the PostScript language and for PDF
 ghostscript-dbg - interpreter for the PostScript language and for PDF - Debug symbo
 ghostscript-doc - interpreter for the PostScript language and for PDF - Documentati
 ghostscript-x - interpreter for the PostScript language and for PDF - X11 support
 libgs-dev  - interpreter for the PostScript language and for PDF - Development
 libgs9     - interpreter for the PostScript language and for PDF - Library
 libgs9-common - interpreter for the PostScript language and for PDF - common file
Closes: 832873
Changes:
 ghostscript (9.19~dfsg-2) unstable; urgency=medium
 .
   * Modernize cdbs use. Tighten build-dependency on cdbs.
   * Declare compliance with Debian Policy 3.9.8.
   * Update watch file: Fix avoid use of uupdate (unneeded with gbp).
   * Build-depend on licensecheck (not devscripts).
   * Add patch 1001 to fix a FTBFS against libopenjp2-7 2.1.1 and newer.
     Closes: Bug#832873.
     Thanks to Didier 'OdyX' Raboud.
Checksums-Sha1:
 20e076431520b70031b5080207b24b7f6d4396fe 2846 ghostscript_9.19~dfsg-2.dsc
 7fa5fa7436fb08e3da6a77cce8e3690ee6ab8322 99768 ghostscript_9.19~dfsg-2.debian.tar.xz
 e664ce2e44ef78f1c4f1d827a74f9a72529f766f 11671136 ghostscript-dbg_9.19~dfsg-2_amd64.deb
 1cb2f8ab20987cd837e466fb3456e64b691c4f76 5568054 ghostscript-doc_9.19~dfsg-2_all.deb
 61ee8052c93ba398d5e1fda23bb6b824ee727015 89106 ghostscript-x_9.19~dfsg-2_amd64.deb
 f21ab44da6e5a50127f6692b8a0880fcf7f2c721 95752 ghostscript_9.19~dfsg-2_amd64.deb
 542cedcf4bf1e7769115877b8f0bbc583dae1d68 2323108 libgs-dev_9.19~dfsg-2_amd64.deb
 3f786ef033b444fc2b130a5b461b9ed816d69c86 3030150 libgs9-common_9.19~dfsg-2_all.deb
 58d0d2334ff9a652d728b35ac596e34426d43193 2067436 libgs9_9.19~dfsg-2_amd64.deb
Checksums-Sha256:
 dc37d14162517f0972a0a55a610bddf50a3a1f95709073b04adcf57c2aaa4c3e 2846 ghostscript_9.19~dfsg-2.dsc
 4c29c8e1fb48e301813d04a0a3231c02dc117ed13f95eade46c29b5930cc64a2 99768 ghostscript_9.19~dfsg-2.debian.tar.xz
 7af02531d76cd6c8d6fd58ff01c4414135afc4f72897418f24a7552fa9df612b 11671136 ghostscript-dbg_9.19~dfsg-2_amd64.deb
 8eae99026a113086f3a28d49732d46b434f2410ae5c0ba7c12dd1d0adeea1c6e 5568054 ghostscript-doc_9.19~dfsg-2_all.deb
 b610f3dfb8942e7e940f9f031e738130b75e87e95e5a78eed87c0133c5c259a0 89106 ghostscript-x_9.19~dfsg-2_amd64.deb
 def55eb0f62ef18d929fbe3fdf0cd26c2ba76a87f01dfee19b6b8c8926a446c9 95752 ghostscript_9.19~dfsg-2_amd64.deb
 b359ea301e54d32348c2f3b16999b4bbb93c18f41d2b1945b26d81d0820a0132 2323108 libgs-dev_9.19~dfsg-2_amd64.deb
 b28d397fac7b5237b9a97ffb6967b8714e6ba8906684beab53a0416de2d101eb 3030150 libgs9-common_9.19~dfsg-2_all.deb
 2e57882dc8d04bfe0d0bfe3a8ddfe0a5dd0c6eaefe9d52f842ce67eb50f9883a 2067436 libgs9_9.19~dfsg-2_amd64.deb
Files:
 b86eb1af91c74c03e5f9c128a36eb499 2846 text optional ghostscript_9.19~dfsg-2.dsc
 35828210eda536e02f8c4796e149a40f 99768 text optional ghostscript_9.19~dfsg-2.debian.tar.xz
 63469655a16b619f95d020b2df48138c 11671136 debug extra ghostscript-dbg_9.19~dfsg-2_amd64.deb
 9eb4a8486c1760367e84b359c4496114 5568054 doc optional ghostscript-doc_9.19~dfsg-2_all.deb
 2b56b6bfc81095eed95798c9929a82ee 89106 text optional ghostscript-x_9.19~dfsg-2_amd64.deb
 2c7f6d2effc9dac7c323571270170c7a 95752 text optional ghostscript_9.19~dfsg-2_amd64.deb
 c1e891a33b269fd88c4cca087d052cf9 2323108 libdevel optional libgs-dev_9.19~dfsg-2_amd64.deb
 915125815a86e1c4f75067a0dd3fb5aa 3030150 libs optional libgs9-common_9.19~dfsg-2_all.deb
 c3dadd3785212e526ac49b96e32dcd1f 2067436 libs optional libgs9_9.19~dfsg-2_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCAAGBQJXrHSMAAoJECx8MUbBoAEheIcQAKsFk9j7/vUfLKrx9rxoJa9B
JsKaeHyIuhzE+NLPoso+spKajXqDBdvzUOyt0c1cVrrfhErg99X9psHLWg9hnOF8
j2qm5Z0w04juSCOoOK5mldulQVPyirBkY1Q5UmMm0er061S4dWiQnx6AfnteHhs9
mX9zVuQSlMbjKzlt3qMT65Ww911vjxtKHhA+pKuRLeiJqWwhRm492ziQSI05sJ+h
zW6INwXC5Zju25x3v4XRan40a2zAwTky17ssvBQv9ZJY0x9hNwd7Ztw0S9ohL6th
Z4qEpn93UqrHBJma4W4O3a6kuVCqSlwb1i8N+fKF1dgs40LhyK3vf5gXABSNGH48
BDNiCLcbS1qV6CWVSbkyjQE0YnSFrQZl37EQCjn8w0Nf978+XnLPnvHmSfe1fght
QdZoJuEPvV/s5neSZrXKAiqIcwPb9cT7a0dYHx3hXm9lcHHyBnUUItPIjM063c5U
5kOQ7bNfZNQ1bBwPy/Ivq9iw9kPyyqlmeKs/drHTAHmIRWrI9d5FqOhiOycDbNRe
gZNcFA7tHOQ0RaTWEcLFURmwXD9LTvEigMEufJtLXwYB6jV/0vQuky0eNmdwldXv
OyC/Sr+6JWyVsIBFwumAqz20tm6yZtgK1oJP2fWJvMaiYmrXOx1JQ+8RoAw3hI6G
FzYi5ueFnxLnj8sjIrKy
=8VwD
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: