Your message dated Sun, 23 Sep 2012 12:32:40 +0000
with message-id <[email protected]>
and subject line Bug#684468: fixed in jansson 2.4-1
has caused the Debian Bug report #684468,
regarding jansson: FTBFS on ppc64 due to wrong api check
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 [email protected]
immediately.)


-- 
684468: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=684468
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: jansson
Version: 2.3.1-2
Severity: normal
Tags: patch

Hi,

jansson FTBFS on ppc64, due to the ABI check test failing [1]. This
test uses the nm binary to get the list of functions. However it looks
for the functions in the text section, while ppc64 uses function
descriptors, which appear in the data section.

The small patch below fixes the problem. Would it be possible to apply
it in the next upload? Thanks in advance.

Regards,
Aurelien


--- jansson-2.3.1.orig/test/suites/api/check-exports
+++ jansson-2.3.1/test/suites/api/check-exports
@@ -96,7 +96,7 @@ SOFILE="../src/.libs/libjansson.so"
 nm -D $SOFILE >/dev/null >$test_log/symbols 2>/dev/null \
     || exit 77  # Skip if "nm -D" doesn't seem to work
 
-grep ' T ' $test_log/symbols | cut -d' ' -f3 | sort >$test_log/output
+grep ' [DT] ' $test_log/symbols | cut -d' ' -f3 | sort >$test_log/output
 
 if ! cmp -s $test_log/exports $test_log/output; then
     diff -u $test_log/exports $test_log/output >&2

-- System Information:
Debian Release: wheezy/sid
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: ppc64

Kernel: Linux 3.2.0-3-powerpc64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

--- End Message ---
--- Begin Message ---
Source: jansson
Source-Version: 2.4-1

We believe that the bug you reported is fixed in the latest version of
jansson, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Alessandro Ghedini <[email protected]> (supplier of updated jansson 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.8
Date: Sun, 23 Sep 2012 14:00:33 +0200
Source: jansson
Binary: libjansson4 libjansson-dev libjansson-doc libjansson-dbg
Architecture: source amd64 all
Version: 2.4-1
Distribution: unstable
Urgency: low
Maintainer: Alessandro Ghedini <[email protected]>
Changed-By: Alessandro Ghedini <[email protected]>
Description: 
 libjansson-dbg - C library for encoding, decoding and manipulating JSON data 
(debu
 libjansson-dev - C library for encoding, decoding and manipulating JSON data 
(dev)
 libjansson-doc - C library for encoding, decoding and manipulating JSON data 
(doc)
 libjansson4 - C library for encoding, decoding and manipulating JSON data
Closes: 684468
Changes: 
 jansson (2.4-1) unstable; urgency=low
 .
   * New upstream release
     - Fix FTBFS on ppc64. Thanks to Aurelien Jarno (Closes: #684468)
   * Update *.symbols file
Checksums-Sha1: 
 f0086c6cb6b8a3e65417fda9205ab05b27dcced0 2028 jansson_2.4-1.dsc
 994b84fd0b5d9050d01d250c7f90f038a3eeeed0 401597 jansson_2.4.orig.tar.gz
 08aced267bf7156509ec2da276c60780f6d0ed5a 3806 jansson_2.4-1.debian.tar.gz
 d983f8af5450e81e8c668a48546e87ff68a98e45 32396 libjansson4_2.4-1_amd64.deb
 67e077abd88905f4864fa21d571411b76e62a352 35360 libjansson-dev_2.4-1_amd64.deb
 31a0a4414254dc3ad7f4e011a7c37c60db28c2a1 113592 libjansson-doc_2.4-1_all.deb
 3e85ae5b6365b4175546e290c7ce9736e60d58b6 60752 libjansson-dbg_2.4-1_amd64.deb
Checksums-Sha256: 
 c6a6f63fc0b5f0bc9639f6bcc6742260d915e0c2e2aba5599b9ccd37f604788c 2028 
jansson_2.4-1.dsc
 1fcbd1ac3d8b610644acf86a5731d760bb228c9acbace20a2ad0f23baec79b41 401597 
jansson_2.4.orig.tar.gz
 4fa7cb63db6d875336290db9701afd66cf234b41ea9a84c63952fc066594c1cd 3806 
jansson_2.4-1.debian.tar.gz
 0cc284e4c684cc8d5cca917499739bbbda9e5b95ba42ee5ba4aaecdde73cbc2e 32396 
libjansson4_2.4-1_amd64.deb
 df06d26ed1a507dc24c0a376d77dc147101d492bdf2f1b14be75488a6962cec4 35360 
libjansson-dev_2.4-1_amd64.deb
 01fc59a5cc8f42f41e87f766eb97cbd123df9df147863f80dd916ac2181db68b 113592 
libjansson-doc_2.4-1_all.deb
 314d5f5bd3c0ddee8a2df47bd3c4e7e7f71126d778aec0416527c7e4b20d8acf 60752 
libjansson-dbg_2.4-1_amd64.deb
Files: 
 1a007a491a000524460dce8caa42816c 2028 libs optional jansson_2.4-1.dsc
 c4629b89bf0432f3158c461e88fe0113 401597 libs optional jansson_2.4.orig.tar.gz
 d8e8b37215d4ff401e0795e5dea5ece1 3806 libs optional jansson_2.4-1.debian.tar.gz
 7a156e8d76aa1a575a264b6b7e8038df 32396 libs optional 
libjansson4_2.4-1_amd64.deb
 c17a5f3b633ccf811ace860de81647ec 35360 libdevel optional 
libjansson-dev_2.4-1_amd64.deb
 0133746a1c9fb319bdf44c010f0da351 113592 doc optional 
libjansson-doc_2.4-1_all.deb
 10d4c2b30b1dd3fe50a8f82d795b8a81 60752 debug extra 
libjansson-dbg_2.4-1_amd64.deb

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

iQIcBAEBAgAGBQJQXvqTAAoJEK+lG9bN5XPLDwwQAI0joK8JbVEdXBRoGMN5R2HG
huefwT+A2c0jDYldav7tNk7B/+zAVd2sZ+werM+oN/P/nVCFUApWIuT9ZYnCXGe7
/0menSxB7SBz9FXMhJJ74qDqZTB4H74ip5YsOEE/8Td2fz7G0x6Upp8RHbgNasBm
4ilvT46KQ3erfeihz5mW456CvcSH26KUWKExC9VeaN9seN2eFOqCFHYCOBx0np6N
hliHSJCfBewAvkyrqUsQLqIY54lsh4uc/H5GbCfkIEQuy71wwWrnvO1enqVr23hf
CLB7AmUjlk+z0pePebHQJlH/eruMWkuNihYhjxp58dNx5As97QO0006Asu17DynB
s/B0LKraWXwdJzb53RShC/ZLbtKijvFOlscGCzEABQuUgAuNZCUIEKeg+eOGPLz3
64yvalUOHqI+rLSmKErquKKsxwe32F6QGy0lkPUk1KOAldhZ9QTR8H4OepQNInFh
l4xhnj/gh6u5vzxyO3dNdVKnhfjzdZS/RpBeSKoYvYyWqEQwhQmJDQ9VoPH+W9l5
JrxijgxUsghcLSzXRVM8sAQWfGTQWP0sOD5hLuAk87a5IhdT6eFKAGNNEFGAkiQe
yPwQBdToZ25NyX/7dz72AqbyZLHG0gUC2P02BIgs/6CEauQ2fKPhtfvAbv41QnLt
Mbh7q7aDSVJgwo9htKX3
=PLrR
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to