Your message dated Thu, 03 Jan 2008 20:32:16 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#458695: fixed in mysql-dfsg-5.0 5.0.51-2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: mysql-dfsg-5.0
version: 5.0.51-1
Severity: serious
User: [EMAIL PROTECTED]
Usertags: qa-ftbfs-20080101 qa-ftbfs
Justification: FTBFS on i386
Hi,
During a rebuild of all packages in sid, your package failed to build on i386.
Relevant part:
> make[4]: Entering directory `/build/user/mysql-dfsg-5.0-5.0.51/server-tools'
> make[4]: Nothing to be done for `all-am'.
> make[4]: Leaving directory `/build/user/mysql-dfsg-5.0-5.0.51/server-tools'
> make[3]: Leaving directory `/build/user/mysql-dfsg-5.0-5.0.51/server-tools'
> make[2]: Leaving directory `/build/user/mysql-dfsg-5.0-5.0.51'
> make[1]: Leaving directory `/build/user/mysql-dfsg-5.0-5.0.51'
> if [ ! -f testsuite-stamp ] ; then \
> cd mysql-test ; \
> /usr/bin/perl ./mysql-test-run.pl --mysqld=--user=root --force ; \
> /usr/bin/perl ./mysql-test-run.pl --mysqld=--user=root --force
> --ps-protocol ; \
> fi
> Logging: ./mysql-test-run.pl --mysqld=--user=root --force
> MySQL Version 5.0.51
> Using ndbcluster when necessary, mysqld supports it
> Setting mysqld to support SSL connections
> Using MTR_BUILD_THREAD = 0
> Using MASTER_MYPORT = 9306
> Using MASTER_MYPORT1 = 9307
> Using SLAVE_MYPORT = 9308
> Using SLAVE_MYPORT1 = 9309
> Using SLAVE_MYPORT2 = 9310
> Using NDBCLUSTER_PORT = 9310
> Using IM_PORT = 9312
> Using IM_MYSQLD1_PORT = 9313
> Using IM_MYSQLD2_PORT = 9314
> Killing Possible Leftover Processes
> Removing Stale Files
> Creating Directories
> Installing Master Database
> Installing Master Database
> Installing Slave1 Database
> Installing Master Cluster
> Saving snapshot of installed databases
> =======================================================
> Starting Tests in the 'main' suite
>
> TEST RESULT TIME (ms)
> -------------------------------------------------------
>
[....]
>
> variables-big [ skipped ] Test need 'big-test' option
> variables [ pass ] 3205
> view [ fail ]
>
> --- /build/user/mysql-dfsg-5.0-5.0.51/mysql-test/r/view.result
> 2007-11-15 17:28:37.000000000 +0300
> +++ /build/user/mysql-dfsg-5.0-5.0.51/mysql-test/var/log/view.reject
> 2008-01-02 04:53:31.000000000 +0300
> @@ -2719,12 +2719,12 @@
> v1 CREATE ALGORITHM=UNDEFINED [EMAIL PROTECTED] SQL SECURITY DEFINER VIEW
> `v1` AS select (year(now()) - year(`t1`.`DOB`)) AS `Age` from `t1` having
> (`Age` < 75)
> SELECT (year(now())-year(DOB)) AS Age FROM t1 HAVING Age < 75;
> Age
> -43
> -39
> +44
> +40
> SELECT * FROM v1;
> Age
> -43
> -39
> +44
> +40
> DROP VIEW v1;
> DROP TABLE t1;
> CREATE TABLE t1 (id int NOT NULL PRIMARY KEY, a char(6) DEFAULT 'xxx');
>
> mysqltest: Result content mismatch
>
> Stopping All Servers
> Restoring snapshot of databases
> Resuming Tests
>
> view_grant [ pass ] 4118
> wait_timeout [ pass ] 2205
> warnings [ pass ] 1903
> windows [ skipped ] Test requires: 'true'
> windows_shm [ skipped ] Test requires: 'true'
> xa [ pass ] 182
> -------------------------------------------------------
> Stopping All Servers
> Failed 1/484 tests, 99.79% were successful.
>
> The log files in var/log may give you some hint
> of what went wrong.
> If you want to report this error, please read first the documentation at
> http://www.mysql.com/doc/en/MySQL_test_suite.html
> The servers were restarted 115 times
> Spent 2545.937 of 3308 seconds executing testcases
>
> mysql-test-run in default mode: *** Failing the test(s): view
> mysql-test-run: *** ERROR: there were failing test cases
> Logging: ./mysql-test-run.pl --mysqld=--user=root --force --ps-protocol
> MySQL Version 5.0.51
> Using ndbcluster when necessary, mysqld supports it
> Setting mysqld to support SSL connections
> Using MTR_BUILD_THREAD = 0
> Using MASTER_MYPORT = 9306
> Using MASTER_MYPORT1 = 9307
> Using SLAVE_MYPORT = 9308
> Using SLAVE_MYPORT1 = 9309
> Using SLAVE_MYPORT2 = 9310
> Using NDBCLUSTER_PORT = 9310
> Using IM_PORT = 9312
> Using IM_MYSQLD1_PORT = 9313
> Using IM_MYSQLD2_PORT = 9314
> Killing Possible Leftover Processes
> Removing Stale Files
> Creating Directories
> Installing Master Database
> Installing Master Database
> Installing Slave1 Database
> Installing Master Cluster
> Saving snapshot of installed databases
> =======================================================
> Starting Tests in the 'main' suite
>
> TEST RESULT TIME (ms)
> -------------------------------------------------------
>
> alias [ pass ] 162
> alter_table-big [ skipped ] Test need 'big-test' option
> alter_table [ pass ] 8020
> analyse [ pass ] 921
> analyze [ pass ] 403
[...]
> type_time [ pass ] 394
> type_timestamp [ pass ] 1903
> type_uint [ pass ] 126
> type_varchar [ pass ] 2705
> type_year [ pass ] 259
> udf [ pass ] 680
> union [ pass ] 8624
> update [ pass ] 3173
> user_limits [ disabled ] Bug#23921 random failure of
> user_limits.test
> user_var-binlog [ pass ] 312
> user_var [ pass ] 955
> varbinary [ pass ] 436
> variables-big [ skipped ] Test need 'big-test' option
> variables [ pass ] 3424
> view [ fail ]
>
> --- /build/user/mysql-dfsg-5.0-5.0.51/mysql-test/r/view.result
> 2007-11-15 17:28:37.000000000 +0300
> +++ /build/user/mysql-dfsg-5.0-5.0.51/mysql-test/var/log/view.reject
> 2008-01-02 05:49:49.000000000 +0300
> @@ -2719,12 +2719,12 @@
> v1 CREATE ALGORITHM=UNDEFINED [EMAIL PROTECTED] SQL SECURITY DEFINER VIEW
> `v1` AS select (year(now()) - year(`t1`.`DOB`)) AS `Age` from `t1` having
> (`Age` < 75)
> SELECT (year(now())-year(DOB)) AS Age FROM t1 HAVING Age < 75;
> Age
> -43
> -39
> +44
> +40
> SELECT * FROM v1;
> Age
> -43
> -39
> +44
> +40
> DROP VIEW v1;
> DROP TABLE t1;
> CREATE TABLE t1 (id int NOT NULL PRIMARY KEY, a char(6) DEFAULT 'xxx');
>
> mysqltest: Result content mismatch
>
> Stopping All Servers
> Restoring snapshot of databases
> Resuming Tests
>
> view_grant [ pass ] 4137
> wait_timeout [ pass ] 2210
> warnings [ pass ] 1234
> windows [ skipped ] Test requires: 'true'
> windows_shm [ skipped ] Test requires: 'true'
> xa [ pass ] 221
> -------------------------------------------------------
> Stopping All Servers
> Failed 1/484 tests, 99.79% were successful.
>
> The log files in var/log may give you some hint
> of what went wrong.
> If you want to report this error, please read first the documentation at
> http://www.mysql.com/doc/en/MySQL_test_suite.html
> The servers were restarted 115 times
> Spent 2584.908 of 3379 seconds executing testcases
>
> mysql-test-run in ps-protocol mode: *** Failing the test(s): view
> mysql-test-run: *** ERROR: there were failing test cases
> make: *** [build-stamp] Error 1
> dpkg-buildpackage: failure: debian/rules build gave error exit status 2
The full build log is available from:
http://people.debian.org/~lucas/logs/2008/01/01
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment. Internet was not accessible from the build systems.
--
| Lucas Nussbaum
| [EMAIL PROTECTED] http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |
--- End Message ---
--- Begin Message ---
Source: mysql-dfsg-5.0
Source-Version: 5.0.51-2
We believe that the bug you reported is fixed in the latest version of
mysql-dfsg-5.0, which is due to be installed in the Debian FTP archive:
libmysqlclient15-dev_5.0.51-2_i386.deb
to pool/main/m/mysql-dfsg-5.0/libmysqlclient15-dev_5.0.51-2_i386.deb
libmysqlclient15off_5.0.51-2_i386.deb
to pool/main/m/mysql-dfsg-5.0/libmysqlclient15off_5.0.51-2_i386.deb
mysql-client-5.0_5.0.51-2_i386.deb
to pool/main/m/mysql-dfsg-5.0/mysql-client-5.0_5.0.51-2_i386.deb
mysql-client_5.0.51-2_all.deb
to pool/main/m/mysql-dfsg-5.0/mysql-client_5.0.51-2_all.deb
mysql-common_5.0.51-2_all.deb
to pool/main/m/mysql-dfsg-5.0/mysql-common_5.0.51-2_all.deb
mysql-dfsg-5.0_5.0.51-2.diff.gz
to pool/main/m/mysql-dfsg-5.0/mysql-dfsg-5.0_5.0.51-2.diff.gz
mysql-dfsg-5.0_5.0.51-2.dsc
to pool/main/m/mysql-dfsg-5.0/mysql-dfsg-5.0_5.0.51-2.dsc
mysql-server-5.0_5.0.51-2_i386.deb
to pool/main/m/mysql-dfsg-5.0/mysql-server-5.0_5.0.51-2_i386.deb
mysql-server_5.0.51-2_all.deb
to pool/main/m/mysql-dfsg-5.0/mysql-server_5.0.51-2_all.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.
Norbert Tretkowski <[EMAIL PROTECTED]> (supplier of updated mysql-dfsg-5.0
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: SHA1
Format: 1.7
Date: Wed, 02 Jan 2008 18:40:04 +0100
Source: mysql-dfsg-5.0
Binary: libmysqlclient15-dev mysql-client mysql-client-5.0 mysql-server
mysql-server-5.0 mysql-common libmysqlclient15off
Architecture: source all i386
Version: 5.0.51-2
Distribution: unstable
Urgency: low
Maintainer: Debian MySQL Maintainers <[EMAIL PROTECTED]>
Changed-By: Norbert Tretkowski <[EMAIL PROTECTED]>
Description:
libmysqlclient15-dev - MySQL database development files
libmysqlclient15off - MySQL database client library
mysql-client - MySQL database client (meta package depending on the latest
versi
mysql-client-5.0 - MySQL database client binaries
mysql-common - MySQL database common files
mysql-server - MySQL database server (meta package depending on the latest
versi
mysql-server-5.0 - MySQL database server binaries
Closes: 457915 458695
Changes:
mysql-dfsg-5.0 (5.0.51-2) unstable; urgency=low
.
[ Monty Taylor ]
* Added --with-system-type to set the version_compile_os field.
* Cleaned up some lintian warnings.
* Removed 43_scripts__mysql_update__password.dpatch since we don't use
mysql_upgrade_shell anymore and use mysql_upgrade instead.
* Removed 88_mctype_attrib.dpatch, http://bugs.mysql.com/bug.php?id=25118 is
closed with http://lists.mysql.com/commits/24337
* Added mysql-community/mysql-enterprise virtual packages in provides and
conflicts to ease transitions between versions.
.
[ Norbert Tretkowski ]
* Add -fPIC to CFLAGS to allow other packages to be built against
libmysqld.a on amd64. (closes: #457915)
* New patch 55_testsuite-2008.dpatch to fix FTBFS in testsuite.
(closes: #458695)
* New patch 54_ssl-client-support.dpatch to fix SSL client support.
* Don't run testsuite on alpha, arm, hppa, mipsel and sparc.
Files:
23a0056f5b7c78e746b23c074b91dae2 1299 misc optional mysql-dfsg-5.0_5.0.51-2.dsc
9cbeda72712ac52d298fe8f053d1a38a 296424 misc optional
mysql-dfsg-5.0_5.0.51-2.diff.gz
79271660cd3d477fc5252e65ce7da908 57180 misc optional
mysql-common_5.0.51-2_all.deb
94ff76f969a0efd4e21eb6a657a15f20 51220 misc optional
mysql-server_5.0.51-2_all.deb
a3db0d3fbfdc4e547a0463531868f2fe 49026 misc optional
mysql-client_5.0.51-2_all.deb
3eb73b1d8f9ba755729998b0090c0c6d 1851448 libs optional
libmysqlclient15off_5.0.51-2_i386.deb
68bf07e6f2661c73871abeb59b1c60d6 7181886 libdevel optional
libmysqlclient15-dev_5.0.51-2_i386.deb
d65ee6e3c401b39fa22cdde0cc0224ee 7758830 misc optional
mysql-client-5.0_5.0.51-2_i386.deb
454269cc63e64e63e93d69495ab37df2 27262740 misc optional
mysql-server-5.0_5.0.51-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHfTofr/RnCw96jQERAi3VAJ4mKa+pbbOoOXMDUyw+eLshz2pHLQCghSHJ
wYib+UsHdkEKvn+PQhp8dBc=
=jcVr
-----END PGP SIGNATURE-----
--- End Message ---