Your message dated Thu, 29 Oct 2015 22:25:51 +0000
with message-id <e1zrvdn-00083p...@franck.debian.org>
and subject line Bug#769139: fixed in zeroc-ice 3.5.1-6.2
has caused the Debian Bug report #769139,
regarding zeroc-ice: respect parallel builds
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 ow...@bugs.debian.org
immediately.)
--
769139: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769139
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: zeroc-ice
Version: 3.5.1-6
Severity: normal
Tags: patch
Hello,
Find attached patch to honor parallel builds instead taking all cores
available.
Regards
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (900, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 3.14-2-686-pae (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru zeroc-ice-3.5.1/debian/changelog zeroc-ice-3.5.1/debian/changelog
--- zeroc-ice-3.5.1/debian/changelog 2014-04-26 15:17:00.000000000 +0200
+++ zeroc-ice-3.5.1/debian/changelog 2014-11-11 18:42:08.000000000 +0100
@@ -1,3 +1,10 @@
+zeroc-ice (3.5.1-6.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * d/rules: honor parallel DEB_BUILD_OPTION.
+
+ -- Hector Oron <zu...@debian.org> Tue, 11 Nov 2014 18:41:25 +0100
+
zeroc-ice (3.5.1-6) unstable; urgency=medium
* Bug fix: "Depends on obsolete version of Ruby (1.9)", thanks to
diff -Nru zeroc-ice-3.5.1/debian/rules zeroc-ice-3.5.1/debian/rules
--- zeroc-ice-3.5.1/debian/rules 2014-04-24 22:01:16.000000000 +0200
+++ zeroc-ice-3.5.1/debian/rules 2014-11-11 18:40:59.000000000 +0100
@@ -9,14 +9,10 @@
# hardening-wrapper
export DEB_BUILD_HARDENING=1
-# Get number of hardware processors
-PROCESSORS := $(shell cat /proc/cpuinfo | grep processor | wc -l)
-ifeq ($(PROCESSORS),0)
- PROCESSORS := 1
-else
- ifneq ($(PROCESSORS),1)
- PROCESSORS := $(shell expr $(PROCESSORS) - 1)
- endif
+# Support parallel=<n> in DEB_BUILD_OPTIONS
+ifneq (,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS))))
+ USE_CPUS := $(subst parallel=,,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS))))
+ NJOBS := -j $(USE_CPUS)
endif
V=3.5.1
@@ -51,7 +47,7 @@
lp64suffix="" \
USE_READLINE=yes \
CPP11=yes \
- -j $(PROCESSORS)
+ $(NJOBS)
MAKE_INVOKE := make $(MAKE_COMMON_FLAGS)
LANGS_ARCH:=cpp py rb php
diff -Nru zeroc-ice-3.5.1/debian/changelog zeroc-ice-3.5.1/debian/changelog
--- zeroc-ice-3.5.1/debian/changelog 2014-04-26 15:17:00.000000000 +0200
+++ zeroc-ice-3.5.1/debian/changelog 2014-11-11 18:42:08.000000000 +0100
@@ -1,3 +1,10 @@
+zeroc-ice (3.5.1-6.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * d/rules: honor parallel DEB_BUILD_OPTION.
+
+ -- Hector Oron <zu...@debian.org> Tue, 11 Nov 2014 18:41:25 +0100
+
zeroc-ice (3.5.1-6) unstable; urgency=medium
* Bug fix: "Depends on obsolete version of Ruby (1.9)", thanks to
diff -Nru zeroc-ice-3.5.1/debian/rules zeroc-ice-3.5.1/debian/rules
--- zeroc-ice-3.5.1/debian/rules 2014-04-24 22:01:16.000000000 +0200
+++ zeroc-ice-3.5.1/debian/rules 2014-11-11 18:40:59.000000000 +0100
@@ -9,14 +9,10 @@
# hardening-wrapper
export DEB_BUILD_HARDENING=1
-# Get number of hardware processors
-PROCESSORS := $(shell cat /proc/cpuinfo | grep processor | wc -l)
-ifeq ($(PROCESSORS),0)
- PROCESSORS := 1
-else
- ifneq ($(PROCESSORS),1)
- PROCESSORS := $(shell expr $(PROCESSORS) - 1)
- endif
+# Support parallel=<n> in DEB_BUILD_OPTIONS
+ifneq (,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS))))
+ USE_CPUS := $(subst parallel=,,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS))))
+ NJOBS := -j $(USE_CPUS)
endif
V=3.5.1
@@ -51,7 +47,7 @@
lp64suffix="" \
USE_READLINE=yes \
CPP11=yes \
- -j $(PROCESSORS)
+ $(NJOBS)
MAKE_INVOKE := make $(MAKE_COMMON_FLAGS)
LANGS_ARCH:=cpp py rb php
--- End Message ---
--- Begin Message ---
Source: zeroc-ice
Source-Version: 3.5.1-6.2
We believe that the bug you reported is fixed in the latest version of
zeroc-ice, 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 769...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Matthias Klose <d...@debian.org> (supplier of updated zeroc-ice 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 28 Oct 2015 16:58:43 +0100
Source: zeroc-ice
Binary: zeroc-ice35 ice35-translators ice35-services libicestorm35v5
libicegrid35v5 libicebox35v5 icebox libicepatch2-35v5 libglacier2-35v5
libfreeze35v5 libicedb35v5 ice35-slice libzeroc-ice35v5 libicessl35v5
libiceutil35v5 libicexml35v5 libslice35v5 libzeroc-ice35-dev libzeroc-ice35-dbg
python-zeroc-ice python3-zeroc-ice php-zeroc-ice libzeroc-ice3.5-cil
ruby-zeroc-ice libzeroc-ice3.5-java icegrid-gui
Architecture: source amd64 all
Version: 3.5.1-6.2
Distribution: unstable
Urgency: medium
Maintainer: Francisco Moya <p...@debian.org>
Changed-By: Matthias Klose <d...@debian.org>
Description:
ice35-services - Services bundled into ZeroC Ice
ice35-slice - Slice definitions for Ice services
ice35-translators - Slice translators to several languages
icebox - Plugin-based meta-application for ZeroC Ice
icegrid-gui - GUI for IceGrid service
libfreeze35v5 - Libraries implementing a persistence framework for ZeroC Ice
libglacier2-35v5 - Libraries implementing a firewall service for ZeroC Ice
libicebox35v5 - Libraries implementing a plugin framework for ZeroC Ice
libicedb35v5 - Libraries for persistent backends for ZeroC Ice
libicegrid35v5 - Libraries implementing grid-like services for ZeroC Ice
libicepatch2-35v5 - Libraries implementing a distribution service for ZeroC Ice
libicessl35v5 - Ice for C++ SSL plug-in
libicestorm35v5 - Libraries implementing an event service for ZeroC Ice
libiceutil35v5 - Ice for C++ misc utility library
libicexml35v5 - ZeroC Ice for C++ XML parser library
libslice35v5 - Ice for C++ Slice parser library
libzeroc-ice3.5-cil - Ice for C# libraries
libzeroc-ice3.5-java - Ice for Java libraries
libzeroc-ice35-dbg - Ice for C++ debugging symbols
libzeroc-ice35-dev - Ice for C++ development libraries
libzeroc-ice35v5 - Ice for C++ runtime library
php-zeroc-ice - Ice for PHP extension
python-zeroc-ice - Ice for Python libraries (Python 2)
python3-zeroc-ice - Ice for Python libraries (Python 3)
ruby-zeroc-ice - Ice for Ruby modules
zeroc-ice35 - Internet Communications Engine
Closes: 769139
Changes:
zeroc-ice (3.5.1-6.2) unstable; urgency=medium
.
* Non-maintainer upload.
* Fix enabling parallel builds (Santiago Vila). Closes: #769139.
Checksums-Sha1:
559d496ec6163e3eb5581a05cc907e4a63ceb6c7 3819 zeroc-ice_3.5.1-6.2.dsc
710e98666904eb5cc5f516a873487fc5e1a70ca7 48688
zeroc-ice_3.5.1-6.2.debian.tar.xz
63dece95df863da930f7ab6dd8de19794c944328 1964122
ice35-services_3.5.1-6.2_amd64.deb
24937954f227066a2f10d170b7be480483eba129 167338 ice35-slice_3.5.1-6.2_all.deb
21706d9d44528361b74c0a7eb2455672324ec03f 652994
ice35-translators_3.5.1-6.2_amd64.deb
d9ed062135e8e30c63b9c82d7ed430c7ff0d5238 90768 icebox_3.5.1-6.2_amd64.deb
164b54e728f10c14e8f6cc05373c18f98c5a159f 853936 icegrid-gui_3.5.1-6.2_all.deb
041c009d57a45c131cbc8b3113ebac5fcd2ffb84 218120
libfreeze35v5_3.5.1-6.2_amd64.deb
a2a0d703439956660fc0af4c3ac6487a2f1a2c0c 168110
libglacier2-35v5_3.5.1-6.2_amd64.deb
7a1be08d9d20be249e58b42282f7518ec9ba3b9c 76816
libicebox35v5_3.5.1-6.2_amd64.deb
6c1899156a972729439ea0f91b7a4649dcafc8af 46280 libicedb35v5_3.5.1-6.2_amd64.deb
60f1f270b9d337ff6708f44bd0d420651977d576 483184
libicegrid35v5_3.5.1-6.2_amd64.deb
651de342925b5cd74d5e5921e010ca92faa28b37 126414
libicepatch2-35v5_3.5.1-6.2_amd64.deb
576aa35ed4e6bba97a30373ee258873c6c3348ff 134180
libicessl35v5_3.5.1-6.2_amd64.deb
6cc45901c9dee612689b420e26a89e15895d68f0 413350
libicestorm35v5_3.5.1-6.2_amd64.deb
0be4412e111f5b7b9071f2059149924af8eacc29 115098
libiceutil35v5_3.5.1-6.2_amd64.deb
d99b251b7e266584c3a2b7251a203decea487cf6 55986
libicexml35v5_3.5.1-6.2_amd64.deb
ace4dcc8ad4468776f2d3d27ef9d9772863ba6de 400516
libslice35v5_3.5.1-6.2_amd64.deb
5901a2018ab381d2767301d81e7a6e544f3fe897 388754
libzeroc-ice3.5-cil_3.5.1-6.2_all.deb
ed27d5c2f00a912251b4e721e107a70e7d246973 3278830
libzeroc-ice3.5-java_3.5.1-6.2_all.deb
753709fcda2eac94f156c66f5bf617051481e1eb 73888630
libzeroc-ice35-dbg_3.5.1-6.2_amd64.deb
33576984eb1fb38e2a193e18cafdb150c7d36944 220538
libzeroc-ice35-dev_3.5.1-6.2_amd64.deb
fef9a69390b4dd6f6ab81344ed3fe5d485e21b5c 853810
libzeroc-ice35v5_3.5.1-6.2_amd64.deb
9c4744a707a48e4fd2e2d5b5debb86c0b972b8f9 194886
php-zeroc-ice_3.5.1-6.2_amd64.deb
21c1c7037fcbdfd8978c6d71912db89daabcfea9 324108
python-zeroc-ice_3.5.1-6.2_amd64.deb
d1b3d5d4c7d6fd60092fc451466d61b9d4ed1075 345956
python3-zeroc-ice_3.5.1-6.2_amd64.deb
e3f067c72026d71346ce0718e9c6d994eb854e9b 215664
ruby-zeroc-ice_3.5.1-6.2_amd64.deb
b3bc087a7a18f3dc625e3d2d8225148e8e87ac90 43678 zeroc-ice35_3.5.1-6.2_all.deb
Checksums-Sha256:
4f37213781dc5340e4e99aafd3281602cbcec25b1feead25fd8244673d687c2c 3819
zeroc-ice_3.5.1-6.2.dsc
ee36d27e0246772db99d92c5841f6f597c0b48042626767b31ddaa74ae7e42d3 48688
zeroc-ice_3.5.1-6.2.debian.tar.xz
dc4ceeab7797508166f435386141ff85697b029e700a1f5eaf642866118f5b9e 1964122
ice35-services_3.5.1-6.2_amd64.deb
22227b2e8dec20475272e5749aa43e464c2870ff52bb9994df64dc1770453323 167338
ice35-slice_3.5.1-6.2_all.deb
9109e42d7acc45d32bea2c28423a2c7e402b64818bc455d44649077be9ca4ac8 652994
ice35-translators_3.5.1-6.2_amd64.deb
7de391b33631469ef4c71d270a1e15d41a12d0be785c05bd51b81566742b1e70 90768
icebox_3.5.1-6.2_amd64.deb
be2ec060dd7d776581b4a6fd2daca259131cdc92b248f2d06b21a4f959eb27b6 853936
icegrid-gui_3.5.1-6.2_all.deb
7733cd5afe4f21e3d2c1206f9327ab3e3cf9ed96458672d3aa2855985b8bc986 218120
libfreeze35v5_3.5.1-6.2_amd64.deb
f7161690b1640db9c9bf3fcfcf8b0cfb5ac3c0241767dedcc35c1b35910a238f 168110
libglacier2-35v5_3.5.1-6.2_amd64.deb
809fcd5e4f916a8f16235fa0bf04e170374bec2c40555109dbbcccd94b9f0ca1 76816
libicebox35v5_3.5.1-6.2_amd64.deb
0ec5f26b054983762af1bc2649867316af6eaef53bd1b46c6cf319e3c9596a43 46280
libicedb35v5_3.5.1-6.2_amd64.deb
cad753eb5e61d6eb8e1683b0f7cd73de926c3a2dbecfb807da19152e870b74c3 483184
libicegrid35v5_3.5.1-6.2_amd64.deb
ba02dade4c9508a48d42600f22e6d6eac501c6f065323819985c242e353aa7b9 126414
libicepatch2-35v5_3.5.1-6.2_amd64.deb
8b505c0aa413cf94a79d620c7f522539f12c1cb745f8276c15b48657e0ff01a9 134180
libicessl35v5_3.5.1-6.2_amd64.deb
47d08b405b995c2a80c729658de6590dacfe8880318e2484d1f8814ce4ed1d45 413350
libicestorm35v5_3.5.1-6.2_amd64.deb
c632ae072e716596e8041e015bde5fbed572fb95c8a92f0a06950ecce2bb357b 115098
libiceutil35v5_3.5.1-6.2_amd64.deb
6d0d5a6f4fe36f4302581bcdf6487dd30994bc775e2f2b3da40dad6beecd9c69 55986
libicexml35v5_3.5.1-6.2_amd64.deb
57373a7f141c09f6c3f41800635b5fe8859406fc9fc780493af7ff30cfe0a0f0 400516
libslice35v5_3.5.1-6.2_amd64.deb
550a2c4935245df6c595318171fb43d1252acc2f74a0e6d9c58882dc9641fb07 388754
libzeroc-ice3.5-cil_3.5.1-6.2_all.deb
a1c0661e14b8ab810192d2d1d1ef5bc5e77c697d0360075bce87db1e091c8ab3 3278830
libzeroc-ice3.5-java_3.5.1-6.2_all.deb
a5c084c2408e81bc0dd4699b747833f1633f6ae47738d9dea2d25b6729c1c789 73888630
libzeroc-ice35-dbg_3.5.1-6.2_amd64.deb
84500b0ed55f5ec9abaf11d88631821f193896b5bed0bddc84c5975d84c15050 220538
libzeroc-ice35-dev_3.5.1-6.2_amd64.deb
079eae3d493851c6edbc1a9eb9585d5b896d65b218c4580492365f00f0f5eddd 853810
libzeroc-ice35v5_3.5.1-6.2_amd64.deb
ff57a0b73bd30a5eea59196de9cdb12c4d581282a40ef5335c0d89e1dc15dce5 194886
php-zeroc-ice_3.5.1-6.2_amd64.deb
060529e6d11cbb66a898040465834f2d362e43dfcca1950a1d5ec7fe70220fa0 324108
python-zeroc-ice_3.5.1-6.2_amd64.deb
c833ee59043c416f3d488c9557a6202926b29ffa4c4d8cd8bde37f6ad13e5299 345956
python3-zeroc-ice_3.5.1-6.2_amd64.deb
b19d60ed05066580b5b46addf8b9cde482548f9460166691ff9aa2ceede5b62d 215664
ruby-zeroc-ice_3.5.1-6.2_amd64.deb
5ad173f34db5c57330532a9c7c37cc6772fe07a51377b77d60cba484b7dcde58 43678
zeroc-ice35_3.5.1-6.2_all.deb
Files:
7fdfafc849e460378ff87d8fbf900e65 3819 devel optional zeroc-ice_3.5.1-6.2.dsc
8cff50c60fca07d0913304d02cf63511 48688 devel optional
zeroc-ice_3.5.1-6.2.debian.tar.xz
de0f0f7a75152e99034b8abd0c0b3db5 1964122 devel optional
ice35-services_3.5.1-6.2_amd64.deb
110509571845b14e90bef7295672b5c1 167338 devel optional
ice35-slice_3.5.1-6.2_all.deb
038a522aa176dab842d0c7de90798259 652994 devel optional
ice35-translators_3.5.1-6.2_amd64.deb
cd0a41d29d141763bd3f6c494c794b0f 90768 devel optional
icebox_3.5.1-6.2_amd64.deb
68b9963dded616f46e64ab1a99b87b91 853936 devel optional
icegrid-gui_3.5.1-6.2_all.deb
7c6e6ce396a4eaa126fe3515644b71a3 218120 libs optional
libfreeze35v5_3.5.1-6.2_amd64.deb
e5090cc7d67229fa079e58c5dca40b49 168110 libs optional
libglacier2-35v5_3.5.1-6.2_amd64.deb
941847a598c94c86388298a19628a38d 76816 libs optional
libicebox35v5_3.5.1-6.2_amd64.deb
a7c14d6c3c43cfb06d27ed6746c766b7 46280 libs optional
libicedb35v5_3.5.1-6.2_amd64.deb
32cbeb3fcb87437e3099ed2d4b2224f2 483184 libs optional
libicegrid35v5_3.5.1-6.2_amd64.deb
e6e0471c2ee4ae1a8ee1d6a2a0f601c5 126414 libs optional
libicepatch2-35v5_3.5.1-6.2_amd64.deb
cad1897955fb818b565316b2b1844ca6 134180 libs optional
libicessl35v5_3.5.1-6.2_amd64.deb
1241381b2d981a06e3fe1ef89574863b 413350 libs optional
libicestorm35v5_3.5.1-6.2_amd64.deb
515631416c5f8eb44ef7e9f79d9a3211 115098 libs optional
libiceutil35v5_3.5.1-6.2_amd64.deb
2cc5dfc7d51d16d9f8015dd4f6056a35 55986 libs optional
libicexml35v5_3.5.1-6.2_amd64.deb
2cf03eb7d52d2ed6cde47d34fed5f67c 400516 libs optional
libslice35v5_3.5.1-6.2_amd64.deb
926d2c2bb644366c483bb3075b410eec 388754 cli-mono optional
libzeroc-ice3.5-cil_3.5.1-6.2_all.deb
c3b5529649dd73ebd2d2091fb72b9cba 3278830 java optional
libzeroc-ice3.5-java_3.5.1-6.2_all.deb
25f5504bb410fa624991970b3243f6e2 73888630 debug extra
libzeroc-ice35-dbg_3.5.1-6.2_amd64.deb
d0f0461452051a178b6b65384f85a36b 220538 libdevel optional
libzeroc-ice35-dev_3.5.1-6.2_amd64.deb
57c7bf0bc247654db9d4258ab199cb86 853810 libs optional
libzeroc-ice35v5_3.5.1-6.2_amd64.deb
303b399322e8fbf3b6fa0152e8576330 194886 php optional
php-zeroc-ice_3.5.1-6.2_amd64.deb
a1d3e96e272c4c91c140207a07e25378 324108 python optional
python-zeroc-ice_3.5.1-6.2_amd64.deb
6bd430132523fb589e2f3df27e76faae 345956 python optional
python3-zeroc-ice_3.5.1-6.2_amd64.deb
90d591d1a7a3500f0ee9301c1d8e6ac5 215664 ruby optional
ruby-zeroc-ice_3.5.1-6.2_amd64.deb
eff23b480eedbde697bebd02f98ad848 43678 devel optional
zeroc-ice35_3.5.1-6.2_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJWMP/uAAoJEL1+qmB3j6b1DI8QALtXvfliYbb9HKUbBnTxHJdU
v+WXBoHGPxos/sEfZXsUKLYE3AeB5W384tSh0RzU1qeN2RpxBziWS4FeyWSCBAJC
nechDrZJBZStlSLtN5PrPjNuYiPNjqDwN5JwkfcsxzkgoqTCGsEYbqY1Rj5y2pz7
IdOX3BMhRsL1kmTVezcgNl0sU3XcUPoLKBcLvvj4fNzJeiVvXBqbJEYbvlKFKVDE
HW66X01++YUvAu5J7bMNUBrQ3AEJWwJQXQhmc8Ua3UR+qATu9fZgjAcZtVIT3P8w
OLaaq4W93QcNVf5uydcAbQ8wqRgoj5aYFrymLaWjLD5evlmIAWt0yjWjlQoh4kBf
clzEWANi9RH6TqodgDohmRRyMUourcu6jP8ApdX4+0amSATUCgPJsngObPaHt5bK
U8tEXlvm85wsUl41f8ngWSqzMZOu5udUwEMQRiBKabgpbdOJ7fBNcpuD6ZHf37Nz
irZogzWzL/NABliv0bZkCbLyQ8ivkJq/bHe7DiygRG5AGPI/cnvitRKbzHZ+1bQu
o75DU0OEZ0KXXAHELsk4E6q24dna9DiL4wGZd8PTzCaZNDMmTJmADVy+zWJnJN7O
PeSNMo5UIgHyDW0eDESmd/FYCKQwr5Y0/cbMElD5938h511jqmOkM/e19ugPHTrg
kcWEhCOyXvl6iBuCzOu2
=zi8X
-----END PGP SIGNATURE-----
--- End Message ---