Your message dated Tue, 08 May 2012 07:18:54 +0000
with message-id <[email protected]>
and subject line Bug#512964: fixed in mysql-5.5 5.5.23-2
has caused the Debian Bug report #512964,
regarding overrides -j setting passed by dpkg-buildpackage
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.)


-- 
512964: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512964
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mysql-dfsg-5.0
Version: 5.0.75-1
Severity: normal
Tags: patch

debian/rules overrides the -j settings passed by dpkg-buildpackage.  This
prevents the person building the package from specifically using a number of
threads different than her number of CPUs.

This can be a problem if the system has more CPU cores than are known to work
(untested build setups are automaticaly enabled for new hardware, probably
leading to FTBFS).  Also, detection could fail (e.g. if /proc is not mounted,
or if /proc is not Linux-style), forcing -j1 even if the builder wanted more
threads.

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.18-6-amd64 (SMP w/2 CPU cores)
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--- debian/rules~       2009-01-25 14:03:47.000000000 +0100
+++ debian/rules        2009-01-25 14:05:06.000000000 +0100
@@ -22,11 +22,6 @@
 
 DISTRIBUTION = $(shell lsb_release -i -s)
 
-MAKE_J = -j$(shell if [ -f /proc/cpuinfo ] ; then grep -c processor.* 
/proc/cpuinfo ; else echo 1 ; fi)
-ifeq (${MAKE_J}, -j0)
-  MAKE_J = -j1
-endif
-
 MAKE_TEST_TARGET=test-force
 ifneq ($(findstring $(DEB_BUILD_OPTIONS),fulltest),)
 # make test-bt is the testsuite run by the MySQL build team 
@@ -129,7 +124,7 @@
 build-stamp: configure
        dh_testdir
 
-       $(MAKE) $(MAKE_J)
+       $(MAKE)
 
 ifeq ($(findstring $(DEB_BUILD_OPTIONS),nocheck),)
        if [ ! -f testsuite-stamp ] ; then \

--- End Message ---
--- Begin Message ---
Source: mysql-5.5
Source-Version: 5.5.23-2

We believe that the bug you reported is fixed in the latest version of
mysql-5.5, which is due to be installed in the Debian FTP archive:

libmysqlclient-dev_5.5.23-2_i386.deb
  to main/m/mysql-5.5/libmysqlclient-dev_5.5.23-2_i386.deb
libmysqlclient18_5.5.23-2_i386.deb
  to main/m/mysql-5.5/libmysqlclient18_5.5.23-2_i386.deb
libmysqld-dev_5.5.23-2_i386.deb
  to main/m/mysql-5.5/libmysqld-dev_5.5.23-2_i386.deb
libmysqld-pic_5.5.23-2_i386.deb
  to main/m/mysql-5.5/libmysqld-pic_5.5.23-2_i386.deb
mysql-5.5_5.5.23-2.debian.tar.gz
  to main/m/mysql-5.5/mysql-5.5_5.5.23-2.debian.tar.gz
mysql-5.5_5.5.23-2.dsc
  to main/m/mysql-5.5/mysql-5.5_5.5.23-2.dsc
mysql-client-5.5_5.5.23-2_i386.deb
  to main/m/mysql-5.5/mysql-client-5.5_5.5.23-2_i386.deb
mysql-client_5.5.23-2_all.deb
  to main/m/mysql-5.5/mysql-client_5.5.23-2_all.deb
mysql-common_5.5.23-2_all.deb
  to main/m/mysql-5.5/mysql-common_5.5.23-2_all.deb
mysql-server-5.5_5.5.23-2_i386.deb
  to main/m/mysql-5.5/mysql-server-5.5_5.5.23-2_i386.deb
mysql-server-core-5.5_5.5.23-2_i386.deb
  to main/m/mysql-5.5/mysql-server-core-5.5_5.5.23-2_i386.deb
mysql-server_5.5.23-2_all.deb
  to main/m/mysql-5.5/mysql-server_5.5.23-2_all.deb
mysql-source-5.5_5.5.23-2_i386.deb
  to main/m/mysql-5.5/mysql-source-5.5_5.5.23-2_i386.deb
mysql-testsuite-5.5_5.5.23-2_i386.deb
  to main/m/mysql-5.5/mysql-testsuite-5.5_5.5.23-2_i386.deb



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.
Nicholas Bamber <[email protected]> (supplier of updated mysql-5.5 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: SHA256

Format: 1.8
Date: Tue, 08 May 2012 05:59:09 +0100
Source: mysql-5.5
Binary: libmysqlclient18 libmysqld-pic libmysqld-dev libmysqlclient-dev 
mysql-common mysql-client-5.5 mysql-server-core-5.5 mysql-server-5.5 
mysql-server mysql-client mysql-testsuite-5.5 mysql-source-5.5
Architecture: source all i386
Version: 5.5.23-2
Distribution: unstable
Urgency: low
Maintainer: Debian MySQL Maintainers <[email protected]>
Changed-By: Nicholas Bamber <[email protected]>
Description: 
 libmysqlclient-dev - MySQL database development files
 libmysqlclient18 - MySQL database client library
 libmysqld-dev - MySQL embedded database development files
 libmysqld-pic - PIC version of MySQL embedded server development files
 mysql-client - MySQL database client (metapackage depending on the latest 
versio
 mysql-client-5.5 - MySQL database client binaries
 mysql-common - MySQL database common files, e.g. /etc/mysql/my.cnf
 mysql-server - MySQL database server (metapackage depending on the latest 
versio
 mysql-server-5.5 - MySQL database server binaries and system database setup
 mysql-server-core-5.5 - MySQL database server binaries
 mysql-source-5.5 - MySQL source
 mysql-testsuite-5.5 - MySQL testsuite
Closes: 512964 666721
Changes: 
 mysql-5.5 (5.5.23-2) unstable; urgency=low
 .
   * Stopped overriding the -j build parameter (Closes: #512964)
   * Stopped testing for /proc filesystem. It is no longer used
     for determining the number of CPUs.
   * Removed unnecessary build dependencies:
     - procps as it is required by cmake, cf. #96768
     - zlib1g newer version required by cmake
     - libtool obsoleted by cmake
     - file required by debhelper
   * Migrated libmysqld-dev, libmysqld-pic, libmysqlclient18 to using
     dh_install rather than dh_movefiles
   * Changed /var/run to /run as required by Debian Policy 3.9.3 (9.1.1)
   * Raised standards version to 3.9.3
   * Moved '-e' from shebang line to explicit 'set -e' as requested by lintian
   * Restored ha_example.so to mysql-server-5.5 but added Breaks/Replaces
     clauses (cf. LP: #912487) and (Closes: #666721)
   * Added additional Breaks/Replaces clauses for other clashes:
     - mysql-server-5.5 overwrites perror from mysql-client-5.1
     - mysql-server-core-5.5 overwrites my_print_defaults from mysql-client-5.1
Checksums-Sha1: 
 186e30c0c6048913e37ad8b314226da9ffb4aa6e 2864 mysql-5.5_5.5.23-2.dsc
 5040ddd9062877a01e5a8bb69825454af5214d52 299797 
mysql-5.5_5.5.23-2.debian.tar.gz
 4aee6c79f9b941eca27065ead7fbeb3a292cf0d8 71026 mysql-common_5.5.23-2_all.deb
 661fda53d04b91102ce3eedfe57346b384e10fe8 68688 mysql-server_5.5.23-2_all.deb
 34cf1e44c4811d0d975b586d65d9a0fb852e5e93 68562 mysql-client_5.5.23-2_all.deb
 ef9d6a9cfc7e37f1916459bc1d0b40d4d8e6dbdd 864230 
libmysqlclient18_5.5.23-2_i386.deb
 2919bb2e71b913b1d7b17d1a9dfaf376bb264fd9 4696052 
libmysqld-pic_5.5.23-2_i386.deb
 6b2870478765075aa639f988f166b2e59fe865ed 4693028 
libmysqld-dev_5.5.23-2_i386.deb
 ba9defe2fb174f35da27507d9486a96366626946 1201828 
libmysqlclient-dev_5.5.23-2_i386.deb
 765f53be7a618f8826942bbc3a72fa3dac51ad61 9109104 
mysql-client-5.5_5.5.23-2_i386.deb
 4eb78beb73a2cfcf0f73e70e6a26f204c5eaee8c 5977924 
mysql-server-core-5.5_5.5.23-2_i386.deb
 ed48057fc7c258bae7ca0f12cbbba2984a75aa45 8673822 
mysql-server-5.5_5.5.23-2_i386.deb
 34afeaa718a7bdf5470d718ca8dc76900d314505 8740316 
mysql-testsuite-5.5_5.5.23-2_i386.deb
 a8b1b27f6c830d1980d9ae13542201a7d17b064e 28547768 
mysql-source-5.5_5.5.23-2_i386.deb
Checksums-Sha256: 
 c67411810c77f982809c6a729d1f727d615b7a2fa40365f00f6aa8ead5eb14bc 2864 
mysql-5.5_5.5.23-2.dsc
 29246ffd849a3978429defbfce6e7b74e7188d3899799cfd641749be3ec43670 299797 
mysql-5.5_5.5.23-2.debian.tar.gz
 7c5fc9d944c2ac285d5c8184ae62176f66f2a7bbfd16ff7776a4700a49329fb0 71026 
mysql-common_5.5.23-2_all.deb
 5309559d9e6c9eebd9db7022d0547005b9edc12952582bd6893b9d303d5ddb27 68688 
mysql-server_5.5.23-2_all.deb
 605afc6f49e3e23f502601ddce60a954cb49ac0deb09ebeb018438fd9a3d825b 68562 
mysql-client_5.5.23-2_all.deb
 5dc6c2175b9caed42fb579c19d3a5785adc6c2e669dec53900253bb570e62f00 864230 
libmysqlclient18_5.5.23-2_i386.deb
 35863b96d0747d40d171a6c61ef238a33bf43eae889f086867eeff84b7a8d291 4696052 
libmysqld-pic_5.5.23-2_i386.deb
 e6b82ad6d4a4ebbdc121921e67afb6d350031951c79c480df6ae2bfe51f242e9 4693028 
libmysqld-dev_5.5.23-2_i386.deb
 d2302674a5f168174cf2b016ac1e47263c42c9a02d1f071615bba9364da647c7 1201828 
libmysqlclient-dev_5.5.23-2_i386.deb
 ede419af5c036905942b38f56344f7426e00319644b8cb73fd89c18ae6b62b26 9109104 
mysql-client-5.5_5.5.23-2_i386.deb
 f5aa9d3f1268cac57a998148fa332b2544adc92b8267f5822ce3d7c968307c5f 5977924 
mysql-server-core-5.5_5.5.23-2_i386.deb
 8f2ad4be0fbfd184ca6e84a9049241977779596f8cbaac1ede6e71f427e65180 8673822 
mysql-server-5.5_5.5.23-2_i386.deb
 853690bb356137ad48484edc938c26df46df5a602cbd0df49c99cadc80f28e97 8740316 
mysql-testsuite-5.5_5.5.23-2_i386.deb
 ce3b3b2b668d2d641ec3677fe7277c5b27f59bfcb65b3672d7719bff63c4dfcf 28547768 
mysql-source-5.5_5.5.23-2_i386.deb
Files: 
 d5486197d99f75843217fee35f643f6b 2864 database optional mysql-5.5_5.5.23-2.dsc
 0398cf2b5dafc0124faa39d63430a7af 299797 database optional 
mysql-5.5_5.5.23-2.debian.tar.gz
 162a864cf504b896f7f70219816bca1c 71026 database optional 
mysql-common_5.5.23-2_all.deb
 ae9a361b36bddc40ffeaff535fc3a0d9 68688 database optional 
mysql-server_5.5.23-2_all.deb
 e75826e76c7c8d165e9b90fdbf44fd46 68562 database optional 
mysql-client_5.5.23-2_all.deb
 88a00ccea7f6f66b14bd11798d042a39 864230 libs optional 
libmysqlclient18_5.5.23-2_i386.deb
 a4bf3b6c6673a6d790001b222a203eaa 4696052 libdevel optional 
libmysqld-pic_5.5.23-2_i386.deb
 9702999a369eb806d339b2e37e4a31d9 4693028 libdevel optional 
libmysqld-dev_5.5.23-2_i386.deb
 c73051201eadbf57a1d83aac6fcc3e18 1201828 libdevel optional 
libmysqlclient-dev_5.5.23-2_i386.deb
 18999291e7be203f79d961098ef39a36 9109104 database optional 
mysql-client-5.5_5.5.23-2_i386.deb
 c80b909343f2c51acf2671da55c400fb 5977924 database optional 
mysql-server-core-5.5_5.5.23-2_i386.deb
 6faa2a4e088d377fd1e30773fbc440cb 8673822 database optional 
mysql-server-5.5_5.5.23-2_i386.deb
 21e4f6c14602080c9ca4453bf662339b 8740316 database optional 
mysql-testsuite-5.5_5.5.23-2_i386.deb
 f48db116ec2254acf4f919d4d637d9ef 28547768 database optional 
mysql-source-5.5_5.5.23-2_i386.deb

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

iQIcBAEBCAAGBQJPqMaXAAoJELbE2bY7/+c8RNkP/i77dIEax6FhRXJigCIJbopK
tTDndASyDUecNEqF+kqxauEhMpf3onYb9DxctiW8AhS18yDv0a+m5LjRMT9Lqwkm
scIIKNrgUnx02rPwSL6ptECY89YxbCF4EU1w6nIAdleESVg2Y+eDYRnBb2rt1qT9
Zhbdx5CYUTWwXv/OAyToRvs1tTrOq+aXBJSdyP9kzuTFpBHT+rK20++ZJXsKkMfp
dGh94YHwgzEM+J3nf8wjPHYyFKbQZJHA72blHxRLRxpp/csdB7669iwDM55h+UQc
gjIHoR9eMcjqwI04KSM9DNg2sB+wi9adzKTJkV5GfKU3IwvwQTdvelC7+ZHHzWUV
PokZWSG45bb9pskRG3KI/cqq9xI9A6mfDjHI0TveaWOGdYQYfFwETVs7+wy10dC/
MucSEMsZcZYcUKs1BD6fYo0rzjeiXc+rXONP/A3AYKUOGbttfjfdR/oLY4Z2P88K
t8xpDxeZGdNahuA3qI+7wx395UtHRT3NtySKR3G0xgB+VDr8mrg7YWhHKt5jnTtD
+2CIlnqyKOcNlzfQR4GNU8sp6ENAjRriBCqbh2u2MgUkyvDLyxUgfxvB2FxiVe8N
anzNlI792K/feAXz5WT7sIVRoImrHYmP2Hndh3/AGg4ocsRCV1P/jnzyp35hr7sD
odRbZl7KosfeooNOkRN2
=/i4f
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to