From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 609421582EF for ; Mon, 10 Mar 2025 00:20:13 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 510F5340C76 for ; Mon, 10 Mar 2025 00:20:13 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4EE8E110370; Mon, 10 Mar 2025 00:20:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 45BAF110370 for ; Mon, 10 Mar 2025 00:20:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0475E340C76 for ; Mon, 10 Mar 2025 00:20:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5EDDC2853 for ; Mon, 10 Mar 2025 00:20:10 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1741565953.7f41d97b384acdf5bad71feb2ba0dc8e14350b93.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysql/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mysql/mysql-8.0.40.ebuild X-VCS-Directories: dev-db/mysql/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7f41d97b384acdf5bad71feb2ba0dc8e14350b93 X-VCS-Branch: master Date: Mon, 10 Mar 2025 00:20:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fb41d40a-4794-4fc5-9519-9fc223e417b9 X-Archives-Hash: a59f482a86cce389674ffaf6acc07d59 commit: 7f41d97b384acdf5bad71feb2ba0dc8e14350b93 Author: Alfred Wingate protonmail com> AuthorDate: Thu Feb 20 07:37:08 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Mar 10 00:19:13 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f41d97b dev-db/mysql: disable broken tests Upstream commit: 8872c9a4530d35ab4299517708208d60b1db04ee Signed-off-by: Alfred Wingate protonmail.com> Signed-off-by: Sam James gentoo.org> dev-db/mysql/mysql-8.0.40.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-db/mysql/mysql-8.0.40.ebuild b/dev-db/mysql/mysql-8.0.40.ebuild index eeffe2b39ec6..6a97a5f62cc4 100644 --- a/dev-db/mysql/mysql-8.0.40.ebuild +++ b/dev-db/mysql/mysql-8.0.40.ebuild @@ -477,6 +477,10 @@ src_test() { "main.slow_log;0;Known failure - no upstream bug yet" "sys_vars.build_id_basic;0;Requires -DWITH_BUILD_ID=ON" + + # Fixed in 8.0.41 + # https://github.com/mysql/mysql-server/commit/8872c9a4530d35ab4299517708208d60b1db04ee + "main.time_zone;0;Relies on deprecated timezone name MET" ) if ! hash zip 1>/dev/null 2>&1 ; then