Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/percona-server/
Date: Tue, 14 Feb 2017 16:30:31
Message-Id: 1487089822.d9398c8f0289d177d43895a927ece2b571e1b27a.whissi@gentoo
1 commit: d9398c8f0289d177d43895a927ece2b571e1b27a
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 14 16:29:57 2017 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 14 16:30:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9398c8f
7
8 dev-db/percona-server: Bump to v5.6.35-80.0
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-db/percona-server/Manifest | 1 +
13 .../percona-server-5.6.35.80.0.ebuild | 220 +++++++++++++++++++++
14 2 files changed, 221 insertions(+)
15
16 diff --git a/dev-db/percona-server/Manifest b/dev-db/percona-server/Manifest
17 index ad54c54e05..98c2d05ad7 100644
18 --- a/dev-db/percona-server/Manifest
19 +++ b/dev-db/percona-server/Manifest
20 @@ -3,3 +3,4 @@ DIST mysql-extras-20161130-2354Z.tar.bz2 303863 SHA256 b18ce4ccfd023106a802bcb2e
21 DIST percona-server-5.6.32-78.1.tar.gz 55115483 SHA256 d94d73bf12459c57fcc8fa8018d7a08775d45ba718999a4ef0a09f543c654778 SHA512 77788932e83c3e3e4bbaa143844a11c809e0cbd87afbdc0f76ea12c462581d7438246d61984f82fe5174c2a099ea38274aa61957b05c6fc5a101a52028477b41 WHIRLPOOL 87561c8ce13809518b0a4fb2429cac9ef6667eedf0dad742f349e8f15736cf8249e4955eb1f49f579ab7cac550409603171b9003bf523c87603b3a2f38fd4ac0
22 DIST percona-server-5.6.33-79.0.tar.gz 55184504 SHA256 ed8372340740faca1f58735938823eaf65ffbda64a5c65b18d187b959afbd34e SHA512 5a31f9aecf9ec4515e46dcddc614989fbbbd7b23af9c5b351eac30ede3399358413b6f9b204628a12e3260a5e1d6ed94e70769ae487728c27796c81ea0282c85 WHIRLPOOL c341746eb053a74c02df47ea24a3e941bbdc89b840abadf68668e403dc50e071a9f96d429a8bead17b269d2a602bff35b8588179714d99372e068c0494db93c2
23 DIST percona-server-5.6.34-79.1.tar.gz 55763384 SHA256 8db1906e8fae2ac10faa23f44663f083762edd954a8efae2c798bc671b9d12d6 SHA512 3691daf14042cb35ab8cfe487c760e3da8f0758384224511ef84f388f895a5e15cbbf1a5ae1022d8a9d8ff7ee8ae7651ec8f39381cefce14b4f0fe3f2de2608b WHIRLPOOL 03911d171699ecf2c07e27fbdc82baa19a1fb72e2f0cbe17b107b49594e1c7755ae4ace5c2b74576517c262d6a812d0aa376c776e5f87f67c7f57bae37c6f4fd
24 +DIST percona-server-5.6.35-80.0.tar.gz 55839147 SHA256 259b5aa2c6218958c8cc55170b9381955ea60445127bf46e02aa09903af7f26b SHA512 78b0b9cd69f26dc3ac13e4c6165590736d723b0f07d18a8ac1056281522de22b67d9fd931b035962bc278c97775fe7f98c46791328ece286268c7d31a484b69d WHIRLPOOL a6a6f78f41b1f8b5c26d0899efa6b043256749f4082ae9bffafe9210c3a326f33fe512a4c6578984892797e4f2c94de88ceca4c8c983cde7096cf01e88dec9b7
25
26 diff --git a/dev-db/percona-server/percona-server-5.6.35.80.0.ebuild b/dev-db/percona-server/percona-server-5.6.35.80.0.ebuild
27 new file mode 100644
28 index 0000000000..e5cc1ea4bb
29 --- /dev/null
30 +++ b/dev-db/percona-server/percona-server-5.6.35.80.0.ebuild
31 @@ -0,0 +1,220 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +# $Id$
35 +
36 +EAPI="6"
37 +MY_EXTRAS_VER="20161130-2354Z"
38 +SUBSLOT="18"
39 +PYTHON_COMPAT=( python2_7 )
40 +inherit linux-info python-any-r1 mysql-multilib-r1
41 +
42 +IUSE="numa pam tokudb tokudb-backup-plugin"
43 +
44 +# REMEMBER: also update eclass/mysql*.eclass before committing!
45 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-linux"
46 +HOMEPAGE="http://www.percona.com/software/percona-server"
47 +DESCRIPTION="An enhanced, drop-in replacement for MySQL from the Percona team"
48 +
49 +# When MY_EXTRAS is bumped, the index should be revised to exclude these.
50 +EPATCH_EXCLUDE=''
51 +
52 +COMMON_DEPEND="numa? ( sys-process/numactl:= )
53 + server? ( pam? ( virtual/pam:0= ) )
54 + tokudb? ( app-arch/snappy )
55 + tokudb-backup-plugin? ( dev-util/valgrind )
56 + "
57 +
58 +DEPEND="${COMMON_DEPEND}
59 + || ( >=sys-devel/gcc-3.4.6 >=sys-devel/gcc-apple-4.0 )
60 + test? ( $(python_gen_any_dep 'dev-python/mysql-python[${PYTHON_USEDEP}]') )"
61 +RDEPEND="${COMMON_DEPEND}"
62 +
63 +REQUIRED_USE="tokudb? ( jemalloc ) tokudb-backup-plugin? ( tokudb )"
64 +
65 +MY_PATCH_DIR="${WORKDIR}/mysql-extras-${MY_EXTRAS_VER}"
66 +
67 +PATCHES=(
68 + "${MY_PATCH_DIR}"/01050_all_mysql_config_cleanup-5.6.patch
69 + "${MY_PATCH_DIR}"/02040_all_embedded-library-shared-5.5.10.patch
70 + "${MY_PATCH_DIR}"/20001_all_fix-minimal-build-cmake-mysql-5.6.20.patch
71 + "${MY_PATCH_DIR}"/20006_all_cmake_elib-percona-5.6.34.patch
72 + "${MY_PATCH_DIR}"/20007_all_cmake-debug-werror-5.6.22.patch
73 + "${MY_PATCH_DIR}"/20008_all_mysql-tzinfo-symlink.patch
74 + "${MY_PATCH_DIR}"/20009_all_mysql_myodbc_symbol_fix-5.6.patch
75 + "${MY_PATCH_DIR}"/20018_all_percona-server-5.6.25-without-clientlibs-tools.patch
76 +)
77 +
78 +# Please do not add a naive src_unpack to this ebuild
79 +# If you want to add a single patch, copy the ebuild to an overlay
80 +# and create your own mysql-extras tarball, looking at 000_index.txt
81 +
82 +pkg_pretend() {
83 + mysql-multilib-r1_pkg_pretend
84 +
85 + if use numa; then
86 + local CONFIG_CHECK="~NUMA"
87 +
88 + local WARNING_NUMA="This package expects NUMA support in kernel which this system does not have at the moment;"
89 + WARNING_NUMA+=" Either expect runtime errors, enable NUMA support in kernel or rebuild the package without NUMA support"
90 +
91 + check_extra_config
92 + fi
93 +}
94 +
95 +python_check_deps() {
96 + has_version "dev-python/mysql-python[${PYTHON_USEDEP}]"
97 +}
98 +
99 +src_prepare() {
100 + mysql-multilib-r1_src_prepare
101 + if use libressl ; then
102 + sed -i 's/OPENSSL_MAJOR_VERSION STREQUAL "1"/OPENSSL_MAJOR_VERSION STREQUAL "2"/' \
103 + "${S}/cmake/ssl.cmake" || die
104 + fi
105 +}
106 +
107 +src_configure() {
108 + local MYSQL_CMAKE_NATIVE_DEFINES=( -DWITH_NUMA=$(usex numa)
109 + -DWITH_PAM=$(usex pam)
110 + $(mysql-cmake_use_plugin tokudb TOKUDB)
111 + )
112 + if use tokudb ; then
113 + # TokuDB Backup plugin requires valgrind unconditionally
114 + MYSQL_CMAKE_NATIVE_DEFINES+=(
115 + $(usex tokudb-backup-plugin '' -DTOKUDB_BACKUP_DISABLED=1)
116 + )
117 + fi
118 + mysql-multilib-r1_src_configure
119 +}
120 +
121 +# Official test instructions:
122 +# USE='extraengine perl openssl static-libs' \
123 +# FEATURES='test userpriv -usersandbox' \
124 +# ebuild percona-server-X.X.XX.ebuild \
125 +# digest clean package
126 +multilib_src_test() {
127 +
128 + if ! multilib_is_native_abi ; then
129 + einfo "Server tests not available on non-native abi".
130 + return 0;
131 + fi
132 +
133 + if ! use server ; then
134 + einfo "Skipping server tests due to minimal build."
135 + return 0
136 + fi
137 +
138 + local TESTDIR="${CMAKE_BUILD_DIR}/mysql-test"
139 + local retstatus_unit
140 + local retstatus_tests
141 +
142 + # Bug #213475 - MySQL _will_ object strenously if your machine is named
143 + # localhost. Also causes weird failures.
144 + [[ "${HOSTNAME}" == "localhost" ]] && die "Your machine must NOT be named localhost"
145 +
146 + if [[ $UID -eq 0 ]]; then
147 + die "Testing with FEATURES=-userpriv is no longer supported by upstream. Tests MUST be run as non-root."
148 + fi
149 +
150 + einfo ">>> Test phase [test]: ${CATEGORY}/${PF}"
151 +
152 + # Run CTest (test-units)
153 + cmake-utils_src_test
154 + retstatus_unit=$?
155 + [[ $retstatus_unit -eq 0 ]] || eerror "test-unit failed"
156 +
157 + # Ensure that parallel runs don't die
158 + export MTR_BUILD_THREAD="$((${RANDOM} % 100))"
159 + # Enable parallel testing, auto will try to detect number of cores
160 + # You may set this by hand.
161 + # The default maximum is 8 unless MTR_MAX_PARALLEL is increased
162 + export MTR_PARALLEL="${MTR_PARALLEL:-auto}"
163 +
164 + # create directories because mysqladmin might right out of order
165 + mkdir -p "${T}"/var-tests{,/log}
166 +
167 + # These are failing in Percona 5.6 for now and are believed to be
168 + # false positives:
169 + #
170 + # main.information_schema, binlog.binlog_statement_insert_delayed,
171 + # main.mysqld--help-notwin, binlog.binlog_mysqlbinlog_filter
172 + # perfschema.binlog_edge_mix, perfschema.binlog_edge_stmt
173 + # funcs_1.is_columns_mysql funcs_1.is_tables_mysql funcs_1.is_triggers
174 + # engines/funcs.db_alter_character_set engines/funcs.db_alter_character_set_collate
175 + # engines/funcs.db_alter_collate_ascii engines/funcs.db_alter_collate_utf8
176 + # engines/funcs.db_create_character_set engines/funcs.db_create_character_set_collate
177 + # fails due to USE=-latin1 / utf8 default
178 + #
179 + # main.mysql_client_test:
180 + # segfaults at random under Portage only, suspect resource limits.
181 + #
182 + # main.percona_bug1289599
183 + # Looks to be a syntax error in the test file itself
184 + #
185 + # main.variables main.myisam main.merge_recover
186 + # fails due to ulimit not able to open enough files (needs 5000)
187 + #
188 + # main.mysqlhotcopy_archive main.mysqlhotcopy_myisam
189 + # Called with bad parameters should be reported upstream
190 + #
191 +
192 + local t
193 +
194 + for t in main.mysql_client_test \
195 + binlog.binlog_statement_insert_delayed main.information_schema \
196 + main.mysqld--help-notwin binlog.binlog_mysqlbinlog_filter \
197 + perfschema.binlog_edge_mix perfschema.binlog_edge_stmt \
198 + funcs_1.is_columns_mysql funcs_1.is_tables_mysql funcs_1.is_triggers \
199 + main.variables main.myisam main.merge_recover \
200 + engines/funcs.db_alter_character_set engines/funcs.db_alter_character_set_collate \
201 + engines/funcs.db_alter_collate_ascii engines/funcs.db_alter_collate_utf8 \
202 + engines/funcs.db_create_character_set engines/funcs.db_create_character_set_collate \
203 + main.percona_bug1289599 main.mysqlhotcopy_archive main.mysqlhotcopy_myisam ; do
204 + mysql-multilib-r1_disable_test "$t" "False positives in Gentoo"
205 + done
206 +
207 + if use numa && use kernel_linux ; then
208 + # bug 584880
209 + if ! linux_config_exists || ! linux_chkconfig_present NUMA ; then
210 + for t in sys_vars.innodb_buffer_pool_populate_basic ; do
211 + mysql-multilib-r1_disable_test "$t" "Test $t requires system with NUMA support"
212 + done
213 + fi
214 + fi
215 +
216 + if ! use extraengine ; then
217 + # bug 401673, 530766
218 + for t in federated.federated_plugin ; do
219 + mysql-multilib-r1_disable_test "$t" "Test $t requires USE=extraengine (Need federated engine)"
220 + done
221 + fi
222 +
223 + # Run mysql tests
224 + pushd "${TESTDIR}" || die
225 +
226 + # Set file limits higher so tests run
227 + ulimit -n 3000
228 + python_setup
229 + # run mysql-test tests
230 + perl mysql-test-run.pl --force --vardir="${T}/var-tests" \
231 + --testcase-timeout=30 --reorder
232 + retstatus_tests=$?
233 + [[ $retstatus_tests -eq 0 ]] || eerror "tests failed"
234 +
235 + popd || die
236 +
237 + # Cleanup is important for these testcases.
238 + pkill -9 -f "${S}/ndb" 2>/dev/null
239 + pkill -9 -f "${S}/sql" 2>/dev/null
240 +
241 + failures=""
242 + [[ $retstatus_unit -eq 0 ]] || failures="${failures} test-unit"
243 + [[ $retstatus_tests -eq 0 ]] || failures="${failures} tests"
244 +
245 + if [[ -n "$failures" ]]; then
246 + has usersandbox $FEATURES && eerror "Some tests may have failed due to FEATURES=usersandbox"
247 + die "Test failures: $failures"
248 + fi
249 +
250 + einfo "Tests successfully completed"
251 +}