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

Bug#985995: marked as done (unblock: jemalloc/5.2.1-3)



Your message dated Sat, 27 Mar 2021 16:03:22 +0000
with message-id <E1lQBPG-0002xn-RN@respighi.debian.org>
and subject line unblock jemalloc
has caused the Debian Bug report #985995,
regarding unblock: jemalloc/5.2.1-3
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.)


-- 
985995: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=985995
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package jemalloc, a key package ("reason: popcon").

The upstream package uses xsltproc to convert a docbook XML to HTML for
its documentation. Due to an omission, docbook-xml was not in the build
dependencies, which caused xsltproc to fetch a file (docbookx.dtd) from
the network if the network was available, and otherwise warn or in some
cases fail entirely and FTBFS. This constitutes a policy violation
(section 4.9), and was filed as a severity: serious bug, #985971.

Adding a dependency on docbook-xml addresses the issue as confirmed
locally with strace and a no-network build. The buildd logs seem to
confirm this as well, as there were warnings before, and no warnings
issued now.

The fix was simple enough (source debdiff below) and so I've already
made the upload to unstable.

unblock jemalloc/5.2.1-3

Thanks,
Faidon


diff -Nru jemalloc-5.2.1/debian/changelog jemalloc-5.2.1/debian/changelog
--- jemalloc-5.2.1/debian/changelog	2021-01-10 01:36:20.000000000 +0200
+++ jemalloc-5.2.1/debian/changelog	2021-03-27 10:33:42.000000000 +0200
@@ -1,3 +1,11 @@
+jemalloc (5.2.1-3) unstable; urgency=medium
+
+  * Add docbook-xml to Build-Depends, to avoid xsltproc accessing the network
+    to fetch docbookx.dtd. Thanks to Helmum Grohne for the report and fix.
+    (Closes: #985971)
+
+ -- Faidon Liambotis <paravoid@debian.org>  Sat, 27 Mar 2021 10:33:42 +0200
+
 jemalloc (5.2.1-2) unstable; urgency=medium

   * Make autopkgtests cross-test-friendly. (Closes: #955557)
diff -Nru jemalloc-5.2.1/debian/control jemalloc-5.2.1/debian/control
--- jemalloc-5.2.1/debian/control	2021-01-10 01:36:20.000000000 +0200
+++ jemalloc-5.2.1/debian/control	2021-03-27 10:33:32.000000000 +0200
@@ -3,6 +3,7 @@
 Maintainer: Faidon Liambotis <paravoid@debian.org>
 Build-Depends:
  debhelper-compat (= 13),
+ docbook-xml <!nodoc>,
  docbook-xsl <!nodoc>,
  xsltproc <!nodoc>,
 Standards-Version: 4.5.1

--- End Message ---
--- Begin Message ---
Unblocked.

--- End Message ---

Reply to: