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

Bug#856121: marked as done (unblock: zeromq3)



Your message dated Sat, 25 Feb 2017 21:05:22 +0000
with message-id <1488056722.15938.3.camel@adam-barratt.org.uk>
and subject line Re: Bug#856121: unblock: zeromq3
has caused the Debian Bug report #856121,
regarding unblock: zeromq3
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.)


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

Hi Release Team,

Recently reported that the OpenPGM support of ZeroMQ doesn't work
(RC bug link[1]). Reason is that the configure switch for that was
changed a while back from 'with-system-pgm' to 'with-pgm' and it went
unnoticed.

Please unblock it and let users have OpenPGM support again. The debdiff
is attached and the change is only the mentioned configure switch.

Thanks,
Laszlo/GCS
[1] https://bugs.debian.org/856023
diff -Nru zeromq3-4.2.1/debian/changelog zeromq3-4.2.1/debian/changelog
--- zeromq3-4.2.1/debian/changelog	2017-01-01 15:53:54.000000000 +0000
+++ zeromq3-4.2.1/debian/changelog	2017-02-24 17:35:03.000000000 +0000
@@ -1,3 +1,9 @@
+zeromq3 (4.2.1-3) unstable; urgency=medium
+
+  * Compile with OpenPGM support (closes: #856023).
+
+ -- Laszlo Boszormenyi (GCS) <gcs@debian.org>  Fri, 24 Feb 2017 17:35:03 +0000
+
 zeromq3 (4.2.1-2) unstable; urgency=low
 
   * Backport upstream fix for Hurd FTBFS (closes: #849860).
diff -Nru zeromq3-4.2.1/debian/rules zeromq3-4.2.1/debian/rules
--- zeromq3-4.2.1/debian/rules	2016-11-04 15:30:31.000000000 +0000
+++ zeromq3-4.2.1/debian/rules	2017-02-24 17:35:03.000000000 +0000
@@ -17,7 +17,7 @@
 	rm -f config.log
 
 override_dh_auto_configure:
-	dh_auto_configure -- --with-system-pgm --with-libsodium
+	dh_auto_configure -- --with-pgm --with-libsodium
 
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))

--- End Message ---
--- Begin Message ---
On Sat, 2017-02-25 at 11:47 +0100, Laszlo Boszormenyi (GCS) wrote:
> Recently reported that the OpenPGM support of ZeroMQ doesn't work
> (RC bug link[1]). Reason is that the configure switch for that was
> changed a while back from 'with-system-pgm' to 'with-pgm' and it went
> unnoticed.
> 
> Please unblock it and let users have OpenPGM support again. The debdiff
> is attached and the change is only the mentioned configure switch.
> 
> Thanks,
> Laszlo/GCS
> [1] https://bugs.debian.org/856023

Already unblocked by Ivo.

Regards,

Adam

--- End Message ---

Reply to: