| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/949336
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Patches tarball is extended with a patch which allows us to enable
test requiring client plugins, main.ssl_autoverify [1] and
plugins.auth_ed25519.
- sysschema.v_privileges_by_table_by_level is skipped as it does not
work correctly in network sandbox, see [2].
[1] https://github.com/gentoo/gentoo/pull/37204#issuecomment-2178492116
[2] https://jira.mariadb.org/browse/MDEV-36030
Bug: https://bugs.gentoo.org/949336
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/943360
Bug: https://bugs.gentoo.org/949336
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/943360
Bug: https://bugs.gentoo.org/949336
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
|
|
|
|
| |
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
libfmt-11.1.0 changed behaviour of FMT_STATIC_THOUSANDS_SEPARATOR, which
is used in mariadb, therefore it is necessary to restrict libfmt-11 to
older version, =libfmt-11.0*.
Closes: https://bugs.gentoo.org/946924
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/945352
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
|
|
|
|
| |
mariadb-11.4.4 also fails to build if systemtap is build w/o
dtrace-symlink. This change ports the fix from commit 505a3759e913
("dev-db/mariadb: fix build failed").
Bug: https://bugs.gentoo.org/943306
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
libfmt-10 contains a bug [1], which affects mariadb [2]. The bug was
resolved in libfmt-11 [3], but it was not backported. Therefore, mariadb
must avoid libfmt-10.
[1] https://github.com/fmtlib/fmt/issues/3835
[2] https://jira.mariadb.org/browse/MDEV-32815
[3] https://github.com/fmtlib/fmt/commit/44c3fe1ebb466ab5c296e1a1a6991c7c7b51b72e
Closes: https://bugs.gentoo.org/946074
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
|
|
|
|
|
|
|
|
| |
pkgdev commit command fails with ebuilds containing non-ascii characters
[1]. This change replaces non-ascii quotes to ascii quotes in error
message, in order to avoid this pkgdev issue.
[1] https://github.com/pkgcore/pkgdev/issues/173
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. <=10.6.17 add patch related with libxml2 2.12 from upstream
see https://github.com/MariaDB/server/commit/cae18632aea530eb73a9f15ee4fd0d924e01a8d3
2. if systemtap build w/o dtrace-symlink, build will failed w/:
DTRACE-NOTFOUND: command not found
Bug: https://bugs.gentoo.org/917537
Closes: https://bugs.gentoo.org/943306
Signed-off-by: Z. Liu <zhixu.liu@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/38377
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
|
|
|
|
|
|
| |
By default, MariaDB attempts to download libfmt from the internet if it
cannot find a suitable version on the system. Using -WITH_LIBFMT=system
configuration option changes this behavior, making the config phase to
fail if the libfmt check fails, avoiding unexpected downloads.
Bug: https://bugs.gentoo.org/938106
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
|
|
|
|
|
|
| |
MariaDB-10.11.5 fails to build with >=libfmt-10.
Bug: https://bugs.gentoo.org/935299
Bug: https://bugs.gentoo.org/938106
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
|
|
|
|
| |
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/38780
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
By silently forcing BFD build failures might happen if users have
special LLD link flags in LDFLAGS and there is no reason to force
BFD when using LLD (only when using Gold linker)
Fixes: 995a68e3bb9c ("dev-db/mariadb: add 10.6.20")
Fixes: 4ef76f37461d ("dev-db/mariadb: add 10.11.10")
Fixes: a1354b25554e ("dev-db/mariadb: add 11.4.4")
Signed-off-by: David C. Manuelda <StormByte@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/39295
See-also: https://github.com/gentoo/gentoo/pull/39289
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
|
|
|
|
| |
Fixes: 995a68e3bb9c ("dev-db/mariadb: add 10.6.20")
Fixes: 4ef76f37461d ("dev-db/mariadb: add 10.11.10")
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
- migrate from deprecated tc-ld-disable-gold to tc-ld-force-bfd
- reorder variables as suggested by pkgcheck
- wrap long comment
Known test failures:
- main.mysqld--help-aria test fails but it seems to be minor issue, it
is related to [1].
- mail.log_slow test fails. It does not look like a major issue, but I
am not sure.
- main.ssl_autoverify - fails because of the warning: Plugin
'three_attempts' is of maturity level unknown while the server is
stable.
- sysschema.v_privileges_by_table_by_level - no idea
[1] https://jira.mariadb.org/browse/MDEV-34733
Closes: https://bugs.gentoo.org/943255
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
- migrate from deprecated tc-ld-disable-gold to tc-ld-force-bfd
- reorder variables as suggested by pkgcheck
- wrap long comment
Known test failures:
- main.mysqld--help-aria test fails but it seems to be minor issue, it
is related to [1].
- mail.log_slow test fails. It does not look like a major issue, but I
am not sure.
[1] https://jira.mariadb.org/browse/MDEV-34733
Closes: https://bugs.gentoo.org/943255
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
- migrate from deprecated tc-ld-disable-gold to tc-ld-force-bfd
- reorder variables as suggested by pkgcheck
- wrap long comment
Known test failures:
- main.mysqld--help-aria test fails but it seems to be minor issue, it
is related to [1].
- mail.log_slow test fails. It does not look like a major issue, but I
am not sure.
[1] https://jira.mariadb.org/browse/MDEV-34733
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
|
|
|
|
| |
Change was created by running the following command::
ekeyword ^ia64 */*/*.ebuild
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
|
|
| |
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/37204
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/927653
Closes: https://bugs.gentoo.org/932465
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
|
|
|
|
| |
The include patch is removed since it was upstreamed.
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35498
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
|
|
|
|
|
|
| |
Bug: https://jira.mariadb.org/browse/MDEV-11914
Bug: https://jira.mariadb.org/browse/MDEV-25633
Bug: https://bugs.gentoo.org/855236
Closes: https://bugs.gentoo.org/855233
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
|
|
|
|
| |
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
main.mysql_client_test and main.mysql_client_test_comp tests are
executed with --sequence=on parameter [1] which enables SEQUENCE plugin
provided by Sequence Storage Engine [2]. However, the ebuild compiles
this engine only if extraengine USE flag is enabled. Therefore test
requires it.
[1] https://mariadb.com/docs/server/ref/mdb/cli/mariadbd/sequence/
[2] https://mariadb.com/kb/en/sequence-storage-engine/
Bug: https://bugs.gentoo.org/907827
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/917515
Signed-off-by: Tomáš Mózes <hydrapolic@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33876
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
|
|
|
|
| |
Signed-off-by: Michał Górny <mgorny@gentoo.org>
|