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

Bug#686076: marked as done (json-c: make check with valgrind installed fails)



Your message dated Thu, 08 Aug 2019 10:35:45 +0000
with message-id <E1hvflp-000Ayd-AN@fasolo.debian.org>
and subject line Bug#686076: fixed in json-c 0.13.1+dfsg-3
has caused the Debian Bug report #686076,
regarding json-c: make check with valgrind installed fails
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.)


-- 
686076: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686076
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: json-c
Version: 0.10-1
Severity: normal
Tags: patch

While preparing my NMU (0.10-1.1), I tried to test the result on my
development environment, which had valgrind installed. However, the
test suite currently fails when valgrind is installed, and as such, my
build failed.

This can be worked around with exporting USE_VALGRIND=0 in
debian/rules, as that will disable testing with valgrind. A patch that
does just that is attached.

However, the issue should most probably be forwarded upstream, so
whatever issue valgrind fails for can be properly fixed.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--- debian/rules.orig	2012-08-28 12:41:32.588654752 +0200
+++ debian/rules	2012-08-28 12:37:08.387344663 +0200
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 #export DH_VERBOSE=1
 
+export USE_VALGRIND=0
+
 override_dh_auto_clean:
 	if test -e Makefile; then \
 	    make clean; \

--- End Message ---
--- Begin Message ---
Source: json-c
Source-Version: 0.13.1+dfsg-3

We believe that the bug you reported is fixed in the latest version of
json-c, 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 686076@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gianfranco Costamagna <locutusofborg@debian.org> (supplier of updated json-c 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, 08 Aug 2019 12:06:52 +0200
Source: json-c
Binary: libjson-c4 libjson-c-dev libjson-c-doc libjson-c4-udeb
Architecture: source
Version: 0.13.1+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Gianfranco Costamagna <locutusofborg@debian.org>
Description:
 libjson-c-dev - JSON manipulation library - development files
 libjson-c-doc - JSON manipulation library - documentation files
 libjson-c4 - JSON manipulation library - shared library
 libjson-c4-udeb - JSON manipulation library - shared library (udeb) (udeb)
Closes: 686076 687269 722690 780078 860871
Changes:
 json-c (0.13.1+dfsg-3) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/copyright: Use https protocol in Format field
 .
   [ Boyuan Yang ]
   * debian/dch.conf: Use new-style [dch] section instead of [git-dch].
   * debian/control: Mark libjson-c-doc as M-A: foreign.
 .
   [ Gianfranco Costamagna ]
   * Upload to unstable
   * Add doxygen to build-deps
   * Recreate doxygen documentation during build
     - closes: #860871, #722690
     - documentation was already there, so the bugs are fixed since some time
       but recreate the documentation with the doxygen in Debian is preferred.
   * Close old bugs (Closes: #687269, Closes: #780078)
   * Move to compat level 12
   * bump std-version to 4.4.0, no changes required
   * Recreate doxygen documentation
   * Drop old dh_strip migration override
   * Minor fix to copyright file, because lintian can't find the files
   * Drop patch and hack rules file to do the same,
     now html documentation is regenerated during build
   * Enable valgrind tests, they don't fail anymore (Closes: #686076)
Checksums-Sha1:
 f7f594dadefb1e13588d48c12b980ca23d37e913 2082 json-c_0.13.1+dfsg-3.dsc
 26acd005cf7f24b1f37b9a89626c35dc63ee4e04 6336 json-c_0.13.1+dfsg-3.debian.tar.xz
 c19297f6d476fbeaa62fa47b72ababa28e81e2c1 7203 json-c_0.13.1+dfsg-3_source.buildinfo
Checksums-Sha256:
 b73e22474d101c77690ac767c8aff61b1cf80aebc6a189a1785fab99ec57d138 2082 json-c_0.13.1+dfsg-3.dsc
 7d33f5993e3286edd129828bb679ce3d4da4d15ccdc50fc6acbc0568136a72dd 6336 json-c_0.13.1+dfsg-3.debian.tar.xz
 d4ea027ed6fa37ca1626ede0063b9a3aad4bc3086caa71895355cf354af1ba29 7203 json-c_0.13.1+dfsg-3_source.buildinfo
Files:
 79fde202769e86a2465ba491dea86641 2082 libs optional json-c_0.13.1+dfsg-3.dsc
 7c8ead77ac6f0bbbc511d21b0f8adaf9 6336 libs optional json-c_0.13.1+dfsg-3.debian.tar.xz
 677efee4d3b86d388a1f4df614e0d592 7203 libs optional json-c_0.13.1+dfsg-3_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEkpeKbhleSSGCX3/w808JdE6fXdkFAl1L908ACgkQ808JdE6f
Xdnl+Q//dnZnhpsVFrzQgv/U2Wvj60GeJbJqkeuNU2oXTbXqorbXrGJ/+94HXuoS
4JNpTyvIdZfAg1UjMkLML+YUtR32I2ek5nX4l0KuRB19MCgPwQE1GERC68dyKgHR
I4lPcMF7kIkwnkNvLSQ/zftRJEIEaiHoG1YIXBMii4fJuRWxlP/cWqlLELjM0Tan
8Z+tcWvxcZV7ULHH4Y1lEEGs0r6bkucudoPcN5DTwfPT9gGKxqf5Db9OFHisAcSa
fn+6CAPxi7Nx+ZlgecFb+QGGnq/IhcwLUwKhZqDA7JZBQ09vCr12XWy9jUp4XEeo
JGpUCV87tviLOHVGDWb13bT183Vl6Bd2DvRJcyKCPG0tt2DjmT9qxuH5pqFau0Cl
/Lbo+EQVirM9rCwGT1wRI3L8bJQrbGsp7SF4L5rlq9zgcWdAXrsS+LdoY3JVUqta
iUzkhGyiKO8ETCVzKdUaCAL1E1HScLZGdjcvKUe1GTPYQ5pQjIq1A8r1nvB7nZXM
FtgkHPnyZl5Xu/K3EG6s7LBBc0S7UVF4PoZg5YWJVZPo9/oXWHWWMCSkYgUw4Wdf
x5Q3vsLUY9ooigsB3H2BiCSbk+2yNox1W3uF9aiCHkaNgvVWRcYhoMHm/KRoqm/E
aFXsdpyngPG5fCcMiYxxxHWbKA452aLHxDh5/1l7xXo7IOHOWSg=
=bB+t
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: