From: "Brian Evans" <grknight@lavabit.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/mysql:master commit in: dev-db/mariadb-galera/
Date: Tue, 17 Sep 2013 13:57:24 +0000 (UTC) [thread overview]
Message-ID: <1379424450.9455cfa2d93e4b6ba6fcda9ae3af7384a9f3b5f8.grknight.pub@gentoo> (raw)
commit: 9455cfa2d93e4b6ba6fcda9ae3af7384a9f3b5f8
Author: Brian Evans <grknight <AT> lavabit <DOT> com>
AuthorDate: Tue Sep 17 13:27:30 2013 +0000
Commit: Brian Evans <grknight <AT> lavabit <DOT> com>
CommitDate: Tue Sep 17 13:27:30 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=9455cfa2
[mariadb-galera] Version bump to 5.5.32
sys_vars.all_vars test fails but known upstream per IRC
as a variable name was missed and not added in test
Package-Manager: portage-2.2.6
RepoMan-Options: --force
---
dev-db/mariadb-galera/ChangeLog | 6 +
dev-db/mariadb-galera/Manifest | 1 +
dev-db/mariadb-galera/mariadb-galera-5.5.32.ebuild | 133 +++++++++++++++++++++
3 files changed, 140 insertions(+)
diff --git a/dev-db/mariadb-galera/ChangeLog b/dev-db/mariadb-galera/ChangeLog
new file mode 100644
index 0000000..23eb88c
--- /dev/null
+++ b/dev-db/mariadb-galera/ChangeLog
@@ -0,0 +1,6 @@
+*mariadb-galera-5.5.32 (17 Sep 2013)
+
+ 17 Sep 2013; Brian Evans <grknight@tuffmail.com>
+ +mariadb-galera-5.5.32.ebuild:
+ [mariadb-galera] Version bump to 5.5.32 sys_vars.all_vars test fails but known
+ upstream per IRC as a variable name was missed and not added in test
diff --git a/dev-db/mariadb-galera/Manifest b/dev-db/mariadb-galera/Manifest
index 81050ba..42beaed 100644
--- a/dev-db/mariadb-galera/Manifest
+++ b/dev-db/mariadb-galera/Manifest
@@ -1,2 +1,3 @@
DIST mariadb-galera-5.5.29.tar.gz 27954645 SHA256 3992ad32cd5324e588942fe8a123bde60fdbe0fa25bebb25baf1dba7c0228e4e SHA512 baa56caa00f20a102cb3803311839713ddda6443431ff399ea464968cde3de5a73ee34e1d04266136a6c026bcdcaf1523bcdd09b36ba9a7ff6bd7862eef0971c WHIRLPOOL e376d0d77851fd3581ab3fe5409a2bc222432acaa0c1a3dc291dd7f649a0a73687d5979a7d8fae094fb2d7c89866ccefbd7f524d4f198c440725680245d80345
+DIST mariadb-galera-5.5.32.tar.gz 28052682 SHA256 f1a9ced929e32659012f8d917e69f1b1087b08fc905a7cad53326bfd285526b2 SHA512 66bfd6ca587659b0fdceaa8f7c52c7bdea6e1db67e2dafa0ba58f79878113205eacf3aa717ff74c36a620aa431cb562f10d9305920f85c963596675c04a4bf43 WHIRLPOOL 7bfdf3770fb63245af4612ac58bbb5b19b582e63ad84750960b1b3da68deeb84116cedd0d145724d811b15da800aa11cf838287c82b13b591045f9c887637bba
DIST mysql-extras-20130120-0100Z.tar.bz2 1899297 SHA256 56db6daa26070cb10b220cb06e7b4d4a84214932a5a04500ed0e76b938c01776 SHA512 9fc9b21e547ec0e1ae37b288a1ade28b11c03a89129302226c36018cf69842fda95665799ded84f04cccffaf54555acde40bf2ae6e2ea39ec63b3876382af1ba WHIRLPOOL 25f31d91d6004e7472ef6f2ff0d02b9dde9915f56fc84da600145ac09d1d56751c2ef85c897d3b7bacd29b1010b304445517452254a1e9208bc7bfa9c2e9bf2e
diff --git a/dev-db/mariadb-galera/mariadb-galera-5.5.32.ebuild b/dev-db/mariadb-galera/mariadb-galera-5.5.32.ebuild
new file mode 100644
index 0000000..19d143f
--- /dev/null
+++ b/dev-db/mariadb-galera/mariadb-galera-5.5.32.ebuild
@@ -0,0 +1,133 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+MY_EXTRAS_VER="20130120-0100Z"
+WSREP_REVISION="23"
+
+# Build system
+BUILD="cmake"
+
+inherit toolchain-funcs mysql-v2
+# only to make repoman happy. it is really set in the eclass
+IUSE="$IUSE"
+
+# REMEMBER: also update eclass/mysql*.eclass before committing!
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+
+# When MY_EXTRAS is bumped, the index should be revised to exclude these.
+EPATCH_EXCLUDE=''
+
+DEPEND="|| ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )"
+RDEPEND="${RDEPEND}"
+
+# Please do not add a naive src_unpack to this ebuild
+# If you want to add a single patch, copy the ebuild to an overlay
+# and create your own mysql-extras tarball, looking at 000_index.txt
+
+# Official test instructions:
+# USE='berkdb -cluster embedded extraengine perl ssl community' \
+# FEATURES='test userpriv -usersandbox' \
+# ebuild mariadb-galera-X.X.XX.ebuild \
+# digest clean package
+src_test() {
+
+ local TESTDIR="${CMAKE_BUILD_DIR}/mysql-test"
+ local retstatus_unit
+ local retstatus_tests
+
+ # Bug #213475 - MySQL _will_ object strenously if your machine is named
+ # localhost. Also causes weird failures.
+ [[ "${HOSTNAME}" == "localhost" ]] && die "Your machine must NOT be named localhost"
+
+ if ! use "minimal" ; then
+
+ if [[ $UID -eq 0 ]]; then
+ die "Testing with FEATURES=-userpriv is no longer supported by upstream. Tests MUST be run as non-root."
+ fi
+ has usersandbox $FEATURES && eerror "Some tests may fail with FEATURES=usersandbox"
+
+ einfo ">>> Test phase [test]: ${CATEGORY}/${PF}"
+ addpredict /this-dir-does-not-exist/t9.MYI
+
+ # Run CTest (test-units)
+ cmake-utils_src_test
+ retstatus_unit=$?
+ [[ $retstatus_unit -eq 0 ]] || eerror "test-unit failed"
+
+ # Ensure that parallel runs don't die
+ export MTR_BUILD_THREAD="$((${RANDOM} % 100))"
+
+ # create directories because mysqladmin might right out of order
+ mkdir -p "${S}"/mysql-test/var-tests{,/log}
+
+ # These are failing in MySQL 5.5 for now and are believed to be
+ # false positives:
+ #
+ # main.information_schema, binlog.binlog_statement_insert_delayed,
+ # main.mysqld--help, funcs_1.is_triggers, funcs_1.is_tables_mysql,
+ # funcs_1.is_columns_mysql
+ # fails due to USE=-latin1 / utf8 default
+ #
+ # main.mysql_client_test, main.mysql_client_test_nonblock:
+ # segfaults at random under Portage only, suspect resource limits.
+ #
+ # sys_vars.plugin_dir_basic
+ # fails because PLUGIN_DIR is set to MYSQL_LIBDIR64/plugin
+ # instead of MYSQL_LIBDIR/plugin
+ #
+ # main.flush_read_lock_kill
+ # fails because of unknown system variable 'DEBUG_SYNC'
+ #
+ # main.openssl_1
+ # error message changing
+ # -mysqltest: Could not open connection 'default': 2026 SSL connection
+ # error: ASN: bad other signature confirmation
+ # +mysqltest: Could not open connection 'default': 2026 SSL connection
+ # error: error:00000001:lib(0):func(0):reason(1)
+ #
+ # plugins.unix_socket
+ # fails because portage strips out the USER enviornment variable
+ #
+ # sys_vars.all_vars
+ # Fails in 5.5.32 only due to known issue upstream, forgotten variable from test.
+ # Should be fixed in next release.
+ #
+ for t in main.mysql_client_test main.mysql_client_test_nonblock \
+ binlog.binlog_statement_insert_delayed main.information_schema \
+ main.mysqld--help main.flush_read_lock_kill \
+ sys_vars.plugin_dir_basic main.openssl_1 plugins.unix_socket \
+ funcs_1.is_triggers funcs_1.is_tables_mysql funcs_1.is_columns_mysql \
+ sys_vars.all_vars ; do
+ mysql-v2_disable_test "$t" "False positives in Gentoo"
+ done
+
+ # Run mysql tests
+ pushd "${TESTDIR}"
+
+ # run mysql-test tests
+ perl mysql-test-run.pl --force --vardir="${S}/mysql-test/var-tests"
+ retstatus_tests=$?
+ [[ $retstatus_tests -eq 0 ]] || eerror "tests failed"
+ has usersandbox $FEATURES && eerror "Some tests may fail with FEATURES=usersandbox"
+
+ popd
+
+ # Cleanup is important for these testcases.
+ pkill -9 -f "${S}/ndb" 2>/dev/null
+ pkill -9 -f "${S}/sql" 2>/dev/null
+
+ failures=""
+ [[ $retstatus_unit -eq 0 ]] || failures="${failures} test-unit"
+ [[ $retstatus_tests -eq 0 ]] || failures="${failures} tests"
+ has usersandbox $FEATURES && eerror "Some tests may fail with FEATURES=usersandbox"
+
+ [[ -z "$failures" ]] || die "Test failures: $failures"
+ einfo "Tests successfully completed"
+
+ else
+
+ einfo "Skipping server tests due to minimal build."
+ fi
+}
next reply other threads:[~2013-09-17 13:57 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-17 13:57 Brian Evans [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-03-02 14:30 [gentoo-commits] proj/mysql:master commit in: dev-db/mariadb-galera/ Brian Evans
2015-11-19 20:01 Brian Evans
2015-11-19 20:01 Brian Evans
2015-11-19 20:01 Brian Evans
2015-08-19 16:59 Brian Evans
2015-06-29 17:08 Brian Evans
2015-06-10 17:32 Brian Evans
2015-04-03 12:27 Brian Evans
2015-02-06 14:10 Brian Evans
2015-01-30 19:37 Brian Evans
2015-01-28 19:13 Brian Evans
2014-10-22 2:12 Brian Evans
2014-09-05 1:15 Brian Evans
2014-09-03 20:04 Brian Evans
2014-07-30 19:48 Brian Evans
2014-07-30 6:32 Robin H. Johnson
2014-07-02 2:02 Brian Evans
2014-05-01 16:10 Brian Evans
2014-04-22 18:08 Brian Evans
2014-04-18 17:01 Brian Evans
2014-03-28 16:47 Brian Evans
2014-03-05 4:03 Brian Evans
2014-02-14 19:06 Brian Evans
2013-12-23 18:00 Brian Evans
2013-10-10 20:03 Brian Evans
2013-08-21 17:28 Brian Evans
2013-04-30 10:17 Jorge Manuel B. S. Vicetto
2013-04-29 23:57 Jorge Manuel B. S. Vicetto
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1379424450.9455cfa2d93e4b6ba6fcda9ae3af7384a9f3b5f8.grknight.pub@gentoo \
--to=grknight@lavabit.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox